Trace number 4404052

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-20OPT55 19.8038 5.33312

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark16.0207
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4404052-1568990811.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404052-1568990811.xml, -tl, 2400s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.27/0.61	c solve instance...
1.60/0.72	o 80 
1.60/0.74	o 75 
1.60/0.76	o 73 
1.60/0.78	o 72 
1.97/0.83	o 70 
1.97/0.85	o 68 
2.34/0.92	o 66 
2.34/0.96	o 62 
3.84/1.36	o 60 
9.81/2.86	o 55 
19.73/5.31	s OPTIMUM FOUND
19.73/5.31	v <instantiation>
19.73/5.31	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
19.73/5.31	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
19.73/5.31	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404052-1568990811/watcher-4404052-1568990811 -o /var/tmp/evaluation-result-4404052-1568990811/solver-4404052-1568990811 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568990625-7233 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1865339169 HOME/instance-4404052-1568990811.xml 

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

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=8010, runsolver pid=8007

[startup+0.100084 s]*
/proc/loadavg: 7.48 3.81 2.25 8/233 8026
/proc/meminfo: memFree=8703296/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0
[pid=8012] ppid=8010 vsize=15144776 memory=29372 CPUtime=0.13 cores=1,3,5,7
/proc/8012/stat : 8012 (java) S 8010 8010 7201 0 -1 1077944320 5756 0 0 0 12 1 0 0 20 0 15 0 475353692 15508250624 7343 33554432000 4194304 4196468 140729755059856 140729755042400 140328774012663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
/proc/8012/statm: 3786194 7343 3160 1 0 3748377 0
[pid=8012/tid=8013] ppid=8010 vsize=15144776 memory=7900903225246847835 CPUtime=0.08 cores=1,3,5,7
/proc/8012/task/8013/stat : 8013 (java) R 8010 8010 7201 0 -1 4202560 3641 0 0 0 8 0 0 0 20 0 15 0 475353692 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328778235360 140328774024598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8014] ppid=8010 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8014/stat : 8014 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328730565264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8015] ppid=8010 vsize=15144776 memory=139987626858112 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8015/stat : 8015 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328729512464 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8016] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8016/stat : 8016 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328364595600 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8017] ppid=8010 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8017/stat : 8017 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328363542800 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8018] ppid=8010 vsize=15144776 memory=139987626858112 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8018/stat : 8018 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475353694 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328242572144 140328774023810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8019] ppid=8010 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8019/stat : 8019 (java) S 8010 8010 7201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475353695 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328241518112 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8020] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8020/stat : 8020 (java) S 8010 8010 7201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475353695 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328240465264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8021] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8021/stat : 8021 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475353697 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328239413584 140328774031259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8022] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8022/stat : 8022 (java) S 8010 8010 7201 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 475353697 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328238360944 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8023] ppid=8010 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8023/stat : 8023 (java) S 8010 8010 7201 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475353697 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328237308144 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8024] ppid=8010 vsize=15144776 memory=139987626858112 CPUtime=0.02 cores=1,3,5,7
/proc/8012/task/8024/stat : 8024 (java) R 8010 8010 7201 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 475353697 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328236251104 140328753486856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8025] ppid=8010 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8025/stat : 8025 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475353697 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328235202784 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8026] ppid=8010 vsize=15144776 memory=139987626858112 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353698 15508250624 7343 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30828 KiB

[startup+0.212557 s]*
/proc/loadavg: 7.48 3.81 2.25 7/233 8026
/proc/meminfo: memFree=8690192/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0
[pid=8012] ppid=8010 vsize=15144776 memory=40924 CPUtime=0.35 cores=1,3,5,7
/proc/8012/stat : 8012 (java) S 8010 8010 7201 0 -1 1077944320 9463 0 0 0 32 3 0 0 20 0 15 0 475353692 15508250624 10231 33554432000 4194304 4196468 140729755059856 140729755042400 140328774012663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
/proc/8012/statm: 3786194 10231 3277 1 0 3748377 0
[pid=8012/tid=8013] ppid=8010 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/8012/task/8013/stat : 8013 (java) R 8010 8010 7201 0 -1 4202560 6626 0 0 0 18 2 0 0 20 0 15 0 475353692 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328778247648 140328774024598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8014] ppid=8010 vsize=15144776 memory=13575 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8014/stat : 8014 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328730565264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8015] ppid=8010 vsize=15144776 memory=139987630220396 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8015/stat : 8015 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328729512464 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8016] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8016/stat : 8016 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328364595600 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8017] ppid=8010 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8017/stat : 8017 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475353693 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328363542800 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8018] ppid=8010 vsize=15144776 memory=139987626858112 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8018/stat : 8018 (java) S 8010 8010 7201 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475353694 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328242572144 140328774023810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8019] ppid=8010 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8019/stat : 8019 (java) S 8010 8010 7201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475353695 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328241518112 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8020] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8020/stat : 8020 (java) S 8010 8010 7201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475353695 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328240465264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8021] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8021/stat : 8021 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475353697 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328239413584 140328774031259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8022] ppid=8010 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8012/task/8022/stat : 8022 (java) S 8010 8010 7201 0 -1 1077944384 622 0 0 0 2 0 0 0 20 0 15 0 475353697 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328238360944 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8023] ppid=8010 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8012/task/8023/stat : 8023 (java) S 8010 8010 7201 0 -1 1077944384 168 0 0 0 2 0 0 0 20 0 15 0 475353697 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328237308144 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8024] ppid=8010 vsize=15144776 memory=139987626858112 CPUtime=0.08 cores=1,3,5,7
/proc/8012/task/8024/stat : 8024 (java) R 8010 8010 7201 0 -1 4202560 747 0 0 0 8 0 0 0 20 0 15 0 475353697 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328236255344 140328774024598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8025] ppid=8010 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8025/stat : 8025 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475353697 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328235202784 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8026] ppid=8010 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353698 15508250624 10231 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42380 KiB

[startup+0.310846 s]*
/proc/loadavg: 7.48 3.81 2.25 6/233 8026
/proc/meminfo: memFree=8683780/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0
[pid=8012] ppid=8010 vsize=15149032 memory=49652 CPUtime=0.51 cores=1,3,5,7
/proc/8012/stat : 8012 (java) S 8010 8010 7201 0 -1 1077944320 10783 0 0 0 47 4 0 0 20 0 15 0 475353692 15512608768 12413 33554432000 4194304 4196468 140729755059856 140729755042400 140328774012663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
/proc/8012/statm: 3787258 12413 3310 1 0 3748377 0
[pid=8012/tid=8013] ppid=8010 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/8012/task/8013/stat : 8013 (java) R 8010 8010 7201 0 -1 4202560 7826 0 0 0 27 3 0 0 20 0 15 0 475353692 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328778243776 140328758093150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8014] ppid=8010 vsize=15149032 memory=13938 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8014/stat : 8014 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353693 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328730565264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8015] ppid=8010 vsize=15149032 memory=3564180 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8015/stat : 8015 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475353693 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328729512464 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8016] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8016/stat : 8016 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353693 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328364595600 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8017] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8017/stat : 8017 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475353693 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328363542800 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8018] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8018/stat : 8018 (java) S 8010 8010 7201 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475353694 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328242572144 140328774023810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8019] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8019/stat : 8019 (java) S 8010 8010 7201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475353695 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328241518112 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8020] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8020/stat : 8020 (java) S 8010 8010 7201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475353695 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328240465264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8021] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8021/stat : 8021 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475353697 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328239413584 140328774031259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8022] ppid=8010 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8012/task/8022/stat : 8022 (java) S 8010 8010 7201 0 -1 1077944384 623 0 0 0 3 0 0 0 20 0 15 0 475353697 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328238360944 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8023] ppid=8010 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8012/task/8023/stat : 8023 (java) S 8010 8010 7201 0 -1 1077944384 194 0 0 0 3 0 0 0 20 0 15 0 475353697 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328237308144 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8024] ppid=8010 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8012/task/8024/stat : 8024 (java) S 8010 8010 7201 0 -1 1077944384 848 0 0 0 12 0 0 0 20 0 15 0 475353697 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328236255344 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8025] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8025/stat : 8025 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475353697 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328235202784 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8026] ppid=8010 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475353698 15512608768 12413 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51108 KiB

[startup+0.70147 s]
/proc/loadavg: 7.48 3.81 2.25 7/233 8026
/proc/meminfo: memFree=8667196/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0
[pid=8012] ppid=8010 vsize=15417412 memory=87164 CPUtime=1.6 cores=1,3,5,7
/proc/8012/stat : 8012 (java) S 8010 8010 7201 0 -1 1077944320 14543 0 0 0 155 5 0 0 20 0 19 0 475353692 15787429888 21791 33554432000 4194304 4196468 140729755059856 140729755042400 140328774012663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
/proc/8012/statm: 3854353 21791 3454 1 0 3815453 0
[pid=8012/tid=8013] ppid=8010 vsize=15417412 memory=12328 CPUtime=0.6 cores=1,3,5,7
/proc/8012/task/8013/stat : 8013 (java) S 8010 8010 7201 0 -1 1077944384 9267 0 0 0 57 3 0 0 20 0 19 0 475353692 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328778253440 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8014] ppid=8010 vsize=15417412 memory=500 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8014/stat : 8014 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475353693 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328730565264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8015] ppid=8010 vsize=15417412 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8015/stat : 8015 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475353693 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328729512464 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8016] ppid=8010 vsize=15417412 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8016/stat : 8016 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475353693 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328364595600 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8017] ppid=8010 vsize=15417412 memory=924 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8017/stat : 8017 (java) S 8010 8010 7201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475353693 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328363542800 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8018] ppid=8010 vsize=15417412 memory=1940 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8018/stat : 8018 (java) S 8010 8010 7201 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475353694 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328242572144 140328774023810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8019] ppid=8010 vsize=15417412 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8019/stat : 8019 (java) S 8010 8010 7201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475353695 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328241518112 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8020] ppid=8010 vsize=15417412 memory=2508 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8020/stat : 8020 (java) S 8010 8010 7201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475353695 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328240465264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8021] ppid=8010 vsize=15417412 memory=1532 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8021/stat : 8021 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328239413584 140328774031259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8022] ppid=8010 vsize=15417412 memory=836 CPUtime=0.2 cores=1,3,5,7
/proc/8012/task/8022/stat : 8022 (java) R 8010 8010 7201 0 -1 1077944384 1270 0 0 0 20 0 0 0 20 0 19 0 475353697 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328238361040 140328774022869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8023] ppid=8010 vsize=15417412 memory=1760 CPUtime=0.22 cores=1,3,5,7
/proc/8012/task/8023/stat : 8023 (java) R 8010 8010 7201 0 -1 1077944384 731 0 0 0 22 0 0 0 20 0 19 0 475353697 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328237294992 140328774022869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8024] ppid=8010 vsize=15417412 memory=111632 CPUtime=0.37 cores=1,3,5,7
/proc/8012/task/8024/stat : 8024 (java) R 8010 8010 7201 0 -1 4202560 1797 0 0 0 37 0 0 0 20 0 19 0 475353697 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328236253304 140328752816991 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8025] ppid=8010 vsize=15417412 memory=804 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8025/stat : 8025 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328235202784 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8026] ppid=8010 vsize=15417412 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475353698 15787429888 21791 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 88620 KiB

[startup+1.50147 s]
/proc/loadavg: 7.48 3.81 2.25 11/237 8062
/proc/meminfo: memFree=8565052/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0

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

/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475353698 15857688576 51619 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8067] ppid=8010 vsize=15486024 memory=3184097920075968559 CPUtime=0.67 cores=1,3,5,7
/proc/8012/task/8067/stat : 8067 (java) R 8010 8010 7201 0 -1 4202560 64 0 0 0 67 0 0 0 20 0 19 0 475353978 15857688576 51619 33554432000 4194304 4196468 140729755059856 140328222826648 140328416670410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8068] ppid=8010 vsize=15486024 memory=139987626860720 CPUtime=0.86 cores=1,3,5,7
/proc/8012/task/8068/stat : 8068 (java) R 8010 8010 7201 0 -1 4202560 87 0 0 0 86 0 0 0 20 0 19 0 475353978 15857688576 51619 33554432000 4194304 4196468 140729755059856 140328221774488 140328414771242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8069] ppid=8010 vsize=15486024 memory=4049073852107731231 CPUtime=0.68 cores=1,3,5,7
/proc/8012/task/8069/stat : 8069 (java) R 8010 8010 7201 0 -1 4202560 146 0 0 0 68 0 0 0 20 0 19 0 475353978 15857688576 51619 33554432000 4194304 4196468 140729755059856 140328223879800 140328415203268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8070] ppid=8010 vsize=15486024 memory=7377246124687064083 CPUtime=0.62 cores=1,3,5,7
/proc/8012/task/8070/stat : 8070 (java) R 8010 8010 7201 0 -1 4202560 42 0 0 0 62 0 0 0 20 0 19 0 475353978 15857688576 51619 33554432000 4194304 4196468 140729755059856 140328224931944 140328414192019 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 207932 KiB

[startup+4.80147 s]
/proc/loadavg: 7.60 3.89 2.28 11/237 8070
/proc/meminfo: memFree=8519232/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0
[pid=8012] ppid=8010 vsize=15486024 memory=209132 CPUtime=17.75 cores=1,3,5,7
/proc/8012/stat : 8012 (java) S 8010 8010 7201 0 -1 1077944320 30980 0 0 0 1764 11 0 0 20 0 19 0 475353692 15857688576 52283 33554432000 4194304 4196468 140729755059856 140729755042400 140328774012663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
/proc/8012/statm: 3871506 52283 3518 1 0 3832606 0
[pid=8012/tid=8013] ppid=8010 vsize=15486024 memory=6655300316396806240 CPUtime=0.6 cores=1,3,5,7
/proc/8012/task/8013/stat : 8013 (java) S 8010 8010 7201 0 -1 1077944384 9411 0 0 0 57 3 0 0 20 0 19 0 475353692 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328778253440 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8014] ppid=8010 vsize=15486024 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8014/stat : 8014 (java) S 8010 8010 7201 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328730565264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8015] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8015/stat : 8015 (java) S 8010 8010 7201 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328729512464 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8016] ppid=8010 vsize=15486024 memory=279974959654144 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8016/stat : 8016 (java) S 8010 8010 7201 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328364595600 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8017] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8017/stat : 8017 (java) S 8010 8010 7201 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328363542800 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8018] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8018/stat : 8018 (java) S 8010 8010 7201 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 19 0 475353694 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328242572144 140328774023810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8019] ppid=8010 vsize=15486024 memory=279974960239792 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8019/stat : 8019 (java) S 8010 8010 7201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475353695 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328241518112 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8020] ppid=8010 vsize=15486024 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8020/stat : 8020 (java) S 8010 8010 7201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475353695 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328240465264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8021] ppid=8010 vsize=15486024 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8021/stat : 8021 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328239413584 140328774031259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8022] ppid=8010 vsize=15486024 memory=15816698942982814 CPUtime=2.37 cores=1,3,5,7
/proc/8012/task/8022/stat : 8022 (java) S 8010 8010 7201 0 -1 1077944384 7108 0 0 0 236 1 0 0 20 0 19 0 475353697 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328238360944 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8023] ppid=8010 vsize=15486024 memory=0 CPUtime=2.97 cores=1,3,5,7
/proc/8012/task/8023/stat : 8023 (java) S 8010 8010 7201 0 -1 1077944384 6672 0 0 0 296 1 0 0 20 0 19 0 475353697 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328237308144 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8024] ppid=8010 vsize=15486024 memory=662363397872623668 CPUtime=0.72 cores=1,3,5,7
/proc/8012/task/8024/stat : 8024 (java) S 8010 8010 7201 0 -1 1077944384 3947 0 0 0 71 1 0 0 20 0 19 0 475353697 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328236255344 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8025] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8025/stat : 8025 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328235202784 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8026] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 475353698 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8067] ppid=8010 vsize=15486024 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/8012/task/8067/stat : 8067 (java) R 8010 8010 7201 0 -1 4202560 131 0 0 0 143 0 0 0 20 0 19 0 475353978 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328222825664 140328414192390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8068] ppid=8010 vsize=15486024 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/8012/task/8068/stat : 8068 (java) R 8010 8010 7201 0 -1 4202560 233 0 0 0 152 0 0 0 20 0 19 0 475353978 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328221774520 140328414192140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8069] ppid=8010 vsize=15486024 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/8012/task/8069/stat : 8069 (java) R 8010 8010 7201 0 -1 4202560 388 0 0 0 144 0 0 0 20 0 19 0 475353978 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328223879336 140328414192019 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8070] ppid=8010 vsize=15486024 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/8012/task/8070/stat : 8070 (java) R 8010 8010 7201 0 -1 4202560 123 0 0 0 123 0 0 0 20 0 19 0 475353978 15857688576 52283 33554432000 4194304 4196468 140729755059856 140328224932152 140328414191562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 17.75 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 210588 KiB

[startup+5.20147 s]
/proc/loadavg: 7.60 3.89 2.28 9/237 8070
/proc/meminfo: memFree=8521484/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0
[pid=8012] ppid=8010 vsize=15486024 memory=213260 CPUtime=19.33 cores=1,3,5,7
/proc/8012/stat : 8012 (java) S 8010 8010 7201 0 -1 1077944320 31278 0 0 0 1922 11 0 0 20 0 19 0 475353692 15857688576 53315 33554432000 4194304 4196468 140729755059856 140729755042400 140328774012663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
/proc/8012/statm: 3871506 53315 3518 1 0 3832606 0
[pid=8012/tid=8013] ppid=8010 vsize=15486024 memory=3474702636555787660 CPUtime=0.6 cores=1,3,5,7
/proc/8012/task/8013/stat : 8013 (java) S 8010 8010 7201 0 -1 1077944384 9411 0 0 0 57 3 0 0 20 0 19 0 475353692 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328778253440 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8014] ppid=8010 vsize=15486024 memory=279974959754128 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8014/stat : 8014 (java) S 8010 8010 7201 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328730565264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8015] ppid=8010 vsize=15486024 memory=302022848351043610 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8015/stat : 8015 (java) S 8010 8010 7201 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328729512464 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8016] ppid=8010 vsize=15486024 memory=302022869909766459 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8016/stat : 8016 (java) S 8010 8010 7201 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328364595600 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8017] ppid=8010 vsize=15486024 memory=15816698942982814 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8017/stat : 8017 (java) S 8010 8010 7201 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328363542800 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8018] ppid=8010 vsize=15486024 memory=5787213835721533265 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8018/stat : 8018 (java) S 8010 8010 7201 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 19 0 475353694 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328242572144 140328774023810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8019] ppid=8010 vsize=15486024 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8019/stat : 8019 (java) S 8010 8010 7201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475353695 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328241518112 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8020] ppid=8010 vsize=15486024 memory=7733050341046899029 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8020/stat : 8020 (java) S 8010 8010 7201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475353695 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328240465264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8021] ppid=8010 vsize=15486024 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8021/stat : 8021 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328239413584 140328774031259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8022] ppid=8010 vsize=15486024 memory=5787213827131598673 CPUtime=2.39 cores=1,3,5,7
/proc/8012/task/8022/stat : 8022 (java) S 8010 8010 7201 0 -1 1077944384 7119 0 0 0 238 1 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328238360944 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8023] ppid=8010 vsize=15486024 memory=6298936434217734229 CPUtime=2.98 cores=1,3,5,7
/proc/8012/task/8023/stat : 8023 (java) S 8010 8010 7201 0 -1 1077944384 6673 0 0 0 297 1 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328237308144 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8024] ppid=8010 vsize=15486024 memory=5865188000529146989 CPUtime=0.72 cores=1,3,5,7
/proc/8012/task/8024/stat : 8024 (java) S 8010 8010 7201 0 -1 1077944384 3953 0 0 0 71 1 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328236255344 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8025] ppid=8010 vsize=15486024 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8025/stat : 8025 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328235202784 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8026] ppid=8010 vsize=15486024 memory=7444843076533644388 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 19 0 475353698 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8067] ppid=8010 vsize=15486024 memory=5787213848606435153 CPUtime=1.83 cores=1,3,5,7
/proc/8012/task/8067/stat : 8067 (java) R 8010 8010 7201 0 -1 4202560 131 0 0 0 183 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328222825688 140328415745026 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8068] ppid=8010 vsize=15486024 memory=4629539461233085814 CPUtime=1.91 cores=1,3,5,7
/proc/8012/task/8068/stat : 8068 (java) R 8010 8010 7201 0 -1 4202560 246 0 0 0 191 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328221774568 140328415902837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8069] ppid=8010 vsize=15486024 memory=1456 CPUtime=1.83 cores=1,3,5,7
/proc/8012/task/8069/stat : 8069 (java) R 8010 8010 7201 0 -1 4202560 391 0 0 0 183 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328223879608 140328415202348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8070] ppid=8010 vsize=15486024 memory=200684 CPUtime=1.61 cores=1,3,5,7
/proc/8012/task/8070/stat : 8070 (java) R 8010 8010 7201 0 -1 4202560 132 0 0 0 161 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328224931336 140328415203241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 19.33 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 214716 KiB

[startup+5.30147 s]
/proc/loadavg: 7.60 3.89 2.28 9/237 8070
/proc/meminfo: memFree=8521484/32770624 swapFree=67021820/67108860
[pid=8010] ppid=8007 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (xcsp3-exec) S 8007 8010 7201 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475353691 115843072 364 33554432000 4194304 5098028 140726712673632 140726712671736 140317390303868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17641472 140726712681302 140726712681561 140726712681561 140726712684486 0
/proc/8010/statm: 28282 364 305 221 0 87 0
[pid=8012] ppid=8010 vsize=15486024 memory=213260 CPUtime=19.73 cores=1,3,5,7
/proc/8012/stat : 8012 (java) S 8010 8010 7201 0 -1 1077944320 31285 0 0 0 1962 11 0 0 20 0 19 0 475353692 15857688576 53315 33554432000 4194304 4196468 140729755059856 140729755042400 140328774012663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
/proc/8012/statm: 3871506 53315 3518 1 0 3832606 0
[pid=8012/tid=8013] ppid=8010 vsize=15486024 memory=211208 CPUtime=0.6 cores=1,3,5,7
/proc/8012/task/8013/stat : 8013 (java) S 8010 8010 7201 0 -1 1077944384 9411 0 0 0 57 3 0 0 20 0 19 0 475353692 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328778253440 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8014] ppid=8010 vsize=15486024 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8014/stat : 8014 (java) S 8010 8010 7201 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328730565264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8015] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8015/stat : 8015 (java) S 8010 8010 7201 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328729512464 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8016] ppid=8010 vsize=15486024 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8016/stat : 8016 (java) S 8010 8010 7201 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328364595600 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8017] ppid=8010 vsize=15486024 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8017/stat : 8017 (java) S 8010 8010 7201 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475353693 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328363542800 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8018] ppid=8010 vsize=15486024 memory=3648 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8018/stat : 8018 (java) S 8010 8010 7201 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 19 0 475353694 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328242572144 140328774023810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8019] ppid=8010 vsize=15486024 memory=41732 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8019/stat : 8019 (java) S 8010 8010 7201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475353695 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328241518112 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8020] ppid=8010 vsize=15486024 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8020/stat : 8020 (java) S 8010 8010 7201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475353695 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328240465264 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8021] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8021/stat : 8021 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328239413584 140328774031259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8022] ppid=8010 vsize=15486024 memory=0 CPUtime=2.39 cores=1,3,5,7
/proc/8012/task/8022/stat : 8022 (java) S 8010 8010 7201 0 -1 1077944384 7119 0 0 0 238 1 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328238360944 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8023] ppid=8010 vsize=15486024 memory=174388557135523 CPUtime=2.98 cores=1,3,5,7
/proc/8012/task/8023/stat : 8023 (java) S 8010 8010 7201 0 -1 1077944384 6673 0 0 0 297 1 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328237308144 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8024] ppid=8010 vsize=15486024 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/8012/task/8024/stat : 8024 (java) S 8010 8010 7201 0 -1 1077944384 3953 0 0 0 71 1 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328236255344 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8025] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8025/stat : 8025 (java) S 8010 8010 7201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475353697 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328235202784 140328774022869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8026] ppid=8010 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8012/task/8026/stat : 8026 (java) S 8010 8010 7201 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 19 0 475353698 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328234151088 140328774023810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8067] ppid=8010 vsize=15486024 memory=54 CPUtime=1.93 cores=1,3,5,7
/proc/8012/task/8067/stat : 8067 (java) R 8010 8010 7201 0 -1 4202560 132 0 0 0 193 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328222825688 140328416670316 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8068] ppid=8010 vsize=15486024 memory=50 CPUtime=2.01 cores=1,3,5,7
/proc/8012/task/8068/stat : 8068 (java) R 8010 8010 7201 0 -1 4202560 250 0 0 0 201 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328221774568 140328415341030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8069] ppid=8010 vsize=15486024 memory=56 CPUtime=1.93 cores=1,3,5,7
/proc/8012/task/8069/stat : 8069 (java) R 8010 8010 7201 0 -1 4202560 392 0 0 0 193 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328223879608 140328415203717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
[pid=8012/tid=8070] ppid=8010 vsize=15486024 memory=90 CPUtime=1.71 cores=1,3,5,7
/proc/8012/task/8070/stat : 8070 (java) R 8010 8010 7201 0 -1 4202560 133 0 0 0 171 0 0 0 20 0 19 0 475353978 15857688576 53315 33554432000 4194304 4196468 140729755059856 140328224931336 140328414191565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31064064 140729755063259 140729755063434 140729755063434 140729755066319 0
Current children cumulated CPU time: 19.73 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 214716 KiB

Child status: 0
Real time (s): 5.33312
CPU time (s): 19.8038
CPU user time (s): 19.6846
CPU system time (s): 0.1192
CPU usage (%): 371.335
Max. virtual memory (cumulated for all children) (KiB): 15599152
Max. memory (cumulated for all children) (KiB): 214716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.6846
system time used= 0.1192
maximum resident set size= 213484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32280
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= 2998
involuntary context switches= 977


# summary of solver processes directly reported to runsolver:
#   pid: 8010
#   total CPU time (s): 19.8038
#   total CPU user time (s): 19.6846
#   total CPU system time (s): 0.1192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.069183 second user time and 0.095598 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 16:46:11
IDJOB=4404052
IDBENCH=126224
IDSOLVER=2864
FILE ID=node150/4404052-1568990811
RUNJOBID= node150-1568990625-7233
PBS_JOBID= 21704648
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404052-1568990811/watcher-4404052-1568990811 -o /var/tmp/evaluation-result-4404052-1568990811/solver-4404052-1568990811 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568990625-7233 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1865339169 HOME/instance-4404052-1568990811.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1865339169

node150.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.79
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.79
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.79
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.79
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:         8720060 kB
MemAvailable:   31190992 kB
Buffers:          161168 kB
Cached:         22213192 kB
SwapCached:         7956 kB
Active:         11811424 kB
Inactive:       11237492 kB
Active(anon):     644796 kB
Inactive(anon):    70436 kB
Active(file):   11166628 kB
Inactive(file): 11167056 kB
Unevictable:      110740 kB
Mlocked:          110740 kB
SwapTotal:      67108860 kB
SwapFree:       67021820 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:        777432 kB
Mapped:            60716 kB
Shmem:             32448 kB
Slab:             595400 kB
SReclaimable:     565708 kB
SUnreclaim:        29692 kB
KernelStack:        3824 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1886236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node150 at 2019-09-20 16:46:17