Trace number 4399520

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-16 parallelSAT 56.7618 8.72218

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
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 benchmark0.776956
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","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-4399520-1568714349.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399520-1568714349.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
15.30/3.09	c solve instance...
56.72/8.70	s SATISFIABLE
56.72/8.70	v <instantiation>
56.72/8.70	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] 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] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] </list>
56.72/8.70	v 	<values>1 7 8 17 15 12 13 12 13 67 68 66 69 71 62 60 62 71 69 66 67 13 12 15 16 10 9 18 19 25 26 53 52 51 48 49 31 30 33 35 44 42 39 40 41 38 36 37 43 42 39 40 39 42 44 35 33 34 28 27 54 55 61 62 71 69 66 67 66 67 13 12 14 12 13 14 12 13 67 68 65 63 72 73 79 78 80 161 159 160 154 153 144 145 146 144 153 154 160 161 80 79 78 75 76 58 59 56 54 27 54 27 28 34 35 33 35 44 43 42 39 40 202 201 204 206 </values>
56.72/8.70	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 (15320 MiB free)
  memory of node 1: 16384 MiB (13323 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399520-1568714349/watcher-4399520-1568714349 -o /tmp/evaluation-result-4399520-1568714349/solver-4399520-1568714349 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568711786-15138 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 701069353 HOME/instance-4399520-1568714349.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=15573, runsolver pid=15570

[startup+0.100135 s]*
/proc/loadavg: 8.17 8.26 8.26 2/211 15594
/proc/meminfo: memFree=29316000/32770624 swapFree=66958320/67108860
[pid=15573] ppid=15570 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15573/stat : 15573 (xcsp3-exec) S 15570 15573 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447371436 115843072 363 33554432000 4194304 5098028 140725265024048 140725265022152 140457732551292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39780352 140725265032054 140725265032297 140725265032297 140725265035210 0
/proc/15573/statm: 28282 363 304 221 0 87 0
[pid=15575] ppid=15573 vsize=28227396 memory=29192 CPUtime=0.13 cores=0-7
/proc/15575/stat : 15575 (java) S 15573 15573 15111 0 -1 1077944320 5781 0 0 0 11 2 0 0 20 0 20 0 447371436 28904853504 7298 33554432000 4194304 4196468 140735810115680 140735810098224 139844135075575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
/proc/15575/statm: 7056849 7298 3120 1 0 7019032 0
[pid=15575/tid=15576] ppid=15573 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/15575/task/15576/stat : 15576 (java) R 15573 15573 15111 0 -1 4202560 3679 0 0 0 8 1 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844139308848 139844115720242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15577] ppid=15573 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15575/task/15577/stat : 15577 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844087695632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15578] ppid=15573 vsize=28227396 memory=140322354247296 CPUtime=0 cores=0-7
/proc/15575/task/15578/stat : 15578 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844086643088 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15579] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15579/stat : 15579 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844085590544 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15580] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15580/stat : 15580 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844084538000 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15581] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15581/stat : 15581 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844083485456 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15582] ppid=15573 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15575/task/15582/stat : 15582 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844082432912 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15583] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15583/stat : 15583 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844081380368 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15584] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15584/stat : 15584 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 7298 33554432000 4194304 4196468 140735810115680 139844080327824 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15585] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15585/stat : 15585 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371439 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842800596976 139844135086722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15586] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15586/stat : 15586 (java) S 15573 15573 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447371439 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842799543200 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15587] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15587/stat : 15587 (java) S 15573 15573 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447371440 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842798490608 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15588] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15588/stat : 15588 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842797439184 139844135094171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15589] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15589/stat : 15589 (java) S 15573 15573 15111 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842796386800 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15590] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15590/stat : 15590 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842795334256 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15591] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15591/stat : 15591 (java) S 15573 15573 15111 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842794281712 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15592] ppid=15573 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15575/task/15592/stat : 15592 (java) R 15573 15573 15111 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 20 0 447371442 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842725866352 139844135086722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15593] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15593/stat : 15593 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842724813024 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15594] ppid=15573 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15575/task/15594/stat : 15594 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371443 28904853504 7298 33554432000 4194304 4196468 140735810115680 139842723760560 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30644 KiB

[startup+0.210673 s]*
/proc/loadavg: 7.60 8.14 8.22 2/211 15594
/proc/meminfo: memFree=29303460/32770624 swapFree=66958320/67108860
[pid=15573] ppid=15570 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15573/stat : 15573 (xcsp3-exec) S 15570 15573 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447371436 115843072 363 33554432000 4194304 5098028 140725265024048 140725265022152 140457732551292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39780352 140725265032054 140725265032297 140725265032297 140725265035210 0
/proc/15573/statm: 28282 363 304 221 0 87 0
[pid=15575] ppid=15573 vsize=28227396 memory=40140 CPUtime=0.34 cores=0-7
/proc/15575/stat : 15575 (java) S 15573 15573 15111 0 -1 1077944320 9350 0 0 0 31 3 0 0 20 0 20 0 447371436 28904853504 10035 33554432000 4194304 4196468 140735810115680 140735810098224 139844135075575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
/proc/15575/statm: 7056849 10035 3256 1 0 7019032 0
[pid=15575/tid=15576] ppid=15573 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15575/task/15576/stat : 15576 (java) R 15573 15573 15111 0 -1 4202560 6607 0 0 0 17 2 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844139309024 139844135087510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15577] ppid=15573 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/15575/task/15577/stat : 15577 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844087695632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15578] ppid=15573 vsize=28227396 memory=140322357564188 CPUtime=0 cores=0-7
/proc/15575/task/15578/stat : 15578 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844086643088 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15579] ppid=15573 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15575/task/15579/stat : 15579 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844085590544 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15580] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15580/stat : 15580 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844084538000 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15581] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15581/stat : 15581 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844083485456 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15582] ppid=15573 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15575/task/15582/stat : 15582 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844082432912 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15583] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15583/stat : 15583 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844081380368 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15584] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15584/stat : 15584 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447371437 28904853504 10035 33554432000 4194304 4196468 140735810115680 139844080327824 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15585] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15585/stat : 15585 (java) S 15573 15573 15111 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447371439 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842800596976 139844135086722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15586] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15586/stat : 15586 (java) S 15573 15573 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447371439 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842799543200 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15587] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15587/stat : 15587 (java) S 15573 15573 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447371440 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842798490608 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15588] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15588/stat : 15588 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842797439184 139844135094171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15589] ppid=15573 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15575/task/15589/stat : 15589 (java) S 15573 15573 15111 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 447371442 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842796386800 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15590] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15590/stat : 15590 (java) S 15573 15573 15111 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842795334256 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15591] ppid=15573 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/15575/task/15591/stat : 15591 (java) S 15573 15573 15111 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 20 0 447371442 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842794281712 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15592] ppid=15573 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15575/task/15592/stat : 15592 (java) R 15573 15573 15111 0 -1 4202560 789 0 0 0 8 0 0 0 20 0 20 0 447371442 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842725866160 139844114211623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15593] ppid=15573 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15593/stat : 15593 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447371442 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842724813024 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15594] ppid=15573 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15575/task/15594/stat : 15594 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371443 28904853504 10035 33554432000 4194304 4196468 140735810115680 139842723760560 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41592 KiB

[startup+0.311203 s]*
/proc/loadavg: 7.60 8.14 8.22 3/211 15594
/proc/meminfo: memFree=29295580/32770624 swapFree=66958320/67108860
[pid=15573] ppid=15570 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15573/stat : 15573 (xcsp3-exec) S 15570 15573 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447371436 115843072 363 33554432000 4194304 5098028 140725265024048 140725265022152 140457732551292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39780352 140725265032054 140725265032297 140725265032297 140725265035210 0
/proc/15573/statm: 28282 363 304 221 0 87 0
[pid=15575] ppid=15573 vsize=28231652 memory=49648 CPUtime=0.53 cores=0-7
/proc/15575/stat : 15575 (java) S 15573 15573 15111 0 -1 1077944320 10850 0 0 0 49 4 0 0 20 0 20 0 447371436 28909211648 12412 33554432000 4194304 4196468 140735810115680 140735810098224 139844135075575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
/proc/15575/statm: 7057913 12412 3339 1 0 7019032 0
[pid=15575/tid=15576] ppid=15573 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/15575/task/15576/stat : 15576 (java) R 15573 15573 15111 0 -1 4202560 7747 0 0 0 27 3 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844139309360 139844119156062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15577] ppid=15573 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15577/stat : 15577 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844087695632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15578] ppid=15573 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15578/stat : 15578 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844086643088 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15579] ppid=15573 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15579/stat : 15579 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844085590544 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15580] ppid=15573 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15580/stat : 15580 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844084538000 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15581] ppid=15573 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15581/stat : 15581 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844083485456 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15582] ppid=15573 vsize=28231652 memory=140322218797743 CPUtime=0 cores=0-7
/proc/15575/task/15582/stat : 15582 (java) S 15573 15573 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844082432912 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15583] ppid=15573 vsize=28231652 memory=140322218800048 CPUtime=0 cores=0-7
/proc/15575/task/15583/stat : 15583 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844081380368 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15584] ppid=15573 vsize=28231652 memory=140322218802352 CPUtime=0 cores=0-7
/proc/15575/task/15584/stat : 15584 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447371437 28909211648 12412 33554432000 4194304 4196468 140735810115680 139844080327824 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15585] ppid=15573 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15585/stat : 15585 (java) S 15573 15573 15111 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447371439 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842800596976 139844135086722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15586] ppid=15573 vsize=28231652 memory=280644437618576 CPUtime=0 cores=0-7
/proc/15575/task/15586/stat : 15586 (java) S 15573 15573 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447371439 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842799543200 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15587] ppid=15573 vsize=28231652 memory=280644437616272 CPUtime=0 cores=0-7
/proc/15575/task/15587/stat : 15587 (java) S 15573 15573 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447371440 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842798490608 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15588] ppid=15573 vsize=28231652 memory=280644437623184 CPUtime=0 cores=0-7
/proc/15575/task/15588/stat : 15588 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371442 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842797439184 139844135094171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15589] ppid=15573 vsize=28231652 memory=280644437564432 CPUtime=0.02 cores=0-7
/proc/15575/task/15589/stat : 15589 (java) S 15573 15573 15111 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 20 0 447371442 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842796386800 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15590] ppid=15573 vsize=28231652 memory=280644437637008 CPUtime=0.03 cores=0-7
/proc/15575/task/15590/stat : 15590 (java) R 15573 15573 15111 0 -1 4202560 197 0 0 0 3 0 0 0 20 0 20 0 447371442 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842795315272 139844116620272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15591] ppid=15573 vsize=28231652 memory=280644437643920 CPUtime=0.03 cores=0-7
/proc/15575/task/15591/stat : 15591 (java) S 15573 15573 15111 0 -1 1077944384 256 0 0 0 3 0 0 0 20 0 20 0 447371442 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842794281712 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15592] ppid=15573 vsize=28231652 memory=280644437641616 CPUtime=0.12 cores=0-7
/proc/15575/task/15592/stat : 15592 (java) S 15573 15573 15111 0 -1 1077944384 966 0 0 0 12 0 0 0 20 0 20 0 447371442 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842725866352 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15593] ppid=15573 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15593/stat : 15593 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447371442 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842724813024 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15594] ppid=15573 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15575/task/15594/stat : 15594 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447371443 28909211648 12412 33554432000 4194304 4196468 140735810115680 139842723760560 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51100 KiB

[startup+0.701053 s]
/proc/loadavg: 7.60 8.14 8.22 6/211 15594
/proc/meminfo: memFree=29266204/32770624 swapFree=66958320/67108860
[pid=15573] ppid=15570 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15573/stat : 15573 (xcsp3-exec) S 15570 15573 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447371436 115843072 363 33554432000 4194304 5098028 140725265024048 140725265022152 140457732551292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39780352 140725265032054 140725265032297 140725265032297 140725265035210 0
/proc/15573/statm: 28282 363 304 221 0 87 0
[pid=15575] ppid=15573 vsize=28233776 memory=267752 CPUtime=2.12 cores=0-7
/proc/15575/stat : 15575 (java) S 15573 15573 15111 0 -1 1077944320 15053 0 0 0 183 29 0 0 20 0 20 0 447371436 28911386624 66938 33554432000 4194304 4196468 140735810115680 140735810098224 139844135075575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
/proc/15575/statm: 7058444 66938 3468 1 0 7019544 0
[pid=15575/tid=15576] ppid=15573 vsize=28233776 memory=0 CPUtime=0.63 cores=0-7
/proc/15575/task/15576/stat : 15576 (java) R 15573 15573 15111 0 -1 4202560 8511 0 0 0 58 5 0 0 20 0 20 0 447371437 28911386624 66938 33554432000 4194304 4196468 140735810115680 139844139313344 139844135087510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15577] ppid=15573 vsize=28233776 memory=140322219008880 CPUtime=0.03 cores=0-7
/proc/15575/task/15577/stat : 15577 (java) S 15573 15573 15111 0 -1 1077944384 40 0 0 0 1 2 0 0 20 0 20 0 447371437 28911386624 66938 33554432000 4194304 4196468 140735810115680 139844087695632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15578] ppid=15573 vsize=28233776 memory=0 CPUtime=0.03 cores=0-7
/proc/15575/task/15578/stat : 15578 (java) S 15573 15573 15111 0 -1 1077944384 44 0 0 0 1 2 0 0 20 0 20 0 447371437 28911386624 66938 33554432000 4194304 4196468 140735810115680 139844086643088 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15579] ppid=15573 vsize=28233776 memory=8024 CPUtime=0.03 cores=0-7
/proc/15575/task/15579/stat : 15579 (java) S 15573 15573 15111 0 -1 1077944384 49 0 0 0 1 2 0 0 20 0 20 0 447371437 28911386624 66938 33554432000 4194304 4196468 140735810115680 139844085590544 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0

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

[pid=15575/tid=15592] ppid=15573 vsize=28766288 memory=280644438643456 CPUtime=0.52 cores=0-7
/proc/15575/task/15592/stat : 15592 (java) S 15573 15573 15111 0 -1 1077944384 2604 0 0 0 51 1 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842725866352 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15593] ppid=15573 vsize=28766288 memory=3544808808463859959 CPUtime=0 cores=0-7
/proc/15575/task/15593/stat : 15593 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842724813024 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15594] ppid=15573 vsize=28766288 memory=140322219326929 CPUtime=0 cores=0-7
/proc/15575/task/15594/stat : 15594 (java) S 15573 15573 15111 0 -1 1077944384 537 0 0 0 0 0 0 0 20 0 28 0 447371443 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842723760560 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15595] ppid=15573 vsize=28766288 memory=7084821286523977828 CPUtime=4.68 cores=0-7
/proc/15575/task/15595/stat : 15595 (java) S 15573 15573 15111 0 -1 1077944384 193 0 0 0 466 2 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842714783296 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15596] ppid=15573 vsize=28766288 memory=288289965417449695 CPUtime=5.22 cores=0-7
/proc/15575/task/15596/stat : 15596 (java) R 15573 15573 15111 0 -1 4202560 1046 0 0 0 522 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842713728256 139843755170734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15597] ppid=15573 vsize=28766288 memory=0 CPUtime=4.72 cores=0-7
/proc/15575/task/15597/stat : 15597 (java) S 15573 15573 15111 0 -1 1077944384 140 0 0 0 472 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842712679632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15598] ppid=15573 vsize=28766288 memory=0 CPUtime=5.19 cores=0-7
/proc/15575/task/15598/stat : 15598 (java) R 15573 15573 15111 0 -1 4202560 233 0 0 0 519 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842711623416 139843755185766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15599] ppid=15573 vsize=28766288 memory=0 CPUtime=5.2 cores=0-7
/proc/15575/task/15599/stat : 15599 (java) R 15573 15573 15111 0 -1 4202560 270 0 0 0 513 7 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842710569592 139843755171365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15600] ppid=15573 vsize=28766288 memory=0 CPUtime=4.69 cores=0-7
/proc/15575/task/15600/stat : 15600 (java) S 15573 15573 15111 0 -1 1077944384 186 0 0 0 469 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842709522000 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15601] ppid=15573 vsize=28766288 memory=0 CPUtime=4.69 cores=0-7
/proc/15575/task/15601/stat : 15601 (java) S 15573 15573 15111 0 -1 1077944384 392 0 0 0 469 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842708468432 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15602] ppid=15573 vsize=28766288 memory=0 CPUtime=5.26 cores=0-7
/proc/15575/task/15602/stat : 15602 (java) R 15573 15573 15111 0 -1 4202560 73 0 0 0 526 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842707410648 139843755171370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
Current children cumulated CPU time: 55.87 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1996916 KiB

[startup+8.60106 s]
/proc/loadavg: 7.47 8.10 8.21 5/219 15602
/proc/meminfo: memFree=27345576/32770624 swapFree=66958320/67108860
[pid=15573] ppid=15570 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15573/stat : 15573 (xcsp3-exec) S 15570 15573 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447371436 115843072 363 33554432000 4194304 5098028 140725265024048 140725265022152 140457732551292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39780352 140725265032054 140725265032297 140725265032297 140725265035210 0
/proc/15573/statm: 28282 363 304 221 0 87 0
[pid=15575] ppid=15573 vsize=28766288 memory=1995464 CPUtime=56.6 cores=0-7
/proc/15575/stat : 15575 (java) S 15573 15573 15111 0 -1 1077944320 38597 0 0 0 5245 415 0 0 20 0 28 0 447371436 29456678912 498866 33554432000 4194304 4196468 140735810115680 140735810098224 139844135075575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
/proc/15575/statm: 7191572 498866 3512 1 0 7152672 0
[pid=15575/tid=15576] ppid=15573 vsize=28766288 memory=-6861001314482542224 CPUtime=1.47 cores=0-7
/proc/15575/task/15576/stat : 15576 (java) S 15573 15573 15111 0 -1 1077944384 9544 0 0 0 138 9 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844139316352 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15577] ppid=15573 vsize=28766288 memory=-8990767739041718176 CPUtime=1.52 cores=0-7
/proc/15575/task/15577/stat : 15577 (java) S 15573 15573 15111 0 -1 1077944384 1443 0 0 0 103 49 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844087695632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15578] ppid=15573 vsize=28766288 memory=-7088785026379990432 CPUtime=1.53 cores=0-7
/proc/15575/task/15578/stat : 15578 (java) S 15573 15573 15111 0 -1 1077944384 2722 0 0 0 101 52 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844086643088 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15579] ppid=15573 vsize=28766288 memory=-7812193691855986592 CPUtime=1.51 cores=0-7
/proc/15575/task/15579/stat : 15579 (java) S 15573 15573 15111 0 -1 1077944384 1247 0 0 0 102 49 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844085590544 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15580] ppid=15573 vsize=28766288 memory=-6873162000112450758 CPUtime=1.48 cores=0-7
/proc/15575/task/15580/stat : 15580 (java) S 15573 15573 15111 0 -1 1077944384 1457 0 0 0 102 46 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844084538000 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15581] ppid=15573 vsize=28766288 memory=-4866526891258710369 CPUtime=1.5 cores=0-7
/proc/15575/task/15581/stat : 15581 (java) S 15573 15573 15111 0 -1 1077944384 1541 0 0 0 100 50 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844083485456 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15582] ppid=15573 vsize=28766288 memory=6944656592455360604 CPUtime=1.5 cores=0-7
/proc/15575/task/15582/stat : 15582 (java) S 15573 15573 15111 0 -1 1077944384 1382 0 0 0 99 51 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844082432912 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15583] ppid=15573 vsize=28766288 memory=6944656592387989600 CPUtime=1.46 cores=0-7
/proc/15575/task/15583/stat : 15583 (java) S 15573 15573 15111 0 -1 1077944384 1288 0 0 0 101 45 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844081380368 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15584] ppid=15573 vsize=28766288 memory=6655300316396806240 CPUtime=1.45 cores=0-7
/proc/15575/task/15584/stat : 15584 (java) S 15573 15573 15111 0 -1 1077944384 2156 0 0 0 101 44 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844080327824 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15585] ppid=15573 vsize=28766288 memory=6944652177228980320 CPUtime=0.04 cores=0-7
/proc/15575/task/15585/stat : 15585 (java) S 15573 15573 15111 0 -1 1077944384 2056 0 0 0 4 0 0 0 20 0 28 0 447371439 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842800596976 139844135086722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15586] ppid=15573 vsize=28766288 memory=4638778415512636752 CPUtime=0 cores=0-7
/proc/15575/task/15586/stat : 15586 (java) S 15573 15573 15111 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 447371439 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842799543264 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15587] ppid=15573 vsize=28766288 memory=6296947538010595410 CPUtime=0 cores=0-7
/proc/15575/task/15587/stat : 15587 (java) S 15573 15573 15111 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447371440 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842798490624 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15588] ppid=15573 vsize=28766288 memory=4638778406922702160 CPUtime=0 cores=0-7
/proc/15575/task/15588/stat : 15588 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842797439184 139844135094171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15589] ppid=15573 vsize=28766288 memory=280644438127488 CPUtime=0.65 cores=0-7
/proc/15575/task/15589/stat : 15589 (java) S 15573 15573 15111 0 -1 1077944384 2092 0 0 0 65 0 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842796386800 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 42 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15590] ppid=15573 vsize=28766288 memory=0 CPUtime=0.78 cores=0-7
/proc/15575/task/15590/stat : 15590 (java) S 15573 15573 15111 0 -1 1077944384 2130 0 0 0 78 0 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842795334256 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15591] ppid=15573 vsize=28766288 memory=0 CPUtime=0.61 cores=0-7
/proc/15575/task/15591/stat : 15591 (java) S 15573 15573 15111 0 -1 1077944384 2568 0 0 0 60 1 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842794281712 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15592] ppid=15573 vsize=28766288 memory=0 CPUtime=0.52 cores=0-7
/proc/15575/task/15592/stat : 15592 (java) S 15573 15573 15111 0 -1 1077944384 2604 0 0 0 51 1 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842725866352 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15593] ppid=15573 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15593/stat : 15593 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447371442 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842724813024 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15594] ppid=15573 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15594/stat : 15594 (java) S 15573 15573 15111 0 -1 1077944384 537 0 0 0 0 0 0 0 20 0 28 0 447371443 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842723760560 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15595] ppid=15573 vsize=28766288 memory=0 CPUtime=4.68 cores=0-7
/proc/15575/task/15595/stat : 15595 (java) S 15573 15573 15111 0 -1 1077944384 193 0 0 0 466 2 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842714783296 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15596] ppid=15573 vsize=28766288 memory=0 CPUtime=5.36 cores=0-7
/proc/15575/task/15596/stat : 15596 (java) S 15573 15573 15111 0 -1 1077944384 1046 0 0 0 536 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842713732176 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15597] ppid=15573 vsize=28766288 memory=280644438734688 CPUtime=4.72 cores=0-7
/proc/15575/task/15597/stat : 15597 (java) S 15573 15573 15111 0 -1 1077944384 140 0 0 0 472 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842712679632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15598] ppid=15573 vsize=28766288 memory=150 CPUtime=5.38 cores=0-7
/proc/15575/task/15598/stat : 15598 (java) S 15573 15573 15111 0 -1 1077944384 233 0 0 0 538 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842711627088 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15599] ppid=15573 vsize=28766288 memory=0 CPUtime=5.4 cores=0-7
/proc/15575/task/15599/stat : 15599 (java) R 15573 15573 15111 0 -1 4202560 270 0 0 0 533 7 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842710569592 139843755171342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15600] ppid=15573 vsize=28766288 memory=6082203013264075095 CPUtime=4.69 cores=0-7
/proc/15575/task/15600/stat : 15600 (java) S 15573 15573 15111 0 -1 1077944384 186 0 0 0 469 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842709522000 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15601] ppid=15573 vsize=28766288 memory=7518026630507424109 CPUtime=4.69 cores=0-7
/proc/15575/task/15601/stat : 15601 (java) S 15573 15573 15111 0 -1 1077944384 392 0 0 0 469 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842708468432 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15602] ppid=15573 vsize=28766288 memory=7804849563041033069 CPUtime=5.46 cores=0-7
/proc/15575/task/15602/stat : 15602 (java) R 15573 15573 15111 0 -1 4202560 73 0 0 0 546 0 0 0 20 0 28 0 447371746 29456678912 498866 33554432000 4194304 4196468 140735810115680 139842707410648 139843755185810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
Current children cumulated CPU time: 56.6 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1996916 KiB

[startup+8.70106 s]
/proc/loadavg: 7.47 8.10 8.21 5/219 15602
/proc/meminfo: memFree=27345576/32770624 swapFree=66958320/67108860
[pid=15573] ppid=15570 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15573/stat : 15573 (xcsp3-exec) S 15570 15573 15111 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447371436 115843072 363 33554432000 4194304 5098028 140725265024048 140725265022152 140457732551292 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39780352 140725265032054 140725265032297 140725265032297 140725265035210 0
/proc/15573/statm: 28282 363 304 221 0 87 0
[pid=15575] ppid=15573 vsize=28766288 memory=1995464 CPUtime=56.72 cores=0-7
/proc/15575/stat : 15575 (java) S 15573 15573 15111 0 -1 1077944320 38602 0 0 0 5257 415 0 0 20 0 28 0 447371436 29456678912 498866 33554432000 4194304 4196468 140735810115680 140735810098224 139844135075575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
/proc/15575/statm: 7191572 498866 3512 1 0 7152672 0
[pid=15575/tid=15576] ppid=15573 vsize=28766288 memory=1994784 CPUtime=1.47 cores=0-7
/proc/15575/task/15576/stat : 15576 (java) S 15573 15573 15111 0 -1 1077944384 9544 0 0 0 138 9 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844139316352 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15577] ppid=15573 vsize=28766288 memory=-2025810976467231676 CPUtime=1.52 cores=0-7
/proc/15575/task/15577/stat : 15577 (java) S 15573 15573 15111 0 -1 1077944384 1443 0 0 0 103 49 0 0 20 0 28 0 447371437 29456678912 498866 33554432000 4194304 4196468 140735810115680 139844087695632 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15578] ppid=15573 vsize=28766288 memory=8546823402028195750 CPUtime=1.53 cores=0-7
/proc/15575/task/15578/stat : 15578 (java) S 15573 15573 15111 0 -1 1077944384 2722 0 0 0 101 52 0 0 20 0 28 0 447371437 29456678912 498925 33554432000 4194304 4196468 140735810115680 139844086643088 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15579] ppid=15573 vsize=28766288 memory=150 CPUtime=1.51 cores=0-7
/proc/15575/task/15579/stat : 15579 (java) S 15573 15573 15111 0 -1 1077944384 1247 0 0 0 102 49 0 0 20 0 28 0 447371437 29456678912 498925 33554432000 4194304 4196468 140735810115680 139844085590544 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15580] ppid=15573 vsize=28766288 memory=146 CPUtime=1.48 cores=0-7
/proc/15575/task/15580/stat : 15580 (java) S 15573 15573 15111 0 -1 1077944384 1457 0 0 0 102 46 0 0 20 0 28 0 447371437 29456678912 498925 33554432000 4194304 4196468 140735810115680 139844084538000 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15581] ppid=15573 vsize=28766288 memory=145 CPUtime=1.5 cores=0-7
/proc/15575/task/15581/stat : 15581 (java) S 15573 15573 15111 0 -1 1077944384 1541 0 0 0 100 50 0 0 20 0 28 0 447371437 29456678912 498925 33554432000 4194304 4196468 140735810115680 139844083485456 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15582] ppid=15573 vsize=28766288 memory=56 CPUtime=1.5 cores=0-7
/proc/15575/task/15582/stat : 15582 (java) S 15573 15573 15111 0 -1 1077944384 1382 0 0 0 99 51 0 0 20 0 28 0 447371437 29456678912 498925 33554432000 4194304 4196468 140735810115680 139844082432912 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15583] ppid=15573 vsize=28766288 memory=9125 CPUtime=1.46 cores=0-7
/proc/15575/task/15583/stat : 15583 (java) S 15573 15573 15111 0 -1 1077944384 1288 0 0 0 101 45 0 0 20 0 28 0 447371437 29456678912 498925 33554432000 4194304 4196468 140735810115680 139844081380368 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15584] ppid=15573 vsize=28766288 memory=22713 CPUtime=1.45 cores=0-7
/proc/15575/task/15584/stat : 15584 (java) S 15573 15573 15111 0 -1 1077944384 2156 0 0 0 101 44 0 0 20 0 28 0 447371437 29456678912 498925 33554432000 4194304 4196468 140735810115680 139844080327824 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15585] ppid=15573 vsize=28766288 memory=0 CPUtime=0.04 cores=0-7
/proc/15575/task/15585/stat : 15585 (java) S 15573 15573 15111 0 -1 1077944384 2056 0 0 0 4 0 0 0 20 0 28 0 447371439 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842800596976 139844135086722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15586] ppid=15573 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/15575/task/15586/stat : 15586 (java) S 15573 15573 15111 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 447371439 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842799543264 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15587] ppid=15573 vsize=28766288 memory=1993920 CPUtime=0 cores=0-7
/proc/15575/task/15587/stat : 15587 (java) S 15573 15573 15111 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447371440 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842798490624 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15588] ppid=15573 vsize=28766288 memory=508 CPUtime=0 cores=0-7
/proc/15575/task/15588/stat : 15588 (java) S 15573 15573 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447371442 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842797439184 139844135094171 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15589] ppid=15573 vsize=28766288 memory=6378026435742 CPUtime=0.65 cores=0-7
/proc/15575/task/15589/stat : 15589 (java) R 15573 15573 15111 0 -1 1077944384 2092 0 0 0 65 0 0 0 20 0 28 0 447371442 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842796386800 139844135086722 0 4 0 16800975 0 0 0 -1 3 0 0 42 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15590] ppid=15573 vsize=28766288 memory=1452 CPUtime=0.78 cores=0-7
/proc/15575/task/15590/stat : 15590 (java) S 15573 15573 15111 0 -1 1077944384 2130 0 0 0 78 0 0 0 20 0 28 0 447371442 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842795334256 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15591] ppid=15573 vsize=28766288 memory=1452 CPUtime=0.61 cores=0-7
/proc/15575/task/15591/stat : 15591 (java) S 15573 15573 15111 0 -1 1077944384 2568 0 0 0 60 1 0 0 20 0 28 0 447371442 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842794281712 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15592] ppid=15573 vsize=28766288 memory=1995116 CPUtime=0.52 cores=0-7
/proc/15575/task/15592/stat : 15592 (java) S 15573 15573 15111 0 -1 1077944384 2605 0 0 0 51 1 0 0 20 0 28 0 447371442 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842725866352 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15593] ppid=15573 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15593/stat : 15593 (java) S 15573 15573 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447371442 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842724813024 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15594] ppid=15573 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15575/task/15594/stat : 15594 (java) S 15573 15573 15111 0 -1 1077944384 537 0 0 0 0 0 0 0 20 0 28 0 447371443 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842723760560 139844135086722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15595] ppid=15573 vsize=28766288 memory=295 CPUtime=4.68 cores=0-7
/proc/15575/task/15595/stat : 15595 (java) R 15573 15573 15111 0 -1 4202560 196 0 0 0 466 2 0 0 20 0 28 0 447371746 29456678912 498925 33554432000 4194304 4196468 140735810115680 139842714784688 139844115850129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15596] ppid=15573 vsize=28766288 memory=3612 CPUtime=5.36 cores=0-7
/proc/15575/task/15596/stat : 15596 (java) R 15573 15573 15111 0 -1 1077944384 1050 0 0 0 536 0 0 0 20 0 28 0 447371746 29456678912 498951 33554432000 4194304 4196468 140735810115680 139842713731376 139844135085781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15597] ppid=15573 vsize=28766288 memory=47852 CPUtime=4.72 cores=0-7
/proc/15575/task/15597/stat : 15597 (java) R 15573 15573 15111 0 -1 4202560 140 0 0 0 472 0 0 0 20 0 28 0 447371746 29456678912 498951 33554432000 4194304 4196468 140735810115680 139842712679632 139843749395512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15598] ppid=15573 vsize=28766288 memory=988 CPUtime=5.38 cores=0-7
/proc/15575/task/15598/stat : 15598 (java) S 15573 15573 15111 0 -1 1077944384 241 0 0 0 538 0 0 0 20 0 28 0 447371746 29456678912 498951 33554432000 4194304 4196468 140735810115680 139842711627040 139844135085781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15599] ppid=15573 vsize=28766288 memory=2020 CPUtime=5.41 cores=0-7
/proc/15575/task/15599/stat : 15599 (java) R 15573 15573 15111 0 -1 4202560 278 0 0 0 534 7 0 0 20 0 28 0 447371746 29456678912 498951 33554432000 4194304 4196468 140735810115680 139842710574560 139844116639127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15600] ppid=15573 vsize=28766288 memory=1432 CPUtime=4.69 cores=0-7
/proc/15575/task/15600/stat : 15600 (java) R 15573 15573 15111 0 -1 4202560 194 0 0 0 469 0 0 0 20 0 28 0 447371746 29456678912 498951 33554432000 4194304 4196468 140735810115680 139842709522184 139843749432159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15601] ppid=15573 vsize=28766288 memory=776 CPUtime=4.69 cores=0-7
/proc/15575/task/15601/stat : 15601 (java) D 15573 15573 15111 0 -1 4202560 402 0 0 0 469 0 0 0 20 0 28 0 447371746 29456678912 498951 33554432000 4194304 4196468 140735810115680 139842708469768 139844127792538 0 4 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
[pid=15575/tid=15602] ppid=15573 vsize=28766288 memory=1452 CPUtime=5.56 cores=0-7
/proc/15575/task/15602/stat : 15602 (java) D 15573 15573 15111 0 -1 4202560 93 0 0 0 556 0 0 0 20 0 28 0 447371746 29456678912 498951 33554432000 4194304 4196468 140735810115680 139842707417224 139844127792538 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140735810122730 140735810122902 140735810122902 140735810125775 0
Current children cumulated CPU time: 56.72 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1996916 KiB

Child status: 0
Real time (s): 8.72218
CPU time (s): 56.7618
CPU user time (s): 52.5843
CPU system time (s): 4.17748
CPU usage (%): 650.775
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 1996916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.5843
system time used= 4.17748
maximum resident set size= 1996144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39543
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4182
involuntary context switches= 707


# summary of solver processes directly reported to runsolver:
#   pid: 15573
#   total CPU time (s): 56.7618
#   total CPU user time (s): 52.5843
#   total CPU system time (s): 4.17748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.083998 second user time and 0.148435 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 11:58:28
IDJOB=4399520
IDBENCH=138763
IDSOLVER=2854
FILE ID=node145/4399520-1568714349
RUNJOBID= node145-1568711786-15138
PBS_JOBID= 21703940
Free space on /tmp= 59532 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.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 /tmp/evaluation-result-4399520-1568714349/watcher-4399520-1568714349 -o /tmp/evaluation-result-4399520-1568714349/solver-4399520-1568714349 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568711786-15138 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 701069353 HOME/instance-4399520-1568714349.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=701069353

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:        29333100 kB
MemAvailable:   31851644 kB
Buffers:          191492 kB
Cached:          2617584 kB
SwapCached:        41072 kB
Active:          1387532 kB
Inactive:        1465976 kB
Active(anon):       6880 kB
Inactive(anon):    86528 kB
Active(file):    1380652 kB
Inactive(file):  1379448 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958320 kB
Dirty:             26384 kB
Writeback:             0 kB
AnonPages:        148524 kB
Mapped:            48928 kB
Shmem:             40616 kB
Slab:             177148 kB
SReclaimable:     148560 kB
SUnreclaim:        28588 kB
KernelStack:        3792 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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 /tmp at the end= 59508 MiB
End job on node145 at 2019-09-17 11:58:37