Trace number 4262955

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 2017-07-05SAT (TO)8 2520.3401 2509.73

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

2.92/1.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.92/1.47	c This is free software under the dual EPL/GNU LGPL licenses.
2.92/1.47	c See www.sat4j.org for details.
2.92/1.47	c That software uses the Rhino library from the Mozilla project.
2.92/1.47	c version CUSTOM.v20170705
2.92/1.47	c java.runtime.name	Java(TM) SE Runtime Environment
2.92/1.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.92/1.47	c java.vm.version	25.131-b11
2.92/1.47	c java.vm.vendor	Oracle Corporation
2.92/1.47	c sun.arch.data.model	64
2.92/1.47	c java.version		1.8.0_131
2.92/1.47	c os.name		Linux
2.92/1.47	c os.version		3.10.0-514.16.1.el7.x86_64
2.92/1.47	c os.arch		amd64
2.92/1.47	c Free memory 		499604488
2.92/1.47	c Max memory 		7247757312
2.92/1.47	c Total memory 		504889344
2.92/1.47	c Number of processors 	4
2.92/1.47	c c --- Begin Solver configuration ---
2.92/1.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.92/1.47	c Learn all clauses as in MiniSAT
2.92/1.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.92/1.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.92/1.47	c No reason simplification
2.92/1.47	c Glucose 2.1 dynamic restart strategy
2.92/1.47	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
2.92/1.47	c timeout=2147483s
2.92/1.47	c DB Simplification allowed=false
2.92/1.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.92/1.47	c --- End Solver configuration ---
2.92/1.47	c constraints type 
2.92/1.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
2.92/1.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3239936
2.92/1.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 1456
2.92/1.47	c 3241520 constraints processed.
4.00/1.88	o 63
4.34/2.06	o 60
5.88/3.02	o 58
13.84/8.65	o 56
14.48/9.25	o 53
16.55/11.28	o 45
20.20/14.86	o 32
22.13/16.68	o 31
23.34/17.86	o 30
23.44/17.99	o 24
25.80/20.21	o 23
27.25/21.61	o 22
27.99/22.39	o 21
30.25/24.50	o 20
30.96/25.28	o 19
31.78/26.03	o 18
32.57/26.87	o 17
33.51/27.70	o 16
34.61/28.80	o 15
35.73/29.95	o 14
36.44/30.63	o 13
37.45/31.60	o 12
37.75/31.96	o 11
39.05/33.22	o 10
39.56/33.77	o 9
92.26/86.28	o 8
2520.31/2509.70	c starts		: 2984
2520.31/2509.70	c conflicts		: 3197571
2520.31/2509.70	c decisions		: 11479170
2520.31/2509.70	c propagations		: 968188000
2520.31/2509.70	c inspects		: 43542202178
2520.31/2509.70	c shortcuts		: 0
2520.31/2509.70	c learnt literals	: 1508
2520.31/2509.70	c learnt binary clauses	: 1727
2520.31/2509.70	c learnt ternary clauses	: 1911
2520.31/2509.70	c learnt constraints	: 3196063
2520.31/2509.70	c ignored constraints	: 0
2520.31/2509.70	c root simplifications	: 0
2520.31/2509.70	c removed literals (reason simplification)	: 0
2520.31/2509.70	c reason swapping (by a shorter reason)	: 0
2520.31/2509.70	c Calls to reduceDB	: 139
2520.31/2509.70	c Number of update (reduction) of LBD	: 1500033
2520.31/2509.70	c Imported unit clauses	: 0
2520.31/2509.70	c number of reductions to clauses (during analyze)	: 0
2520.31/2509.70	c number of learned constraints concerned by reduction	: 0
2520.31/2509.70	c number of learning phase by resolution	: 0
2520.31/2509.70	c number of learning phase by cutting planes	: 0
2520.31/2509.70	c number of rounding to 1 operations	: 0
2520.31/2509.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.31/2509.70	c number of reductions of the coefficients by power 2 	: 0
2520.31/2509.70	c number of right shift for reduction by power 2 	: 0
2520.31/2509.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.31/2509.70	c speed (assignments/second)	: 386004.93496003357
2520.31/2509.70	c non guided choices	1293875
2520.31/2509.70	c learnt constraints type 
2520.31/2509.70	s SATISFIABLE
2520.31/2509.70	v <instantiation type="solution">
2520.31/2509.70	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
2520.31/2509.70	v 	<values> 3 1 0 5 7 6 4 8 2 8 7 6 1 0 3 5 7 0 4 3 8 2 6 1 6 2 8 1 5 3 0 4 8 5 6 7 0 4 1 3 0 3 1 4 6 5 8 2 5 6 2 8 3 1 7 0 4 7 3 0 2 8 5 6 </values>
2520.31/2509.70	v </instantiation>
2520.31/2509.70	

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262955-1502611728/watcher-4262955-1502611728 -o /tmp/evaluation-result-4262955-1502611728/solver-4262955-1502611728 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262955-1502611728.xml 

running on 4 cores: 0,2,4,6

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

solver pid=16526, runsolver pid=16523

[startup+0.10009 s]*
/proc/loadavg: 4.84 4.58 3.65 3/206 16535
/proc/meminfo: memFree=27085844/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10152700 memory=20412 CPUtime=0.04 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 3986 0 0 0 4 0 0 0 20 0 10 0 15055484 10396364800 5103 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2538175 5103 2156 1 0 2527672 0
[pid=16526/tid=16528] ppid=16523 vsize=10219264 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) S 16523 16526 7968 0 -1 1077944384 2639 0 0 0 3 0 0 0 20 0 11 0 15055490 10464526336 5106 18446744073709551615 4194304 4196468 140723591015280 140053049866288 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10219264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 15055491 10464526336 5106 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10219264 memory=140038090753664 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 15055491 10464526336 5106 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10284800 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 11 0 15055491 10531635200 5106 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10285828 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 15055491 10532687872 5106 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10351364 memory=140038090753664 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 15055492 10599796736 5106 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10351364 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 15055493 10599796736 5106 18446744073709551615 4194304 4196468 140723591015280 140052084311328 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10351364 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 12 0 15055493 10599796736 5106 18446744073709551615 4194304 4196468 140723591015280 140052083258992 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10352392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 15055495 10600849408 5107 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) R 16523 16526 7968 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 13 0 15055495 10667958272 5107 18446744073709551615 4194304 4196468 140723591015280 140052081154888 140053024948992 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 15055495 10667958272 5107 18446744073709551615 4194304 4196468 140723591015280 140052080101536 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10417928 memory=140038090753664 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 15055495 10667958272 5107 18446744073709551615 4194304 4196468 140723591015280 140052079049248 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10152700 KiB
Current children cumulated memory: 20412 KiB

[startup+0.212415 s]*
/proc/loadavg: 4.84 4.58 3.65 4/212 16541
/proc/meminfo: memFree=27076976/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10551156 memory=30048 CPUtime=0.16 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 7879 0 0 0 14 2 0 0 20 0 15 0 15055484 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2637789 7512 2799 1 0 2627261 0
[pid=16526/tid=16528] ppid=16523 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) R 16523 16526 7968 0 -1 4202560 5646 0 0 0 10 1 0 0 20 0 15 0 15055490 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140053049856720 140053045636502 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10551156 memory=140038090871189 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10551156 memory=140038090753664 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15055492 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15055493 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052084311328 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15055493 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052083258992 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15055495 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) R 16523 16526 7968 0 -1 4202560 426 0 0 0 0 0 0 0 20 0 15 0 15055495 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052081154160 140053045636502 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) S 16523 16526 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 15055495 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052080101360 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10551156 memory=140038090753664 CPUtime=0.02 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 15055495 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052079049072 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16540] ppid=16523 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16540/stat : 16540 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15055495 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052077996512 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16541] ppid=16523 vsize=10551156 memory=140038090753664 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16541/stat : 16541 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055499 10804383744 7512 18446744073709551615 4194304 4196468 140723591015280 140052076944304 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30048 KiB

[startup+0.310255 s]*
/proc/loadavg: 4.62 4.54 3.64 3/212 16541
/proc/meminfo: memFree=27069932/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10551156 memory=39388 CPUtime=0.32 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 9747 0 0 0 29 3 0 0 20 0 15 0 15055484 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2637789 9847 2927 1 0 2627261 0
[pid=16526/tid=16528] ppid=16523 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) R 16523 16526 7968 0 -1 4202560 6869 0 0 0 19 2 0 0 20 0 15 0 15055490 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140053049856816 140053029705054 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15055491 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15055492 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15055493 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052084311328 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15055493 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052083258992 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15055495 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) S 16523 16526 7968 0 -1 1077944384 621 0 0 0 1 0 0 0 20 0 15 0 15055495 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052081154160 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) S 16523 16526 7968 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 15 0 15055495 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052080101360 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10551156 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 781 0 0 0 6 0 0 0 20 0 15 0 15055495 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052079049072 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16540] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16540/stat : 16540 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15055495 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052077996512 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16541] ppid=16523 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16541/stat : 16541 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055499 10804383744 9847 18446744073709551615 4194304 4196468 140723591015280 140052076944304 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39388 KiB

[startup+0.700687 s]
/proc/loadavg: 4.62 4.54 3.64 4/212 16541
/proc/meminfo: memFree=27056036/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10551232 memory=123060 CPUtime=1.39 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 12234 0 0 0 133 6 0 0 20 0 15 0 15055484 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2637808 30765 3059 1 0 2627261 0
[pid=16526/tid=16528] ppid=16523 vsize=10551232 memory=12136 CPUtime=0.59 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) R 16523 16526 7968 0 -1 4202560 7458 0 0 0 55 4 0 0 20 0 15 0 15055490 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140053049862576 140052662484360 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10551232 memory=55004 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055491 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15055491 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 15055492 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15055493 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052084311328 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15055493 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052083258992 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15055495 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) R 16523 16526 7968 0 -1 4202560 1525 0 0 0 26 0 0 0 20 0 15 0 15055495 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052081140944 140053031639689 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) R 16523 16526 7968 0 -1 4202560 687 0 0 0 25 0 0 0 20 0 15 0 15055495 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052080089920 140053027169113 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 1194 0 0 0 25 0 0 0 20 0 15 0 15055495 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052079049072 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16540] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16540/stat : 16540 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15055495 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052077996512 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16541] ppid=16523 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16541/stat : 16541 (java) S 16523 16526 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15055499 10804461568 30765 18446744073709551615 4194304 4196468 140723591015280 140052076944304 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 123060 KiB

[startup+1.50299 s]
/proc/loadavg: 4.62 4.54 3.64 3/212 16541
/proc/meminfo: memFree=26876916/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10617796 memory=401548 CPUtime=3.13 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 14168 0 0 0 287 26 0 0 20 0 16 0 15055484 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2654449 100387 3094 1 0 2643902 0
[pid=16526/tid=16528] ppid=16523 vsize=10617796 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) R 16523 16526 7968 0 -1 4202560 8005 0 0 0 114 6 0 0 20 0 16 0 15055490 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140053049853008 140053045636502 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10617796 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 156 0 0 0 14 4 0 0 20 0 16 0 15055491 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10617796 memory=280075891117584 CPUtime=0.18 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 146 0 0 0 14 4 0 0 20 0 16 0 15055491 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10617796 memory=280075891117456 CPUtime=0.18 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 156 0 0 0 14 4 0 0 20 0 16 0 15055491 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10617796 memory=280075891117328 CPUtime=0.18 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 166 0 0 0 14 4 0 0 20 0 16 0 15055491 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 15055492 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10617796 memory=7236547281622689387 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 15055493 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140052084311328 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10617796 memory=5788366128452758634 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 15055493 10872623104 100387 18446744073709551615 4194304 4196468 140723591015280 140052083258992 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0

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

/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 4031 0 0 0 172 37 0 0 20 0 16 0 15055491 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10617796 memory=1851740 CPUtime=2.08 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 4516 0 0 0 171 37 0 0 20 0 16 0 15055491 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10617796 memory=1851740 CPUtime=2.06 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2916 0 0 0 170 36 0 0 20 0 16 0 15055491 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10617796 memory=1732 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 8268 0 0 0 44 3 0 0 20 0 16 0 15055492 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10617796 memory=164 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 15055493 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052084311392 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 15055493 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052083259008 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10617796 memory=12268 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10617796 memory=12268 CPUtime=1.34 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) S 16523 16526 7968 0 -1 1077944384 7155 0 0 0 132 2 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052081154160 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10617796 memory=2424 CPUtime=1.35 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) S 16523 16526 7968 0 -1 1077944384 5874 0 0 0 134 1 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052080101360 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10617796 memory=1851740 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 4423 0 0 0 46 1 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052079049072 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16540] ppid=16523 vsize=10617796 memory=1851740 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16540/stat : 16540 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052077996512 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16541] ppid=16523 vsize=10617796 memory=4124 CPUtime=1.58 cores=0,2,4,6
/proc/16526/task/16541/stat : 16541 (java) S 16523 16526 7968 0 -1 1077944384 1686 0 0 0 77 81 0 0 20 0 16 0 15055499 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052076944304 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16542] ppid=16523 vsize=10617796 memory=12268 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16542/stat : 16542 (java) S 16523 16526 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15055632 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052075889840 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 2512.89 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1851740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.5 s]
/proc/loadavg: 1.95 2.00 2.12 3/213 16904
/proc/meminfo: memFree=27080844/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10617796 memory=1851740 CPUtime=2520.09 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 93484 0 0 0 251777 232 0 0 20 0 16 0 15055484 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2654449 462935 3134 1 0 2643902 0
[pid=16526/tid=16528] ppid=16523 vsize=10617796 memory=1851740 CPUtime=2506.45 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) R 16523 16526 7968 0 -1 4202560 50642 0 0 0 250630 15 0 0 20 0 16 0 15055490 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140053049863168 140052663780699 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10617796 memory=1851740 CPUtime=2.07 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 2564 0 0 0 169 38 0 0 20 0 16 0 15055491 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10617796 memory=1851740 CPUtime=2.09 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 4031 0 0 0 172 37 0 0 20 0 16 0 15055491 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10617796 memory=164 CPUtime=2.08 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 4516 0 0 0 171 37 0 0 20 0 16 0 15055491 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10617796 memory=0 CPUtime=2.06 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2916 0 0 0 170 36 0 0 20 0 16 0 15055491 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10617796 memory=56 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 8268 0 0 0 44 3 0 0 20 0 16 0 15055492 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10617796 memory=1851740 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 15055493 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052084311392 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10617796 memory=1851740 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 15055493 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052083259008 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10617796 memory=3140 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10617796 memory=1156 CPUtime=1.34 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) S 16523 16526 7968 0 -1 1077944384 7155 0 0 0 132 2 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052081154160 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10617796 memory=3024 CPUtime=1.35 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) S 16523 16526 7968 0 -1 1077944384 5874 0 0 0 134 1 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052080101360 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10617796 memory=-8774313645642428999 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 4423 0 0 0 46 1 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052079049072 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16540] ppid=16523 vsize=10617796 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16540/stat : 16540 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15055495 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052077996512 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16541] ppid=16523 vsize=10617796 memory=4124 CPUtime=1.59 cores=0,2,4,6
/proc/16526/task/16541/stat : 16541 (java) S 16523 16526 7968 0 -1 1077944384 1688 0 0 0 78 81 0 0 20 0 16 0 15055499 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052076944304 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16542] ppid=16523 vsize=10617796 memory=12268 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16542/stat : 16542 (java) S 16523 16526 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15055632 10872623104 462935 18446744073709551615 4194304 4196468 140723591015280 140052075889840 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1851740 KiB

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

[startup+2509.73 s]
# the end of solver process 16526 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.01 s, system=2.33918 s

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

[startup+2509.61 s]
/proc/loadavg: 1.95 2.00 2.12 3/213 16904
/proc/meminfo: memFree=27080844/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10817488 memory=1852088 CPUtime=2520.2 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 95049 0 0 0 251788 232 0 0 20 0 17 0 15055484 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2704372 463022 3136 1 0 2693825 0
[pid=16526/tid=16528] ppid=16523 vsize=10817488 memory=16444 CPUtime=2506.56 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) R 16523 16526 7968 0 -1 4202560 50887 0 0 0 250641 15 0 0 20 0 17 0 15055490 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140053049863168 140052664211095 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10817488 memory=1700 CPUtime=2.07 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 2564 0 0 0 169 38 0 0 20 0 17 0 15055491 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10817488 memory=1228 CPUtime=2.09 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 4031 0 0 0 172 37 0 0 20 0 17 0 15055491 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10817488 memory=1000 CPUtime=2.08 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 4516 0 0 0 171 37 0 0 20 0 17 0 15055491 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10817488 memory=2424 CPUtime=2.06 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2916 0 0 0 170 36 0 0 20 0 17 0 15055491 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10817488 memory=1296 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 8268 0 0 0 44 3 0 0 20 0 17 0 15055492 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10817488 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 15055493 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052084311392 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10817488 memory=792 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 15055493 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052083259008 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10817488 memory=8684 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 15055495 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10817488 memory=1440 CPUtime=1.35 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) S 16523 16526 7968 0 -1 1077944384 7340 0 0 0 133 2 0 0 20 0 17 0 15055495 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052081154160 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10817488 memory=9916 CPUtime=1.36 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) S 16523 16526 7968 0 -1 1077944384 5997 0 0 0 135 1 0 0 20 0 17 0 15055495 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052080101360 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10817488 memory=1200 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 4819 0 0 0 46 1 0 0 20 0 17 0 15055495 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052079049072 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16540] ppid=16523 vsize=10817488 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16540/stat : 16540 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15055495 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052077996512 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16541] ppid=16523 vsize=10817488 memory=4040 CPUtime=1.59 cores=0,2,4,6
/proc/16526/task/16541/stat : 16541 (java) S 16523 16526 7968 0 -1 1077944384 1688 0 0 0 78 81 0 0 20 0 17 0 15055499 11077107712 463022 18446744073709551615 4194304 4196468 140723591015280 140052076944304 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 2520.2 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 1852088 KiB

[startup+2509.7 s]
/proc/loadavg: 1.95 2.00 2.12 3/213 16904
/proc/meminfo: memFree=27080844/32770624 swapFree=67108860/67108860
[pid=16526] ppid=16523 vsize=10817488 memory=1852092 CPUtime=2520.31 cores=0,2,4,6
/proc/16526/stat : 16526 (java) S 16523 16526 7968 0 -1 1077944320 95961 0 0 0 251799 232 0 0 20 0 17 0 15055484 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140723590997824 140053045624567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
/proc/16526/statm: 2704372 463023 3136 1 0 2693825 0
[pid=16526/tid=16528] ppid=16523 vsize=10817488 memory=1851740 CPUtime=2506.65 cores=0,2,4,6
/proc/16526/task/16528/stat : 16528 (java) S 16523 16526 7968 0 -1 1077944384 50908 0 0 0 250650 15 0 0 20 0 17 0 15055490 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140053049867440 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16529] ppid=16523 vsize=10817488 memory=1851740 CPUtime=2.07 cores=0,2,4,6
/proc/16526/task/16529/stat : 16529 (java) S 16523 16526 7968 0 -1 1077944384 2564 0 0 0 169 38 0 0 20 0 17 0 15055491 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052986661264 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16530] ppid=16523 vsize=10817488 memory=1851740 CPUtime=2.09 cores=0,2,4,6
/proc/16526/task/16530/stat : 16530 (java) S 16523 16526 7968 0 -1 1077944384 4031 0 0 0 172 37 0 0 20 0 17 0 15055491 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052985608464 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16531] ppid=16523 vsize=10817488 memory=164 CPUtime=2.08 cores=0,2,4,6
/proc/16526/task/16531/stat : 16531 (java) S 16523 16526 7968 0 -1 1077944384 4516 0 0 0 171 37 0 0 20 0 17 0 15055491 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052984556176 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16532] ppid=16523 vsize=10817488 memory=8224 CPUtime=2.06 cores=0,2,4,6
/proc/16526/task/16532/stat : 16532 (java) S 16523 16526 7968 0 -1 1077944384 2916 0 0 0 170 36 0 0 20 0 17 0 15055491 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052983503376 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16533] ppid=16523 vsize=10817488 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16533/stat : 16533 (java) S 16523 16526 7968 0 -1 1077944384 8268 0 0 0 44 3 0 0 20 0 17 0 15055492 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052085365360 140053045635714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16534] ppid=16523 vsize=10817488 memory=1851740 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16534/stat : 16534 (java) S 16523 16526 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 15055493 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052084311392 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16535] ppid=16523 vsize=10817488 memory=56 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16535/stat : 16535 (java) S 16523 16526 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 15055493 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052083259008 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16536] ppid=16523 vsize=10817488 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16536/stat : 16536 (java) S 16523 16526 7968 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 15055495 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052082207312 140053045643163 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16537] ppid=16523 vsize=10817488 memory=3024 CPUtime=1.36 cores=0,2,4,6
/proc/16526/task/16537/stat : 16537 (java) R 16523 16526 7968 0 -1 4202560 8002 0 0 0 134 2 0 0 20 0 17 0 15055495 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052081154160 140053029138902 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16538] ppid=16523 vsize=10817488 memory=-8774313645642428999 CPUtime=1.36 cores=0,2,4,6
/proc/16526/task/16538/stat : 16538 (java) S 16523 16526 7968 0 -1 1077944384 5997 0 0 0 135 1 0 0 20 0 17 0 15055495 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052080101360 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16539] ppid=16523 vsize=10817488 memory=2012 CPUtime=0.47 cores=0,2,4,6
/proc/16526/task/16539/stat : 16539 (java) S 16523 16526 7968 0 -1 1077944384 5049 0 0 0 46 1 0 0 20 0 17 0 15055495 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052079049072 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16540] ppid=16523 vsize=10817488 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/16526/task/16540/stat : 16540 (java) S 16523 16526 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15055495 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052077996512 140053045634773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
[pid=16526/tid=16541] ppid=16523 vsize=10817488 memory=12268 CPUtime=1.59 cores=0,2,4,6
/proc/16526/task/16541/stat : 16541 (java) S 16523 16526 7968 0 -1 1077944384 1688 0 0 0 78 81 0 0 20 0 17 0 15055499 11077107712 463023 18446744073709551615 4194304 4196468 140723591015280 140052076944304 140053045635714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11354112 140723591016849 140723591017002 140723591017002 140723591020495 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 1852092 KiB

Child status: 143
Real time (s): 2509.73
CPU time (s): 2520.34
CPU user time (s): 2518.01
CPU system time (s): 2.33918
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 1852092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.01
system time used= 2.33918
maximum resident set size= 1852264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57106
involuntary context switches= 3252


# summary of solver processes directly reported to runsolver:
#   pid: 16526
#   total CPU time (s): 2520.34
#   total CPU user time (s): 2518.01
#   total CPU system time (s): 2.33918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4626 second user time and 25.49 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 09:54:51
IDJOB=4262955
IDBENCH=120544
IDSOLVER=2651
FILE ID=node128/4262955-1502611728
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262955-1502611728/watcher-4262955-1502611728 -o /tmp/evaluation-result-4262955-1502611728/solver-4262955-1502611728 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262955-1502611728.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=197897081

node128.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.94
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.94
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.94
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.94
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:        27097340 kB
MemAvailable:   27637020 kB
Buffers:          124780 kB
Cached:           703384 kB
SwapCached:            0 kB
Active:          4614912 kB
Inactive:         642976 kB
Active(anon):    4430164 kB
Inactive(anon):    16764 kB
Active(file):     184748 kB
Inactive(file):   626212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1476 kB
Writeback:             4 kB
AnonPages:       4429168 kB
Mapped:            43944 kB
Shmem:             17116 kB
Slab:             113788 kB
SReclaimable:      89112 kB
SUnreclaim:        24676 kB
KernelStack:        3456 kB
PageTables:        13508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5826072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4274176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 10:36:41