Trace number 4280395

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
choco-solver 4.0.5 par (2017-08-18)OPT3 4201.8701 585.62299

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-mug100-25.xml
MD5SUM6e356a27a2dd876e1bb3c04bb6ed0542
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.5992098
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints166
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree4
Maximum variable degree5
Distribution of variable degrees[{"degree":4,"count":68},{"degree":5,"count":32}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":166}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166}]
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

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280395-1503121527.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4280395-1503121527.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.27/0.67	c solve instance...
1.74/0.72	o 99 
1.74/0.75	o 3 
4201.77/585.61	s OPTIMUM FOUND
4201.77/585.61	v <instantiation>
4201.77/585.61	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] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
4201.77/585.61	v 	<values>0 1 0 2 0 1 2 1 0 0 1 1 2 0 1 1 0 2 1 0 2 3 0 1 1 0 2 1 0 1 2 1 0 2 0 0 2 0 1 2 0 1 2 0 1 3 0 1 2 0 0 2 0 1 2 1 0 2 0 1 2 0 0 2 1 2 2 1 0 2 1 2 3 1 2 3 0 1 2 0 1 2 1 2 3 0 1 3 1 2 3 0 1 2 0 1 2 1 0 2 </values>
4201.77/585.61	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280395-1503121527/watcher-4280395-1503121527 -o /tmp/evaluation-result-4280395-1503121527/solver-4280395-1503121527 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503120667-7055 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1646207389 HOME/instance-4280395-1503121527.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=7072, runsolver pid=7069

[startup+0.10011 s]*
/proc/loadavg: 7.50 8.16 8.26 4/200 7093
/proc/meminfo: memFree=27032404/32770624 swapFree=67108860/67108860
[pid=7072] ppid=7069 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7072/stat : 7072 (xcsp3-exec) S 7069 7072 7028 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145240752 9740288 346 33554432000 4194304 5098028 140720702123760 140720702121864 139683639915132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10854400 140720702129252 140720702129463 140720702129463 140720702132203 0
/proc/7072/statm: 2378 346 289 221 0 87 0
[pid=7074] ppid=7072 vsize=25999808 memory=27208 CPUtime=0.11 cores=0-7
/proc/7074/stat : 7074 (java) S 7072 7072 7028 0 -1 1077944320 5673 0 0 0 10 1 0 0 20 0 20 0 145240752 26623803392 6802 33554432000 4194304 4196468 140721002767632 140721002750176 140372873256695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
/proc/7074/statm: 6499952 6802 2864 1 0 6488269 0
[pid=7074/tid=7075] ppid=7072 vsize=25999808 memory=4641693282600121243 CPUtime=0.08 cores=0-7
/proc/7074/task/7075/stat : 7075 (java) R 7072 7072 7028 0 -1 4202560 3676 0 0 0 8 0 0 0 20 0 20 0 145240752 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372877470192 140372854908254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7076] ppid=7072 vsize=25999808 memory=732370365547654117 CPUtime=0 cores=0-7
/proc/7074/task/7076/stat : 7076 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372825877392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7077] ppid=7072 vsize=25999808 memory=140227210200704 CPUtime=0 cores=0-7
/proc/7074/task/7077/stat : 7077 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372824824592 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7078] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7078/stat : 7078 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372823772304 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7079] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7079/stat : 7079 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372822719504 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7080] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7080/stat : 7080 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372821666192 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7081] ppid=7072 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/7074/task/7081/stat : 7081 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372820613392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7082] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7082/stat : 7082 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372424915600 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7083] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7083/stat : 7083 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145240753 26623803392 6802 33554432000 4194304 4196468 140721002767632 140372423862800 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7084] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7084/stat : 7084 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240754 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371615402608 140372873267842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7085] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7085/stat : 7085 (java) S 7072 7072 7028 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145240755 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371614348576 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7086] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7086/stat : 7086 (java) S 7072 7072 7028 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145240755 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371613296240 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7087] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7087/stat : 7087 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240758 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371612244560 140372873275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7088] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7088/stat : 7088 (java) S 7072 7072 7028 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 145240758 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371543713904 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7089] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7089/stat : 7089 (java) S 7072 7072 7028 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 145240758 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371542661104 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7090] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7090/stat : 7090 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240758 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371541608816 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7091] ppid=7072 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/7074/task/7091/stat : 7091 (java) R 7072 7072 7028 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 20 0 145240758 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371540556016 140372856994506 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7092] ppid=7072 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7092/stat : 7092 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145240758 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371539503968 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7093] ppid=7072 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/7074/task/7093/stat : 7093 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240758 26623803392 6802 33554432000 4194304 4196468 140721002767632 140371538451248 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28592 KiB

[startup+0.210138 s]*
/proc/loadavg: 7.50 8.16 8.26 2/200 7093
/proc/meminfo: memFree=27023396/32770624 swapFree=67108860/67108860
[pid=7072] ppid=7069 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7072/stat : 7072 (xcsp3-exec) S 7069 7072 7028 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145240752 9740288 346 33554432000 4194304 5098028 140720702123760 140720702121864 139683639915132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10854400 140720702129252 140720702129463 140720702129463 140720702132203 0
/proc/7072/statm: 2378 346 289 221 0 87 0
[pid=7074] ppid=7072 vsize=26004064 memory=38984 CPUtime=0.33 cores=0-7
/proc/7074/stat : 7074 (java) S 7072 7072 7028 0 -1 1077944320 8308 0 0 0 31 2 0 0 20 0 20 0 145240752 26628161536 9746 33554432000 4194304 4196468 140721002767632 140721002750176 140372873256695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
/proc/7074/statm: 6501016 9746 3066 1 0 6488269 0
[pid=7074/tid=7075] ppid=7072 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/7074/task/7075/stat : 7075 (java) R 7072 7072 7028 0 -1 4202560 5418 0 0 0 19 1 0 0 20 0 20 0 145240752 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372877478640 140372857337182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7076] ppid=7072 vsize=26004064 memory=732370365547654117 CPUtime=0 cores=0-7
/proc/7074/task/7076/stat : 7076 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372825877392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7077] ppid=7072 vsize=26004064 memory=140227210200704 CPUtime=0 cores=0-7
/proc/7074/task/7077/stat : 7077 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372824824592 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7078] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7078/stat : 7078 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372823772304 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7079] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7079/stat : 7079 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372822719504 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7080] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7080/stat : 7080 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372821666192 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7081] ppid=7072 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7074/task/7081/stat : 7081 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372820613392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7082] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7082/stat : 7082 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372424915600 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7083] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7083/stat : 7083 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 9746 33554432000 4194304 4196468 140721002767632 140372423862800 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7084] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7084/stat : 7084 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240754 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371615402608 140372873267842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7085] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7085/stat : 7085 (java) S 7072 7072 7028 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145240755 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371614348576 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7086] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7086/stat : 7086 (java) S 7072 7072 7028 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145240755 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371613296240 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7087] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7087/stat : 7087 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240758 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371612244560 140372873275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7088] ppid=7072 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/7074/task/7088/stat : 7088 (java) S 7072 7072 7028 0 -1 1077944384 432 0 0 0 1 0 0 0 20 0 20 0 145240758 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371543713904 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7089] ppid=7072 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/7074/task/7089/stat : 7089 (java) S 7072 7072 7028 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 145240758 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371542661104 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7090] ppid=7072 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/7074/task/7090/stat : 7090 (java) S 7072 7072 7028 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 20 0 145240758 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371541608816 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7091] ppid=7072 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/7074/task/7091/stat : 7091 (java) S 7072 7072 7028 0 -1 1077944384 718 0 0 0 7 0 0 0 20 0 20 0 145240758 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371540556016 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7092] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7092/stat : 7092 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145240758 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371539503968 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7093] ppid=7072 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7074/task/7093/stat : 7093 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240758 26628161536 9746 33554432000 4194304 4196468 140721002767632 140371538451248 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40368 KiB

[startup+0.309419 s]*
/proc/loadavg: 7.50 8.16 8.26 3/200 7093
/proc/meminfo: memFree=27016572/32770624 swapFree=67108860/67108860
[pid=7072] ppid=7069 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7072/stat : 7072 (xcsp3-exec) S 7069 7072 7028 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145240752 9740288 346 33554432000 4194304 5098028 140720702123760 140720702121864 139683639915132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10854400 140720702129252 140720702129463 140720702129463 140720702132203 0
/proc/7072/statm: 2378 346 289 221 0 87 0
[pid=7074] ppid=7072 vsize=26004064 memory=45980 CPUtime=0.49 cores=0-7
/proc/7074/stat : 7074 (java) S 7072 7072 7028 0 -1 1077944320 9192 0 0 0 46 3 0 0 20 0 20 0 145240752 26628161536 11495 33554432000 4194304 4196468 140721002767632 140721002750176 140372873256695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
/proc/7074/statm: 6501016 11495 3089 1 0 6488269 0
[pid=7074/tid=7075] ppid=7072 vsize=26004064 memory=8112282956445269571 CPUtime=0.28 cores=0-7
/proc/7074/task/7075/stat : 7075 (java) R 7072 7072 7028 0 -1 4202560 6130 0 0 0 27 1 0 0 20 0 20 0 145240752 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372877495632 140372501771387 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7076] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7076/stat : 7076 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372825877392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7077] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7077/stat : 7077 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372824824592 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7078] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7078/stat : 7078 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372823772304 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7079] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7079/stat : 7079 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372822719504 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7080] ppid=7072 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/7074/task/7080/stat : 7080 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372821666192 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7081] ppid=7072 vsize=26004064 memory=140227058430895 CPUtime=0 cores=0-7
/proc/7074/task/7081/stat : 7081 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372820613392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7082] ppid=7072 vsize=26004064 memory=140227058433200 CPUtime=0 cores=0-7
/proc/7074/task/7082/stat : 7082 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372424915600 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7083] ppid=7072 vsize=26004064 memory=140227058435504 CPUtime=0 cores=0-7
/proc/7074/task/7083/stat : 7083 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145240753 26628161536 11495 33554432000 4194304 4196468 140721002767632 140372423862800 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7084] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7084/stat : 7084 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145240754 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371615402608 140372873267842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7085] ppid=7072 vsize=26004064 memory=280454116877968 CPUtime=0 cores=0-7
/proc/7074/task/7085/stat : 7085 (java) S 7072 7072 7028 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145240755 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371614348576 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7086] ppid=7072 vsize=26004064 memory=280454116884880 CPUtime=0 cores=0-7
/proc/7074/task/7086/stat : 7086 (java) S 7072 7072 7028 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145240755 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371613296240 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7087] ppid=7072 vsize=26004064 memory=280454116826160 CPUtime=0 cores=0-7
/proc/7074/task/7087/stat : 7087 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240758 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371612244560 140372873275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7088] ppid=7072 vsize=26004064 memory=280454116898704 CPUtime=0.01 cores=0-7
/proc/7074/task/7088/stat : 7088 (java) S 7072 7072 7028 0 -1 1077944384 432 0 0 0 1 0 0 0 20 0 20 0 145240758 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371543713904 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7089] ppid=7072 vsize=26004064 memory=280454116905616 CPUtime=0.02 cores=0-7
/proc/7074/task/7089/stat : 7089 (java) S 7072 7072 7028 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 20 0 145240758 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371542661104 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7090] ppid=7072 vsize=26004064 memory=280454116903312 CPUtime=0.02 cores=0-7
/proc/7074/task/7090/stat : 7090 (java) S 7072 7072 7028 0 -1 1077944384 279 0 0 0 2 0 0 0 20 0 20 0 145240758 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371541608816 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7091] ppid=7072 vsize=26004064 memory=280454116919472 CPUtime=0.11 cores=0-7
/proc/7074/task/7091/stat : 7091 (java) R 7072 7072 7028 0 -1 4202560 817 0 0 0 11 0 0 0 20 0 20 0 145240758 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371540551696 140372851622400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7092] ppid=7072 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7092/stat : 7092 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145240758 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371539503968 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7093] ppid=7072 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7074/task/7093/stat : 7093 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145240758 26628161536 11495 33554432000 4194304 4196468 140721002767632 140371538451248 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47364 KiB

[startup+0.709947 s]
/proc/loadavg: 7.50 8.16 8.26 4/200 7093
/proc/meminfo: memFree=26998396/32770624 swapFree=67108860/67108860
[pid=7072] ppid=7069 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7072/stat : 7072 (xcsp3-exec) S 7069 7072 7028 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145240752 9740288 346 33554432000 4194304 5098028 140720702123760 140720702121864 139683639915132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10854400 140720702129252 140720702129463 140720702129463 140720702132203 0
/proc/7072/statm: 2378 346 289 221 0 87 0
[pid=7074] ppid=7072 vsize=26538700 memory=106876 CPUtime=1.74 cores=0-7
/proc/7074/stat : 7074 (java) S 7072 7072 7028 0 -1 1077944320 14114 0 0 0 169 5 0 0 20 0 28 0 145240752 27175628800 26719 33554432000 4194304 4196468 140721002767632 140721002750176 140372873256695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
/proc/7074/statm: 6634675 26719 3211 1 0 6621909 0
[pid=7074/tid=7075] ppid=7072 vsize=26538700 memory=280454117214400 CPUtime=0.66 cores=0-7
/proc/7074/task/7075/stat : 7075 (java) S 7072 7072 7028 0 -1 1077944384 6841 0 0 0 63 3 0 0 20 0 28 0 145240752 27175628800 26719 33554432000 4194304 4196468 140721002767632 140372877497472 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7076] ppid=7072 vsize=26538700 memory=5050881541254 CPUtime=0 cores=0-7
/proc/7074/task/7076/stat : 7076 (java) S 7072 7072 7028 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 145240753 27175628800 26719 33554432000 4194304 4196468 140721002767632 140372825877392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7077] ppid=7072 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7077/stat : 7077 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145240753 27175628800 26719 33554432000 4194304 4196468 140721002767632 140372824824592 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7078] ppid=7072 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/7074/task/7078/stat : 7078 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145240753 27175628800 26719 33554432000 4194304 4196468 140721002767632 140372823772304 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0

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

[pid=7074/tid=7091] ppid=7072 vsize=26538700 memory=1716 CPUtime=0.64 cores=0-7
/proc/7074/task/7091/stat : 7091 (java) S 7072 7072 7028 0 -1 1077944384 4338 0 0 0 63 1 0 0 20 0 28 0 145240758 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371540556016 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7092] ppid=7072 vsize=26538700 memory=5792 CPUtime=0 cores=0-7
/proc/7074/task/7092/stat : 7092 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145240758 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371539503968 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7093] ppid=7072 vsize=26538700 memory=4616 CPUtime=0.06 cores=0-7
/proc/7074/task/7093/stat : 7093 (java) S 7072 7072 7028 0 -1 1077944384 2383 0 0 0 3 3 0 0 20 0 28 0 145240758 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371538451248 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7110] ppid=7072 vsize=26538700 memory=792 CPUtime=512.03 cores=0-7
/proc/7074/task/7110/stat : 7110 (java) S 7072 7072 7028 0 -1 1077944384 4239 0 0 0 49591 1612 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371530444224 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7111] ppid=7072 vsize=26538700 memory=1420 CPUtime=513.35 cores=0-7
/proc/7074/task/7111/stat : 7111 (java) R 7072 7072 7028 0 -1 1077944384 3858 0 0 0 49765 1570 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371529392560 140372873266901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7112] ppid=7072 vsize=26538700 memory=13144 CPUtime=513.2 cores=0-7
/proc/7074/task/7112/stat : 7112 (java) S 7072 7072 7028 0 -1 1077944384 5345 0 0 0 49919 1401 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371528339248 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7113] ppid=7072 vsize=26538700 memory=1944 CPUtime=528.6 cores=0-7
/proc/7074/task/7113/stat : 7113 (java) R 7072 7072 7028 0 -1 4202560 31136 0 0 0 51715 1145 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371526233776 140372873278042 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7114] ppid=7072 vsize=26538700 memory=1196 CPUtime=525.75 cores=0-7
/proc/7074/task/7114/stat : 7114 (java) R 7072 7072 7028 0 -1 4202560 14192 0 0 0 51511 1064 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371527286832 140372873268630 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7115] ppid=7072 vsize=26538700 memory=8588 CPUtime=515.23 cores=0-7
/proc/7074/task/7115/stat : 7115 (java) R 7072 7072 7028 0 -1 4202560 4101 0 0 0 50031 1492 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371523076016 140372506496906 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7116] ppid=7072 vsize=26538700 memory=1228 CPUtime=514.24 cores=0-7
/proc/7074/task/7116/stat : 7116 (java) S 7072 7072 7028 0 -1 1077944384 7141 0 0 0 49874 1550 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371524129072 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7117] ppid=7072 vsize=26538700 memory=15880 CPUtime=551.9 cores=0-7
/proc/7074/task/7117/stat : 7117 (java) R 7072 7072 7028 0 -1 4202560 109546 0 0 0 54694 496 0 0 20 0 28 0 145240827 27175628800 153901 33554432000 4194304 4196468 140721002767632 140371525181616 140372859324820 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
Current children cumulated CPU time: 4195.77 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 616988 KiB

[startup+585.201 s]
/proc/loadavg: 6.89 7.30 7.76 9/208 7124
/proc/meminfo: memFree=26441368/32770624 swapFree=67108860/67108860
[pid=7072] ppid=7069 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7072/stat : 7072 (xcsp3-exec) S 7069 7072 7028 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145240752 9740288 346 33554432000 4194304 5098028 140720702123760 140720702121864 139683639915132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10854400 140720702129252 140720702129463 140720702129463 140720702132203 0
/proc/7072/statm: 2378 346 289 221 0 87 0
[pid=7074] ppid=7072 vsize=26538700 memory=615092 CPUtime=4198.75 cores=0-7
/proc/7074/stat : 7074 (java) S 7072 7072 7028 0 -1 1077944320 325122 0 0 0 409377 10498 0 0 20 0 28 0 145240752 27175628800 153773 33554432000 4194304 4196468 140721002767632 140721002750176 140372873256695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
/proc/7074/statm: 6634675 153773 3296 1 0 6621909 0
[pid=7074/tid=7075] ppid=7072 vsize=26538700 memory=0 CPUtime=0.66 cores=0-7
/proc/7074/task/7075/stat : 7075 (java) S 7072 7072 7028 0 -1 1077944384 6842 0 0 0 63 3 0 0 20 0 28 0 145240752 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372877497472 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7076] ppid=7072 vsize=26538700 memory=0 CPUtime=1.98 cores=0-7
/proc/7074/task/7076/stat : 7076 (java) S 7072 7072 7028 0 -1 1077944384 8794 0 0 0 181 17 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372825877392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7077] ppid=7072 vsize=26538700 memory=4040 CPUtime=2.02 cores=0-7
/proc/7074/task/7077/stat : 7077 (java) S 7072 7072 7028 0 -1 1077944384 9831 0 0 0 185 17 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372824824592 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7078] ppid=7072 vsize=26538700 memory=1236 CPUtime=1.97 cores=0-7
/proc/7074/task/7078/stat : 7078 (java) S 7072 7072 7028 0 -1 1077944384 9726 0 0 0 179 18 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372823772304 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7079] ppid=7072 vsize=26538700 memory=644 CPUtime=1.97 cores=0-7
/proc/7074/task/7079/stat : 7079 (java) S 7072 7072 7028 0 -1 1077944384 9151 0 0 0 182 15 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372822719504 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7080] ppid=7072 vsize=26538700 memory=1788 CPUtime=1.99 cores=0-7
/proc/7074/task/7080/stat : 7080 (java) S 7072 7072 7028 0 -1 1077944384 9609 0 0 0 182 17 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372821666192 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7081] ppid=7072 vsize=26538700 memory=956 CPUtime=1.97 cores=0-7
/proc/7074/task/7081/stat : 7081 (java) S 7072 7072 7028 0 -1 1077944384 8545 0 0 0 180 17 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372820613392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7082] ppid=7072 vsize=26538700 memory=2344 CPUtime=1.91 cores=0-7
/proc/7074/task/7082/stat : 7082 (java) S 7072 7072 7028 0 -1 1077944384 11166 0 0 0 176 15 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372424915600 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7083] ppid=7072 vsize=26538700 memory=928 CPUtime=1.98 cores=0-7
/proc/7074/task/7083/stat : 7083 (java) S 7072 7072 7028 0 -1 1077944384 10684 0 0 0 180 18 0 0 20 0 28 0 145240753 27175628800 153773 33554432000 4194304 4196468 140721002767632 140372423862800 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7084] ppid=7072 vsize=26538700 memory=1568 CPUtime=0.76 cores=0-7
/proc/7074/task/7084/stat : 7084 (java) S 7072 7072 7028 0 -1 1077944384 33306 0 0 0 64 12 0 0 20 0 28 0 145240754 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371615402608 140372873267842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7085] ppid=7072 vsize=26538700 memory=2240 CPUtime=0 cores=0-7
/proc/7074/task/7085/stat : 7085 (java) S 7072 7072 7028 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 145240755 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371614348576 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7086] ppid=7072 vsize=26538700 memory=4128 CPUtime=0 cores=0-7
/proc/7074/task/7086/stat : 7086 (java) S 7072 7072 7028 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145240755 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371613296240 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7087] ppid=7072 vsize=26538700 memory=2204 CPUtime=0 cores=0-7
/proc/7074/task/7087/stat : 7087 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145240758 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371612244560 140372873275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7088] ppid=7072 vsize=26538700 memory=7788 CPUtime=0.98 cores=0-7
/proc/7074/task/7088/stat : 7088 (java) S 7072 7072 7028 0 -1 1077944384 5765 0 0 0 97 1 0 0 20 0 28 0 145240758 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371543713904 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7089] ppid=7072 vsize=26538700 memory=840 CPUtime=1.19 cores=0-7
/proc/7074/task/7089/stat : 7089 (java) S 7072 7072 7028 0 -1 1077944384 6633 0 0 0 118 1 0 0 20 0 28 0 145240758 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371542661104 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7090] ppid=7072 vsize=26538700 memory=4108 CPUtime=1.02 cores=0-7
/proc/7074/task/7090/stat : 7090 (java) S 7072 7072 7028 0 -1 1077944384 6929 0 0 0 101 1 0 0 20 0 28 0 145240758 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371541608816 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7091] ppid=7072 vsize=26538700 memory=1692 CPUtime=0.64 cores=0-7
/proc/7074/task/7091/stat : 7091 (java) S 7072 7072 7028 0 -1 1077944384 4338 0 0 0 63 1 0 0 20 0 28 0 145240758 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371540556016 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7092] ppid=7072 vsize=26538700 memory=912 CPUtime=0 cores=0-7
/proc/7074/task/7092/stat : 7092 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145240758 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371539503968 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7093] ppid=7072 vsize=26538700 memory=3888 CPUtime=0.06 cores=0-7
/proc/7074/task/7093/stat : 7093 (java) S 7072 7072 7028 0 -1 1077944384 2385 0 0 0 3 3 0 0 20 0 28 0 145240758 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371538451248 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7110] ppid=7072 vsize=26538700 memory=1152 CPUtime=512.39 cores=0-7
/proc/7074/task/7110/stat : 7110 (java) S 7072 7072 7028 0 -1 1077944384 4239 0 0 0 49626 1613 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371530444224 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7111] ppid=7072 vsize=26538700 memory=3728 CPUtime=513.72 cores=0-7
/proc/7074/task/7111/stat : 7111 (java) R 7072 7072 7028 0 -1 4202560 3859 0 0 0 49801 1571 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371529392560 140372873268630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7112] ppid=7072 vsize=26538700 memory=8112282956445269571 CPUtime=513.57 cores=0-7
/proc/7074/task/7112/stat : 7112 (java) R 7072 7072 7028 0 -1 1077944384 5345 0 0 0 49955 1402 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371528339152 140372873267842 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7113] ppid=7072 vsize=26538700 memory=4108 CPUtime=528.98 cores=0-7
/proc/7074/task/7113/stat : 7113 (java) R 7072 7072 7028 0 -1 4202560 31137 0 0 0 51753 1145 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371526233680 140372507146668 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7114] ppid=7072 vsize=26538700 memory=1692 CPUtime=526.12 cores=0-7
/proc/7074/task/7114/stat : 7114 (java) R 7072 7072 7028 0 -1 4202560 14193 0 0 0 51548 1064 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371527286736 140372873268630 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7115] ppid=7072 vsize=26538700 memory=912 CPUtime=515.6 cores=0-7
/proc/7074/task/7115/stat : 7115 (java) R 7072 7072 7028 0 -1 4202560 4103 0 0 0 50068 1492 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371523076016 140372506496882 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7116] ppid=7072 vsize=26538700 memory=3888 CPUtime=514.6 cores=0-7
/proc/7074/task/7116/stat : 7116 (java) R 7072 7072 7028 0 -1 4202560 7141 0 0 0 49909 1551 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371524129072 140372873268630 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7117] ppid=7072 vsize=26538700 memory=1152 CPUtime=552.29 cores=0-7
/proc/7074/task/7117/stat : 7117 (java) R 7072 7072 7028 0 -1 4202560 109547 0 0 0 54733 496 0 0 20 0 28 0 145240827 27175628800 153773 33554432000 4194304 4196468 140721002767632 140371525181616 140372873278042 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
Current children cumulated CPU time: 4198.75 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 616476 KiB

[startup+585.601 s]
/proc/loadavg: 6.89 7.30 7.76 9/208 7124
/proc/meminfo: memFree=26441368/32770624 swapFree=67108860/67108860
[pid=7072] ppid=7069 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/7072/stat : 7072 (xcsp3-exec) S 7069 7072 7028 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 145240752 9740288 346 33554432000 4194304 5098028 140720702123760 140720702121864 139683639915132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10854400 140720702129252 140720702129463 140720702129463 140720702132203 0
/proc/7072/statm: 2378 346 289 221 0 87 0
[pid=7074] ppid=7072 vsize=26538700 memory=614580 CPUtime=4201.77 cores=0-7
/proc/7074/stat : 7074 (java) S 7072 7072 7028 0 -1 1077944320 325125 0 0 0 409673 10504 0 0 20 0 28 0 145240752 27175628800 153645 33554432000 4194304 4196468 140721002767632 140721002750176 140372873256695 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
/proc/7074/statm: 6634675 153645 3296 1 0 6621909 0
[pid=7074/tid=7075] ppid=7072 vsize=26538700 memory=616128 CPUtime=0.66 cores=0-7
/proc/7074/task/7075/stat : 7075 (java) S 7072 7072 7028 0 -1 1077944384 6842 0 0 0 63 3 0 0 20 0 28 0 145240752 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372877497472 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7076] ppid=7072 vsize=26538700 memory=4140 CPUtime=1.98 cores=0-7
/proc/7074/task/7076/stat : 7076 (java) S 7072 7072 7028 0 -1 1077944384 8794 0 0 0 181 17 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372825877392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7077] ppid=7072 vsize=26538700 memory=1384 CPUtime=2.02 cores=0-7
/proc/7074/task/7077/stat : 7077 (java) S 7072 7072 7028 0 -1 1077944384 9831 0 0 0 185 17 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372824824592 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7078] ppid=7072 vsize=26538700 memory=1384 CPUtime=1.97 cores=0-7
/proc/7074/task/7078/stat : 7078 (java) S 7072 7072 7028 0 -1 1077944384 9726 0 0 0 179 18 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372823772304 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7079] ppid=7072 vsize=26538700 memory=616128 CPUtime=1.97 cores=0-7
/proc/7074/task/7079/stat : 7079 (java) S 7072 7072 7028 0 -1 1077944384 9151 0 0 0 182 15 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372822719504 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7080] ppid=7072 vsize=26538700 memory=2344 CPUtime=1.99 cores=0-7
/proc/7074/task/7080/stat : 7080 (java) S 7072 7072 7028 0 -1 1077944384 9609 0 0 0 182 17 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372821666192 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7081] ppid=7072 vsize=26538700 memory=928 CPUtime=1.97 cores=0-7
/proc/7074/task/7081/stat : 7081 (java) S 7072 7072 7028 0 -1 1077944384 8545 0 0 0 180 17 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372820613392 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7082] ppid=7072 vsize=26538700 memory=928 CPUtime=1.92 cores=0-7
/proc/7074/task/7082/stat : 7082 (java) S 7072 7072 7028 0 -1 1077944384 11166 0 0 0 177 15 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372424915600 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7083] ppid=7072 vsize=26538700 memory=1568 CPUtime=1.98 cores=0-7
/proc/7074/task/7083/stat : 7083 (java) S 7072 7072 7028 0 -1 1077944384 10684 0 0 0 180 18 0 0 20 0 28 0 145240753 27175628800 153645 33554432000 4194304 4196468 140721002767632 140372423862800 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7084] ppid=7072 vsize=26538700 memory=2240 CPUtime=0.76 cores=0-7
/proc/7074/task/7084/stat : 7084 (java) S 7072 7072 7028 0 -1 1077944384 33306 0 0 0 64 12 0 0 20 0 28 0 145240754 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371615402608 140372873267842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7085] ppid=7072 vsize=26538700 memory=4128 CPUtime=0 cores=0-7
/proc/7074/task/7085/stat : 7085 (java) S 7072 7072 7028 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 145240755 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371614348576 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7086] ppid=7072 vsize=26538700 memory=2204 CPUtime=0 cores=0-7
/proc/7074/task/7086/stat : 7086 (java) S 7072 7072 7028 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145240755 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371613296240 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7087] ppid=7072 vsize=26538700 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7074/task/7087/stat : 7087 (java) S 7072 7072 7028 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145240758 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371612244560 140372873275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7088] ppid=7072 vsize=26538700 memory=614592 CPUtime=0.98 cores=0-7
/proc/7074/task/7088/stat : 7088 (java) S 7072 7072 7028 0 -1 1077944384 5765 0 0 0 97 1 0 0 20 0 28 0 145240758 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371543713904 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7089] ppid=7072 vsize=26538700 memory=2240 CPUtime=1.19 cores=0-7
/proc/7074/task/7089/stat : 7089 (java) S 7072 7072 7028 0 -1 1077944384 6633 0 0 0 118 1 0 0 20 0 28 0 145240758 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371542661104 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7090] ppid=7072 vsize=26538700 memory=4128 CPUtime=1.02 cores=0-7
/proc/7074/task/7090/stat : 7090 (java) S 7072 7072 7028 0 -1 1077944384 6929 0 0 0 101 1 0 0 20 0 28 0 145240758 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371541608816 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7091] ppid=7072 vsize=26538700 memory=2204 CPUtime=0.64 cores=0-7
/proc/7074/task/7091/stat : 7091 (java) S 7072 7072 7028 0 -1 1077944384 4338 0 0 0 63 1 0 0 20 0 28 0 145240758 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371540556016 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7092] ppid=7072 vsize=26538700 memory=7788 CPUtime=0 cores=0-7
/proc/7074/task/7092/stat : 7092 (java) S 7072 7072 7028 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145240758 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371539503968 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7093] ppid=7072 vsize=26538700 memory=840 CPUtime=0.06 cores=0-7
/proc/7074/task/7093/stat : 7093 (java) S 7072 7072 7028 0 -1 1077944384 2385 0 0 0 3 3 0 0 20 0 28 0 145240758 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371538451248 140372873267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7110] ppid=7072 vsize=26538700 memory=616636 CPUtime=512.75 cores=0-7
/proc/7074/task/7110/stat : 7110 (java) R 7072 7072 7028 0 -1 1077944384 4239 0 0 0 49661 1614 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371530444128 140372873267842 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7111] ppid=7072 vsize=26538700 memory=653664 CPUtime=514.09 cores=0-7
/proc/7074/task/7111/stat : 7111 (java) R 7072 7072 7028 0 -1 4202560 3859 0 0 0 49837 1572 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371529392560 140372873268630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7112] ppid=7072 vsize=26538700 memory=1692 CPUtime=513.93 cores=0-7
/proc/7074/task/7112/stat : 7112 (java) S 7072 7072 7028 0 -1 1077944384 5345 0 0 0 49991 1402 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371528339248 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7113] ppid=7072 vsize=26538700 memory=912 CPUtime=529.36 cores=0-7
/proc/7074/task/7113/stat : 7113 (java) R 7072 7072 7028 0 -1 4202560 31139 0 0 0 51790 1146 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371526233776 140372873278042 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7114] ppid=7072 vsize=26538700 memory=3888 CPUtime=526.5 cores=0-7
/proc/7074/task/7114/stat : 7114 (java) R 7072 7072 7028 0 -1 4202560 14193 0 0 0 51585 1065 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371527286832 140372507192924 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7115] ppid=7072 vsize=26538700 memory=1152 CPUtime=515.98 cores=0-7
/proc/7074/task/7115/stat : 7115 (java) R 7072 7072 7028 0 -1 4202560 4103 0 0 0 50105 1493 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371523075920 140372873278042 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7116] ppid=7072 vsize=26538700 memory=615604 CPUtime=514.97 cores=0-7
/proc/7074/task/7116/stat : 7116 (java) R 7072 7072 7028 0 -1 4202560 7141 0 0 0 49945 1552 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371524129072 140372873268630 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
[pid=7074/tid=7117] ppid=7072 vsize=26538700 memory=4486604260213485459 CPUtime=552.68 cores=0-7
/proc/7074/task/7117/stat : 7117 (java) S 7072 7072 7028 0 -1 1077944384 109548 0 0 0 54772 496 0 0 20 0 28 0 145240827 27175628800 153645 33554432000 4194304 4196468 140721002767632 140371525181616 140372873266901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29786112 140721002771602 140721002771779 140721002771779 140721002774479 0
Current children cumulated CPU time: 4201.77 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 615964 KiB

Child status: 0
Real time (s): 585.623
CPU time (s): 4201.87
CPU user time (s): 4096.81
CPU system time (s): 105.054
CPU usage (%): 717.504
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 736684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4096.81
system time used= 105.054
maximum resident set size= 751864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326859
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38723203
involuntary context switches= 3826


# summary of solver processes directly reported to runsolver:
#   pid: 7072
#   total CPU time (s): 4201.87
#   total CPU user time (s): 4096.81
#   total CPU system time (s): 105.054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.06981 second user time and 6.0072 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-19 07:31:07
IDJOB=4280395
IDBENCH=120597
IDSOLVER=2675
FILE ID=node103/4280395-1503121527
RUNJOBID= node103-1503120667-7055
PBS_JOBID= 20630769
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-mug100-25.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280395-1503121527/watcher-4280395-1503121527 -o /tmp/evaluation-result-4280395-1503121527/solver-4280395-1503121527 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503120667-7055 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1646207389 HOME/instance-4280395-1503121527.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 6e356a27a2dd876e1bb3c04bb6ed0542
RANDOM SEED=1646207389

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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.56
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.56
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.56
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:        27047896 kB
MemAvailable:   31974944 kB
Buffers:          229764 kB
Cached:          4991568 kB
SwapCached:            0 kB
Active:           991904 kB
Inactive:        4283984 kB
Active(anon):       3928 kB
Inactive(anon):    86700 kB
Active(file):     987976 kB
Inactive(file):  4197284 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             0 kB
AnonPages:         61316 kB
Mapped:            50504 kB
Shmem:             33420 kB
Slab:             141440 kB
SReclaimable:     115248 kB
SUnreclaim:        26192 kB
KernelStack:        3232 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61644 MiB
End job on node103 at 2017-08-19 07:40:53