Trace number 4271164

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 4.0.5 par (2017-08-09)SAT 323.05099 42.519001

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0120-m1.xml
MD5SUM811bab41ab4f320547ec1b0722faadf8
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 benchmark6.1970601
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7141
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree120
Maximum variable degree120
Distribution of variable degrees[{"degree":120,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":7140},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints7140
Distribution of constraint types[{"type":"intension","count":7140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271164-1502820020.xml"  -tl '20160s' -p 8 -x 0
0.10/0.14	c [HOME/instance-4271164-1502820020.xml, -tl, 20160s, -p, 8, -x, 0]
0.10/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
8.60/2.37	c solve instance...
322.35/42.49	s SATISFIABLE
322.35/42.49	v <instantiation>
322.35/42.49	v 	<list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] q[50] q[51] q[52] q[53] q[54] q[55] q[56] q[57] q[58] q[59] q[60] q[61] q[62] q[63] q[64] q[65] q[66] q[67] q[68] q[69] q[70] q[71] q[72] q[73] q[74] q[75] q[76] q[77] q[78] q[79] q[80] q[81] q[82] q[83] q[84] q[85] q[86] q[87] q[88] q[89] q[90] q[91] q[92] q[93] q[94] q[95] q[96] q[97] q[98] q[99] q[100] q[101] q[102] q[103] q[104] q[105] q[106] q[107] q[108] q[109] q[110] q[111] q[112] q[113] q[114] q[115] q[116] q[117] q[118] q[119] </list>
322.35/42.49	v 	<values>118 99 56 69 97 94 61 63 20 50 16 18 13 21 17 15 35 19 79 14 37 44 46 43 51 115 86 12 119 104 77 64 85 106 60 80 26 23 52 117 49 45 40 91 88 84 59 75 111 70 102 22 74 3 116 73 81 68 87 2 4 8 1 95 110 114 54 9 98 100 105 7 82 107 0 113 5 36 32 25 29 33 42 28 24 38 41 48 10 47 31 39 11 55 57 62 6 66 89 92 72 93 96 108 27 78 71 58 65 83 76 67 90 109 103 112 34 101 53 30 </values>
322.35/42.49	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 (15323 MiB free)
  memory of node 1: 16384 MiB (15466 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271164-1502820020/watcher-4271164-1502820020 -o /tmp/evaluation-result-4271164-1502820020/solver-4271164-1502820020 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502815183-30951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1515229589 HOME/instance-4271164-1502820020.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=518, runsolver pid=515
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 2.53 2.36 2.48 4/199 543
/proc/meminfo: memFree=31512332/32770624 swapFree=67108860/67108860
[pid=518] ppid=515 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/518/stat : 518 (xcsp3-exec) S 515 518 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115089651 9740288 346 33554432000 4194304 5098028 140729787722192 140729787720296 140692031570556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19369984 140729787724900 140729787725111 140729787725111 140729787727851 0
/proc/518/statm: 2378 346 289 221 0 87 0
[pid=520] ppid=518 vsize=25999808 memory=26208 CPUtime=0.1 cores=0-7
/proc/520/stat : 520 (java) S 518 518 30924 0 -1 1077944320 5451 0 0 0 9 1 0 0 20 0 20 0 115089651 26623803392 6552 33554432000 4194304 4196468 140722305408384 140722305390928 140480303701751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
/proc/520/statm: 6499952 6552 2846 1 0 6488269 0
[pid=520/tid=521] ppid=518 vsize=25999808 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/520/task/521/stat : 521 (java) R 518 518 30924 0 -1 4202560 3483 0 0 0 8 1 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140480307935024 140480303713686 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=522] ppid=518 vsize=25999808 memory=288230604707987479 CPUtime=0 cores=0-7
/proc/520/task/522/stat : 522 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479862275216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=523] ppid=518 vsize=25999808 memory=139892756159091 CPUtime=0 cores=0-7
/proc/520/task/523/stat : 523 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479861222416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=524] ppid=518 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/524/stat : 524 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479860169616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=525] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/525/stat : 525 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479859116816 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=526] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/526/stat : 526 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479858064016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=529] ppid=518 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/529/stat : 529 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479857011216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=530] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/530/stat : 530 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479855958416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=531] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/531/stat : 531 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115089652 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479854905616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=532] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/532/stat : 532 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089654 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479699503984 140480303712898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=535] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/535/stat : 535 (java) S 518 518 30924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115089654 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479698449952 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=536] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/536/stat : 536 (java) S 518 518 30924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115089655 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479697397104 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=537] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/537/stat : 537 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089657 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479696345424 140480303720347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=538] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/538/stat : 538 (java) R 518 518 30924 0 -1 4202560 296 0 0 0 0 0 0 0 20 0 20 0 115089657 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479695292784 140480303713686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=539] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/539/stat : 539 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115089657 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479694239984 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=540] ppid=518 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/540/stat : 540 (java) S 518 518 30924 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 115089657 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479693187184 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=541] ppid=518 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/520/task/541/stat : 541 (java) S 518 518 30924 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 20 0 115089657 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479692134384 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=542] ppid=518 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/520/task/542/stat : 542 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115089657 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479691082848 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=543] ppid=518 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/543/stat : 543 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089657 26623803392 6616 33554432000 4194304 4196468 140722305408384 140479690030128 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27592 KiB

[startup+0.209991 s]*
/proc/loadavg: 2.53 2.36 2.48 2/199 543
/proc/meminfo: memFree=31500284/32770624 swapFree=67108860/67108860
[pid=518] ppid=515 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/518/stat : 518 (xcsp3-exec) S 515 518 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115089651 9740288 346 33554432000 4194304 5098028 140729787722192 140729787720296 140692031570556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19369984 140729787724900 140729787725111 140729787725111 140729787727851 0
/proc/518/statm: 2378 346 289 221 0 87 0
[pid=520] ppid=518 vsize=26004064 memory=39088 CPUtime=0.33 cores=0-7
/proc/520/stat : 520 (java) S 518 518 30924 0 -1 1077944320 8339 0 0 0 30 3 0 0 20 0 20 0 115089651 26628161536 9772 33554432000 4194304 4196468 140722305408384 140722305390928 140480303701751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
/proc/520/statm: 6501016 9772 3051 1 0 6488269 0
[pid=520/tid=521] ppid=518 vsize=26004064 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/520/task/521/stat : 521 (java) D 518 518 30924 0 -1 1077944384 5399 0 0 0 18 1 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140480307903472 140480296380973 0 4 0 16800975 18446744072101580324 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=522] ppid=518 vsize=26004064 memory=288230604707987479 CPUtime=0 cores=0-7
/proc/520/task/522/stat : 522 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140479862275216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=523] ppid=518 vsize=26004064 memory=139892756159091 CPUtime=0 cores=0-7
/proc/520/task/523/stat : 523 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140479861222416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=524] ppid=518 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/524/stat : 524 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140479860169616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=525] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/525/stat : 525 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140479859116816 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=526] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/526/stat : 526 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140479858064016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=529] ppid=518 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/529/stat : 529 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140479857011216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=530] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/530/stat : 530 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 9772 33554432000 4194304 4196468 140722305408384 140479855958416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=531] ppid=518 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/520/task/531/stat : 531 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115089652 26628194304 9772 33554432000 4194304 4196468 140722305408384 140479854905616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=532] ppid=518 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/520/task/532/stat : 532 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089654 26628194304 9772 33554432000 4194304 4196468 140722305408384 140479699503984 140480303712898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=535] ppid=518 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/520/task/535/stat : 535 (java) S 518 518 30924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115089654 26628194304 9772 33554432000 4194304 4196468 140722305408384 140479698449952 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=536] ppid=518 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/520/task/536/stat : 536 (java) S 518 518 30924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115089655 26628194304 9772 33554432000 4194304 4196468 140722305408384 140479697397104 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=537] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/537/stat : 537 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089657 26628161536 9792 33554432000 4194304 4196468 140722305408384 140479696345424 140480303720347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=538] ppid=518 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/520/task/538/stat : 538 (java) S 518 518 30924 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 115089657 26628161536 9792 33554432000 4194304 4196468 140722305408384 140479695292784 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=539] ppid=518 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/520/task/539/stat : 539 (java) S 518 518 30924 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 20 0 115089657 26628161536 9792 33554432000 4194304 4196468 140722305408384 140479694239984 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=540] ppid=518 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/520/task/540/stat : 540 (java) S 518 518 30924 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 115089657 26628161536 9792 33554432000 4194304 4196468 140722305408384 140479693187184 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=541] ppid=518 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/520/task/541/stat : 541 (java) S 518 518 30924 0 -1 1077944384 750 0 0 0 7 0 0 0 20 0 20 0 115089657 26628161536 9792 33554432000 4194304 4196468 140722305408384 140479692134384 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=542] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/542/stat : 542 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115089657 26628161536 9792 33554432000 4194304 4196468 140722305408384 140479691082848 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=543] ppid=518 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/543/stat : 543 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089657 26628194304 9792 33554432000 4194304 4196468 140722305408384 140479690030128 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40472 KiB

[startup+0.309324 s]*
/proc/loadavg: 2.53 2.36 2.48 3/199 543
/proc/meminfo: memFree=31496412/32770624 swapFree=67108860/67108860
[pid=518] ppid=515 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/518/stat : 518 (xcsp3-exec) S 515 518 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115089651 9740288 346 33554432000 4194304 5098028 140729787722192 140729787720296 140692031570556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19369984 140729787724900 140729787725111 140729787725111 140729787727851 0
/proc/518/statm: 2378 346 289 221 0 87 0
[pid=520] ppid=518 vsize=26004064 memory=43984 CPUtime=0.5 cores=0-7
/proc/520/stat : 520 (java) S 518 518 30924 0 -1 1077944320 9204 0 0 0 46 4 0 0 20 0 20 0 115089651 26628161536 10996 33554432000 4194304 4196468 140722305408384 140722305390928 140480303701751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
/proc/520/statm: 6501016 10996 3092 1 0 6488269 0
[pid=520/tid=521] ppid=518 vsize=26004064 memory=1398720917958146503 CPUtime=0.29 cores=0-7
/proc/520/task/521/stat : 521 (java) R 518 518 30924 0 -1 4202560 6063 0 0 0 27 2 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140480307940688 140479943448615 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=522] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/522/stat : 522 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479862275216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=523] ppid=518 vsize=26004064 memory=139892755801728 CPUtime=0 cores=0-7
/proc/520/task/523/stat : 523 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479861222416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=524] ppid=518 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/524/stat : 524 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479860169616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=525] ppid=518 vsize=26004064 memory=2240 CPUtime=0 cores=0-7
/proc/520/task/525/stat : 525 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479859116816 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=526] ppid=518 vsize=26004064 memory=2241 CPUtime=0 cores=0-7
/proc/520/task/526/stat : 526 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479858064016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=529] ppid=518 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/520/task/529/stat : 529 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479857011216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=530] ppid=518 vsize=26004064 memory=279785309937184 CPUtime=0 cores=0-7
/proc/520/task/530/stat : 530 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479855958416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=531] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/531/stat : 531 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115089652 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479854905616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=532] ppid=518 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/520/task/532/stat : 532 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089654 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479699503984 140480303712898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=535] ppid=518 vsize=26004064 memory=273 CPUtime=0 cores=0-7
/proc/520/task/535/stat : 535 (java) S 518 518 30924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115089654 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479698449952 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=536] ppid=518 vsize=26004064 memory=59 CPUtime=0 cores=0-7
/proc/520/task/536/stat : 536 (java) S 518 518 30924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115089655 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479697397104 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=537] ppid=518 vsize=26004064 memory=68 CPUtime=0 cores=0-7
/proc/520/task/537/stat : 537 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089657 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479696345424 140480303720347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=538] ppid=518 vsize=26004064 memory=9579 CPUtime=0.01 cores=0-7
/proc/520/task/538/stat : 538 (java) S 518 518 30924 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 115089657 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479695292784 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=539] ppid=518 vsize=26004064 memory=1 CPUtime=0.03 cores=0-7
/proc/520/task/539/stat : 539 (java) S 518 518 30924 0 -1 1077944384 172 0 0 0 3 0 0 0 20 0 20 0 115089657 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479694239984 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=540] ppid=518 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/520/task/540/stat : 540 (java) S 518 518 30924 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 20 0 115089657 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479693187184 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=541] ppid=518 vsize=26004064 memory=0 CPUtime=0.12 cores=0-7
/proc/520/task/541/stat : 541 (java) R 518 518 30924 0 -1 4202560 891 0 0 0 12 0 0 0 20 0 20 0 115089657 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479692130336 140480287782238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=542] ppid=518 vsize=26004064 memory=3905219235535665203 CPUtime=0 cores=0-7
/proc/520/task/542/stat : 542 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115089657 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479691082848 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=543] ppid=518 vsize=26004064 memory=3472895575524712495 CPUtime=0 cores=0-7
/proc/520/task/543/stat : 543 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089657 26628161536 10996 33554432000 4194304 4196468 140722305408384 140479690030128 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45368 KiB

[startup+0.700915 s]
/proc/loadavg: 2.53 2.36 2.48 5/199 543
/proc/meminfo: memFree=31472156/32770624 swapFree=67108860/67108860
[pid=518] ppid=515 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/518/stat : 518 (xcsp3-exec) S 515 518 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115089651 9740288 346 33554432000 4194304 5098028 140729787722192 140729787720296 140692031570556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19369984 140729787724900 140729787725111 140729787725111 140729787727851 0
/proc/518/statm: 2378 346 289 221 0 87 0
[pid=520] ppid=518 vsize=26006188 memory=110892 CPUtime=2.04 cores=0-7
/proc/520/stat : 520 (java) S 518 518 30924 0 -1 1077944320 14245 0 0 0 198 6 0 0 20 0 20 0 115089651 26630336512 27723 33554432000 4194304 4196468 140722305408384 140722305390928 140480303701751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
/proc/520/statm: 6501547 27723 3201 1 0 6488781 0
[pid=520/tid=521] ppid=518 vsize=26006188 memory=4580 CPUtime=0.67 cores=0-7
/proc/520/task/521/stat : 521 (java) R 518 518 30924 0 -1 4202560 6743 0 0 0 64 3 0 0 20 0 20 0 115089652 26630336512 27723 33554432000 4194304 4196468 140722305408384 140480307938688 140479942491074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=522] ppid=518 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/520/task/522/stat : 522 (java) S 518 518 30924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115089652 26630336512 27723 33554432000 4194304 4196468 140722305408384 140479862275216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=523] ppid=518 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/520/task/523/stat : 523 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26630336512 27723 33554432000 4194304 4196468 140722305408384 140479861222416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=524] ppid=518 vsize=26006188 memory=2388 CPUtime=0 cores=0-7
/proc/520/task/524/stat : 524 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115089652 26630336512 27723 33554432000 4194304 4196468 140722305408384 140479860169616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0

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

[pid=520/tid=530] ppid=518 vsize=26538700 memory=0 CPUtime=0.62 cores=0-7
/proc/520/task/530/stat : 530 (java) S 518 518 30924 0 -1 1077944384 488 0 0 0 51 11 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479855958416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=531] ppid=518 vsize=26538700 memory=0 CPUtime=0.62 cores=0-7
/proc/520/task/531/stat : 531 (java) S 518 518 30924 0 -1 1077944384 1097 0 0 0 50 12 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479854905616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=532] ppid=518 vsize=26538700 memory=4128 CPUtime=0.73 cores=0-7
/proc/520/task/532/stat : 532 (java) S 518 518 30924 0 -1 1077944384 2616 0 0 0 71 2 0 0 20 0 28 0 115089654 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479699503984 140480303712898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=535] ppid=518 vsize=26538700 memory=2200 CPUtime=0 cores=0-7
/proc/520/task/535/stat : 535 (java) S 518 518 30924 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 115089654 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479698450016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=536] ppid=518 vsize=26538700 memory=6508 CPUtime=0 cores=0-7
/proc/520/task/536/stat : 536 (java) S 518 518 30924 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 115089655 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479697397120 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=537] ppid=518 vsize=26538700 memory=836 CPUtime=0 cores=0-7
/proc/520/task/537/stat : 537 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479696345424 140480303720347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=538] ppid=518 vsize=26538700 memory=1692 CPUtime=3.55 cores=0-7
/proc/520/task/538/stat : 538 (java) S 518 518 30924 0 -1 1077944384 13216 0 0 0 353 2 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479695292784 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=539] ppid=518 vsize=26538700 memory=916 CPUtime=4.05 cores=0-7
/proc/520/task/539/stat : 539 (java) S 518 518 30924 0 -1 1077944384 17286 0 0 0 402 3 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479694239984 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=540] ppid=518 vsize=26538700 memory=4124 CPUtime=4.06 cores=0-7
/proc/520/task/540/stat : 540 (java) S 518 518 30924 0 -1 1077944384 21844 0 0 0 403 3 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479693187184 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=541] ppid=518 vsize=26538700 memory=4104 CPUtime=0.94 cores=0-7
/proc/520/task/541/stat : 541 (java) S 518 518 30924 0 -1 1077944384 7815 0 0 0 92 2 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479692134384 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=542] ppid=518 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/520/task/542/stat : 542 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479691082848 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=543] ppid=518 vsize=26538700 memory=279785311673696 CPUtime=0.01 cores=0-7
/proc/520/task/543/stat : 543 (java) S 518 518 30924 0 -1 1077944384 303 0 0 0 0 1 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479690030128 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=544] ppid=518 vsize=26538700 memory=139892655869489 CPUtime=37.27 cores=0-7
/proc/520/task/544/stat : 544 (java) R 518 518 30924 0 -1 4202560 805 0 0 0 3725 2 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479682018456 140479949973748 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=545] ppid=518 vsize=26538700 memory=13855178772187504 CPUtime=36.94 cores=0-7
/proc/520/task/545/stat : 545 (java) R 518 518 30924 0 -1 4202560 880 0 0 0 3691 3 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479680969336 140479949974080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=546] ppid=518 vsize=26538700 memory=7306916021452956777 CPUtime=37.54 cores=0-7
/proc/520/task/546/stat : 546 (java) R 518 518 30924 0 -1 4202560 2634 0 0 0 3749 5 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479679913960 140479949974080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=547] ppid=518 vsize=26538700 memory=7594590014691233892 CPUtime=37.61 cores=0-7
/proc/520/task/547/stat : 547 (java) R 518 518 30924 0 -1 4202560 1618 0 0 0 3752 9 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479678860912 140479950979286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=548] ppid=518 vsize=26538700 memory=31076 CPUtime=36.95 cores=0-7
/proc/520/task/548/stat : 548 (java) R 518 518 30924 0 -1 4202560 985 0 0 0 3692 3 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479677808568 140479950002938 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=550] ppid=518 vsize=26538700 memory=279785311700192 CPUtime=37.43 cores=0-7
/proc/520/task/550/stat : 550 (java) R 518 518 30924 0 -1 4202560 1396 0 0 0 3740 3 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479676755368 140479950662815 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=551] ppid=518 vsize=26538700 memory=7522788619764197217 CPUtime=37.76 cores=0-7
/proc/520/task/551/stat : 551 (java) R 518 518 30924 0 -1 4202560 1857 0 0 0 3769 7 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479675703912 140479945062960 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=552] ppid=518 vsize=26538700 memory=7449350047292221797 CPUtime=37.1 cores=0-7
/proc/520/task/552/stat : 552 (java) R 518 518 30924 0 -1 4202560 962 0 0 0 3708 2 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479674650968 140479950743281 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
Current children cumulated CPU time: 319.2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1327112 KiB

[startup+42.4013 s]
/proc/loadavg: 5.81 3.23 2.77 9/207 552
/proc/meminfo: memFree=30212192/32770624 swapFree=67108860/67108860
[pid=518] ppid=515 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/518/stat : 518 (xcsp3-exec) S 515 518 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115089651 9740288 346 33554432000 4194304 5098028 140729787722192 140729787720296 140692031570556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19369984 140729787724900 140729787725111 140729787725111 140729787727851 0
/proc/518/statm: 2378 346 289 221 0 87 0
[pid=520] ppid=518 vsize=26538700 memory=1325728 CPUtime=322.35 cores=0-7
/proc/520/stat : 520 (java) S 518 518 30924 0 -1 1077944320 89636 0 0 0 32078 157 0 0 20 0 28 0 115089651 27175628800 331432 33554432000 4194304 4196468 140722305408384 140722305390928 140480303701751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
/proc/520/statm: 6634675 331432 3306 1 0 6621909 0
[pid=520/tid=521] ppid=518 vsize=26538700 memory=6947385649911455296 CPUtime=2.16 cores=0-7
/proc/520/task/521/stat : 521 (java) S 518 518 30924 0 -1 1077944384 8796 0 0 0 209 7 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140480307942528 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=522] ppid=518 vsize=26538700 memory=1325728 CPUtime=0.63 cores=0-7
/proc/520/task/522/stat : 522 (java) S 518 518 30924 0 -1 1077944384 548 0 0 0 51 12 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479862275216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=523] ppid=518 vsize=26538700 memory=1384 CPUtime=0.6 cores=0-7
/proc/520/task/523/stat : 523 (java) S 518 518 30924 0 -1 1077944384 625 0 0 0 48 12 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479861222416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=524] ppid=518 vsize=26538700 memory=1325616 CPUtime=0.62 cores=0-7
/proc/520/task/524/stat : 524 (java) S 518 518 30924 0 -1 1077944384 823 0 0 0 49 13 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479860169616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=525] ppid=518 vsize=26538700 memory=1296 CPUtime=0.62 cores=0-7
/proc/520/task/525/stat : 525 (java) S 518 518 30924 0 -1 1077944384 308 0 0 0 50 12 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479859116816 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=526] ppid=518 vsize=26538700 memory=2408 CPUtime=0.61 cores=0-7
/proc/520/task/526/stat : 526 (java) S 518 518 30924 0 -1 1077944384 787 0 0 0 50 11 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479858064016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=529] ppid=518 vsize=26538700 memory=1384 CPUtime=0.62 cores=0-7
/proc/520/task/529/stat : 529 (java) S 518 518 30924 0 -1 1077944384 485 0 0 0 50 12 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479857011216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=530] ppid=518 vsize=26538700 memory=1325620 CPUtime=0.62 cores=0-7
/proc/520/task/530/stat : 530 (java) S 518 518 30924 0 -1 1077944384 488 0 0 0 51 11 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479855958416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=531] ppid=518 vsize=26538700 memory=4616 CPUtime=0.62 cores=0-7
/proc/520/task/531/stat : 531 (java) S 518 518 30924 0 -1 1077944384 1097 0 0 0 50 12 0 0 20 0 28 0 115089652 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479854905616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=532] ppid=518 vsize=26538700 memory=1228 CPUtime=0.73 cores=0-7
/proc/520/task/532/stat : 532 (java) S 518 518 30924 0 -1 1077944384 2616 0 0 0 71 2 0 0 20 0 28 0 115089654 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479699503984 140480303712898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=535] ppid=518 vsize=26538700 memory=10928 CPUtime=0 cores=0-7
/proc/520/task/535/stat : 535 (java) S 518 518 30924 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 115089654 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479698450016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=536] ppid=518 vsize=26538700 memory=796 CPUtime=0 cores=0-7
/proc/520/task/536/stat : 536 (java) S 518 518 30924 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 115089655 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479697397120 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=537] ppid=518 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/520/task/537/stat : 537 (java) S 518 518 30924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479696345424 140480303720347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=538] ppid=518 vsize=26538700 memory=15872 CPUtime=3.55 cores=0-7
/proc/520/task/538/stat : 538 (java) S 518 518 30924 0 -1 1077944384 13216 0 0 0 353 2 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479695292784 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=539] ppid=518 vsize=26538700 memory=4052 CPUtime=4.05 cores=0-7
/proc/520/task/539/stat : 539 (java) S 518 518 30924 0 -1 1077944384 17286 0 0 0 402 3 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479694239984 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=540] ppid=518 vsize=26538700 memory=19056 CPUtime=4.06 cores=0-7
/proc/520/task/540/stat : 540 (java) S 518 518 30924 0 -1 1077944384 21844 0 0 0 403 3 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479693187184 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=541] ppid=518 vsize=26538700 memory=6947385649911455296 CPUtime=0.94 cores=0-7
/proc/520/task/541/stat : 541 (java) S 518 518 30924 0 -1 1077944384 7815 0 0 0 92 2 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479692134384 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=542] ppid=518 vsize=26538700 memory=962460 CPUtime=0 cores=0-7
/proc/520/task/542/stat : 542 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479691082848 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=543] ppid=518 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/520/task/543/stat : 543 (java) S 518 518 30924 0 -1 1077944384 303 0 0 0 0 1 0 0 20 0 28 0 115089657 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479690030128 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=544] ppid=518 vsize=26538700 memory=0 CPUtime=37.66 cores=0-7
/proc/520/task/544/stat : 544 (java) R 518 518 30924 0 -1 4202560 805 0 0 0 3764 2 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479682018456 140479948450734 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=545] ppid=518 vsize=26538700 memory=0 CPUtime=37.33 cores=0-7
/proc/520/task/545/stat : 545 (java) R 518 518 30924 0 -1 4202560 881 0 0 0 3730 3 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479680969336 140479951610739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=546] ppid=518 vsize=26538700 memory=0 CPUtime=37.93 cores=0-7
/proc/520/task/546/stat : 546 (java) R 518 518 30924 0 -1 4202560 2666 0 0 0 3788 5 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479679913960 140479949973518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=547] ppid=518 vsize=26538700 memory=0 CPUtime=38 cores=0-7
/proc/520/task/547/stat : 547 (java) R 518 518 30924 0 -1 4202560 1677 0 0 0 3791 9 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479678860912 140479950003500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=548] ppid=518 vsize=26538700 memory=0 CPUtime=37.34 cores=0-7
/proc/520/task/548/stat : 548 (java) R 518 518 30924 0 -1 4202560 986 0 0 0 3731 3 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479677808568 140479949974586 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=550] ppid=518 vsize=26538700 memory=6656426216303648864 CPUtime=37.81 cores=0-7
/proc/520/task/550/stat : 550 (java) R 518 518 30924 0 -1 4202560 1396 0 0 0 3778 3 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479676755368 140479949974005 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=551] ppid=518 vsize=26538700 memory=0 CPUtime=38.15 cores=0-7
/proc/520/task/551/stat : 551 (java) R 518 518 30924 0 -1 4202560 1878 0 0 0 3808 7 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479675703912 140479951358571 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=552] ppid=518 vsize=26538700 memory=279785310842240 CPUtime=37.49 cores=0-7
/proc/520/task/552/stat : 552 (java) R 518 518 30924 0 -1 4202560 962 0 0 0 3747 2 0 0 20 0 28 0 115089894 27175628800 331432 33554432000 4194304 4196468 140722305408384 140479674650968 140479950003211 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
Current children cumulated CPU time: 322.35 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1327112 KiB

[startup+42.5012 s]
/proc/loadavg: 5.81 3.23 2.77 9/207 552
/proc/meminfo: memFree=30212192/32770624 swapFree=67108860/67108860
[pid=518] ppid=515 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/518/stat : 518 (xcsp3-exec) S 515 518 30924 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 115089651 9740288 346 33554432000 4194304 5098028 140729787722192 140729787720296 140692031570556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19369984 140729787724900 140729787725111 140729787725111 140729787727851 0
/proc/518/statm: 2378 346 289 221 0 87 0
[pid=520] ppid=518 vsize=26538700 memory=1325248 CPUtime=323.03 cores=0-7
/proc/520/stat : 520 (java) S 518 518 30924 0 -1 1077944320 91123 0 0 0 32146 157 0 0 20 0 19 0 115089651 27175628800 331312 33554432000 4194304 4196468 140722305408384 140722305390928 140480303701751 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
/proc/520/statm: 6634675 331312 3308 1 0 6621909 0
[pid=520/tid=521] ppid=518 vsize=26538700 memory=1384 CPUtime=2.17 cores=0-7
/proc/520/task/521/stat : 521 (java) S 518 518 30924 0 -1 1077944384 9468 0 0 0 210 7 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140480307944592 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=522] ppid=518 vsize=26538700 memory=279785310586432 CPUtime=0.63 cores=0-7
/proc/520/task/522/stat : 522 (java) S 518 518 30924 0 -1 1077944384 548 0 0 0 51 12 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479862275216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=523] ppid=518 vsize=26538700 memory=6944656592455360604 CPUtime=0.6 cores=0-7
/proc/520/task/523/stat : 523 (java) S 518 518 30924 0 -1 1077944384 625 0 0 0 48 12 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479861222416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=524] ppid=518 vsize=26538700 memory=19056 CPUtime=0.62 cores=0-7
/proc/520/task/524/stat : 524 (java) S 518 518 30924 0 -1 1077944384 823 0 0 0 49 13 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479860169616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=525] ppid=518 vsize=26538700 memory=18444 CPUtime=0.62 cores=0-7
/proc/520/task/525/stat : 525 (java) S 518 518 30924 0 -1 1077944384 308 0 0 0 50 12 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479859116816 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=526] ppid=518 vsize=26538700 memory=4616 CPUtime=0.61 cores=0-7
/proc/520/task/526/stat : 526 (java) S 518 518 30924 0 -1 1077944384 787 0 0 0 50 11 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479858064016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=529] ppid=518 vsize=26538700 memory=1228 CPUtime=0.62 cores=0-7
/proc/520/task/529/stat : 529 (java) S 518 518 30924 0 -1 1077944384 485 0 0 0 50 12 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479857011216 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=530] ppid=518 vsize=26538700 memory=1325728 CPUtime=0.62 cores=0-7
/proc/520/task/530/stat : 530 (java) S 518 518 30924 0 -1 1077944384 488 0 0 0 51 11 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479855958416 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=531] ppid=518 vsize=26538700 memory=986276 CPUtime=0.62 cores=0-7
/proc/520/task/531/stat : 531 (java) S 518 518 30924 0 -1 1077944384 1097 0 0 0 50 12 0 0 20 0 19 0 115089652 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479854905616 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=532] ppid=518 vsize=26538700 memory=4698694222916 CPUtime=0.73 cores=0-7
/proc/520/task/532/stat : 532 (java) S 518 518 30924 0 -1 1077944384 2616 0 0 0 71 2 0 0 20 0 19 0 115089654 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479699504192 140480303712898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=535] ppid=518 vsize=26538700 memory=8169925825451351681 CPUtime=0 cores=0-7
/proc/520/task/535/stat : 535 (java) S 518 518 30924 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 115089654 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479698450016 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=536] ppid=518 vsize=26538700 memory=1325616 CPUtime=0 cores=0-7
/proc/520/task/536/stat : 536 (java) S 518 518 30924 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 19 0 115089655 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479697397120 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=537] ppid=518 vsize=26538700 memory=953552 CPUtime=0 cores=0-7
/proc/520/task/537/stat : 537 (java) S 518 518 30924 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 115089657 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479696345072 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=538] ppid=518 vsize=26538700 memory=54 CPUtime=3.55 cores=0-7
/proc/520/task/538/stat : 538 (java) S 518 518 30924 0 -1 1077944384 13239 0 0 0 353 2 0 0 20 0 19 0 115089657 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479695292784 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=539] ppid=518 vsize=26538700 memory=11393 CPUtime=4.06 cores=0-7
/proc/520/task/539/stat : 539 (java) S 518 518 30924 0 -1 1077944384 17307 0 0 0 403 3 0 0 20 0 19 0 115089657 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479694239984 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=540] ppid=518 vsize=26538700 memory=1325616 CPUtime=4.06 cores=0-7
/proc/520/task/540/stat : 540 (java) S 518 518 30924 0 -1 1077944384 22005 0 0 0 403 3 0 0 20 0 19 0 115089657 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479693167584 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=541] ppid=518 vsize=26538700 memory=986276 CPUtime=0.94 cores=0-7
/proc/520/task/541/stat : 541 (java) S 518 518 30924 0 -1 1077944384 8063 0 0 0 92 2 0 0 20 0 19 0 115089657 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479692134384 140480303712898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
[pid=520/tid=542] ppid=518 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/520/task/542/stat : 542 (java) S 518 518 30924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 115089657 27175628800 331312 33554432000 4194304 4196468 140722305408384 140479691082848 140480303711957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18296832 140722305410194 140722305410371 140722305410371 140722305413071 0
Current children cumulated CPU time: 323.03 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1326632 KiB

Child status: 0
Real time (s): 42.519
CPU time (s): 323.051
CPU user time (s): 321.464
CPU system time (s): 1.58756
CPU usage (%): 759.781
Max. virtual memory (cumulated for all children) (KiB): 26550296
Max. memory (cumulated for all children) (KiB): 1327112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.464
system time used= 1.58756
maximum resident set size= 1325844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91695
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6453
involuntary context switches= 4665


# summary of solver processes directly reported to runsolver:
#   pid: 518
#   total CPU time (s): 323.051
#   total CPU user time (s): 321.464
#   total CPU system time (s): 1.58756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.357602 second user time and 0.580969 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-15 19:46:01
IDJOB=4271164
IDBENCH=138791
IDSOLVER=2662
FILE ID=node115/4271164-1502820020
RUNJOBID= node115-1502815183-30951
PBS_JOBID= 20629824
Free space on /tmp= 61824 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0120-m1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271164-1502820020/watcher-4271164-1502820020 -o /tmp/evaluation-result-4271164-1502820020/solver-4271164-1502820020 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502815183-30951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1515229589 HOME/instance-4271164-1502820020.xml

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

MD5SUM BENCH= 811bab41ab4f320547ec1b0722faadf8
RANDOM SEED=1515229589

node115.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.69
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.69
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.69
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.69
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:        31528988 kB
MemAvailable:   31985224 kB
Buffers:          191012 kB
Cached:           552100 kB
SwapCached:            0 kB
Active:           544124 kB
Inactive:         254940 kB
Active(anon):       4344 kB
Inactive(anon):    79412 kB
Active(file):     539780 kB
Inactive(file):   175528 kB
Unevictable:        6188 kB
Mlocked:            6188 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8108 kB
Writeback:            40 kB
AnonPages:         61364 kB
Mapped:            46108 kB
Shmem:             25224 kB
Slab:             139728 kB
SReclaimable:     113524 kB
SUnreclaim:        26204 kB
KernelStack:        3184 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61816 MiB
End job on node115 at 2017-08-15 19:46:43