Trace number 4289973

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)1337 2400.37 2200.78

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-5_c18.xml
MD5SUM08115146c0ac9b7e4849c5cb62d96e41
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1014
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints3891
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree52
Maximum variable degree76
Distribution of variable degrees[{"degree":52,"count":2},{"degree":54,"count":3},{"degree":55,"count":3},{"degree":56,"count":4},{"degree":57,"count":7},{"degree":58,"count":6},{"degree":59,"count":7},{"degree":60,"count":6},{"degree":61,"count":12},{"degree":62,"count":11},{"degree":63,"count":6},{"degree":64,"count":7},{"degree":65,"count":11},{"degree":66,"count":6},{"degree":67,"count":4},{"degree":68,"count":8},{"degree":69,"count":6},{"degree":70,"count":5},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":2},{"degree":74,"count":3},{"degree":75,"count":1},{"degree":76,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3891}]
Number of extensional constraints0
Number of intensional constraints3891
Distribution of constraint types[{"type":"intension","count":3891}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

159.99/56.64	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
159.99/56.64	c This is free software under the dual EPL/GNU LGPL licenses.
159.99/56.64	c See www.sat4j.org for details.
159.99/56.64	c That software uses the Rhino library from the Mozilla project.
159.99/56.64	c version 2.3.6-SNAPSHOT
159.99/56.64	c java.runtime.name	Java(TM) SE Runtime Environment
159.99/56.64	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
159.99/56.64	c java.vm.version	25.131-b11
159.99/56.64	c java.vm.vendor	Oracle Corporation
159.99/56.64	c sun.arch.data.model	64
159.99/56.64	c java.version		1.8.0_131
159.99/56.64	c os.name		Linux
159.99/56.64	c os.version		3.10.0-514.16.1.el7.x86_64
159.99/56.64	c os.arch		amd64
159.99/56.64	c Free memory 		499604488
159.99/56.64	c Max memory 		7247757312
159.99/56.64	c Total memory 		504889344
159.99/56.64	c Number of processors 	4
159.99/56.64	c c --- Begin Solver configuration ---
159.99/56.64	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
159.99/56.64	c Learn all clauses as in MiniSAT
159.99/56.64	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
159.99/56.64	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
159.99/56.64	c No reason simplification
159.99/56.64	c Glucose 2.1 dynamic restart strategy
159.99/56.64	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
159.99/56.64	c timeout=2147483s
159.99/56.64	c DB Simplification allowed=false
159.99/56.64	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
159.99/56.64	c --- End Solver configuration ---
159.99/56.64	c constraints type 
159.99/56.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 250
159.99/56.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 60796875
159.99/56.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 7782
159.99/56.64	c 60804907 constraints processed.
161.92/57.77	o 1337
2400.25/2200.70	c starts		: 3660
2400.25/2200.70	c conflicts		: 1448126
2400.25/2200.70	c decisions		: 5314797
2400.25/2200.70	c propagations		: 724621211
2400.25/2200.70	c inspects		: 13867694375
2400.25/2200.70	c shortcuts		: 0
2400.25/2200.70	c learnt literals	: 0
2400.25/2200.70	c learnt binary clauses	: 0
2400.25/2200.70	c learnt ternary clauses	: 0
2400.25/2200.70	c learnt constraints	: 1448126
2400.25/2200.70	c ignored constraints	: 0
2400.25/2200.70	c root simplifications	: 0
2400.25/2200.70	c removed literals (reason simplification)	: 0
2400.25/2200.70	c reason swapping (by a shorter reason)	: 0
2400.25/2200.70	c Calls to reduceDB	: 49
2400.25/2200.70	c Number of update (reduction) of LBD	: 787961
2400.25/2200.70	c Imported unit clauses	: 0
2400.25/2200.70	c number of reductions to clauses (during analyze)	: 0
2400.25/2200.70	c number of learned constraints concerned by reduction	: 0
2400.25/2200.70	c number of learning phase by resolution	: 0
2400.25/2200.70	c number of learning phase by cutting planes	: 0
2400.25/2200.70	c number of rounding to 1 operations	: 0
2400.25/2200.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.25/2200.70	c number of reductions of the coefficients by power 2 	: 0
2400.25/2200.70	c number of right shift for reduction by power 2 	: 0
2400.25/2200.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.25/2200.70	c number of ending skipping 	: 0
2400.25/2200.70	c number of internal skipping 	: 0
2400.25/2200.70	c number of derivation steps 	: 0
2400.25/2200.70	c number of skipped derivation steps 	: 0
2400.25/2200.70	c number of remaining unassigned 	: 0
2400.25/2200.70	c number of remaining assigned 	: 0
2400.25/2200.70	c speed (assignments/second)	: 337970.95148677676
2400.25/2200.70	c non guided choices	: 0
2400.25/2200.73	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 78785
2400.25/2200.73	s SATISFIABLE
2400.25/2200.73	v <instantiation type="solution">
2400.25/2200.73	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] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124] </list>
2400.25/2200.73	v 	<values> 17 13 5 6 11 12 6 14 17 22 15 10 12 10 3 4 13 22 10 4 16 9 11 21 10 9 8 8 15 14 7 12 1 16 15 15 21 19 9 18 2 6 8 7 12 18 7 0 8 18 5 11 17 6 24 19 1 10 0 11 4 0 1 4 2 23 2 16 1 2 3 0 21 1 1 7 16 4 12 13 21 19 11 20 19 5 3 6 2 5 14 13 9 20 13 20 16 5 7 8 3 18 4 12 20 14 1 19 15 2 10 9 17 7 20 7 15 11 6 14 11 19 3 21 20 </values>
2400.25/2200.73	v </instantiation>
2400.25/2200.73	

Verifier Data

OK	1337

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289973-1532213212/watcher-4289973-1532213212 -o /tmp/evaluation-result-4289973-1532213212/solver-4289973-1532213212 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289973-1532213212.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
solver pid=28764, runsolver pid=28761
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 5.01 4.26 3.09 2/216 28779
/proc/meminfo: memFree=17284120/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10659012 memory=30260 CPUtime=0.13 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 6636 0 0 0 11 2 0 0 20 0 15 0 38884043 10914828288 7565 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2664753 7565 2821 1 0 2627263 0
[pid=28764/tid=28766] ppid=28761 vsize=10659012 memory=-8773748148830375809 CPUtime=0.09 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 4471 0 0 0 8 1 0 0 20 0 15 0 38884043 10914828288 7565 33554432000 4194304 4196468 140726990047872 140494193637680 140494173496670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10659012 memory=139940472739456 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10659012 memory=139940472739456 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38884045 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38884046 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493680793120 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38884046 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493679740272 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) S 28761 28764 26014 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 38884048 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493677635952 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493676583152 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10659012 memory=139940472739456 CPUtime=0.02 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) R 28761 28764 26014 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 38884048 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493675530352 140494189437530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10659012 memory=139940472739456 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884049 10914828288 7565 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30260 KiB

[startup+0.210511 s]*
/proc/loadavg: 5.01 4.26 3.09 3/216 28779
/proc/meminfo: memFree=17272816/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10659012 memory=41952 CPUtime=0.33 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 8169 0 0 0 31 2 0 0 20 0 15 0 38884043 10914828288 10488 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2664753 10488 3004 1 0 2627263 0
[pid=28764/tid=28766] ppid=28761 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 5049 0 0 0 19 1 0 0 20 0 15 0 38884043 10914828288 10488 33554432000 4194304 4196468 140726990047872 140494193652448 140494173459813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10659012 memory=139940472923717 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38884044 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10659012 memory=139940472739456 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38884045 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38884046 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493680793120 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38884046 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493679740272 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) S 28761 28764 26014 0 -1 1077944384 654 0 0 0 2 0 0 0 20 0 15 0 38884048 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493677635952 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) S 28761 28764 26014 0 -1 1077944384 377 0 0 0 2 0 0 0 20 0 15 0 38884048 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493676583152 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10659012 memory=139940472739456 CPUtime=0.07 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) R 28761 28764 26014 0 -1 4202560 722 0 0 0 7 0 0 0 20 0 15 0 38884048 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493675530352 140494173496670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10659012 memory=139940472739456 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884049 10914828288 10488 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41952 KiB

[startup+0.314719 s]*
/proc/loadavg: 5.01 4.26 3.09 6/216 28779
/proc/meminfo: memFree=17260388/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10659088 memory=53096 CPUtime=0.6 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 10003 0 0 0 57 3 0 0 20 0 15 0 38884043 10914906112 13208 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2664772 13274 3068 1 0 2627263 0
[pid=28764/tid=28766] ppid=28761 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 5733 0 0 0 28 1 0 0 20 0 15 0 38884043 10914906112 13274 33554432000 4194304 4196468 140726990047872 140494193652576 140494173496670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10659088 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10659088 memory=139940472936207 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10659088 memory=139940472739456 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38884045 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38884046 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493680793120 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38884046 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493679740272 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) R 28761 28764 26014 0 -1 4202560 1057 0 0 0 8 0 0 0 20 0 15 0 38884048 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493677621832 140494174576358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) R 28761 28764 26014 0 -1 4202560 818 0 0 0 7 0 0 0 20 0 15 0 38884048 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493676564168 140494168654667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10659088 memory=139940472739456 CPUtime=0.13 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) R 28761 28764 26014 0 -1 1077944384 1026 0 0 0 13 0 0 0 20 0 15 0 38884048 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493675530352 140494189427330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10659088 memory=139940472739456 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884049 10914906112 13274 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53096 KiB

[startup+0.700759 s]
/proc/loadavg: 5.01 4.26 3.09 7/216 28779
/proc/meminfo: memFree=17241028/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10659088 memory=119636 CPUtime=1.81 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 11794 0 0 0 177 4 0 0 20 0 15 0 38884043 10914906112 29909 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2664772 29909 3109 1 0 2627263 0
[pid=28764/tid=28766] ppid=28761 vsize=10659088 memory=18460 CPUtime=0.67 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 6050 0 0 0 65 2 0 0 20 0 15 0 38884043 10914906112 29909 33554432000 4194304 4196468 140726990047872 140494193646880 140493830282184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10659088 memory=9436 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38884044 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38884045 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38884046 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493680793120 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38884046 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493679740272 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10659088 memory=7013340940837610608 CPUtime=0.38 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) R 28761 28764 26014 0 -1 4202560 1601 0 0 0 38 0 0 0 20 0 15 0 38884048 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493677616968 140494172826984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10659088 memory=5932762877087012201 CPUtime=0.41 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) R 28761 28764 26014 0 -1 4202560 1145 0 0 0 41 0 0 0 20 0 15 0 38884048 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493676583280 140494170960362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) S 28761 28764 26014 0 -1 1077944384 1627 0 0 0 32 0 0 0 20 0 15 0 38884048 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493675530352 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38884048 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38884049 10914906112 29909 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 119636 KiB

[startup+1.50079 s]
/proc/loadavg: 5.01 4.26 3.09 5/216 28779
/proc/meminfo: memFree=17083840/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10659088 memory=381636 CPUtime=3.98 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 14605 0 0 0 375 23 0 0 20 0 15 0 38884043 10914906112 95409 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2664772 95409 3140 1 0 2627263 0
[pid=28764/tid=28766] ppid=28761 vsize=10659088 memory=320080 CPUtime=1.31 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 6145 0 0 0 127 4 0 0 20 0 15 0 38884043 10914906112 95409 33554432000 4194304 4196468 140726990047872 140494193653368 140493830011680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10659088 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 154 0 0 0 11 4 0 0 20 0 15 0 38884044 10914906112 95409 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10659088 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 107 0 0 0 11 3 0 0 20 0 15 0 38884044 10914906112 95409 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10659088 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 135 0 0 0 10 3 0 0 20 0 15 0 38884044 10914906112 95409 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10659088 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 146 0 0 0 11 4 0 0 20 0 15 0 38884044 10914906112 95409 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38884045 10914906112 95409 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0

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

/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 95751 0 0 0 6299 151 0 0 20 0 16 0 38884044 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10727700 memory=8054560 CPUtime=64.46 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 102781 0 0 0 6292 154 0 0 20 0 16 0 38884044 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10727700 memory=8054560 CPUtime=64.9 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 110399 0 0 0 6326 164 0 0 20 0 16 0 38884044 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10727700 memory=8054560 CPUtime=14.75 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 62593 0 0 0 1468 7 0 0 20 0 16 0 38884045 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38884046 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493680793184 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 38884046 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493679740288 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10727700 memory=1704 CPUtime=2.14 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) S 28761 28764 26014 0 -1 1077944384 8889 0 0 0 212 2 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493677635952 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10727700 memory=8054560 CPUtime=2.27 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) S 28761 28764 26014 0 -1 1077944384 10158 0 0 0 225 2 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493676583152 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10727700 memory=1576 CPUtime=0.59 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) S 28761 28764 26014 0 -1 1077944384 5028 0 0 0 57 2 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493675530352 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10727700 memory=928 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10727700 memory=4140 CPUtime=1.2 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1665 0 0 0 55 65 0 0 20 0 16 0 38884049 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28780] ppid=28761 vsize=10727700 memory=13884 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28780/stat : 28780 (java) S 28761 28764 26014 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38889710 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493670274480 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 2341.82 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8054560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2200.5 s]
/proc/loadavg: 2.01 2.04 2.14 3/217 28960
/proc/meminfo: memFree=9092264/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10727700 memory=8054560 CPUtime=2400.05 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 984742 0 0 0 239260 745 0 0 20 0 16 0 38884043 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2681925 2013640 3194 1 0 2644416 0
[pid=28764/tid=28766] ppid=28761 vsize=10727700 memory=56 CPUtime=2120.35 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 465034 0 0 0 211991 44 0 0 20 0 16 0 38884043 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140494193654680 140493833128640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10727700 memory=8054560 CPUtime=64.78 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 120958 0 0 0 6314 164 0 0 20 0 16 0 38884044 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10727700 memory=8054560 CPUtime=64.5 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 95751 0 0 0 6299 151 0 0 20 0 16 0 38884044 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10727700 memory=8054560 CPUtime=64.46 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 102781 0 0 0 6292 154 0 0 20 0 16 0 38884044 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10727700 memory=8054560 CPUtime=64.9 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 110399 0 0 0 6326 164 0 0 20 0 16 0 38884044 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10727700 memory=8054560 CPUtime=14.75 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 62603 0 0 0 1468 7 0 0 20 0 16 0 38884045 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38884046 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493680793184 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 38884046 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493679740288 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10727700 memory=8054560 CPUtime=2.14 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) S 28761 28764 26014 0 -1 1077944384 8892 0 0 0 212 2 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493677635952 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10727700 memory=8054560 CPUtime=2.27 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) S 28761 28764 26014 0 -1 1077944384 10164 0 0 0 225 2 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493676583152 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10727700 memory=6791534058613427641 CPUtime=0.59 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) S 28761 28764 26014 0 -1 1077944384 5038 0 0 0 57 2 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493675530352 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38884048 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10727700 memory=8054560 CPUtime=1.24 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1704 0 0 0 56 68 0 0 20 0 16 0 38884049 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28780] ppid=28761 vsize=10727700 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28780/stat : 28780 (java) S 28761 28764 26014 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38889710 10985164800 2013640 33554432000 4194304 4196468 140726990047872 140493670274480 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8054560 KiB

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

[startup+2200.78 s]
# the end of solver process 28764 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2392.88 s, system=7.49823 s

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

[startup+2200.61 s]
/proc/loadavg: 2.01 2.04 2.14 3/217 28960
/proc/meminfo: memFree=9092264/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10927392 memory=8054868 CPUtime=2400.16 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 992663 0 0 0 239271 745 0 0 20 0 17 0 38884043 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2731848 2013717 3196 1 0 2694339 0
[pid=28764/tid=28766] ppid=28761 vsize=10927392 memory=15872 CPUtime=2120.45 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 471749 0 0 0 212001 44 0 0 20 0 17 0 38884043 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140494193652176 140493833355216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10927392 memory=4008 CPUtime=64.78 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 120958 0 0 0 6314 164 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10927392 memory=18460 CPUtime=64.5 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 95751 0 0 0 6299 151 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10927392 memory=9468 CPUtime=64.46 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 102781 0 0 0 6292 154 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10927392 memory=1788 CPUtime=64.9 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 110399 0 0 0 6326 164 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10927392 memory=644 CPUtime=14.75 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 62642 0 0 0 1468 7 0 0 20 0 17 0 38884045 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10927392 memory=18460 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38884046 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493680793184 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10927392 memory=9468 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 38884046 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493679740288 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10927392 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10927392 memory=644 CPUtime=2.14 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) S 28761 28764 26014 0 -1 1077944384 8892 0 0 0 212 2 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493677635952 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10927392 memory=952 CPUtime=2.27 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) S 28761 28764 26014 0 -1 1077944384 10164 0 0 0 225 2 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493676583152 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10927392 memory=1236 CPUtime=0.59 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) S 28761 28764 26014 0 -1 1077944384 5550 0 0 0 57 2 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493675530352 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10927392 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10927392 memory=1576 CPUtime=1.24 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1704 0 0 0 56 68 0 0 20 0 17 0 38884049 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 2400.16 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8054868 KiB

[startup+2200.7 s]
/proc/loadavg: 2.01 2.04 2.14 3/217 28960
/proc/meminfo: memFree=9092264/32770624 swapFree=67108860/67108860
[pid=28764] ppid=28761 vsize=10927392 memory=8054868 CPUtime=2400.25 cores=1,3,5,7
/proc/28764/stat : 28764 (java) S 28761 28764 26014 0 -1 1077944320 992941 0 0 0 239280 745 0 0 20 0 17 0 38884043 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140726990030416 140494189416183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
/proc/28764/statm: 2731848 2013717 3196 1 0 2694339 0
[pid=28764/tid=28766] ppid=28761 vsize=10927392 memory=8054560 CPUtime=2120.55 cores=1,3,5,7
/proc/28764/task/28766/stat : 28766 (java) R 28761 28764 26014 0 -1 4202560 471749 0 0 0 212011 44 0 0 20 0 17 0 38884043 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140494193652176 140493833355234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28767] ppid=28761 vsize=10927392 memory=8054560 CPUtime=64.78 cores=1,3,5,7
/proc/28764/task/28767/stat : 28767 (java) S 28761 28764 26014 0 -1 1077944384 120958 0 0 0 6314 164 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493795809936 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28768] ppid=28761 vsize=10927392 memory=8054560 CPUtime=64.5 cores=1,3,5,7
/proc/28764/task/28768/stat : 28768 (java) S 28761 28764 26014 0 -1 1077944384 95751 0 0 0 6299 151 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493794757136 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28769] ppid=28761 vsize=10927392 memory=8054560 CPUtime=64.46 cores=1,3,5,7
/proc/28764/task/28769/stat : 28769 (java) S 28761 28764 26014 0 -1 1077944384 102781 0 0 0 6292 154 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493793704336 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28770] ppid=28761 vsize=10927392 memory=8054560 CPUtime=64.9 cores=1,3,5,7
/proc/28764/task/28770/stat : 28770 (java) S 28761 28764 26014 0 -1 1077944384 110399 0 0 0 6326 164 0 0 20 0 17 0 38884044 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493792651536 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28771] ppid=28761 vsize=10927392 memory=8054560 CPUtime=14.75 cores=1,3,5,7
/proc/28764/task/28771/stat : 28771 (java) S 28761 28764 26014 0 -1 1077944384 62642 0 0 0 1468 7 0 0 20 0 17 0 38884045 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493681847152 140494189427330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28772] ppid=28761 vsize=10927392 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28772/stat : 28772 (java) S 28761 28764 26014 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38884046 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493680793184 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28773] ppid=28761 vsize=10927392 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28773/stat : 28773 (java) S 28761 28764 26014 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 38884046 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493679740288 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28774] ppid=28761 vsize=10927392 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28774/stat : 28774 (java) S 28761 28764 26014 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493678688592 140494189434779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28775] ppid=28761 vsize=10927392 memory=56 CPUtime=2.14 cores=1,3,5,7
/proc/28764/task/28775/stat : 28775 (java) S 28761 28764 26014 0 -1 1077944384 9048 0 0 0 212 2 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493677635952 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28776] ppid=28761 vsize=10927392 memory=8054560 CPUtime=2.27 cores=1,3,5,7
/proc/28764/task/28776/stat : 28776 (java) S 28761 28764 26014 0 -1 1077944384 10286 0 0 0 225 2 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493676583152 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28777] ppid=28761 vsize=10927392 memory=8054560 CPUtime=0.59 cores=1,3,5,7
/proc/28764/task/28777/stat : 28777 (java) S 28761 28764 26014 0 -1 1077944384 5550 0 0 0 57 2 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493675530352 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28778] ppid=28761 vsize=10927392 memory=8054560 CPUtime=0 cores=1,3,5,7
/proc/28764/task/28778/stat : 28778 (java) S 28761 28764 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38884048 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493674477792 140494189426389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
[pid=28764/tid=28779] ppid=28761 vsize=10927392 memory=8054560 CPUtime=1.24 cores=1,3,5,7
/proc/28764/task/28779/stat : 28779 (java) S 28761 28764 26014 0 -1 1077944384 1704 0 0 0 56 68 0 0 20 0 17 0 38884049 11189649408 2013717 33554432000 4194304 4196468 140726990047872 140493673426096 140494189427330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24641536 140726990054513 140726990054665 140726990054665 140726990057423 0
Current children cumulated CPU time: 2400.25 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8054868 KiB

Child status: 143
Real time (s): 2200.78
CPU time (s): 2400.37
CPU user time (s): 2392.88
CPU system time (s): 7.49823
CPU usage (%): 109.069
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 8054868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.88
system time used= 7.49823
maximum resident set size= 8055236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 994196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52395
involuntary context switches= 3205


# summary of solver processes directly reported to runsolver:
#   pid: 28764
#   total CPU time (s): 2400.37
#   total CPU user time (s): 2392.88
#   total CPU system time (s): 7.49823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9987 second user time and 21.4514 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 00:46:52
IDJOB=4289973
IDBENCH=141223
IDSOLVER=2742
FILE ID=node106/4289973-1532213212
RUNJOBID= node106-1532209822-28266
PBS_JOBID= 21018937
Free space on /tmp= 53032 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289973-1532213212/watcher-4289973-1532213212 -o /tmp/evaluation-result-4289973-1532213212/solver-4289973-1532213212 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289973-1532213212.xml

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

MD5SUM BENCH= 08115146c0ac9b7e4849c5cb62d96e41
RANDOM SEED=340198262

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17301736 kB
MemAvailable:   30933016 kB
Buffers:          223496 kB
Cached:         13501168 kB
SwapCached:            0 kB
Active:          2204436 kB
Inactive:       12580184 kB
Active(anon):    1062988 kB
Inactive(anon):    17096 kB
Active(file):    1141448 kB
Inactive(file): 12563088 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       1067128 kB
Mapped:            46768 kB
Shmem:             17036 kB
Slab:             382296 kB
SReclaimable:     355204 kB
SUnreclaim:        27092 kB
KernelStack:        3856 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2263428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    997376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 01:23:33