Trace number 4269636

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 seq (2017-08-09)SAT 8.0808496 5.5162101

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-60-3-5.xml
MD5SUMcb28c088349c564a44b865f26515e86f
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 benchmark3.2825999
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.13	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269636-1502806731.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4269636-1502806731.xml, -tl, 2520s, -p, 1, -x, 0]
0.22/0.37	c simple solver
0.38/0.44	c parse instance...
0.81/0.65	c solve instance...
8.05/5.50	s SATISFIABLE
8.05/5.50	v <instantiation>
8.05/5.50	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[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
8.05/5.50	v 	<values>43 3 41 31 23 31 3 41 29 3 5 19 13 11 23 3 2 17 19 3 37 23 41 29 5 13 5 43 19 31 47 41 41 7 47 41 43 3 3 19 29 7 17 47 47 19 23 47 13 2 23 3 3 13 37 7 5 13 3 3 2 2 47 41 37 13 3 29 43 5 29 2 41 2 47 41 47 7 13 19 7 17 23 23 29 7 37 47 11 41 2 37 7 11 19 3 17 29 47 </values>
8.05/5.50	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 (14973 MiB free)
  memory of node 1: 16384 MiB (15571 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269636-1502806731/watcher-4269636-1502806731 -o /tmp/evaluation-result-4269636-1502806731/solver-4269636-1502806731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 165064230 HOME/instance-4269636-1502806731.xml 

running on 4 cores: 1,3,5,7

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

solver pid=9134, runsolver pid=9131

[startup+0.100111 s]*
/proc/loadavg: 1.58 1.38 1.34 2/198 9135
/proc/meminfo: memFree=31278672/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (runsolver) D 9131 9134 11586 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 69013729 34791424 113 18446744073709551615 4194304 4346622 140727181219728 140727181216360 140499664851671 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 39628800 140727181226039 140727181226532 140727181226532 140727181230026 0
/proc/9134/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209006 s]*
/proc/loadavg: 1.58 1.38 1.34 2/212 9149
/proc/meminfo: memFree=31268376/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13907304 memory=20408 CPUtime=0.05 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 4554 0 0 0 5 0 0 0 20 0 14 0 69013742 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3476826 5102 2530 1 0 3466323 0
[pid=9136/tid=9137] ppid=9134 vsize=13907304 memory=-6153504281267117510 CPUtime=0.04 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) D 9134 9134 11586 0 -1 4202560 2724 0 0 0 4 0 0 0 20 0 14 0 69013742 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139887381206944 139887376991485 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13907304 memory=6055707664168806735 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 69013743 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13907304 memory=140499667801728 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69013743 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13907304 memory=140499667801728 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 69013743 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69013743 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 69013744 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 69013745 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13907304 memory=140499667801728 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 69013745 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 69013747 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) S 9134 9134 11586 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 14 0 69013747 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886850444144 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) S 9134 9134 11586 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 14 0 69013747 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886849391344 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) S 9134 9134 11586 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 14 0 69013747 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 69013748 14241079296 5102 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 21788 KiB

[startup+0.309947 s]*
/proc/loadavg: 1.58 1.38 1.34 3/213 9150
/proc/meminfo: memFree=31258356/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13975376 memory=32860 CPUtime=0.22 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 6167 0 0 0 21 1 0 0 20 0 15 0 69013742 14310785024 8215 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3493844 8215 2979 1 0 3483220 0
[pid=9136/tid=9137] ppid=9134 vsize=13975376 memory=6933928925625698159 CPUtime=0.13 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) R 9134 9134 11586 0 -1 4202560 3517 0 0 0 12 1 0 0 20 0 15 0 69013742 14310785024 8347 18446744073709551615 4194304 4196468 140731693592560 139887381191840 139887369649181 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13975376 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14310785024 8347 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14310785024 8347 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14310785024 8347 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14311768064 8347 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013744 14311768064 8347 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69013745 14311768064 8347 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69013745 14311768064 8347 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013747 14311768064 8413 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13976336 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) S 9134 9134 11586 0 -1 1077944384 441 0 0 0 1 0 0 0 20 0 15 0 69013747 14311768064 8413 18446744073709551615 4194304 4196468 140731693592560 139886850444144 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13976336 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) S 9134 9134 11586 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 69013747 14311768064 8413 18446744073709551615 4194304 4196468 140731693592560 139886849391344 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13976336 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) S 9134 9134 11586 0 -1 1077944384 692 0 0 0 5 0 0 0 20 0 15 0 69013747 14311768064 8413 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013748 14311768064 8413 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9150] ppid=9134 vsize=13976336 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9150/stat : 9150 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013752 14311768064 8413 18446744073709551615 4194304 4196468 140731693592560 139886846233264 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 34240 KiB

[startup+0.700756 s]
/proc/loadavg: 1.58 1.38 1.34 4/213 9150
/proc/meminfo: memFree=31242476/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13980732 memory=61948 CPUtime=1.08 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 12619 0 0 0 104 4 0 0 20 0 15 0 69013742 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3495183 15487 3170 1 0 3483476 0
[pid=9136/tid=9137] ppid=9134 vsize=13980732 memory=55 CPUtime=0.51 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) R 9134 9134 11586 0 -1 4202560 7943 0 0 0 48 3 0 0 20 0 15 0 69013742 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139887381208160 139887376981398 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13980732 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13980732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69013744 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13980732 memory=8964 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013747 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13980732 memory=1440 CPUtime=0.14 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) R 9134 9134 11586 0 -1 4202560 1124 0 0 0 14 0 0 0 20 0 15 0 69013747 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886850433744 139887357132737 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13980732 memory=1204 CPUtime=0.15 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) R 9134 9134 11586 0 -1 4202560 905 0 0 0 15 0 0 0 20 0 15 0 69013747 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886849378104 139887361891436 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13980732 memory=15880 CPUtime=0.25 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) R 9134 9134 11586 0 -1 1077944384 1339 0 0 0 25 0 0 0 20 0 15 0 69013747 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13980732 memory=16240 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013748 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9150] ppid=9134 vsize=13980732 memory=6153431502485415786 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9150/stat : 9150 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013752 14316269568 15487 18446744073709551615 4194304 4196468 140731693592560 139886846233264 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63328 KiB

[startup+1.50085 s]
/proc/loadavg: 1.93 1.45 1.37 5/213 9150
/proc/meminfo: memFree=31204248/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13980732 memory=97392 CPUtime=3.62 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 29251 0 0 0 355 7 0 0 20 0 15 0 69013742 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3495183 24348 3193 1 0 3483476 0
[pid=9136/tid=9137] ppid=9134 vsize=13980732 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) R 9134 9134 11586 0 -1 4202560 8127 0 0 0 128 3 0 0 20 0 15 0 69013742 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139887381206352 139886971384429 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13980732 memory=662364497384251442 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13980732 memory=38672 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69013744 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13980732 memory=96792 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013747 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13980732 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) R 9134 9134 11586 0 -1 4202560 5869 0 0 0 93 1 0 0 20 0 15 0 69013747 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886850434064 139887358487819 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13980732 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) R 9134 9134 11586 0 -1 4202560 11170 0 0 0 94 1 0 0 20 0 15 0 69013747 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886849391344 139887362092976 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13980732 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) S 9134 9134 11586 0 -1 1077944384 2773 0 0 0 39 0 0 0 20 0 15 0 69013747 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013748 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9150] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9150/stat : 9150 (java) S 9134 9134 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69013752 14316269568 24348 18446744073709551615 4194304 4196468 140731693592560 139886846233264 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 13990244 KiB

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

/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13980732 memory=196288 CPUtime=7.32 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 32517 0 0 0 723 9 0 0 20 0 15 0 69013742 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3495183 49072 3199 1 0 3483476 0
[pid=9136/tid=9137] ppid=9134 vsize=13980732 memory=288293259724457151 CPUtime=4.61 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) R 9134 9134 11586 0 -1 4202560 8700 0 0 0 456 5 0 0 20 0 15 0 69013742 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139887381206608 139886971123686 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13980732 memory=55 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 69013744 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013747 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13980732 memory=140499520474624 CPUtime=1.13 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) S 9134 9134 11586 0 -1 1077944384 6493 0 0 0 112 1 0 0 20 0 15 0 69013747 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886850444144 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13980732 memory=0 CPUtime=1.14 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) S 9134 9134 11586 0 -1 1077944384 12430 0 0 0 113 1 0 0 20 0 15 0 69013747 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886849391344 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13980732 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) S 9134 9134 11586 0 -1 1077944384 3295 0 0 0 40 0 0 0 20 0 15 0 69013747 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13980732 memory=280999040738600 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013748 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9150] ppid=9134 vsize=13980732 memory=2315025931995765027 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9150/stat : 9150 (java) S 9134 9134 11586 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 69013752 14316269568 49072 18446744073709551615 4194304 4196468 140731693592560 139886846233264 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 7.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 197668 KiB

[startup+5.20077 s]
/proc/loadavg: 1.93 1.45 1.37 3/213 9150
/proc/meminfo: memFree=31096136/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13980732 memory=206664 CPUtime=7.74 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 34069 0 0 0 764 10 0 0 20 0 15 0 69013742 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3495183 51666 3214 1 0 3483476 0
[pid=9136/tid=9137] ppid=9134 vsize=13980732 memory=7019257425709197167 CPUtime=5 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) R 9134 9134 11586 0 -1 4202560 8738 0 0 0 495 5 0 0 20 0 15 0 69013742 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139887381208552 139886971981164 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13980732 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13980732 memory=7163096602191357783 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13980732 memory=9047914860238082928 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13980732 memory=14385283311 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13980732 memory=14385283311 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 69013744 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13980732 memory=14385283311 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13980732 memory=14385283311 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13980732 memory=14385283312 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013747 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13980732 memory=14385283313 CPUtime=1.13 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) S 9134 9134 11586 0 -1 1077944384 6496 0 0 0 112 1 0 0 20 0 15 0 69013747 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886850444144 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13980732 memory=14385283313 CPUtime=1.14 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) S 9134 9134 11586 0 -1 1077944384 12430 0 0 0 113 1 0 0 20 0 15 0 69013747 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886849391344 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13980732 memory=14385283315 CPUtime=0.41 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) S 9134 9134 11586 0 -1 1077944384 3966 0 0 0 41 0 0 0 20 0 15 0 69013747 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13980732 memory=14385283315 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013748 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9150] ppid=9134 vsize=13980732 memory=14385283315 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9150/stat : 9150 (java) S 9134 9134 11586 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 69013752 14316269568 51666 18446744073709551615 4194304 4196468 140731693592560 139886846233264 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 208044 KiB

[startup+5.40076 s]
/proc/loadavg: 1.93 1.45 1.37 3/213 9150
/proc/meminfo: memFree=31096136/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13980732 memory=206704 CPUtime=7.95 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 34800 0 0 0 785 10 0 0 20 0 15 0 69013742 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3495183 51676 3214 1 0 3483476 0
[pid=9136/tid=9137] ppid=9134 vsize=13980732 memory=280999041633264 CPUtime=5.2 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) R 9134 9134 11586 0 -1 4202560 8738 0 0 0 515 5 0 0 20 0 15 0 69013742 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887381208552 139886971210073 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 69013744 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13980732 memory=0 CPUtime=1.13 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) S 9134 9134 11586 0 -1 1077944384 6496 0 0 0 112 1 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886850444144 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13980732 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) S 9134 9134 11586 0 -1 1077944384 12571 0 0 0 114 1 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886849391344 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13980732 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) S 9134 9134 11586 0 -1 1077944384 3966 0 0 0 41 0 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013748 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9150] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9150/stat : 9150 (java) R 9134 9134 11586 0 -1 4202560 606 0 0 0 0 0 0 0 20 0 15 0 69013752 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886846233264 139887376990810 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 7.95 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 208084 KiB

[startup+5.50077 s]
/proc/loadavg: 1.93 1.45 1.37 3/213 9150
/proc/meminfo: memFree=31096136/32770624 swapFree=67108860/67108860
[pid=9134] ppid=9131 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9134/stat : 9134 (xcsp3-exec) S 9131 9134 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69013729 9740288 345 18446744073709551615 4194304 5098028 140720858070640 140720858068744 140618448347772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 12 0 0 7196144 7232144 19644416 140720858075513 140720858075717 140720858075717 140720858079211 0
/proc/9134/statm: 2378 345 289 221 0 87 0
[pid=9136] ppid=9134 vsize=13980732 memory=206704 CPUtime=8.05 cores=1,3,5,7
/proc/9136/stat : 9136 (java) S 9134 9134 11586 0 -1 1077944320 34801 0 0 0 795 10 0 0 20 0 15 0 69013742 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 140731693575104 139887376969463 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
/proc/9136/statm: 3495183 51676 3214 1 0 3483476 0
[pid=9136/tid=9137] ppid=9134 vsize=13980732 memory=1380 CPUtime=5.3 cores=1,3,5,7
/proc/9136/task/9137/stat : 9137 (java) R 9134 9134 11586 0 -1 4202560 8739 0 0 0 525 5 0 0 20 0 15 0 69013742 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887381206824 139886971378777 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9138] ppid=9134 vsize=13980732 memory=206704 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9138/stat : 9138 (java) S 9134 9134 11586 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887296384144 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9139] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9139/stat : 9139 (java) S 9134 9134 11586 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887295331344 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9140] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9140/stat : 9140 (java) S 9134 9134 11586 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887294278544 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9141] ppid=9134 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9141/stat : 9141 (java) S 9134 9134 11586 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 69013743 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139887293225744 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9142] ppid=9134 vsize=13980732 memory=147048 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9142/stat : 9142 (java) S 9134 9134 11586 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 69013744 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886854654320 139887376980610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9143] ppid=9134 vsize=13980732 memory=7093278743152388177 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9143/stat : 9143 (java) S 9134 9134 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886853600288 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9144] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9144/stat : 9144 (java) S 9134 9134 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 69013745 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886852547440 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9145] ppid=9134 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9145/stat : 9145 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886851495760 139887376988059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9146] ppid=9134 vsize=13980732 memory=1380 CPUtime=1.13 cores=1,3,5,7
/proc/9136/task/9146/stat : 9146 (java) S 9134 9134 11586 0 -1 1077944384 6496 0 0 0 112 1 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886850444144 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9147] ppid=9134 vsize=13980732 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/9136/task/9147/stat : 9147 (java) S 9134 9134 11586 0 -1 1077944384 12571 0 0 0 114 1 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886849391344 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9148] ppid=9134 vsize=13980732 memory=4120 CPUtime=0.41 cores=1,3,5,7
/proc/9136/task/9148/stat : 9148 (java) S 9134 9134 11586 0 -1 1077944384 3966 0 0 0 41 0 0 0 20 0 15 0 69013747 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886848338544 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9149] ppid=9134 vsize=13980732 memory=38672 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9149/stat : 9149 (java) S 9134 9134 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69013748 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886847285984 139887376979669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
[pid=9136/tid=9150] ppid=9134 vsize=13980732 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/9136/task/9150/stat : 9150 (java) S 9134 9134 11586 0 -1 1077944384 606 0 0 0 0 0 0 0 20 0 15 0 69013752 14316269568 51676 18446744073709551615 4194304 4196468 140731693592560 139886846233264 139887376980610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17653760 140731693601201 140731693601377 140731693601377 140731693604815 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 208084 KiB

Child status: 0
Real time (s): 5.51621
CPU time (s): 8.08085
CPU user time (s): 7.97312
CPU system time (s): 0.107737
CPU usage (%): 146.493
Max. virtual memory (cumulated for all children) (KiB): 13992280
Max. memory (cumulated for all children) (KiB): 208084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.97312
system time used= 0.107737
maximum resident set size= 207176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35577
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2006
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 9134
#   total CPU time (s): 8.08085
#   total CPU user time (s): 7.97312
#   total CPU system time (s): 0.107737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063226 second user time and 0.084144 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 16:04:35
IDJOB=4269636
IDBENCH=133401
IDSOLVER=2660
FILE ID=node124/4269636-1502806731
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-60-3-5.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269636-1502806731/watcher-4269636-1502806731 -o /tmp/evaluation-result-4269636-1502806731/solver-4269636-1502806731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 165064230 HOME/instance-4269636-1502806731.xml

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

MD5SUM BENCH= cb28c088349c564a44b865f26515e86f
RANDOM SEED=165064230

node124.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.51
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.51
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.51
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.51
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:        31278412 kB
MemAvailable:   31706944 kB
Buffers:          242236 kB
Cached:           473324 kB
SwapCached:            0 kB
Active:           748396 kB
Inactive:         294148 kB
Active(anon):     278548 kB
Inactive(anon):    81948 kB
Active(file):     469848 kB
Inactive(file):   212200 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8064 kB
Writeback:             4 kB
AnonPages:        327132 kB
Mapped:            59860 kB
Shmem:             33512 kB
Slab:             151316 kB
SReclaimable:     124636 kB
SUnreclaim:        26680 kB
KernelStack:        3488 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1310236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 16:04:40