Trace number 4406379

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24OPT2 1848.86 1835.97

General information on the benchmark

NameRamsey/Ramsey-m1-s1/
Ramsey-13.xml
MD5SUMdac12cc2d7c8406352143d9a44a7b315
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.027065
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406379-1569401524.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406379-1569401524.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
0.98/0.53	c solve instance...
1.53/0.78	o 3 
1848.78/1835.91	o 2 
1848.78/1835.95	s OPTIMUM FOUND
1848.78/1835.95	v <instantiation>
1848.78/1835.95	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12] </list>
1848.78/1835.95	v 	<values>0 2 1 1 0 2 2 0 1 0 2 1 1 0 0 1 0 0 2 2 1 2 2 1 1 0 0 0 1 0 2 1 2 2 0 1 2 0 2 1 2 0 1 2 1 2 0 1 0 2 2 2 1 1 2 0 2 1 0 2 0 1 0 2 1 0 0 1 0 2 0 1 0 1 0 1 1 0 </values>
1848.78/1835.95	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406379-1569401524/watcher-4406379-1569401524 -o /var/tmp/evaluation-result-4406379-1569401524/solver-4406379-1569401524 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1569396627-9002 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4406379-1569401524.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=10140, runsolver pid=10137

[startup+0.100065 s]*
/proc/loadavg: 1.86 1.97 2.00 4/230 10156
/proc/meminfo: memFree=25093480/32770624 swapFree=66974628/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15144776 memory=29092 CPUtime=0.13 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 5714 0 0 0 12 1 0 0 20 0 15 0 516094179 15508250624 7273 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3786194 7273 3143 1 0 3748377 0
[pid=10142/tid=10143] ppid=10140 vsize=15144776 memory=8252428994737482315 CPUtime=0.08 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 3634 0 0 0 8 0 0 0 20 0 15 0 516094180 15508250624 7337 33554432000 4194304 4196468 140733039143344 139894114757408 139894094603614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 7337 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15144776 memory=140512119408256 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 7337 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15144776 memory=140512119408256 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516094182 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516094182 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893577540896 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516094182 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893576488560 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) R 10140 10140 8971 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893574382912 139894092066850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) R 10140 10140 8971 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893573331024 139894110533333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15144776 memory=140512119408256 CPUtime=0.02 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) R 10140 10140 8971 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 516094185 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893572278640 139894102760254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15144776 memory=140512119408256 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 7337 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30548 KiB

[startup+0.210786 s]*
/proc/loadavg: 1.95 1.99 2.01 4/230 10156
/proc/meminfo: memFree=25080160/32770624 swapFree=66974628/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15144776 memory=41112 CPUtime=0.34 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 9501 0 0 0 32 2 0 0 20 0 15 0 516094179 15508250624 10278 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3786194 10278 3310 1 0 3748377 0
[pid=10142/tid=10143] ppid=10140 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 15 0 516094180 15508250624 10278 33554432000 4194304 4196468 140733039143344 139894114757184 139894110535062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15144776 memory=13657 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 10278 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15144776 memory=4049211035641104032 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 10278 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15144776 memory=140512119408256 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516094182 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516094182 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893577540896 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516094182 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893576488560 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) S 10140 10140 8971 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 516094185 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893574383728 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) S 10140 10140 8971 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 15 0 516094185 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893573330928 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15144776 memory=140512119408256 CPUtime=0.08 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) S 10140 10140 8971 0 -1 1077944384 693 0 0 0 8 0 0 0 20 0 15 0 516094185 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893572278640 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094185 15508250624 10278 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42568 KiB

[startup+0.310544 s]*
/proc/loadavg: 1.95 1.99 2.01 4/230 10156
/proc/meminfo: memFree=25072272/32770624 swapFree=66974628/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15149032 memory=49792 CPUtime=0.53 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 10818 0 0 0 50 3 0 0 20 0 15 0 516094179 15512608768 12448 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3787258 12448 3358 1 0 3748377 0
[pid=10142/tid=10143] ppid=10140 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 7780 0 0 0 27 2 0 0 20 0 15 0 516094180 15512608768 12448 33554432000 4194304 4196468 140733039143344 139894114750184 139894094603614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15512608768 12448 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15512608768 12448 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516094180 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15149032 memory=8562125494162282060 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15149032 memory=7511822332163827090 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516094182 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15149032 memory=6944938067432061290 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516094182 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893577540896 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516094182 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893576488560 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15149032 memory=7100839852926015589 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15149032 memory=-8412660965215072671 CPUtime=0.04 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) S 10140 10140 8971 0 -1 1077944384 377 0 0 0 4 0 0 0 20 0 15 0 516094185 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893574383728 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) R 10140 10140 8971 0 -1 4202560 608 0 0 0 5 0 0 0 20 0 15 0 516094185 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893573321312 139894089769017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) S 10140 10140 8971 0 -1 1077944384 761 0 0 0 13 0 0 0 20 0 15 0 516094185 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893572278640 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094185 15512608768 12448 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51248 KiB

[startup+0.706218 s]
/proc/loadavg: 1.95 1.99 2.01 4/230 10156
/proc/meminfo: memFree=25061292/32770624 swapFree=66974628/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15151156 memory=68248 CPUtime=1.53 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 13866 0 0 0 148 5 0 0 20 0 15 0 516094179 15514783744 17062 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3787789 17062 3441 1 0 3748889 0
[pid=10142/tid=10143] ppid=10140 vsize=15151156 memory=1793148847361 CPUtime=0.68 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 9056 0 0 0 65 3 0 0 20 0 15 0 516094180 15514783744 17062 33554432000 4194304 4196468 140733039143344 139894114754792 139893749267921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15151156 memory=33 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15514783744 17062 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15151156 memory=-7604262568725289114 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15514783744 17062 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516094180 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094180 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15151156 memory=55184 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15151156 memory=992 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893577540896 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15151156 memory=2044 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893576488560 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15151156 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15151156 memory=11624 CPUtime=0.24 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) R 10140 10140 8971 0 -1 4202560 1032 0 0 0 24 0 0 0 20 0 15 0 516094185 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893574369752 139894092045747 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15151156 memory=740 CPUtime=0.25 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) R 10140 10140 8971 0 -1 4202560 1171 0 0 0 25 0 0 0 20 0 15 0 516094185 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893573316952 139894094919604 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15151156 memory=1056 CPUtime=0.32 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) S 10140 10140 8971 0 -1 1077944384 1298 0 0 0 32 0 0 0 20 0 15 0 516094185 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893572278640 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15151156 memory=1040 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 17062 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 69704 KiB

[startup+1.50083 s]
/proc/loadavg: 1.95 1.99 2.01 5/230 10156
/proc/meminfo: memFree=25048292/32770624 swapFree=66974628/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0

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

/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15151156 memory=2207832 CPUtime=1848.08 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 144920 0 0 0 184442 366 0 0 20 0 15 0 516094179 15514783744 551958 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3787789 551958 3510 1 0 3748889 0
[pid=10142/tid=10143] ppid=10140 vsize=15151156 memory=1456 CPUtime=1831.4 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 76858 0 0 0 182871 269 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894114762704 139893750074367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15151156 memory=2207832 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 5145 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15151156 memory=6791534058613427641 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 4490 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15151156 memory=1056 CPUtime=2.47 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 3856 0 0 0 233 14 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15151156 memory=1552 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 4579 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15151156 memory=1040 CPUtime=0.88 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 8974 0 0 0 70 18 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893577540960 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15151156 memory=2044 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893576488576 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15151156 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15151156 memory=11624 CPUtime=2.32 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) S 10140 10140 8971 0 -1 1077944384 16584 0 0 0 230 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893574383728 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15151156 memory=780 CPUtime=2.27 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) S 10140 10140 8971 0 -1 1077944384 14949 0 0 0 225 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893573330928 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15151156 memory=2832 CPUtime=0.47 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) S 10140 10140 8971 0 -1 1077944384 5731 0 0 0 47 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893572278640 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15151156 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15151156 memory=1200 CPUtime=0.67 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 2339 0 0 0 32 35 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 1848.08 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2209288 KiB

[startup+1835.6 s]
/proc/loadavg: 1.86 1.84 1.86 3/230 10426
/proc/meminfo: memFree=22943984/32770624 swapFree=66974632/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15151156 memory=2207832 CPUtime=1848.48 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 144945 0 0 0 184482 366 0 0 20 0 15 0 516094179 15514783744 551958 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3787789 551958 3510 1 0 3748889 0
[pid=10142/tid=10143] ppid=10140 vsize=15151156 memory=25948 CPUtime=1831.8 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 76883 0 0 0 182911 269 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894114762704 139893749410241 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15151156 memory=12024 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 5145 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15151156 memory=3612 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 4490 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15151156 memory=55228 CPUtime=2.47 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 3856 0 0 0 233 14 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15151156 memory=992 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 4579 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15151156 memory=2044 CPUtime=0.88 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 8974 0 0 0 70 18 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15151156 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893577540960 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15151156 memory=11624 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893576488576 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15151156 memory=740 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15151156 memory=14012 CPUtime=2.32 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) S 10140 10140 8971 0 -1 1077944384 16584 0 0 0 230 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893574383728 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15151156 memory=25948 CPUtime=2.27 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) S 10140 10140 8971 0 -1 1077944384 14949 0 0 0 225 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893573330928 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15151156 memory=12024 CPUtime=0.47 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) S 10140 10140 8971 0 -1 1077944384 5731 0 0 0 47 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893572278640 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15151156 memory=500 CPUtime=0.67 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 2339 0 0 0 32 35 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 1848.48 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2209288 KiB

[startup+1835.8 s]
/proc/loadavg: 1.86 1.84 1.86 3/230 10426
/proc/meminfo: memFree=22943984/32770624 swapFree=66974632/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15151156 memory=2207832 CPUtime=1848.68 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 144954 0 0 0 184502 366 0 0 20 0 15 0 516094179 15514783744 551958 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3787789 551958 3510 1 0 3748889 0
[pid=10142/tid=10143] ppid=10140 vsize=15151156 memory=1672 CPUtime=1832 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 76892 0 0 0 182931 269 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894114762704 139894091929422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15151156 memory=6791534058613427641 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 5145 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15151156 memory=2424 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 4490 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15151156 memory=1764 CPUtime=2.47 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 3856 0 0 0 233 14 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15151156 memory=111636 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 4579 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15151156 memory=804 CPUtime=0.88 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 8974 0 0 0 70 18 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15151156 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893577540960 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15151156 memory=920 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893576488576 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15151156 memory=3054156605268465310 CPUtime=2.32 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) S 10140 10140 8971 0 -1 1077944384 16584 0 0 0 230 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893574383728 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15151156 memory=4713745541279610410 CPUtime=2.27 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) S 10140 10140 8971 0 -1 1077944384 14949 0 0 0 225 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893573330928 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15151156 memory=780 CPUtime=0.47 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) S 10140 10140 8971 0 -1 1077944384 5731 0 0 0 47 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893572278640 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15151156 memory=1716 CPUtime=0.67 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 2339 0 0 0 32 35 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 1848.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2209288 KiB

[startup+1835.9 s]
/proc/loadavg: 1.86 1.84 1.86 3/230 10426
/proc/meminfo: memFree=22943984/32770624 swapFree=66974632/67108860
[pid=10140] ppid=10137 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10140/stat : 10140 (xcsp3-exec) S 10137 10140 8971 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516094179 115843072 364 33554432000 4194304 5098028 140736836470976 140736836469080 140398593639036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26628096 140736836477783 140736836478041 140736836478041 140736836480966 0
/proc/10140/statm: 28282 364 305 221 0 87 0
[pid=10142] ppid=10140 vsize=15151156 memory=2207832 CPUtime=1848.78 cores=0,2,4,6
/proc/10142/stat : 10142 (java) S 10140 10140 8971 0 -1 1077944320 144955 0 0 0 184512 366 0 0 20 0 15 0 516094179 15514783744 551958 33554432000 4194304 4196468 140733039143344 140733039125888 139894110523127 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
/proc/10142/statm: 3787789 551958 3510 1 0 3748889 0
[pid=10142/tid=10143] ppid=10140 vsize=15151156 memory=2207832 CPUtime=1832.1 cores=0,2,4,6
/proc/10142/task/10143/stat : 10143 (java) R 10140 10140 8971 0 -1 4202560 76893 0 0 0 182941 269 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894114762704 139893749410178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10144] ppid=10140 vsize=15151156 memory=2207832 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10144/stat : 10144 (java) S 10140 10140 8971 0 -1 1077944384 5145 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894067075472 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10145] ppid=10140 vsize=15151156 memory=2207832 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10145/stat : 10145 (java) S 10140 10140 8971 0 -1 1077944384 4490 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139894066022672 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10146] ppid=10140 vsize=15151156 memory=2207832 CPUtime=2.47 cores=0,2,4,6
/proc/10142/task/10146/stat : 10146 (java) S 10140 10140 8971 0 -1 1077944384 3856 0 0 0 233 14 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893700483728 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10147] ppid=10140 vsize=15151156 memory=2207832 CPUtime=2.5 cores=0,2,4,6
/proc/10142/task/10147/stat : 10147 (java) S 10140 10140 8971 0 -1 1077944384 4579 0 0 0 237 13 0 0 20 0 15 0 516094180 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893699430928 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10148] ppid=10140 vsize=15151156 memory=2207832 CPUtime=0.88 cores=0,2,4,6
/proc/10142/task/10148/stat : 10148 (java) S 10140 10140 8971 0 -1 1077944384 8974 0 0 0 70 18 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893578594928 139894110534274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10149] ppid=10140 vsize=15151156 memory=2207832 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10149/stat : 10149 (java) S 10140 10140 8971 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893577540960 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10150] ppid=10140 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10150/stat : 10150 (java) S 10140 10140 8971 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 516094182 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893576488576 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10151] ppid=10140 vsize=15151156 memory=2207832 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10151/stat : 10151 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893575436880 139894110541723 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10152] ppid=10140 vsize=15151156 memory=2207832 CPUtime=2.32 cores=0,2,4,6
/proc/10142/task/10152/stat : 10152 (java) S 10140 10140 8971 0 -1 1077944384 16584 0 0 0 230 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893574383728 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10153] ppid=10140 vsize=15151156 memory=2207832 CPUtime=2.27 cores=0,2,4,6
/proc/10142/task/10153/stat : 10153 (java) S 10140 10140 8971 0 -1 1077944384 14949 0 0 0 225 2 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893573330928 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10154] ppid=10140 vsize=15151156 memory=1456 CPUtime=0.47 cores=0,2,4,6
/proc/10142/task/10154/stat : 10154 (java) S 10140 10140 8971 0 -1 1077944384 5731 0 0 0 47 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893572278640 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10155] ppid=10140 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/10142/task/10155/stat : 10155 (java) S 10140 10140 8971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893571226080 139894110533333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
[pid=10142/tid=10156] ppid=10140 vsize=15151156 memory=2207832 CPUtime=0.67 cores=0,2,4,6
/proc/10142/task/10156/stat : 10156 (java) S 10140 10140 8971 0 -1 1077944384 2339 0 0 0 32 35 0 0 20 0 15 0 516094185 15514783744 551958 33554432000 4194304 4196468 140733039143344 139893570173872 139894110534274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27271168 140733039145947 140733039146122 140733039146122 140733039149007 0
Current children cumulated CPU time: 1848.78 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2209288 KiB

Child status: 0
Real time (s): 1835.97
CPU time (s): 1848.86
CPU user time (s): 1845.19
CPU system time (s): 3.67345
CPU usage (%): 100.702
Max. virtual memory (cumulated for all children) (KiB): 15266448
Max. memory (cumulated for all children) (KiB): 10175616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1845.19
system time used= 3.67345
maximum resident set size= 10177236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58352
involuntary context switches= 2335


# summary of solver processes directly reported to runsolver:
#   pid: 10140
#   total CPU time (s): 1848.86
#   total CPU user time (s): 1845.19
#   total CPU system time (s): 3.67345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5644 second user time and 15.0582 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-25 10:51:20
IDJOB=4406379
IDBENCH=133886
IDSOLVER=2870
FILE ID=node117/4406379-1569401524
RUNJOBID= node117-1569396627-9002
PBS_JOBID= 21705694
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Ramsey/Ramsey-m1-s1/Ramsey-13.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406379-1569401524/watcher-4406379-1569401524 -o /var/tmp/evaluation-result-4406379-1569401524/solver-4406379-1569401524 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1569396627-9002 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4406379-1569401524.xml

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

MD5SUM BENCH= dac12cc2d7c8406352143d9a44a7b315
RANDOM SEED=674984274

node117.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.75
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.75
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.75
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.75
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:        25109376 kB
MemAvailable:   31629448 kB
Buffers:          143516 kB
Cached:          6430048 kB
SwapCached:        27768 kB
Active:          3455776 kB
Inactive:        3346508 kB
Active(anon):     199432 kB
Inactive(anon):    80908 kB
Active(file):    3256344 kB
Inactive(file):  3265600 kB
Unevictable:      106976 kB
Mlocked:          106976 kB
SwapTotal:      67108860 kB
SwapFree:       66974628 kB
Dirty:             26220 kB
Writeback:             0 kB
AnonPages:        308996 kB
Mapped:            68756 kB
Shmem:             42964 kB
Slab:             455092 kB
SReclaimable:     426588 kB
SUnreclaim:        28504 kB
KernelStack:        3728 kB
PageTables:         6404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1440300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node117 at 2019-09-25 11:21:56