Trace number 4289826

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-11SAT (TO)122 2400.13 2388.51

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark83.0667
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","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

1.67/0.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.67/0.78	c This is free software under the dual EPL/GNU LGPL licenses.
1.67/0.78	c See www.sat4j.org for details.
1.67/0.78	c That software uses the Rhino library from the Mozilla project.
1.67/0.78	c version 2.3.6-SNAPSHOT
1.67/0.78	c java.runtime.name	Java(TM) SE Runtime Environment
1.67/0.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.67/0.78	c java.vm.version	25.131-b11
1.67/0.78	c java.vm.vendor	Oracle Corporation
1.67/0.78	c sun.arch.data.model	64
1.67/0.78	c java.version		1.8.0_131
1.67/0.78	c os.name		Linux
1.67/0.78	c os.version		3.10.0-514.16.1.el7.x86_64
1.67/0.78	c os.arch		amd64
1.67/0.78	c Free memory 		499604488
1.67/0.78	c Max memory 		7247757312
1.67/0.78	c Total memory 		504889344
1.67/0.78	c Number of processors 	4
1.67/0.78	c c --- Begin Solver configuration ---
1.67/0.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.67/0.78	c Learn all clauses as in MiniSAT
1.67/0.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.67/0.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.67/0.78	c No reason simplification
1.67/0.78	c Glucose 2.1 dynamic restart strategy
1.67/0.78	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
1.67/0.78	c timeout=2147483s
1.67/0.78	c DB Simplification allowed=false
1.67/0.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.67/0.78	c --- End Solver configuration ---
1.67/0.78	c constraints type 
1.67/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1.67/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193725
1.67/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37740
1.67/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 30
1.67/0.78	c 231555 constraints processed.
4.60/1.86	o 203
9.08/5.39	o 193
19.44/15.54	o 187
20.20/16.28	o 180
26.78/22.78	o 176
66.48/62.14	o 167
113.98/109.14	o 166
118.18/113.37	o 159
160.91/156.09	o 149
202.10/196.92	o 143
722.59/714.90	o 142
1221.52/1212.41	o 136
1699.45/1689.36	o 133
1943.68/1932.95	o 122
2400.10/2388.50	c starts		: 11246
2400.10/2388.50	c conflicts		: 6755225
2400.10/2388.50	c decisions		: 47340756
2400.10/2388.50	c propagations		: 4958337753
2400.10/2388.50	c inspects		: 23880654035
2400.10/2388.50	c shortcuts		: 0
2400.10/2388.50	c learnt literals	: 0
2400.10/2388.50	c learnt binary clauses	: 1568
2400.10/2388.50	c learnt ternary clauses	: 2455
2400.10/2388.50	c learnt constraints	: 6755225
2400.10/2388.50	c ignored constraints	: 0
2400.10/2388.50	c root simplifications	: 0
2400.10/2388.50	c removed literals (reason simplification)	: 0
2400.10/2388.50	c reason swapping (by a shorter reason)	: 0
2400.10/2388.50	c Calls to reduceDB	: 292
2400.10/2388.50	c Number of update (reduction) of LBD	: 3746519
2400.10/2388.50	c Imported unit clauses	: 0
2400.10/2388.50	c number of reductions to clauses (during analyze)	: 0
2400.10/2388.50	c number of learned constraints concerned by reduction	: 0
2400.10/2388.50	c number of learning phase by resolution	: 0
2400.10/2388.50	c number of learning phase by cutting planes	: 0
2400.10/2388.50	c number of rounding to 1 operations	: 0
2400.10/2388.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.10/2388.50	c number of reductions of the coefficients by power 2 	: 0
2400.10/2388.50	c number of right shift for reduction by power 2 	: 0
2400.10/2388.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.10/2388.50	c number of ending skipping 	: 0
2400.10/2388.50	c number of internal skipping 	: 0
2400.10/2388.50	c number of derivation steps 	: 0
2400.10/2388.50	c number of skipped derivation steps 	: 0
2400.10/2388.50	c number of remaining unassigned 	: 0
2400.10/2388.50	c number of remaining assigned 	: 0
2400.10/2388.50	c speed (assignments/second)	: 2076607.1576501513
2400.10/2388.50	c non guided choices	: 1098095
2400.10/2388.50	s SATISFIABLE
2400.10/2388.50	v <instantiation type="solution">
2400.10/2388.50	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
2400.10/2388.50	v 	<values> 4 0 2 5 7 13 8 10 14 9 11 12 6 3 1 6 2 6 8 11 17 5 7 13 13 1 9 10 10 4 </values>
2400.10/2388.50	v </instantiation>
2400.10/2388.50	

Verifier Data

OK	122

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289826-1532269718/watcher-4289826-1532269718 -o /tmp/evaluation-result-4289826-1532269718/solver-4289826-1532269718 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289826-1532269718.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=2388, runsolver pid=2385

[startup+0.100143 s]*
/proc/loadavg: 2.02 2.02 2.05 3/216 2403
/proc/meminfo: memFree=21539748/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10659012 memory=30084 CPUtime=0.12 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 6598 0 0 0 11 1 0 0 20 0 15 0 44535035 10914828288 7521 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2664753 7521 2820 1 0 2627263 0
[pid=2388/tid=2390] ppid=2385 vsize=10659012 memory=-8485773889882985313 CPUtime=0.09 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) R 2385 2388 877 0 -1 4202560 4426 0 0 0 8 1 0 0 20 0 15 0 44535036 10914828288 7521 33554432000 4194304 4196468 140727331429104 140009281754992 140009261630814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10659012 memory=5793855114303076793 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 7521 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 7521 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 7521 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 7521 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44535038 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44535038 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008836163104 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44535038 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008835110256 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) S 2385 2388 877 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008833005936 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008831953136 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0.02 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) S 2385 2388 877 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 44535041 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008830900336 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 7521 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30084 KiB

[startup+0.210462 s]*
/proc/loadavg: 2.02 2.02 2.05 4/216 2403
/proc/meminfo: memFree=21529560/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10659012 memory=42060 CPUtime=0.33 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 8106 0 0 0 30 3 0 0 20 0 15 0 44535035 10914828288 10515 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2664753 10515 3004 1 0 2627263 0
[pid=2388/tid=2390] ppid=2385 vsize=10659012 memory=-3103912127665269909 CPUtime=0.19 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) R 2385 2388 877 0 -1 4202560 5012 0 0 0 18 1 0 0 20 0 15 0 44535036 10914828288 10515 33554432000 4194304 4196468 140727331429104 140009281786608 140009261593957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10659012 memory=4211973589497974154 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 10515 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 10515 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 10515 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44535036 10914828288 10515 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44535038 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44535038 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008836163104 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44535038 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008835110256 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) S 2385 2388 877 0 -1 1077944384 799 0 0 0 2 0 0 0 20 0 15 0 44535041 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008833005936 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) S 2385 2388 877 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 15 0 44535041 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008831953136 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0.07 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) R 2385 2388 877 0 -1 4202560 739 0 0 0 7 0 0 0 20 0 15 0 44535041 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008830900336 140009277562262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10659012 memory=139863293183616 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535041 10914828288 10515 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42060 KiB

[startup+0.310453 s]*
/proc/loadavg: 2.02 2.02 2.05 4/216 2403
/proc/meminfo: memFree=21522488/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10659088 memory=47212 CPUtime=0.51 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 9074 0 0 0 48 3 0 0 20 0 15 0 44535035 10914906112 11803 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2664772 11803 3040 1 0 2627263 0
[pid=2388/tid=2390] ppid=2385 vsize=10659088 memory=-3103912127665269909 CPUtime=0.29 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) R 2385 2388 877 0 -1 4202560 5797 0 0 0 27 2 0 0 20 0 15 0 44535036 10914906112 11803 33554432000 4194304 4196468 140727331429104 140009281785168 140009277562262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10659088 memory=4211973589497974154 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 11803 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10659088 memory=139863293185527 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 11803 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10659088 memory=139863194186403 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 11803 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10659088 memory=139863194193359 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 11803 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10659088 memory=139863293185875 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44535038 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10659088 memory=139863194191151 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44535038 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008836163104 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10659088 memory=279726388395984 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44535038 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008835110256 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10659088 memory=279726388393648 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) S 2385 2388 877 0 -1 1077944384 881 0 0 0 4 0 0 0 20 0 15 0 44535041 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008833005936 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10659088 memory=2240 CPUtime=0.04 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) S 2385 2388 877 0 -1 1077944384 249 0 0 0 4 0 0 0 20 0 15 0 44535041 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008831953136 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10659088 memory=139863293183616 CPUtime=0.11 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) R 2385 2388 877 0 -1 4202560 780 0 0 0 11 0 0 0 20 0 15 0 44535041 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008830898128 140009269769816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10659088 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10659088 memory=139863293183616 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535041 10914906112 11803 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47212 KiB

[startup+0.700812 s]
/proc/loadavg: 2.02 2.02 2.05 5/216 2403
/proc/meminfo: memFree=21472520/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10659088 memory=176340 CPUtime=1.67 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 15263 0 0 0 161 6 0 0 20 0 15 0 44535035 10914906112 44085 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2664772 44085 3106 1 0 2627263 0
[pid=2388/tid=2390] ppid=2385 vsize=10659088 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) R 2385 2388 877 0 -1 4202560 5976 0 0 0 64 4 0 0 20 0 15 0 44535036 10914906112 44085 33554432000 4194304 4196468 140727331429104 140009281776640 140008906890048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 44085 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 44085 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10659088 memory=150149640756410 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 44085 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10659088 memory=249422 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44535036 10914906112 44085 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44535038 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44535038 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008836163104 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44535038 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008835110256 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10659088 memory=9049310123416780973 CPUtime=0.38 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) R 2385 2388 877 0 -1 4202560 3718 0 0 0 38 0 0 0 20 0 15 0 44535041 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008832991992 140009257402445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10659088 memory=6943526294502006880 CPUtime=0.4 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) R 2385 2388 877 0 -1 4202560 3053 0 0 0 39 1 0 0 20 0 15 0 44535041 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008831933944 140009261047115 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10659088 memory=6944656592455360604 CPUtime=0.19 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) S 2385 2388 877 0 -1 1077944384 1143 0 0 0 19 0 0 0 20 0 15 0 44535041 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008830900336 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44535041 10914906112 44085 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 176340 KiB

[startup+1.50082 s]
/proc/loadavg: 2.02 2.02 2.05 5/217 2404
/proc/meminfo: memFree=21338064/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10725652 memory=237440 CPUtime=4.14 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 21861 0 0 0 404 10 0 0 20 0 16 0 44535035 10983067648 59360 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2681413 59360 3132 1 0 2643904 0
[pid=2388/tid=2390] ppid=2385 vsize=10725652 memory=608 CPUtime=1.45 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) R 2385 2388 877 0 -1 4202560 6015 0 0 0 141 4 0 0 20 0 16 0 44535036 10983067648 59360 33554432000 4194304 4196468 140727331429104 140009281786400 140008907230688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10725652 memory=55 CPUtime=0.01 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 16 0 44535036 10983067648 59360 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10725652 memory=12898 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 44535036 10983067648 59360 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10725652 memory=20679 CPUtime=0.01 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 16 0 44535036 10983067648 59360 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10725652 memory=223028 CPUtime=0.01 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 16 0 44535036 10983067648 59360 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44535038 10983067648 59360 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0

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

/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 7785 0 0 0 177 32 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10725652 memory=802568 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 10421 0 0 0 178 33 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10725652 memory=802568 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 8393 0 0 0 180 31 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10725652 memory=797952 CPUtime=0.2 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 24053 0 0 0 15 5 0 0 20 0 16 0 44535038 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10725652 memory=279726389005344 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44535038 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008836163168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10725652 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 44535038 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008835110272 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10725652 memory=797952 CPUtime=1.81 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) S 2385 2388 877 0 -1 1077944384 13737 0 0 0 180 1 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008833005936 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10725652 memory=55 CPUtime=1.95 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) S 2385 2388 877 0 -1 1077944384 11812 0 0 0 193 2 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008831953136 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10725652 memory=797952 CPUtime=0.35 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) S 2385 2388 877 0 -1 1077944384 3635 0 0 0 34 1 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008830900336 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10725652 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10725652 memory=4140 CPUtime=1.2 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 2455 0 0 0 56 64 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2404] ppid=2385 vsize=10725652 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2404/stat : 2404 (java) S 2385 2388 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44535115 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008827741616 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 2394.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 797952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.3 s]
/proc/loadavg: 1.93 2.05 2.06 3/217 2579
/proc/meminfo: memFree=19262472/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10725652 memory=797952 CPUtime=2400.04 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 131900 0 0 0 239798 206 0 0 20 0 16 0 44535035 10983067648 199488 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2681413 199488 3179 1 0 2643904 0
[pid=2388/tid=2390] ppid=2385 vsize=10725652 memory=797952 CPUtime=2386.02 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) R 2385 2388 877 0 -1 4202560 38405 0 0 0 238586 16 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009281789280 140008907526454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10725652 memory=797952 CPUtime=2.1 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 9788 0 0 0 179 31 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10725652 memory=797952 CPUtime=2.09 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 7785 0 0 0 177 32 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10725652 memory=802568 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 10421 0 0 0 178 33 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10725652 memory=802568 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 8393 0 0 0 180 31 0 0 20 0 16 0 44535036 10983067648 199488 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10725652 memory=279726389005344 CPUtime=0.2 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 24053 0 0 0 15 5 0 0 20 0 16 0 44535038 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10725652 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 44535038 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008836163168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10725652 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 44535038 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008835110272 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10725652 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10725652 memory=55 CPUtime=1.81 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) S 2385 2388 877 0 -1 1077944384 13737 0 0 0 180 1 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008833005936 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10725652 memory=797952 CPUtime=1.95 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) S 2385 2388 877 0 -1 1077944384 11812 0 0 0 193 2 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008831953136 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10725652 memory=797952 CPUtime=0.35 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) S 2385 2388 877 0 -1 1077944384 3635 0 0 0 34 1 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008830900336 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10725652 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10725652 memory=797952 CPUtime=1.2 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 2455 0 0 0 56 64 0 0 20 0 16 0 44535041 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2404] ppid=2385 vsize=10725652 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2404/stat : 2404 (java) S 2385 2388 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44535115 10983067648 199488 33554432000 4194304 4196468 140727331429104 140008827741616 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 797952 KiB

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

[startup+2388.51 s]
# the end of solver process 2388 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.05 s, system=2.07533 s

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

[startup+2388.41 s]
/proc/loadavg: 1.93 2.05 2.06 3/217 2579
/proc/meminfo: memFree=19262472/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10925344 memory=798008 CPUtime=2400.1 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 132343 0 0 0 239804 206 0 0 20 0 17 0 44535035 11187552256 199502 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2731336 199502 3181 1 0 2693827 0
[pid=2388/tid=2390] ppid=2385 vsize=10925344 memory=8112282956445269571 CPUtime=2386.08 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) S 2385 2388 877 0 -1 1077944384 38442 0 0 0 238592 16 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009281793200 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10925344 memory=1724 CPUtime=2.1 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 9788 0 0 0 179 31 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10925344 memory=1228 CPUtime=2.09 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 7785 0 0 0 177 32 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10925344 memory=1428 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 10421 0 0 0 178 33 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10925344 memory=1196 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 8393 0 0 0 180 31 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10925344 memory=1696 CPUtime=0.2 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 24053 0 0 0 15 5 0 0 20 0 17 0 44535038 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10925344 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44535038 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008836163168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10925344 memory=9292 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 44535038 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008835110272 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10925344 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10925344 memory=916 CPUtime=1.81 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) S 2385 2388 877 0 -1 1077944384 13751 0 0 0 180 1 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008833005936 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10925344 memory=3848 CPUtime=1.96 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) S 2385 2388 877 0 -1 1077944384 11854 0 0 0 194 2 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008831953136 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10925344 memory=2588 CPUtime=0.35 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) S 2385 2388 877 0 -1 1077944384 3799 0 0 0 34 1 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008830900336 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10925344 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10925344 memory=644 CPUtime=1.2 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 2455 0 0 0 56 64 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 798008 KiB

[startup+2388.5 s]
/proc/loadavg: 1.93 2.05 2.06 3/217 2579
/proc/meminfo: memFree=19262472/32770624 swapFree=67108860/67108860
[pid=2388] ppid=2385 vsize=10925344 memory=798008 CPUtime=2400.1 cores=1,3,5,7
/proc/2388/stat : 2388 (java) S 2385 2388 877 0 -1 1077944320 132343 0 0 0 239804 206 0 0 20 0 17 0 44535035 11187552256 199502 33554432000 4194304 4196468 140727331429104 140727331411648 140009277550327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
/proc/2388/statm: 2731336 199502 3181 1 0 2693827 0
[pid=2388/tid=2390] ppid=2385 vsize=10925344 memory=797952 CPUtime=2386.08 cores=1,3,5,7
/proc/2388/task/2390/stat : 2390 (java) S 2385 2388 877 0 -1 1077944384 38442 0 0 0 238592 16 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009281793200 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2391] ppid=2385 vsize=10925344 memory=797952 CPUtime=2.1 cores=1,3,5,7
/proc/2388/task/2391/stat : 2391 (java) S 2385 2388 877 0 -1 1077944384 9788 0 0 0 179 31 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009230170768 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2392] ppid=2385 vsize=10925344 memory=797952 CPUtime=2.09 cores=1,3,5,7
/proc/2388/task/2392/stat : 2392 (java) S 2385 2388 877 0 -1 1077944384 7785 0 0 0 177 32 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009229117968 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2393] ppid=2385 vsize=10925344 memory=279726389005344 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2393/stat : 2393 (java) S 2385 2388 877 0 -1 1077944384 10421 0 0 0 178 33 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009228065168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2394] ppid=2385 vsize=10925344 memory=802568 CPUtime=2.11 cores=1,3,5,7
/proc/2388/task/2394/stat : 2394 (java) S 2385 2388 877 0 -1 1077944384 8393 0 0 0 180 31 0 0 20 0 17 0 44535036 11187552256 199502 33554432000 4194304 4196468 140727331429104 140009227012368 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2395] ppid=2385 vsize=10925344 memory=802568 CPUtime=0.2 cores=1,3,5,7
/proc/2388/task/2395/stat : 2395 (java) S 2385 2388 877 0 -1 1077944384 24053 0 0 0 15 5 0 0 20 0 17 0 44535038 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008837217136 140009277561474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2396] ppid=2385 vsize=10925344 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2396/stat : 2396 (java) S 2385 2388 877 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44535038 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008836163168 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2397] ppid=2385 vsize=10925344 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2397/stat : 2397 (java) S 2385 2388 877 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 44535038 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008835110272 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2398] ppid=2385 vsize=10925344 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2398/stat : 2398 (java) S 2385 2388 877 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008834058576 140009277568923 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2399] ppid=2385 vsize=10925344 memory=797952 CPUtime=1.81 cores=1,3,5,7
/proc/2388/task/2399/stat : 2399 (java) S 2385 2388 877 0 -1 1077944384 13751 0 0 0 180 1 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008833005936 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2400] ppid=2385 vsize=10925344 memory=55 CPUtime=1.96 cores=1,3,5,7
/proc/2388/task/2400/stat : 2400 (java) S 2385 2388 877 0 -1 1077944384 11854 0 0 0 194 2 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008831953136 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2401] ppid=2385 vsize=10925344 memory=797952 CPUtime=0.35 cores=1,3,5,7
/proc/2388/task/2401/stat : 2401 (java) S 2385 2388 877 0 -1 1077944384 3799 0 0 0 34 1 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008830900336 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2402] ppid=2385 vsize=10925344 memory=797952 CPUtime=0 cores=1,3,5,7
/proc/2388/task/2402/stat : 2402 (java) S 2385 2388 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008829847776 140009277560533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
[pid=2388/tid=2403] ppid=2385 vsize=10925344 memory=797952 CPUtime=1.2 cores=1,3,5,7
/proc/2388/task/2403/stat : 2403 (java) S 2385 2388 877 0 -1 1077944384 2455 0 0 0 56 64 0 0 20 0 17 0 44535041 11187552256 199502 33554432000 4194304 4196468 140727331429104 140008828796080 140009277561474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13840384 140727331435633 140727331435785 140727331435785 140727331438543 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 798008 KiB

Child status: 143
Real time (s): 2388.51
CPU time (s): 2400.13
CPU user time (s): 2398.05
CPU system time (s): 2.07533
CPU usage (%): 100.486
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 1582564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.05
system time used= 2.07533
maximum resident set size= 1582612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54717
involuntary context switches= 2482


# summary of solver processes directly reported to runsolver:
#   pid: 2388
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2398.05
#   total CPU system time (s): 2.07533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8351 second user time and 22.9375 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 16:28:38
IDJOB=4289826
IDBENCH=141621
IDSOLVER=2742
FILE ID=node103/4289826-1532269718
RUNJOBID= node103-1532257777-914
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289826-1532269718/watcher-4289826-1532269718 -o /tmp/evaluation-result-4289826-1532269718/solver-4289826-1532269718 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-914 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289826-1532269718.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=45949305

node103.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.48
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.48
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.48
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.48
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:        21557776 kB
MemAvailable:   29965464 kB
Buffers:          236512 kB
Cached:          8374372 kB
SwapCached:            0 kB
Active:          3359284 kB
Inactive:        7275960 kB
Active(anon):    2026684 kB
Inactive(anon):    16976 kB
Active(file):    1332600 kB
Inactive(file):  7258984 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       2002248 kB
Mapped:            47792 kB
Shmem:             17036 kB
Slab:             272580 kB
SReclaimable:     244564 kB
SUnreclaim:        28016 kB
KernelStack:        3856 kB
PageTables:         9104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3323364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1884160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 17:08:27