Trace number 4393640

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14 parallelSAT 685.432 113.565

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-09.xml
MD5SUMe7714f1bdc5f54a36db8d66dbea9ce0a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark120.316
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":5},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":3},{"degree":22,"count":1},{"degree":25,"count":2}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393640-1568426090.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393640-1568426090.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
83.61/38.01	c solve instance...
685.26/113.51	s SATISFIABLE
685.26/113.51	v <instantiation>
685.26/113.51	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
685.26/113.51	v 	<values>4 0 0 2 0 4 0 3 0 3 3 4 0 1 1 4 0 1 0 4 1 4 4 1 3 </values>
685.26/113.51	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10777 MiB free)
  memory of node 1: 16384 MiB (15630 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393640-1568426090/watcher-4393640-1568426090 -o /tmp/evaluation-result-4393640-1568426090/solver-4393640-1568426090 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1313321470 HOME/instance-4393640-1568426090.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=30765, runsolver pid=30762
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 6.71 7.64 7.75 3/212 30786
/proc/meminfo: memFree=27024640/32770624 swapFree=67021560/67108860
[pid=30765] ppid=30762 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (xcsp3-exec) S 30762 30765 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881706 115843072 364 33554432000 4194304 5098028 140721205180688 140721205178792 140582722851452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12562432 140721205187445 140721205187689 140721205187689 140721205190602 0
/proc/30765/statm: 28282 364 305 221 0 87 0
[pid=30767] ppid=30765 vsize=28227388 memory=28948 CPUtime=0.12 cores=0-7
/proc/30767/stat : 30767 (java) S 30765 30765 26425 0 -1 1077944320 5711 0 0 0 11 1 0 0 20 0 20 0 418881706 28904845312 7237 33554432000 4194304 4196468 140732799332672 140732799315216 139809838321399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
/proc/30767/statm: 7056847 7237 3118 1 0 7019032 0
[pid=30767/tid=30768] ppid=30765 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30767/task/30768/stat : 30768 (java) R 30765 30765 26425 0 -1 4202560 3619 0 0 0 8 1 0 0 20 0 20 0 418881706 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809842555936 139809838333334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30769] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30769/stat : 30769 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809790941456 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30770] ppid=30765 vsize=28227388 memory=139871428589184 CPUtime=0 cores=0-7
/proc/30767/task/30770/stat : 30770 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809789888912 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30771] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30771/stat : 30771 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809788836368 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30772] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30772/stat : 30772 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809787783824 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30773] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30773/stat : 30773 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809786731280 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30774] ppid=30765 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30767/task/30774/stat : 30774 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809785678736 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30775] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30775/stat : 30775 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809784626192 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30776] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30776/stat : 30776 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809783573648 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30777] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30777/stat : 30777 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881709 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809155643376 139809838332546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30778] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30778/stat : 30778 (java) S 30765 30765 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418881709 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809154589600 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30779] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30779/stat : 30779 (java) S 30765 30765 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418881709 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809153537008 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30780] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30780/stat : 30780 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809152485584 139809838339995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30781] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30781/stat : 30781 (java) S 30765 30765 26425 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809151433200 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30782] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30782/stat : 30782 (java) R 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809150380656 139809838332546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30783] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30783/stat : 30783 (java) S 30765 30765 26425 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809149328112 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30784] ppid=30765 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30767/task/30784/stat : 30784 (java) R 30765 30765 26425 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 20 0 418881712 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809148275568 139809824017289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30785] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30785/stat : 30785 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809147222240 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30786] ppid=30765 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30767/task/30786/stat : 30786 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 7237 33554432000 4194304 4196468 140732799332672 139809146169776 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30404 KiB

[startup+0.209879 s]*
/proc/loadavg: 6.71 7.64 7.75 4/212 30786
/proc/meminfo: memFree=27012240/32770624 swapFree=67021560/67108860
[pid=30765] ppid=30762 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (xcsp3-exec) S 30762 30765 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881706 115843072 364 33554432000 4194304 5098028 140721205180688 140721205178792 140582722851452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12562432 140721205187445 140721205187689 140721205187689 140721205190602 0
/proc/30765/statm: 28282 364 305 221 0 87 0
[pid=30767] ppid=30765 vsize=28227388 memory=40596 CPUtime=0.34 cores=0-7
/proc/30767/stat : 30767 (java) S 30765 30765 26425 0 -1 1077944320 9401 0 0 0 30 4 0 0 20 0 20 0 418881706 28904845312 10149 33554432000 4194304 4196468 140732799332672 140732799315216 139809838321399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
/proc/30767/statm: 7056847 10149 3288 1 0 7019032 0
[pid=30767/tid=30768] ppid=30765 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30767/task/30768/stat : 30768 (java) R 30765 30765 26425 0 -1 4202560 6634 0 0 0 17 2 0 0 20 0 20 0 418881706 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809842555456 139809816315509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30769] ppid=30765 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/30767/task/30769/stat : 30769 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809790941456 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30770] ppid=30765 vsize=28227388 memory=139871431695038 CPUtime=0 cores=0-7
/proc/30767/task/30770/stat : 30770 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809789888912 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30771] ppid=30765 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30767/task/30771/stat : 30771 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809788836368 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30772] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30772/stat : 30772 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809787783824 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30773] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30773/stat : 30773 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809786731280 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30774] ppid=30765 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30767/task/30774/stat : 30774 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809785678736 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30775] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30775/stat : 30775 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809784626192 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30776] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30776/stat : 30776 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809783573648 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30777] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30777/stat : 30777 (java) S 30765 30765 26425 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418881709 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809155643376 139809838332546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30778] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30778/stat : 30778 (java) S 30765 30765 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418881709 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809154589600 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30779] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30779/stat : 30779 (java) S 30765 30765 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418881709 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809153537008 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30780] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30780/stat : 30780 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809152485584 139809838339995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30781] ppid=30765 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30767/task/30781/stat : 30781 (java) R 30765 30765 26425 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 20 0 418881712 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809151433200 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30782] ppid=30765 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30767/task/30782/stat : 30782 (java) S 30765 30765 26425 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 20 0 418881712 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809150380656 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30783] ppid=30765 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/30767/task/30783/stat : 30783 (java) S 30765 30765 26425 0 -1 1077944384 182 0 0 0 1 0 0 0 20 0 20 0 418881712 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809149328112 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30784] ppid=30765 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/30767/task/30784/stat : 30784 (java) R 30765 30765 26425 0 -1 4202560 798 0 0 0 8 0 0 0 20 0 20 0 418881712 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809148275376 139809838333334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30785] ppid=30765 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30785/stat : 30785 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809147222240 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30786] ppid=30765 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30767/task/30786/stat : 30786 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881712 28904845312 10149 33554432000 4194304 4196468 140732799332672 139809146169776 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42052 KiB

[startup+0.309609 s]*
/proc/loadavg: 6.71 7.64 7.75 4/212 30786
/proc/meminfo: memFree=27004588/32770624 swapFree=67021560/67108860
[pid=30765] ppid=30762 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (xcsp3-exec) S 30762 30765 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881706 115843072 364 33554432000 4194304 5098028 140721205180688 140721205178792 140582722851452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12562432 140721205187445 140721205187689 140721205187689 140721205190602 0
/proc/30765/statm: 28282 364 305 221 0 87 0
[pid=30767] ppid=30765 vsize=28231644 memory=49808 CPUtime=0.52 cores=0-7
/proc/30767/stat : 30767 (java) S 30765 30765 26425 0 -1 1077944320 10880 0 0 0 48 4 0 0 20 0 20 0 418881706 28909203456 12452 33554432000 4194304 4196468 140732799332672 140732799315216 139809838321399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
/proc/30767/statm: 7057911 12452 3353 1 0 7019032 0
[pid=30767/tid=30768] ppid=30765 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30767/task/30768/stat : 30768 (java) R 30765 30765 26425 0 -1 4202560 7800 0 0 0 26 3 0 0 20 0 20 0 418881706 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809842555168 139809822401886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30769] ppid=30765 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30769/stat : 30769 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809790941456 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30770] ppid=30765 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30770/stat : 30770 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809789888912 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30771] ppid=30765 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30771/stat : 30771 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809788836368 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30772] ppid=30765 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30772/stat : 30772 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809787783824 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30773] ppid=30765 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/30767/task/30773/stat : 30773 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809786731280 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30774] ppid=30765 vsize=28231644 memory=139871314342831 CPUtime=0 cores=0-7
/proc/30767/task/30774/stat : 30774 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809785678736 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30775] ppid=30765 vsize=28231644 memory=139871314345136 CPUtime=0 cores=0-7
/proc/30767/task/30775/stat : 30775 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809784626192 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30776] ppid=30765 vsize=28231644 memory=139871314347440 CPUtime=0 cores=0-7
/proc/30767/task/30776/stat : 30776 (java) S 30765 30765 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881707 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809783573648 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30777] ppid=30765 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30777/stat : 30777 (java) S 30765 30765 26425 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418881709 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809155643376 139809838332546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30778] ppid=30765 vsize=28231644 memory=279742628701840 CPUtime=0 cores=0-7
/proc/30767/task/30778/stat : 30778 (java) S 30765 30765 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418881709 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809154589600 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30779] ppid=30765 vsize=28231644 memory=279742628708752 CPUtime=0 cores=0-7
/proc/30767/task/30779/stat : 30779 (java) S 30765 30765 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418881709 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809153537008 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30780] ppid=30765 vsize=28231644 memory=279742628650032 CPUtime=0 cores=0-7
/proc/30767/task/30780/stat : 30780 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881712 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809152485584 139809838339995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30781] ppid=30765 vsize=28231644 memory=279742628722576 CPUtime=0.01 cores=0-7
/proc/30767/task/30781/stat : 30781 (java) S 30765 30765 26425 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 20 0 418881712 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809151433200 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30782] ppid=30765 vsize=28231644 memory=279742628729488 CPUtime=0.03 cores=0-7
/proc/30767/task/30782/stat : 30782 (java) S 30765 30765 26425 0 -1 1077944384 128 0 0 0 3 0 0 0 20 0 20 0 418881712 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809150380656 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30783] ppid=30765 vsize=28231644 memory=279742628727184 CPUtime=0.03 cores=0-7
/proc/30767/task/30783/stat : 30783 (java) R 30765 30765 26425 0 -1 4202560 292 0 0 0 3 0 0 0 20 0 20 0 418881712 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809149318496 139809819865552 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30784] ppid=30765 vsize=28231644 memory=279742628743344 CPUtime=0.12 cores=0-7
/proc/30767/task/30784/stat : 30784 (java) S 30765 30765 26425 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 20 0 418881712 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809148275568 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30785] ppid=30765 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30767/task/30785/stat : 30785 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881712 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809147222240 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30786] ppid=30765 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/30767/task/30786/stat : 30786 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881712 28909203456 12452 33554432000 4194304 4196468 140732799332672 139809146169776 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51264 KiB

[startup+0.700943 s]
/proc/loadavg: 6.71 7.64 7.75 5/212 30786
/proc/meminfo: memFree=26926492/32770624 swapFree=67021560/67108860
[pid=30765] ppid=30762 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (xcsp3-exec) S 30762 30765 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881706 115843072 364 33554432000 4194304 5098028 140721205180688 140721205178792 140582722851452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12562432 140721205187445 140721205187689 140721205187689 140721205190602 0
/proc/30765/statm: 28282 364 305 221 0 87 0
[pid=30767] ppid=30765 vsize=28231720 memory=253852 CPUtime=1.74 cores=0-7
/proc/30767/stat : 30767 (java) S 30765 30765 26425 0 -1 1077944320 14474 0 0 0 154 20 0 0 20 0 20 0 418881706 28909281280 63463 33554432000 4194304 4196468 140732799332672 140732799315216 139809838321399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
/proc/30767/statm: 7057930 63463 3458 1 0 7019032 0
[pid=30767/tid=30768] ppid=30765 vsize=28231720 memory=279742629101232 CPUtime=0.65 cores=0-7
/proc/30767/task/30768/stat : 30768 (java) R 30765 30765 26425 0 -1 4202560 8299 0 0 0 58 7 0 0 20 0 20 0 418881706 28909281280 63463 33554432000 4194304 4196468 140732799332672 139809842556160 139809459957418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30769] ppid=30765 vsize=28231720 memory=139871314551664 CPUtime=0.01 cores=0-7
/proc/30767/task/30769/stat : 30769 (java) S 30765 30765 26425 0 -1 1077944384 28 0 0 0 0 1 0 0 20 0 20 0 418881707 28909281280 63463 33554432000 4194304 4196468 140732799332672 139809790941456 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30770] ppid=30765 vsize=28231720 memory=0 CPUtime=0.01 cores=0-7
/proc/30767/task/30770/stat : 30770 (java) S 30765 30765 26425 0 -1 1077944384 22 0 0 0 0 1 0 0 20 0 20 0 418881707 28909281280 63463 33554432000 4194304 4196468 140732799332672 139809789888912 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30771] ppid=30765 vsize=28231720 memory=1224 CPUtime=0.01 cores=0-7
/proc/30767/task/30771/stat : 30771 (java) S 30765 30765 26425 0 -1 1077944384 26 0 0 0 0 1 0 0 20 0 20 0 418881707 28909281280 63463 33554432000 4194304 4196468 140732799332672 139809788836368 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0

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

[pid=30767/tid=30784] ppid=30765 vsize=28766280 memory=4104 CPUtime=0.93 cores=0-7
/proc/30767/task/30784/stat : 30784 (java) S 30765 30765 26425 0 -1 1077944384 10595 0 0 0 90 3 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809148275568 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30785] ppid=30765 vsize=28766280 memory=1412 CPUtime=0 cores=0-7
/proc/30767/task/30785/stat : 30785 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809147222240 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30786] ppid=30765 vsize=28766280 memory=3492 CPUtime=0.04 cores=0-7
/proc/30767/task/30786/stat : 30786 (java) S 30765 30765 26425 0 -1 1077944384 943 0 0 0 3 1 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809146169776 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 66 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30789] ppid=30765 vsize=28766280 memory=1456 CPUtime=73.68 cores=0-7
/proc/30767/task/30789/stat : 30789 (java) R 30765 30765 26425 0 -1 4202560 1115 0 0 0 7365 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809136958392 139809462936051 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30790] ppid=30765 vsize=28766280 memory=0 CPUtime=73.94 cores=0-7
/proc/30767/task/30790/stat : 30790 (java) R 30765 30765 26425 0 -1 4202560 1300 0 0 0 7391 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809135906984 139809462800906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30791] ppid=30765 vsize=28766280 memory=0 CPUtime=72.68 cores=0-7
/proc/30767/task/30791/stat : 30791 (java) R 30765 30765 26425 0 -1 4202560 8813 0 0 0 7238 30 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809134854680 139809457801644 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30792] ppid=30765 vsize=28766280 memory=576460758198939444 CPUtime=74.03 cores=0-7
/proc/30767/task/30792/stat : 30792 (java) R 30765 30765 26425 0 -1 4202560 3818 0 0 0 7400 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809133801896 139809462936145 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30793] ppid=30765 vsize=28766280 memory=288291064929059625 CPUtime=74.29 cores=0-7
/proc/30767/task/30793/stat : 30793 (java) R 30765 30765 26425 0 -1 4202560 1767 0 0 0 7422 7 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809132749368 139809459531185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30794] ppid=30765 vsize=28766280 memory=4207599416523962912 CPUtime=73.75 cores=0-7
/proc/30767/task/30794/stat : 30794 (java) R 30765 30765 26425 0 -1 4202560 995 0 0 0 7371 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809131696744 139809462936072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30795] ppid=30765 vsize=28766280 memory=0 CPUtime=73.71 cores=0-7
/proc/30767/task/30795/stat : 30795 (java) R 30765 30765 26425 0 -1 4202560 2786 0 0 0 7367 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809130643176 139809462935898 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30796] ppid=30765 vsize=28766280 memory=7588677979324049001 CPUtime=73.58 cores=0-7
/proc/30767/task/30796/stat : 30796 (java) R 30765 30765 26425 0 -1 4202560 1763 0 0 0 7354 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809129590424 139809459530851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
Current children cumulated CPU time: 682.87 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 8178624 KiB

[startup+113.401 s]
/proc/loadavg: 6.93 7.13 7.53 9/219 30801
/proc/meminfo: memFree=18863108/32770624 swapFree=67021564/67108860
[pid=30765] ppid=30762 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (xcsp3-exec) S 30762 30765 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881706 115843072 364 33554432000 4194304 5098028 140721205180688 140721205178792 140582722851452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12562432 140721205187445 140721205187689 140721205187689 140721205190602 0
/proc/30765/statm: 28282 364 305 221 0 87 0
[pid=30767] ppid=30765 vsize=28766280 memory=8177168 CPUtime=684.47 cores=0-7
/proc/30767/stat : 30767 (java) S 30765 30765 26425 0 -1 1077944320 175912 0 0 0 66987 1460 0 0 20 0 28 0 418881706 29456670720 2044292 33554432000 4194304 4196468 140732799332672 140732799315216 139809838321399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
/proc/30767/statm: 7191570 2044292 3528 1 0 7152672 0
[pid=30767/tid=30768] ppid=30765 vsize=28766280 memory=15816698942982814 CPUtime=29.58 cores=0-7
/proc/30767/task/30768/stat : 30768 (java) S 30765 30765 26425 0 -1 1077944384 27762 0 0 0 2884 74 0 0 20 0 28 0 418881706 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809842562176 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30769] ppid=30765 vsize=28766280 memory=924 CPUtime=6.64 cores=0-7
/proc/30767/task/30769/stat : 30769 (java) S 30765 30765 26425 0 -1 1077944384 6273 0 0 0 496 168 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809790941456 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30770] ppid=30765 vsize=28766280 memory=2344 CPUtime=6.65 cores=0-7
/proc/30767/task/30770/stat : 30770 (java) S 30765 30765 26425 0 -1 1077944384 9561 0 0 0 506 159 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809789888912 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30771] ppid=30765 vsize=28766280 memory=2064 CPUtime=6.65 cores=0-7
/proc/30767/task/30771/stat : 30771 (java) S 30765 30765 26425 0 -1 1077944384 8397 0 0 0 499 166 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809788836368 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30772] ppid=30765 vsize=28766280 memory=2876 CPUtime=6.65 cores=0-7
/proc/30767/task/30772/stat : 30772 (java) S 30765 30765 26425 0 -1 1077944384 6243 0 0 0 505 160 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809787783824 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30773] ppid=30765 vsize=28766280 memory=1572 CPUtime=6.62 cores=0-7
/proc/30767/task/30773/stat : 30773 (java) S 30765 30765 26425 0 -1 1077944384 6262 0 0 0 498 164 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809786731280 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30774] ppid=30765 vsize=28766280 memory=880 CPUtime=6.63 cores=0-7
/proc/30767/task/30774/stat : 30774 (java) S 30765 30765 26425 0 -1 1077944384 7676 0 0 0 498 165 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809785678736 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30775] ppid=30765 vsize=28766280 memory=1760 CPUtime=6.63 cores=0-7
/proc/30767/task/30775/stat : 30775 (java) S 30765 30765 26425 0 -1 1077944384 5812 0 0 0 497 166 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809784626192 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30776] ppid=30765 vsize=28766280 memory=111632 CPUtime=6.68 cores=0-7
/proc/30767/task/30776/stat : 30776 (java) S 30765 30765 26425 0 -1 1077944384 8285 0 0 0 513 155 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809783573648 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30777] ppid=30765 vsize=28766280 memory=804 CPUtime=1.59 cores=0-7
/proc/30767/task/30777/stat : 30777 (java) S 30765 30765 26425 0 -1 1077944384 16000 0 0 0 157 2 0 0 20 0 28 0 418881709 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809155643376 139809838332546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30778] ppid=30765 vsize=28766280 memory=1808 CPUtime=0 cores=0-7
/proc/30767/task/30778/stat : 30778 (java) S 30765 30765 26425 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 418881709 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809154589664 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30779] ppid=30765 vsize=28766280 memory=920 CPUtime=0 cores=0-7
/proc/30767/task/30779/stat : 30779 (java) S 30765 30765 26425 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 28 0 418881709 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809153537024 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30780] ppid=30765 vsize=28766280 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/30767/task/30780/stat : 30780 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809152485584 139809838339995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30781] ppid=30765 vsize=28766280 memory=6656426216303648864 CPUtime=2.48 cores=0-7
/proc/30767/task/30781/stat : 30781 (java) S 30765 30765 26425 0 -1 1077944384 11689 0 0 0 246 2 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809151433200 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30782] ppid=30765 vsize=28766280 memory=-8634980985311628903 CPUtime=2.67 cores=0-7
/proc/30767/task/30782/stat : 30782 (java) S 30765 30765 26425 0 -1 1077944384 14114 0 0 0 265 2 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809150380656 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30783] ppid=30765 vsize=28766280 memory=3047711553320166262 CPUtime=2.52 cores=0-7
/proc/30767/task/30783/stat : 30783 (java) S 30765 30765 26425 0 -1 1077944384 12506 0 0 0 249 3 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809149328112 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30784] ppid=30765 vsize=28766280 memory=7824336315716348491 CPUtime=0.93 cores=0-7
/proc/30767/task/30784/stat : 30784 (java) S 30765 30765 26425 0 -1 1077944384 10595 0 0 0 90 3 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809148275568 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30785] ppid=30765 vsize=28766280 memory=7882260764824202342 CPUtime=0 cores=0-7
/proc/30767/task/30785/stat : 30785 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809147222240 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30786] ppid=30765 vsize=28766280 memory=7597964467332867922 CPUtime=0.04 cores=0-7
/proc/30767/task/30786/stat : 30786 (java) S 30765 30765 26425 0 -1 1077944384 943 0 0 0 3 1 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809146169776 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 66 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30789] ppid=30765 vsize=28766280 memory=7811614964889703013 CPUtime=73.88 cores=0-7
/proc/30767/task/30789/stat : 30789 (java) R 30765 30765 26425 0 -1 4202560 1115 0 0 0 7385 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809136958392 139809459531388 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30790] ppid=30765 vsize=28766280 memory=-5874771483550381248 CPUtime=74.14 cores=0-7
/proc/30767/task/30790/stat : 30790 (java) R 30765 30765 26425 0 -1 4202560 1300 0 0 0 7411 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809135906984 139809462936521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30791] ppid=30765 vsize=28766280 memory=7588677979324049001 CPUtime=72.88 cores=0-7
/proc/30767/task/30791/stat : 30791 (java) R 30765 30765 26425 0 -1 4202560 8817 0 0 0 7258 30 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809134854680 139809464866799 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30792] ppid=30765 vsize=28766280 memory=7372769110099062893 CPUtime=74.23 cores=0-7
/proc/30767/task/30792/stat : 30792 (java) R 30765 30765 26425 0 -1 4202560 3818 0 0 0 7420 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809133801896 139809462936067 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30793] ppid=30765 vsize=28766280 memory=7156591886954883176 CPUtime=74.49 cores=0-7
/proc/30767/task/30793/stat : 30793 (java) R 30765 30765 26425 0 -1 4202560 1767 0 0 0 7442 7 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809132749368 139809459530851 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30794] ppid=30765 vsize=28766280 memory=4639948313719891052 CPUtime=73.95 cores=0-7
/proc/30767/task/30794/stat : 30794 (java) R 30765 30765 26425 0 -1 4202560 995 0 0 0 7391 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809131696744 139809462937310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30795] ppid=30765 vsize=28766280 memory=7741803651632752744 CPUtime=73.91 cores=0-7
/proc/30767/task/30795/stat : 30795 (java) R 30765 30765 26425 0 -1 4202560 2786 0 0 0 7387 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809130643176 139809462938652 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30796] ppid=30765 vsize=28766280 memory=7236000824306984040 CPUtime=73.78 cores=0-7
/proc/30767/task/30796/stat : 30796 (java) R 30765 30765 26425 0 -1 4202560 1763 0 0 0 7374 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809129590424 139809459530863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
Current children cumulated CPU time: 684.47 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 8178624 KiB

[startup+113.501 s]
/proc/loadavg: 6.93 7.13 7.53 9/219 30801
/proc/meminfo: memFree=18863108/32770624 swapFree=67021564/67108860
[pid=30765] ppid=30762 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (xcsp3-exec) S 30762 30765 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881706 115843072 364 33554432000 4194304 5098028 140721205180688 140721205178792 140582722851452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12562432 140721205187445 140721205187689 140721205187689 140721205190602 0
/proc/30765/statm: 28282 364 305 221 0 87 0
[pid=30767] ppid=30765 vsize=28766280 memory=8177168 CPUtime=685.26 cores=0-7
/proc/30767/stat : 30767 (java) S 30765 30765 26425 0 -1 1077944320 175924 0 0 0 67066 1460 0 0 20 0 28 0 418881706 29456670720 2044292 33554432000 4194304 4196468 140732799332672 140732799315216 139809838321399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
/proc/30767/statm: 7191570 2044292 3528 1 0 7152672 0
[pid=30767/tid=30768] ppid=30765 vsize=28766280 memory=8177168 CPUtime=29.58 cores=0-7
/proc/30767/task/30768/stat : 30768 (java) S 30765 30765 26425 0 -1 1077944384 27762 0 0 0 2884 74 0 0 20 0 28 0 418881706 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809842562176 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30769] ppid=30765 vsize=28766280 memory=1456 CPUtime=6.64 cores=0-7
/proc/30767/task/30769/stat : 30769 (java) S 30765 30765 26425 0 -1 1077944384 6273 0 0 0 496 168 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809790941456 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30770] ppid=30765 vsize=28766280 memory=8177168 CPUtime=6.65 cores=0-7
/proc/30767/task/30770/stat : 30770 (java) S 30765 30765 26425 0 -1 1077944384 9561 0 0 0 506 159 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809789888912 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30771] ppid=30765 vsize=28766280 memory=1456 CPUtime=6.65 cores=0-7
/proc/30767/task/30771/stat : 30771 (java) S 30765 30765 26425 0 -1 1077944384 8397 0 0 0 499 166 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809788836368 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30772] ppid=30765 vsize=28766280 memory=1456 CPUtime=6.65 cores=0-7
/proc/30767/task/30772/stat : 30772 (java) S 30765 30765 26425 0 -1 1077944384 6243 0 0 0 505 160 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809787783824 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30773] ppid=30765 vsize=28766280 memory=1572 CPUtime=6.62 cores=0-7
/proc/30767/task/30773/stat : 30773 (java) S 30765 30765 26425 0 -1 1077944384 6262 0 0 0 498 164 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809786731280 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30774] ppid=30765 vsize=28766280 memory=880 CPUtime=6.63 cores=0-7
/proc/30767/task/30774/stat : 30774 (java) S 30765 30765 26425 0 -1 1077944384 7676 0 0 0 498 165 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809785678736 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30775] ppid=30765 vsize=28766280 memory=668 CPUtime=6.63 cores=0-7
/proc/30767/task/30775/stat : 30775 (java) S 30765 30765 26425 0 -1 1077944384 5812 0 0 0 497 166 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809784626192 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30776] ppid=30765 vsize=28766280 memory=159 CPUtime=6.68 cores=0-7
/proc/30767/task/30776/stat : 30776 (java) S 30765 30765 26425 0 -1 1077944384 8285 0 0 0 513 155 0 0 20 0 28 0 418881707 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809783573648 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30777] ppid=30765 vsize=28766280 memory=0 CPUtime=1.59 cores=0-7
/proc/30767/task/30777/stat : 30777 (java) S 30765 30765 26425 0 -1 1077944384 16000 0 0 0 157 2 0 0 20 0 28 0 418881709 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809155643376 139809838332546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30778] ppid=30765 vsize=28766280 memory=7451578362577185091 CPUtime=0 cores=0-7
/proc/30767/task/30778/stat : 30778 (java) S 30765 30765 26425 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 418881709 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809154589664 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30779] ppid=30765 vsize=28766280 memory=2184 CPUtime=0 cores=0-7
/proc/30767/task/30779/stat : 30779 (java) S 30765 30765 26425 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 28 0 418881709 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809153537024 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30780] ppid=30765 vsize=28766280 memory=1844 CPUtime=0 cores=0-7
/proc/30767/task/30780/stat : 30780 (java) S 30765 30765 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809152485584 139809838339995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30781] ppid=30765 vsize=28766280 memory=1456 CPUtime=2.48 cores=0-7
/proc/30767/task/30781/stat : 30781 (java) S 30765 30765 26425 0 -1 1077944384 11689 0 0 0 246 2 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809151433200 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30782] ppid=30765 vsize=28766280 memory=8177168 CPUtime=2.67 cores=0-7
/proc/30767/task/30782/stat : 30782 (java) S 30765 30765 26425 0 -1 1077944384 14114 0 0 0 265 2 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809150380656 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30783] ppid=30765 vsize=28766280 memory=0 CPUtime=2.52 cores=0-7
/proc/30767/task/30783/stat : 30783 (java) S 30765 30765 26425 0 -1 1077944384 12506 0 0 0 249 3 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809149328112 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30784] ppid=30765 vsize=28766280 memory=804 CPUtime=0.93 cores=0-7
/proc/30767/task/30784/stat : 30784 (java) S 30765 30765 26425 0 -1 1077944384 10595 0 0 0 90 3 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809148275568 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30785] ppid=30765 vsize=28766280 memory=1808 CPUtime=0 cores=0-7
/proc/30767/task/30785/stat : 30785 (java) S 30765 30765 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809147222240 139809838331605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30786] ppid=30765 vsize=28766280 memory=8177168 CPUtime=0.04 cores=0-7
/proc/30767/task/30786/stat : 30786 (java) S 30765 30765 26425 0 -1 1077944384 943 0 0 0 3 1 0 0 20 0 28 0 418881712 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809146169776 139809838332546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 66 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30789] ppid=30765 vsize=28766280 memory=4460 CPUtime=73.98 cores=0-7
/proc/30767/task/30789/stat : 30789 (java) R 30765 30765 26425 0 -1 4202560 1115 0 0 0 7395 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809136958392 139809459530510 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30790] ppid=30765 vsize=28766280 memory=4104 CPUtime=74.24 cores=0-7
/proc/30767/task/30790/stat : 30790 (java) R 30765 30765 26425 0 -1 4202560 1300 0 0 0 7421 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809135906984 139809462936046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30791] ppid=30765 vsize=28766280 memory=1412 CPUtime=72.97 cores=0-7
/proc/30767/task/30791/stat : 30791 (java) R 30765 30765 26425 0 -1 4202560 8827 0 0 0 7267 30 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809134854680 139809464866719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30792] ppid=30765 vsize=28766280 memory=1456 CPUtime=74.33 cores=0-7
/proc/30767/task/30792/stat : 30792 (java) R 30765 30765 26425 0 -1 4202560 3818 0 0 0 7430 3 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809133801896 139809459530737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30793] ppid=30765 vsize=28766280 memory=8177168 CPUtime=74.59 cores=0-7
/proc/30767/task/30793/stat : 30793 (java) R 30765 30765 26425 0 -1 4202560 1767 0 0 0 7452 7 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809132749368 139809462936831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30794] ppid=30765 vsize=28766280 memory=1456 CPUtime=74.05 cores=0-7
/proc/30767/task/30794/stat : 30794 (java) R 30765 30765 26425 0 -1 4202560 995 0 0 0 7401 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809131696744 139809462935898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30795] ppid=30765 vsize=28766280 memory=1456 CPUtime=74.01 cores=0-7
/proc/30767/task/30795/stat : 30795 (java) R 30765 30765 26425 0 -1 4202560 2788 0 0 0 7397 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809130643176 139809462938818 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
[pid=30767/tid=30796] ppid=30765 vsize=28766280 memory=1456 CPUtime=73.88 cores=0-7
/proc/30767/task/30796/stat : 30796 (java) R 30765 30765 26425 0 -1 4202560 1763 0 0 0 7384 4 0 0 20 0 28 0 418885510 29456670720 2044292 33554432000 4194304 4196468 140732799332672 139809129590424 139809462935801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17772544 140732799341546 140732799341718 140732799341718 140732799344591 0
Current children cumulated CPU time: 685.26 s
Current children cumulated vsize: 28879408 KiB
Current children cumulated memory: 8178624 KiB

Child status: 0
Real time (s): 113.565
CPU time (s): 685.432
CPU user time (s): 670.772
CPU system time (s): 14.6602
CPU usage (%): 603.558
Max. virtual memory (cumulated for all children) (KiB): 28881328
Max. memory (cumulated for all children) (KiB): 8178624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 670.772
system time used= 14.6602
maximum resident set size= 8177208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178003
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10555
involuntary context switches= 9439


# summary of solver processes directly reported to runsolver:
#   pid: 30765
#   total CPU time (s): 685.432
#   total CPU user time (s): 670.772
#   total CPU system time (s): 14.6602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.928696 second user time and 1.31453 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 03:54:11
IDJOB=4393640
IDBENCH=126097
IDSOLVER=2841
FILE ID=node150/4393640-1568426090
RUNJOBID= node150-1568416728-26452
PBS_JOBID= 21702251
Free space on /tmp= 59328 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-09.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393640-1568426090/watcher-4393640-1568426090 -o /tmp/evaluation-result-4393640-1568426090/solver-4393640-1568426090 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1313321470 HOME/instance-4393640-1568426090.xml

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

MD5SUM BENCH= e7714f1bdc5f54a36db8d66dbea9ce0a
RANDOM SEED=1313321470

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:        27042264 kB
MemAvailable:   31831272 kB
Buffers:          204412 kB
Cached:          4795536 kB
SwapCached:        13696 kB
Active:          1172408 kB
Inactive:        3873828 kB
Active(anon):      10512 kB
Inactive(anon):    61380 kB
Active(file):    1161896 kB
Inactive(file):  3812448 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021560 kB
Dirty:             58424 kB
Writeback:             0 kB
AnonPages:        121916 kB
Mapped:            39240 kB
Shmem:             16896 kB
Slab:             273680 kB
SReclaimable:     243124 kB
SUnreclaim:        30556 kB
KernelStack:        3392 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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 /tmp at the end= 59300 MiB
End job on node150 at 2019-09-14 03:56:05