Trace number 4404256

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallelSAT 48.3977 6.76973

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si2-rand/
Subisomorphism-si2-r001-m400-05.xml
MD5SUM5f006248f7b4f652f1c0eb398f87a4da
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.50125
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints172
Number of domains1
Minimum domain size400
Maximum domain size400
Distribution of domain sizes[{"size":400,"count":80}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":20},{"degree":4,"count":19},{"degree":5,"count":18},{"degree":6,"count":11},{"degree":7,"count":8},{"degree":8,"count":2},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":60},{"arity":2,"count":111},{"arity":80,"count":1}]
Number of extensional constraints171
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":171},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404256-1569002081.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404256-1569002081.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
3.09/1.03	c solve instance...
48.05/6.76	s SATISFIABLE
48.05/6.76	v <instantiation>
48.05/6.76	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] </list>
48.05/6.76	v 	<values>367 15 181 310 197 87 221 94 24 88 379 316 7 315 307 282 57 275 53 311 55 45 20 99 228 297 43 54 23 67 110 52 32 40 337 280 131 83 319 4 225 289 259 186 338 188 77 145 173 30 355 326 132 111 3 89 143 328 21 41 13 396 371 160 163 201 182 290 146 8 71 49 180 95 127 126 18 273 144 308 </values>
48.05/6.76	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404256-1569002081/watcher-4404256-1569002081 -o /var/tmp/evaluation-result-4404256-1569002081/solver-4404256-1569002081 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1910690185 HOME/instance-4404256-1569002081.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
solver pid=28072, runsolver pid=28069
Current StackSize limit: 8192 KiB


[startup+0.100146 s]*
/proc/loadavg: 6.70 7.80 8.14 2/212 28093
/proc/meminfo: memFree=25746916/32770624 swapFree=66966844/67108860
[pid=28072] ppid=28069 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28072/stat : 28072 (xcsp3-exec) S 28069 28072 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476144605 115843072 362 33554432000 4194304 5098028 140726850752832 140726850750936 139650031891068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18157568 140726850761553 140726850761813 140726850761813 140726850764742 0
/proc/28072/statm: 28282 362 304 221 0 87 0
[pid=28074] ppid=28072 vsize=28227396 memory=31940 CPUtime=0.13 cores=0-7
/proc/28074/stat : 28074 (java) S 28072 28072 23748 0 -1 1077944320 5443 0 0 0 12 1 0 0 20 0 20 0 476144606 28904853504 7985 33554432000 4194304 4196468 140727670469888 140727670452432 140379907600119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
/proc/28074/statm: 7056849 7985 3117 1 0 7019032 0
[pid=28074/tid=28075] ppid=28072 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28074/task/28075/stat : 28075 (java) R 28072 28072 23748 0 -1 4202560 3349 0 0 0 8 0 0 0 20 0 20 0 476144606 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379911833008 140379907621466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28076] ppid=28072 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28074/task/28076/stat : 28076 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379866360720 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28077] ppid=28072 vsize=28227396 memory=140001810790016 CPUtime=0 cores=0-7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379458382608 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28078] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28078/stat : 28078 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379457330320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28079] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28079/stat : 28079 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379456277520 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28080] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28080/stat : 28080 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379455224208 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28081] ppid=28072 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28074/task/28081/stat : 28081 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379454171408 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28082] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28082/stat : 28082 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379453119120 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28083] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28083/stat : 28083 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379452066320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28084] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28084/stat : 28084 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144608 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379292314224 140379907611266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28085] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28085/stat : 28085 (java) S 28072 28072 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476144609 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379291260192 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28086] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28086/stat : 28086 (java) S 28072 28072 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476144609 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379290207856 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28087] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28087/stat : 28087 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144611 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379289156176 140379907618715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28088] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28088/stat : 28088 (java) S 28072 28072 23748 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 476144611 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379288103024 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28089] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28089/stat : 28089 (java) S 28072 28072 23748 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 476144611 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379287050224 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28090] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28090/stat : 28090 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144611 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379285997936 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28091] ppid=28072 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/28074/task/28091/stat : 28091 (java) R 28072 28072 23748 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 476144611 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379284945136 140379907621466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28092] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28092/stat : 28092 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144612 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379283893088 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28093] ppid=28072 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28074/task/28093/stat : 28093 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144612 28904853504 7985 33554432000 4194304 4196468 140727670469888 140379282840368 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 33388 KiB

[startup+0.210649 s]*
/proc/loadavg: 6.70 7.80 8.14 3/212 28093
/proc/meminfo: memFree=25734036/32770624 swapFree=66966844/67108860
[pid=28072] ppid=28069 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28072/stat : 28072 (xcsp3-exec) S 28069 28072 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476144605 115843072 362 33554432000 4194304 5098028 140726850752832 140726850750936 139650031891068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18157568 140726850761553 140726850761813 140726850761813 140726850764742 0
/proc/28072/statm: 28282 362 304 221 0 87 0
[pid=28074] ppid=28072 vsize=28227396 memory=43364 CPUtime=0.34 cores=0-7
/proc/28074/stat : 28074 (java) S 28072 28072 23748 0 -1 1077944320 9014 0 0 0 32 2 0 0 20 0 20 0 476144606 28904853504 10841 33554432000 4194304 4196468 140727670469888 140727670452432 140379907600119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
/proc/28074/statm: 7056849 10841 3307 1 0 7019032 0
[pid=28074/tid=28075] ppid=28072 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28074/task/28075/stat : 28075 (java) R 28072 28072 23748 0 -1 4202560 6163 0 0 0 18 1 0 0 20 0 20 0 476144606 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379911837728 140379544325765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28076] ppid=28072 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/28074/task/28076/stat : 28076 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379866360720 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28077] ppid=28072 vsize=28227396 memory=288370377962501760 CPUtime=0 cores=0-7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379458382608 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28078] ppid=28072 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28074/task/28078/stat : 28078 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379457330320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28079] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28079/stat : 28079 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379456277520 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28080] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28080/stat : 28080 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379455224208 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28081] ppid=28072 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28074/task/28081/stat : 28081 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379454171408 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28082] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28082/stat : 28082 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379453119120 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28083] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28083/stat : 28083 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379452066320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28084] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28084/stat : 28084 (java) S 28072 28072 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476144608 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379292314224 140379907611266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28085] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28085/stat : 28085 (java) S 28072 28072 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476144609 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379291260192 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28086] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28086/stat : 28086 (java) S 28072 28072 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476144609 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379290207856 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28087] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28087/stat : 28087 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144611 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379289156176 140379907618715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28088] ppid=28072 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28074/task/28088/stat : 28088 (java) S 28072 28072 23748 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 20 0 476144611 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379288103024 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28089] ppid=28072 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28074/task/28089/stat : 28089 (java) R 28072 28072 23748 0 -1 1077944384 204 0 0 0 1 0 0 0 20 0 20 0 476144611 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379287050224 140379907611266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28090] ppid=28072 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/28074/task/28090/stat : 28090 (java) R 28072 28072 23748 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 476144611 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379285997936 140379907611266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28091] ppid=28072 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/28074/task/28091/stat : 28091 (java) R 28072 28072 23748 0 -1 4202560 732 0 0 0 8 0 0 0 20 0 20 0 476144611 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379284944944 140379899629392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28092] ppid=28072 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28092/stat : 28092 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144612 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379283893088 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28093] ppid=28072 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28074/task/28093/stat : 28093 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144612 28904853504 10841 33554432000 4194304 4196468 140727670469888 140379282840368 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 44812 KiB

[startup+0.319647 s]*
/proc/loadavg: 6.70 7.80 8.14 3/212 28093
/proc/meminfo: memFree=25726900/32770624 swapFree=66966844/67108860
[pid=28072] ppid=28069 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28072/stat : 28072 (xcsp3-exec) S 28069 28072 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476144605 115843072 362 33554432000 4194304 5098028 140726850752832 140726850750936 139650031891068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18157568 140726850761553 140726850761813 140726850761813 140726850764742 0
/proc/28072/statm: 28282 362 304 221 0 87 0
[pid=28074] ppid=28072 vsize=28231652 memory=52480 CPUtime=0.54 cores=0-7
/proc/28074/stat : 28074 (java) S 28072 28072 23748 0 -1 1077944320 10432 0 0 0 51 3 0 0 20 0 20 0 476144606 28909211648 13120 33554432000 4194304 4196468 140727670469888 140727670452432 140379907600119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
/proc/28074/statm: 7057913 13120 3346 1 0 7019032 0
[pid=28074/tid=28075] ppid=28072 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28074/task/28075/stat : 28075 (java) R 28072 28072 23748 0 -1 4202560 7379 0 0 0 28 2 0 0 20 0 20 0 476144606 28909211648 13120 33554432000 4194304 4196468 140727670469888 140379911836256 140379907622045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28076] ppid=28072 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28076/stat : 28076 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13120 33554432000 4194304 4196468 140727670469888 140379866360720 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28077] ppid=28072 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13120 33554432000 4194304 4196468 140727670469888 140379458382608 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28078] ppid=28072 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28078/stat : 28078 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13120 33554432000 4194304 4196468 140727670469888 140379457330320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28079] ppid=28072 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28079/stat : 28079 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13120 33554432000 4194304 4196468 140727670469888 140379456277520 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28080] ppid=28072 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/28074/task/28080/stat : 28080 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13120 33554432000 4194304 4196468 140727670469888 140379455224208 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28081] ppid=28072 vsize=28231652 memory=140001706865583 CPUtime=0 cores=0-7
/proc/28074/task/28081/stat : 28081 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13120 33554432000 4194304 4196468 140727670469888 140379454171408 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28082] ppid=28072 vsize=28231652 memory=140001706867888 CPUtime=0 cores=0-7
/proc/28074/task/28082/stat : 28082 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379453119120 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28083] ppid=28072 vsize=28231652 memory=3472463899888039392 CPUtime=0 cores=0-7
/proc/28074/task/28083/stat : 28083 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379452066320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28084] ppid=28072 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28084/stat : 28084 (java) S 28072 28072 23748 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476144608 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379292314224 140379907611266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28085] ppid=28072 vsize=28231652 memory=280003413747344 CPUtime=0 cores=0-7
/proc/28074/task/28085/stat : 28085 (java) S 28072 28072 23748 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476144609 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379291260192 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28086] ppid=28072 vsize=28231652 memory=280003413754256 CPUtime=0 cores=0-7
/proc/28074/task/28086/stat : 28086 (java) S 28072 28072 23748 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476144609 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379290207856 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28087] ppid=28072 vsize=28231652 memory=280003413695504 CPUtime=0 cores=0-7
/proc/28074/task/28087/stat : 28087 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144611 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379289156176 140379907618715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28088] ppid=28072 vsize=28231652 memory=280003413768080 CPUtime=0.02 cores=0-7
/proc/28074/task/28088/stat : 28088 (java) S 28072 28072 23748 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 20 0 476144611 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379288103024 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28089] ppid=28072 vsize=28231652 memory=280003413774992 CPUtime=0.02 cores=0-7
/proc/28074/task/28089/stat : 28089 (java) S 28072 28072 23748 0 -1 1077944384 211 0 0 0 2 0 0 0 20 0 20 0 476144611 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379287050224 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28090] ppid=28072 vsize=28231652 memory=280003413772688 CPUtime=0.04 cores=0-7
/proc/28074/task/28090/stat : 28090 (java) S 28072 28072 23748 0 -1 1077944384 194 0 0 0 4 0 0 0 20 0 20 0 476144611 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379285997936 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28091] ppid=28072 vsize=28231652 memory=280003413788848 CPUtime=0.13 cores=0-7
/proc/28074/task/28091/stat : 28091 (java) S 28072 28072 23748 0 -1 1077944384 827 0 0 0 13 0 0 0 20 0 20 0 476144611 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379284945136 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28092] ppid=28072 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28092/stat : 28092 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144612 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379283893088 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28093] ppid=28072 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/28074/task/28093/stat : 28093 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476144612 28909211648 13128 33554432000 4194304 4196468 140727670469888 140379282840368 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 53928 KiB

[startup+0.701705 s]
/proc/loadavg: 6.70 7.80 8.14 3/212 28093
/proc/meminfo: memFree=25705872/32770624 swapFree=66966844/67108860
[pid=28072] ppid=28069 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28072/stat : 28072 (xcsp3-exec) S 28069 28072 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476144605 115843072 362 33554432000 4194304 5098028 140726850752832 140726850750936 139650031891068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18157568 140726850761553 140726850761813 140726850761813 140726850764742 0
/proc/28072/statm: 28282 362 304 221 0 87 0
[pid=28074] ppid=28072 vsize=28233776 memory=117048 CPUtime=1.73 cores=0-7
/proc/28074/stat : 28074 (java) S 28072 28072 23748 0 -1 1077944320 14807 0 0 0 166 7 0 0 20 0 20 0 476144606 28911386624 29262 33554432000 4194304 4196468 140727670469888 140727670452432 140379907600119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
/proc/28074/statm: 7058444 29262 3457 1 0 7019544 0
[pid=28074/tid=28075] ppid=28072 vsize=28233776 memory=280003414146736 CPUtime=0.67 cores=0-7
/proc/28074/task/28075/stat : 28075 (java) R 28072 28072 23748 0 -1 4202560 8638 0 0 0 63 4 0 0 20 0 20 0 476144606 28911386624 29262 33554432000 4194304 4196468 140727670469888 140379911837440 140379547935790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28076] ppid=28072 vsize=28233776 memory=140001707074416 CPUtime=0 cores=0-7
/proc/28074/task/28076/stat : 28076 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28911386624 29262 33554432000 4194304 4196468 140727670469888 140379866360720 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28077] ppid=28072 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28072 23748 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476144607 28911386624 29327 33554432000 4194304 4196468 140727670469888 140379458382608 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28078] ppid=28072 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/28074/task/28078/stat : 28078 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476144607 28911386624 29327 33554432000 4194304 4196468 140727670469888 140379457330320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0

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

[pid=28074/tid=28091] ppid=28072 vsize=28766288 memory=7014444751693833280 CPUtime=0.66 cores=0-7
/proc/28074/task/28091/stat : 28091 (java) S 28072 28072 23748 0 -1 1077944384 3189 0 0 0 65 1 0 0 20 0 28 0 476144611 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379284945136 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28092] ppid=28072 vsize=28766288 memory=7157735280196868433 CPUtime=0 cores=0-7
/proc/28074/task/28092/stat : 28092 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476144612 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379283893088 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28093] ppid=28072 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28093/stat : 28093 (java) S 28072 28072 23748 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 28 0 476144612 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379282840368 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28094] ppid=28072 vsize=28766288 memory=1056 CPUtime=5.12 cores=0-7
/proc/28074/task/28094/stat : 28094 (java) R 28072 28072 23748 0 -1 4202560 170 0 0 0 512 0 0 0 20 0 28 0 476144710 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379273620736 140379550607585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28095] ppid=28072 vsize=28766288 memory=3616 CPUtime=4.85 cores=0-7
/proc/28074/task/28095/stat : 28095 (java) R 28072 28072 23748 0 -1 4202560 98 0 0 0 485 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379272569056 140379551245697 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28096] ppid=28072 vsize=28766288 memory=1552 CPUtime=4.75 cores=0-7
/proc/28074/task/28096/stat : 28096 (java) R 28072 28072 23748 0 -1 4202560 368 0 0 0 475 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379271515880 140379551245543 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28097] ppid=28072 vsize=28766288 memory=1708 CPUtime=4.7 cores=0-7
/proc/28074/task/28097/stat : 28097 (java) R 28072 28072 23748 0 -1 4202560 303 0 0 0 470 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379270465080 140379551245584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28098] ppid=28072 vsize=28766288 memory=1196 CPUtime=4.71 cores=0-7
/proc/28074/task/28098/stat : 28098 (java) R 28072 28072 23748 0 -1 4202560 154 0 0 0 471 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379269410792 140379551246190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28099] ppid=28072 vsize=28766288 memory=1044 CPUtime=4.86 cores=0-7
/proc/28074/task/28099/stat : 28099 (java) R 28072 28072 23748 0 -1 4202560 164 0 0 0 486 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379268357992 140379551246053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28100] ppid=28072 vsize=28766288 memory=712 CPUtime=4.77 cores=0-7
/proc/28074/task/28100/stat : 28100 (java) R 28072 28072 23748 0 -1 4202560 139 0 0 0 477 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379267305568 140379551245437 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28101] ppid=28072 vsize=28766288 memory=2832 CPUtime=4.87 cores=0-7
/proc/28074/task/28101/stat : 28101 (java) R 28072 28072 23748 0 -1 4202560 279 0 0 0 486 1 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379266253096 140379551245437 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
Current children cumulated CPU time: 45.72 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 303640 KiB

[startup+6.60165 s]
/proc/loadavg: 6.24 7.68 8.11 9/220 28101
/proc/meminfo: memFree=25478164/32770624 swapFree=66966844/67108860
[pid=28072] ppid=28069 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28072/stat : 28072 (xcsp3-exec) S 28069 28072 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476144605 115843072 362 33554432000 4194304 5098028 140726850752832 140726850750936 139650031891068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18157568 140726850761553 140726850761813 140726850761813 140726850764742 0
/proc/28072/statm: 28282 362 304 221 0 87 0
[pid=28074] ppid=28072 vsize=28766288 memory=302192 CPUtime=47.26 cores=0-7
/proc/28074/stat : 28074 (java) S 28072 28072 23748 0 -1 1077944320 28127 0 0 0 4686 40 0 0 20 0 28 0 476144606 29456678912 75548 33554432000 4194304 4196468 140727670469888 140727670452432 140379907600119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
/proc/28074/statm: 7191572 75548 3514 1 0 7152672 0
[pid=28074/tid=28075] ppid=28072 vsize=28766288 memory=0 CPUtime=0.99 cores=0-7
/proc/28074/task/28075/stat : 28075 (java) S 28072 28072 23748 0 -1 1077944384 8769 0 0 0 94 5 0 0 20 0 28 0 476144606 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379911840896 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28076] ppid=28072 vsize=28766288 memory=6791534058613427641 CPUtime=0.05 cores=0-7
/proc/28074/task/28076/stat : 28076 (java) S 28072 28072 23748 0 -1 1077944384 68 0 0 0 3 2 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379866360720 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28077] ppid=28072 vsize=28766288 memory=291936 CPUtime=0.04 cores=0-7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28072 23748 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379458382608 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28078] ppid=28072 vsize=28766288 memory=6944656592455360604 CPUtime=0.05 cores=0-7
/proc/28074/task/28078/stat : 28078 (java) S 28072 28072 23748 0 -1 1077944384 80 0 0 0 3 2 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379457330320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28079] ppid=28072 vsize=28766288 memory=6944656592455097440 CPUtime=0.06 cores=0-7
/proc/28074/task/28079/stat : 28079 (java) S 28072 28072 23748 0 -1 1077944384 86 0 0 0 3 3 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379456277520 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28080] ppid=28072 vsize=28766288 memory=302128 CPUtime=0.06 cores=0-7
/proc/28074/task/28080/stat : 28080 (java) S 28072 28072 23748 0 -1 1077944384 93 0 0 0 3 3 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379455224208 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28081] ppid=28072 vsize=28766288 memory=301860 CPUtime=0.06 cores=0-7
/proc/28074/task/28081/stat : 28081 (java) S 28072 28072 23748 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379454171408 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28082] ppid=28072 vsize=28766288 memory=164 CPUtime=0.05 cores=0-7
/proc/28074/task/28082/stat : 28082 (java) S 28072 28072 23748 0 -1 1077944384 75 0 0 0 2 3 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379453119120 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28083] ppid=28072 vsize=28766288 memory=-9001734013606258791 CPUtime=0.06 cores=0-7
/proc/28074/task/28083/stat : 28083 (java) S 28072 28072 23748 0 -1 1077944384 93 0 0 0 4 2 0 0 20 0 28 0 476144607 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379452066320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28084] ppid=28072 vsize=28766288 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/28074/task/28084/stat : 28084 (java) S 28072 28072 23748 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 28 0 476144608 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379292314224 140379907611266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28085] ppid=28072 vsize=28766288 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/28074/task/28085/stat : 28085 (java) S 28072 28072 23748 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476144609 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379291260256 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28086] ppid=28072 vsize=28766288 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/28074/task/28086/stat : 28086 (java) S 28072 28072 23748 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476144609 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379290207872 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28087] ppid=28072 vsize=28766288 memory=8257237230052613020 CPUtime=0 cores=0-7
/proc/28074/task/28087/stat : 28087 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476144611 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379289156176 140379907618715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28088] ppid=28072 vsize=28766288 memory=14080 CPUtime=1.88 cores=0-7
/proc/28074/task/28088/stat : 28088 (java) S 28072 28072 23748 0 -1 1077944384 5449 0 0 0 187 1 0 0 20 0 28 0 476144611 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379288103024 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28089] ppid=28072 vsize=28766288 memory=30516 CPUtime=1.36 cores=0-7
/proc/28074/task/28089/stat : 28089 (java) S 28072 28072 23748 0 -1 1077944384 2332 0 0 0 135 1 0 0 20 0 28 0 476144611 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379287050224 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28090] ppid=28072 vsize=28766288 memory=2120 CPUtime=1.56 cores=0-7
/proc/28074/task/28090/stat : 28090 (java) S 28072 28072 23748 0 -1 1077944384 4256 0 0 0 155 1 0 0 20 0 28 0 476144611 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379285997936 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28091] ppid=28072 vsize=28766288 memory=508 CPUtime=0.66 cores=0-7
/proc/28074/task/28091/stat : 28091 (java) S 28072 28072 23748 0 -1 1077944384 3191 0 0 0 65 1 0 0 20 0 28 0 476144611 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379284945136 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28092] ppid=28072 vsize=28766288 memory=1560 CPUtime=0 cores=0-7
/proc/28074/task/28092/stat : 28092 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476144612 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379283893088 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28093] ppid=28072 vsize=28766288 memory=932 CPUtime=0 cores=0-7
/proc/28074/task/28093/stat : 28093 (java) S 28072 28072 23748 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 28 0 476144612 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379282840368 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28094] ppid=28072 vsize=28766288 memory=1568 CPUtime=5.31 cores=0-7
/proc/28074/task/28094/stat : 28094 (java) R 28072 28072 23748 0 -1 4202560 170 0 0 0 531 0 0 0 20 0 28 0 476144710 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379273620736 140379551245523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28095] ppid=28072 vsize=28766288 memory=1444 CPUtime=5.04 cores=0-7
/proc/28074/task/28095/stat : 28095 (java) R 28072 28072 23748 0 -1 4202560 99 0 0 0 504 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379272569056 140379551245437 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28096] ppid=28072 vsize=28766288 memory=864 CPUtime=4.94 cores=0-7
/proc/28074/task/28096/stat : 28096 (java) R 28072 28072 23748 0 -1 4202560 368 0 0 0 494 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379271515880 140379551245473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28097] ppid=28072 vsize=28766288 memory=1976 CPUtime=4.89 cores=0-7
/proc/28074/task/28097/stat : 28097 (java) R 28072 28072 23748 0 -1 4202560 303 0 0 0 489 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379270465080 140379551245576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28098] ppid=28072 vsize=28766288 memory=2496 CPUtime=4.9 cores=0-7
/proc/28074/task/28098/stat : 28098 (java) R 28072 28072 23748 0 -1 4202560 154 0 0 0 490 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379269411288 140379551246185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28099] ppid=28072 vsize=28766288 memory=1760 CPUtime=5.05 cores=0-7
/proc/28074/task/28099/stat : 28099 (java) R 28072 28072 23748 0 -1 4202560 166 0 0 0 505 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379268357992 140379551244681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28100] ppid=28072 vsize=28766288 memory=111636 CPUtime=4.96 cores=0-7
/proc/28074/task/28100/stat : 28100 (java) R 28072 28072 23748 0 -1 4202560 139 0 0 0 496 0 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379267305568 140379551245496 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28101] ppid=28072 vsize=28766288 memory=804 CPUtime=5.06 cores=0-7
/proc/28074/task/28101/stat : 28101 (java) R 28072 28072 23748 0 -1 4202560 283 0 0 0 505 1 0 0 20 0 28 0 476144715 29456678912 75548 33554432000 4194304 4196468 140727670469888 140379266253096 140379551246048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
Current children cumulated CPU time: 47.26 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 303640 KiB

[startup+6.70165 s]
/proc/loadavg: 6.24 7.68 8.11 9/220 28101
/proc/meminfo: memFree=25478164/32770624 swapFree=66966844/67108860
[pid=28072] ppid=28069 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/28072/stat : 28072 (xcsp3-exec) S 28069 28072 23748 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476144605 115843072 362 33554432000 4194304 5098028 140726850752832 140726850750936 139650031891068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18157568 140726850761553 140726850761813 140726850761813 140726850764742 0
/proc/28072/statm: 28282 362 304 221 0 87 0
[pid=28074] ppid=28072 vsize=28766288 memory=302208 CPUtime=48.05 cores=0-7
/proc/28074/stat : 28074 (java) S 28072 28072 23748 0 -1 1077944320 28191 0 0 0 4765 40 0 0 20 0 28 0 476144606 29456678912 75552 33554432000 4194304 4196468 140727670469888 140727670452432 140379907600119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
/proc/28074/statm: 7191572 75552 3514 1 0 7152672 0
[pid=28074/tid=28075] ppid=28072 vsize=28766288 memory=776 CPUtime=0.99 cores=0-7
/proc/28074/task/28075/stat : 28075 (java) S 28072 28072 23748 0 -1 1077944384 8769 0 0 0 94 5 0 0 20 0 28 0 476144606 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379911840896 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28076] ppid=28072 vsize=28766288 memory=7556 CPUtime=0.05 cores=0-7
/proc/28074/task/28076/stat : 28076 (java) S 28072 28072 23748 0 -1 1077944384 68 0 0 0 3 2 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379866360720 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28077] ppid=28072 vsize=28766288 memory=10492 CPUtime=0.04 cores=0-7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28072 23748 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379458382608 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28078] ppid=28072 vsize=28766288 memory=13996 CPUtime=0.05 cores=0-7
/proc/28074/task/28078/stat : 28078 (java) S 28072 28072 23748 0 -1 1077944384 80 0 0 0 3 2 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379457330320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28079] ppid=28072 vsize=28766288 memory=0 CPUtime=0.06 cores=0-7
/proc/28074/task/28079/stat : 28079 (java) S 28072 28072 23748 0 -1 1077944384 86 0 0 0 3 3 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379456277520 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28080] ppid=28072 vsize=28766288 memory=0 CPUtime=0.06 cores=0-7
/proc/28074/task/28080/stat : 28080 (java) S 28072 28072 23748 0 -1 1077944384 93 0 0 0 3 3 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379455224208 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28081] ppid=28072 vsize=28766288 memory=0 CPUtime=0.06 cores=0-7
/proc/28074/task/28081/stat : 28081 (java) S 28072 28072 23748 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379454171408 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28082] ppid=28072 vsize=28766288 memory=99 CPUtime=0.05 cores=0-7
/proc/28074/task/28082/stat : 28082 (java) S 28072 28072 23748 0 -1 1077944384 75 0 0 0 2 3 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379453119120 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28083] ppid=28072 vsize=28766288 memory=140001707375595 CPUtime=0.06 cores=0-7
/proc/28074/task/28083/stat : 28083 (java) S 28072 28072 23748 0 -1 1077944384 93 0 0 0 4 2 0 0 20 0 28 0 476144607 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379452066320 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28084] ppid=28072 vsize=28766288 memory=2209 CPUtime=0 cores=0-7
/proc/28074/task/28084/stat : 28084 (java) S 28072 28072 23748 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 28 0 476144608 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379292314224 140379907611266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28085] ppid=28072 vsize=28766288 memory=56372 CPUtime=0 cores=0-7
/proc/28074/task/28085/stat : 28085 (java) S 28072 28072 23748 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476144609 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379291260256 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28086] ppid=28072 vsize=28766288 memory=988 CPUtime=0 cores=0-7
/proc/28074/task/28086/stat : 28086 (java) S 28072 28072 23748 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476144609 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379290207872 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28087] ppid=28072 vsize=28766288 memory=2020 CPUtime=0 cores=0-7
/proc/28074/task/28087/stat : 28087 (java) S 28072 28072 23748 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476144611 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379289156176 140379907618715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28088] ppid=28072 vsize=28766288 memory=4481 CPUtime=1.88 cores=0-7
/proc/28074/task/28088/stat : 28088 (java) R 28072 28072 23748 0 -1 4202560 5451 0 0 0 187 1 0 0 20 0 28 0 476144611 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379288103024 140379907612054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28089] ppid=28072 vsize=28766288 memory=4420 CPUtime=1.36 cores=0-7
/proc/28074/task/28089/stat : 28089 (java) R 28072 28072 23748 0 -1 1077944384 2332 0 0 0 135 1 0 0 20 0 28 0 476144611 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379287050224 140379907611266 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28090] ppid=28072 vsize=28766288 memory=56 CPUtime=1.58 cores=0-7
/proc/28074/task/28090/stat : 28090 (java) S 28072 28072 23748 0 -1 1077944384 4312 0 0 0 157 1 0 0 20 0 28 0 476144611 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379285997936 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28091] ppid=28072 vsize=28766288 memory=9125 CPUtime=0.66 cores=0-7
/proc/28074/task/28091/stat : 28091 (java) S 28072 28072 23748 0 -1 1077944384 3191 0 0 0 65 1 0 0 20 0 28 0 476144611 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379284945136 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28092] ppid=28072 vsize=28766288 memory=22713 CPUtime=0 cores=0-7
/proc/28074/task/28092/stat : 28092 (java) S 28072 28072 23748 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476144612 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379283893088 140379907610325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28093] ppid=28072 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/28074/task/28093/stat : 28093 (java) S 28072 28072 23748 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 28 0 476144612 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379282840368 140379907611266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28094] ppid=28072 vsize=28766288 memory=0 CPUtime=5.41 cores=0-7
/proc/28074/task/28094/stat : 28094 (java) R 28072 28072 23748 0 -1 4202560 170 0 0 0 541 0 0 0 20 0 28 0 476144710 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379273623080 140379551245467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28095] ppid=28072 vsize=28766288 memory=140006105757311 CPUtime=5.14 cores=0-7
/proc/28074/task/28095/stat : 28095 (java) R 28072 28072 23748 0 -1 4202560 99 0 0 0 514 0 0 0 20 0 28 0 476144715 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379272569192 140379551244669 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28096] ppid=28072 vsize=28766288 memory=0 CPUtime=5.04 cores=0-7
/proc/28074/task/28096/stat : 28096 (java) R 28072 28072 23748 0 -1 4202560 368 0 0 0 504 0 0 0 20 0 28 0 476144715 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379271515880 140379551244612 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28097] ppid=28072 vsize=28766288 memory=0 CPUtime=4.98 cores=0-7
/proc/28074/task/28097/stat : 28097 (java) R 28072 28072 23748 0 -1 4202560 303 0 0 0 498 0 0 0 20 0 28 0 476144715 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379270465080 140379551244678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28098] ppid=28072 vsize=28766288 memory=0 CPUtime=4.99 cores=0-7
/proc/28074/task/28098/stat : 28098 (java) R 28072 28072 23748 0 -1 4202560 157 0 0 0 499 0 0 0 20 0 28 0 476144715 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379269411288 140379551246132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28099] ppid=28072 vsize=28766288 memory=0 CPUtime=5.15 cores=0-7
/proc/28074/task/28099/stat : 28099 (java) R 28072 28072 23748 0 -1 4202560 168 0 0 0 515 0 0 0 20 0 28 0 476144715 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379268357992 140379551245500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28100] ppid=28072 vsize=28766288 memory=0 CPUtime=5.06 cores=0-7
/proc/28074/task/28100/stat : 28100 (java) R 28072 28072 23748 0 -1 4202560 139 0 0 0 506 0 0 0 20 0 28 0 476144715 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379267305896 140379551245437 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
[pid=28074/tid=28101] ppid=28072 vsize=28766288 memory=0 CPUtime=5.16 cores=0-7
/proc/28074/task/28101/stat : 28101 (java) R 28072 28072 23748 0 -1 4202560 284 0 0 0 515 1 0 0 20 0 28 0 476144715 29456678912 75552 33554432000 4194304 4196468 140727670469888 140379266253096 140379551244669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140727670473686 140727670473862 140727670473862 140727670476751 0
Current children cumulated CPU time: 48.05 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 303656 KiB

Child status: 0
Real time (s): 6.76973
CPU time (s): 48.3977
CPU user time (s): 47.9801
CPU system time (s): 0.417632
CPU usage (%): 714.914
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 303656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.9801
system time used= 0.417632
maximum resident set size= 302340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3744
involuntary context switches= 1171


# summary of solver processes directly reported to runsolver:
#   pid: 28072
#   total CPU time (s): 48.3977
#   total CPU user time (s): 47.9801
#   total CPU system time (s): 0.417632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092064 second user time and 0.101588 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 19:53:59
IDJOB=4404256
IDBENCH=131036
IDSOLVER=2865
FILE ID=node145/4404256-1569002081
RUNJOBID= node145-1568994215-23775
PBS_JOBID= 21704717
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si2-rand/Subisomorphism-si2-r001-m400-05.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404256-1569002081/watcher-4404256-1569002081 -o /var/tmp/evaluation-result-4404256-1569002081/solver-4404256-1569002081 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node145-1568994215-23775 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1910690185 HOME/instance-4404256-1569002081.xml

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

MD5SUM BENCH= 5f006248f7b4f652f1c0eb398f87a4da
RANDOM SEED=1910690185

node145.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.59
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.59
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.59
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.59
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:        25766180 kB
MemAvailable:   31818768 kB
Buffers:           95120 kB
Cached:          6118892 kB
SwapCached:        32484 kB
Active:          3019308 kB
Inactive:        3230480 kB
Active(anon):       5064 kB
Inactive(anon):    79836 kB
Active(file):    3014244 kB
Inactive(file):  3150644 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26168 kB
Writeback:             0 kB
AnonPages:        132260 kB
Mapped:            51844 kB
Shmem:             40640 kB
Slab:             344172 kB
SReclaimable:     316160 kB
SUnreclaim:        28012 kB
KernelStack:        3728 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node145 at 2019-09-20 19:54:06