Trace number 4404248

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-09-20 parallelUNSAT 42.0851 12.4292

General information on the benchmark

NameMaxCSP/MaxCSP-maxclique-s1/
MaxCSP-brock-800-2.xml
MD5SUMd3fd8a9b2a45f8a480e4f2dd6498e338
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.22127
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112234
Number of domains2
Minimum domain size1
Maximum domain size2
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":800}]
Minimum variable degree234
Maximum variable degree800
Distribution of variable degrees[{"degree":234,"count":1},{"degree":246,"count":3},{"degree":248,"count":2},{"degree":249,"count":1},{"degree":250,"count":6},{"degree":251,"count":1},{"degree":252,"count":1},{"degree":253,"count":6},{"degree":254,"count":8},{"degree":255,"count":5},{"degree":256,"count":1},{"degree":257,"count":6},{"degree":258,"count":11},{"degree":259,"count":11},{"degree":260,"count":7},{"degree":261,"count":15},{"degree":262,"count":9},{"degree":263,"count":14},{"degree":264,"count":8},{"degree":265,"count":11},{"degree":266,"count":9},{"degree":267,"count":11},{"degree":268,"count":12},{"degree":269,"count":15},{"degree":270,"count":15},"...",{"degree":294,"count":8}, {"degree":295,"count":8}, {"degree":296,"count":14}, {"degree":297,"count":12}, {"degree":298,"count":8}, {"degree":299,"count":14}, {"degree":300,"count":7}, {"degree":301,"count":5}, {"degree":302,"count":10}, {"degree":303,"count":4}, {"degree":304,"count":7}, {"degree":305,"count":7}, {"degree":306,"count":3}, {"degree":307,"count":3}, {"degree":308,"count":1}, {"degree":309,"count":1}, {"degree":310,"count":2}, {"degree":311,"count":3}, {"degree":312,"count":2}, {"degree":313,"count":1}, {"degree":314,"count":1}, {"degree":315,"count":1}, {"degree":316,"count":1}, {"degree":328,"count":1}, {"degree":800,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":112234}]
Number of extensional constraints112234
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112234}]
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-4404248-1568994528.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404248-1568994528.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
37.66/11.74	c solve instance...
42.03/12.40	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404248-1568994528/watcher-4404248-1568994528 -o /var/tmp/evaluation-result-4404248-1568994528/solver-4404248-1568994528 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node146-1568994486-15792 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 788767081 HOME/instance-4404248-1568994528.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=15809, runsolver pid=15806
Current StackSize limit: 8192 KiB


[startup+0.10016 s]*
/proc/loadavg: 4.21 6.72 7.41 3/212 15830
/proc/meminfo: memFree=7309240/32770624 swapFree=67001768/67108860
[pid=15809] ppid=15806 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15809/stat : 15809 (xcsp3-exec) S 15806 15809 15765 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475366733 115843072 363 33554432000 4194304 5098028 140734109305968 140734109304072 140680588587644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39555072 140734109307730 140734109307989 140734109307989 140734109310918 0
/proc/15809/statm: 28282 363 305 221 0 87 0
[pid=15811] ppid=15809 vsize=28227396 memory=30076 CPUtime=0.12 cores=0-7
/proc/15811/stat : 15811 (java) S 15809 15809 15765 0 -1 1077944320 5487 0 0 0 11 1 0 0 20 0 20 0 475366733 28904853504 7519 33554432000 4194304 4196468 140736024056704 140736024039248 139622361747191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
/proc/15811/statm: 7056849 7519 3118 1 0 7019032 0
[pid=15811/tid=15812] ppid=15809 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/15811/task/15812/stat : 15812 (java) R 15809 15809 15765 0 -1 4202560 3392 0 0 0 8 0 0 0 20 0 20 0 475366733 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622365979968 139622361759126 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15813] ppid=15809 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15811/task/15813/stat : 15813 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622281599760 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15814] ppid=15809 vsize=28227396 memory=139649835435648 CPUtime=0 cores=0-7
/proc/15811/task/15814/stat : 15814 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622280547216 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15815] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15815/stat : 15815 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622279494672 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15816] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15816/stat : 15816 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622278442128 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15817] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15817/stat : 15817 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622277388560 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15818] ppid=15809 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15811/task/15818/stat : 15818 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622276336016 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15819] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15819/stat : 15819 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139622275283472 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15820] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15820/stat : 15820 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 7519 33554432000 4194304 4196468 140736024056704 139621905324688 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15821] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15821/stat : 15821 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366735 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620557425136 139622361758338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15822] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15822/stat : 15822 (java) S 15809 15809 15765 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475366736 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620556371360 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15823] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15823/stat : 15823 (java) S 15809 15809 15765 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475366736 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620555318768 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15824] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15824/stat : 15824 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366738 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620554267344 139622361765787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15825] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15825/stat : 15825 (java) R 15809 15809 15765 0 -1 4202560 293 0 0 0 0 0 0 0 20 0 20 0 475366738 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620553213936 139622361759126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15826] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15826/stat : 15826 (java) S 15809 15809 15765 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 475366738 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620552161392 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15827] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15827/stat : 15827 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366739 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620551108848 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15828] ppid=15809 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15811/task/15828/stat : 15828 (java) R 15809 15809 15765 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 20 0 475366739 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620550056304 139622340708038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15829] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15829/stat : 15829 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366739 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620549004000 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15830] ppid=15809 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15811/task/15830/stat : 15830 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366739 28904853504 7519 33554432000 4194304 4196468 140736024056704 139620547951536 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31528 KiB

[startup+0.210268 s]*
/proc/loadavg: 4.21 6.72 7.41 3/212 15830
/proc/meminfo: memFree=7296248/32770624 swapFree=67001768/67108860
[pid=15809] ppid=15806 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15809/stat : 15809 (xcsp3-exec) S 15806 15809 15765 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475366733 115843072 363 33554432000 4194304 5098028 140734109305968 140734109304072 140680588587644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39555072 140734109307730 140734109307989 140734109307989 140734109310918 0
/proc/15809/statm: 28282 363 305 221 0 87 0
[pid=15811] ppid=15809 vsize=28227396 memory=41140 CPUtime=0.34 cores=0-7
/proc/15811/stat : 15811 (java) S 15809 15809 15765 0 -1 1077944320 9039 0 0 0 30 4 0 0 20 0 20 0 475366733 28904853504 10285 33554432000 4194304 4196468 140736024056704 140736024039248 139622361747191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
/proc/15811/statm: 7056849 10285 3256 1 0 7019032 0
[pid=15811/tid=15812] ppid=15809 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15811/task/15812/stat : 15812 (java) R 15809 15809 15765 0 -1 4202560 6202 0 0 0 18 2 0 0 20 0 20 0 475366733 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622365980640 139621954613605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15813] ppid=15809 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/15811/task/15813/stat : 15813 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622281599760 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15814] ppid=15809 vsize=28227396 memory=3834173203934709408 CPUtime=0 cores=0-7
/proc/15811/task/15814/stat : 15814 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622280547216 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15815] ppid=15809 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15811/task/15815/stat : 15815 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622279494672 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15816] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15816/stat : 15816 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622278442128 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15817] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15817/stat : 15817 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622277388560 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15818] ppid=15809 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15811/task/15818/stat : 15818 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622276336016 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15819] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15819/stat : 15819 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139622275283472 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15820] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15820/stat : 15820 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28904853504 10285 33554432000 4194304 4196468 140736024056704 139621905324688 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15821] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15821/stat : 15821 (java) S 15809 15809 15765 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475366735 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620557425136 139622361758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15822] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15822/stat : 15822 (java) S 15809 15809 15765 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475366736 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620556371360 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15823] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15823/stat : 15823 (java) S 15809 15809 15765 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475366736 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620555318768 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15824] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15824/stat : 15824 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366738 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620554267344 139622361765787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15825] ppid=15809 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15811/task/15825/stat : 15825 (java) S 15809 15809 15765 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 475366738 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620553213936 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15826] ppid=15809 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15811/task/15826/stat : 15826 (java) R 15809 15809 15765 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 475366738 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620552161392 139622361758338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15827] ppid=15809 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15811/task/15827/stat : 15827 (java) S 15809 15809 15765 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 475366739 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620551108848 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15828] ppid=15809 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/15811/task/15828/stat : 15828 (java) R 15809 15809 15765 0 -1 4202560 749 0 0 0 7 0 0 0 20 0 20 0 475366739 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620550056304 139622354063726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15829] ppid=15809 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15829/stat : 15829 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366739 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620549004000 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15830] ppid=15809 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15811/task/15830/stat : 15830 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366739 28904853504 10285 33554432000 4194304 4196468 140736024056704 139620547951536 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42592 KiB

[startup+0.309538 s]*
/proc/loadavg: 4.21 6.72 7.41 4/212 15830
/proc/meminfo: memFree=7289732/32770624 swapFree=67001768/67108860
[pid=15809] ppid=15806 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15809/stat : 15809 (xcsp3-exec) S 15806 15809 15765 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475366733 115843072 363 33554432000 4194304 5098028 140734109305968 140734109304072 140680588587644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39555072 140734109307730 140734109307989 140734109307989 140734109310918 0
/proc/15809/statm: 28282 363 305 221 0 87 0
[pid=15811] ppid=15809 vsize=28231652 memory=49780 CPUtime=0.53 cores=0-7
/proc/15811/stat : 15811 (java) S 15809 15809 15765 0 -1 1077944320 10358 0 0 0 48 5 0 0 20 0 20 0 475366733 28909211648 12445 33554432000 4194304 4196468 140736024056704 140736024039248 139622361747191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
/proc/15811/statm: 7057913 12445 3315 1 0 7019032 0
[pid=15811/tid=15812] ppid=15809 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/15811/task/15812/stat : 15812 (java) R 15809 15809 15765 0 -1 4202560 7300 0 0 0 27 3 0 0 20 0 20 0 475366733 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622365974520 139622345827678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15813] ppid=15809 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15813/stat : 15813 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622281599760 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15814] ppid=15809 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15814/stat : 15814 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622280547216 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15815] ppid=15809 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15815/stat : 15815 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622279494672 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15816] ppid=15809 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15816/stat : 15816 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622278442128 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15817] ppid=15809 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15817/stat : 15817 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622277388560 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15818] ppid=15809 vsize=28231652 memory=139649720871599 CPUtime=0 cores=0-7
/proc/15811/task/15818/stat : 15818 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622276336016 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15819] ppid=15809 vsize=28231652 memory=139649720873904 CPUtime=0 cores=0-7
/proc/15811/task/15819/stat : 15819 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139622275283472 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15820] ppid=15809 vsize=28231652 memory=139649720876208 CPUtime=0 cores=0-7
/proc/15811/task/15820/stat : 15820 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28909211648 12445 33554432000 4194304 4196468 140736024056704 139621905324688 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15821] ppid=15809 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15821/stat : 15821 (java) S 15809 15809 15765 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475366735 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620557425136 139622361758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15822] ppid=15809 vsize=28231652 memory=279299441766288 CPUtime=0 cores=0-7
/proc/15811/task/15822/stat : 15822 (java) S 15809 15809 15765 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475366736 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620556371360 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15823] ppid=15809 vsize=28231652 memory=279299441763984 CPUtime=0 cores=0-7
/proc/15811/task/15823/stat : 15823 (java) S 15809 15809 15765 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475366736 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620555318768 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15824] ppid=15809 vsize=28231652 memory=279299441770896 CPUtime=0 cores=0-7
/proc/15811/task/15824/stat : 15824 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366738 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620554267344 139622361765787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15825] ppid=15809 vsize=28231652 memory=279299441712176 CPUtime=0.02 cores=0-7
/proc/15811/task/15825/stat : 15825 (java) S 15809 15809 15765 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 20 0 475366738 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620553213936 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15826] ppid=15809 vsize=28231652 memory=279299441784720 CPUtime=0.02 cores=0-7
/proc/15811/task/15826/stat : 15826 (java) S 15809 15809 15765 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 20 0 475366738 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620552161392 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15827] ppid=15809 vsize=28231652 memory=279299441791632 CPUtime=0.03 cores=0-7
/proc/15811/task/15827/stat : 15827 (java) R 15809 15809 15765 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 20 0 475366739 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620551098960 139622343270095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15828] ppid=15809 vsize=28231652 memory=279299441789328 CPUtime=0.12 cores=0-7
/proc/15811/task/15828/stat : 15828 (java) S 15809 15809 15765 0 -1 1077944384 826 0 0 0 12 0 0 0 20 0 20 0 475366739 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620550056304 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15829] ppid=15809 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15829/stat : 15829 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366739 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620549004000 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15830] ppid=15809 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15811/task/15830/stat : 15830 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366739 28909211648 12445 33554432000 4194304 4196468 140736024056704 139620547951536 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51232 KiB

[startup+0.70091 s]
/proc/loadavg: 4.21 6.72 7.41 2/212 15830
/proc/meminfo: memFree=7243684/32770624 swapFree=67001768/67108860
[pid=15809] ppid=15806 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15809/stat : 15809 (xcsp3-exec) S 15806 15809 15765 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475366733 115843072 363 33554432000 4194304 5098028 140734109305968 140734109304072 140680588587644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39555072 140734109307730 140734109307989 140734109307989 140734109310918 0
/proc/15809/statm: 28282 363 305 221 0 87 0
[pid=15811] ppid=15809 vsize=28233776 memory=127236 CPUtime=1.69 cores=0-7
/proc/15811/stat : 15811 (java) S 15809 15809 15765 0 -1 1077944320 13806 0 0 0 161 8 0 0 20 0 20 0 475366733 28911386624 31809 33554432000 4194304 4196468 140736024056704 140736024039248 139622361747191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
/proc/15811/statm: 7058444 31809 3440 1 0 7019544 0
[pid=15811/tid=15812] ppid=15809 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/15811/task/15812/stat : 15812 (java) R 15809 15809 15765 0 -1 4202560 7802 0 0 0 64 4 0 0 20 0 20 0 475366733 28911386624 31809 33554432000 4194304 4196468 140736024056704 139622365983936 139621957962936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15813] ppid=15809 vsize=28233776 memory=139649721082736 CPUtime=0 cores=0-7
/proc/15811/task/15813/stat : 15813 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28911386624 31809 33554432000 4194304 4196468 140736024056704 139622281599760 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15814] ppid=15809 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15814/stat : 15814 (java) S 15809 15809 15765 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475366734 28911386624 31809 33554432000 4194304 4196468 140736024056704 139622280547216 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15815] ppid=15809 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/15811/task/15815/stat : 15815 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366734 28911386624 31809 33554432000 4194304 4196468 140736024056704 139622279494672 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0

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

[pid=15811/tid=15820] ppid=15809 vsize=28233776 memory=1452 CPUtime=3.03 cores=0-7
/proc/15811/task/15820/stat : 15820 (java) S 15809 15809 15765 0 -1 1077944384 1282 0 0 0 251 52 0 0 20 0 20 0 475366734 28911386624 867027 33554432000 4194304 4196468 140736024056704 139621905324688 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15821] ppid=15809 vsize=28233776 memory=2419696 CPUtime=0.28 cores=0-7
/proc/15811/task/15821/stat : 15821 (java) R 15809 15809 15765 0 -1 4202560 3740 0 0 0 27 1 0 0 20 0 20 0 475366735 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620557423680 139622346447824 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15822] ppid=15809 vsize=28233776 memory=7548 CPUtime=0 cores=0-7
/proc/15811/task/15822/stat : 15822 (java) S 15809 15809 15765 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 475366736 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620556371424 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15823] ppid=15809 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/15811/task/15823/stat : 15823 (java) S 15809 15809 15765 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 475366736 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620555318784 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15824] ppid=15809 vsize=28233776 memory=1224 CPUtime=0 cores=0-7
/proc/15811/task/15824/stat : 15824 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475366738 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620554267344 139622361765787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15825] ppid=15809 vsize=28233776 memory=6068 CPUtime=1.28 cores=0-7
/proc/15811/task/15825/stat : 15825 (java) S 15809 15809 15765 0 -1 1077944384 2959 0 0 0 127 1 0 0 20 0 20 0 475366738 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620553213936 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15826] ppid=15809 vsize=28233776 memory=772 CPUtime=1.64 cores=0-7
/proc/15811/task/15826/stat : 15826 (java) S 15809 15809 15765 0 -1 1077944384 4107 0 0 0 162 2 0 0 20 0 20 0 475366738 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620552161392 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15827] ppid=15809 vsize=28233776 memory=1556 CPUtime=1.45 cores=0-7
/proc/15811/task/15827/stat : 15827 (java) S 15809 15809 15765 0 -1 1077944384 3692 0 0 0 143 2 0 0 20 0 20 0 475366739 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620551108848 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15828] ppid=15809 vsize=28233776 memory=1056 CPUtime=0.52 cores=0-7
/proc/15811/task/15828/stat : 15828 (java) S 15809 15809 15765 0 -1 1077944384 2881 0 0 0 51 1 0 0 20 0 20 0 475366739 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620550056304 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15829] ppid=15809 vsize=28233776 memory=56 CPUtime=0 cores=0-7
/proc/15811/task/15829/stat : 15829 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475366739 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620549004000 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15830] ppid=15809 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15811/task/15830/stat : 15830 (java) S 15809 15809 15765 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 20 0 475366739 28911386624 867027 33554432000 4194304 4196468 140736024056704 139620547951536 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
Current children cumulated CPU time: 37.16 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 3469560 KiB

[startup+12.0009 s]*
/proc/loadavg: 4.01 6.60 7.37 11/220 15838
/proc/meminfo: memFree=3860520/32770624 swapFree=67001768/67108860
[pid=15809] ppid=15806 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15809/stat : 15809 (xcsp3-exec) S 15806 15809 15765 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475366733 115843072 363 33554432000 4194304 5098028 140734109305968 140734109304072 140680588587644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39555072 140734109307730 140734109307989 140734109307989 140734109310918 0
/proc/15809/statm: 28282 363 305 221 0 87 0
[pid=15811] ppid=15809 vsize=28766288 memory=3470804 CPUtime=39.05 cores=0-7
/proc/15811/stat : 15811 (java) S 15809 15809 15765 0 -1 1077944320 48210 0 0 0 3453 452 0 0 20 0 28 0 475366733 29456678912 867701 33554432000 4194304 4196468 140736024056704 140736024039248 139622361747191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
/proc/15811/statm: 7191572 867701 3526 1 0 7152672 0
[pid=15811/tid=15812] ppid=15809 vsize=28766288 memory=1398722017469774279 CPUtime=8.4 cores=0-7
/proc/15811/task/15812/stat : 15812 (java) S 15809 15809 15765 0 -1 1077944384 13816 0 0 0 811 29 0 0 20 0 28 0 475366733 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622365987968 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15813] ppid=15809 vsize=28766288 memory=4872558044660077418 CPUtime=3.01 cores=0-7
/proc/15811/task/15813/stat : 15813 (java) S 15809 15809 15765 0 -1 1077944384 1949 0 0 0 249 52 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622281599760 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15814] ppid=15809 vsize=28766288 memory=0 CPUtime=3.01 cores=0-7
/proc/15811/task/15814/stat : 15814 (java) S 15809 15809 15765 0 -1 1077944384 1679 0 0 0 249 52 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622280547216 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15815] ppid=15809 vsize=28766288 memory=0 CPUtime=2.99 cores=0-7
/proc/15811/task/15815/stat : 15815 (java) S 15809 15809 15765 0 -1 1077944384 1319 0 0 0 250 49 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622279494672 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15816] ppid=15809 vsize=28766288 memory=0 CPUtime=3 cores=0-7
/proc/15811/task/15816/stat : 15816 (java) S 15809 15809 15765 0 -1 1077944384 1507 0 0 0 251 49 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622278442128 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15817] ppid=15809 vsize=28766288 memory=288230574492221466 CPUtime=2.99 cores=0-7
/proc/15811/task/15817/stat : 15817 (java) S 15809 15809 15765 0 -1 1077944384 1429 0 0 0 250 49 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622277388560 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15818] ppid=15809 vsize=28766288 memory=288230596050944315 CPUtime=3 cores=0-7
/proc/15811/task/15818/stat : 15818 (java) S 15809 15809 15765 0 -1 1077944384 1569 0 0 0 251 49 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622276336016 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15819] ppid=15809 vsize=28766288 memory=6791534058613427641 CPUtime=3.02 cores=0-7
/proc/15811/task/15819/stat : 15819 (java) S 15809 15809 15765 0 -1 1077944384 1223 0 0 0 248 54 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139622275283472 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15820] ppid=15809 vsize=28766288 memory=36 CPUtime=3.03 cores=0-7
/proc/15811/task/15820/stat : 15820 (java) S 15809 15809 15765 0 -1 1077944384 1282 0 0 0 251 52 0 0 20 0 28 0 475366734 29456678912 867701 33554432000 4194304 4196468 140736024056704 139621905324688 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15821] ppid=15809 vsize=28766288 memory=36 CPUtime=0.31 cores=0-7
/proc/15811/task/15821/stat : 15821 (java) S 15809 15809 15765 0 -1 1077944384 4243 0 0 0 30 1 0 0 20 0 28 0 475366735 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620557425136 139622361758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15822] ppid=15809 vsize=28766288 memory=34 CPUtime=0 cores=0-7
/proc/15811/task/15822/stat : 15822 (java) S 15809 15809 15765 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 475366736 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620556371424 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15823] ppid=15809 vsize=28766288 memory=35 CPUtime=0 cores=0-7
/proc/15811/task/15823/stat : 15823 (java) S 15809 15809 15765 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 475366736 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620555318784 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15824] ppid=15809 vsize=28766288 memory=34 CPUtime=0 cores=0-7
/proc/15811/task/15824/stat : 15824 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475366738 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620554267344 139622361765787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15825] ppid=15809 vsize=28766288 memory=37 CPUtime=1.33 cores=0-7
/proc/15811/task/15825/stat : 15825 (java) R 15809 15809 15765 0 -1 4202560 3618 0 0 0 132 1 0 0 20 0 28 0 475366738 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620553203376 139622345246334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15826] ppid=15809 vsize=28766288 memory=34 CPUtime=1.68 cores=0-7
/proc/15811/task/15826/stat : 15826 (java) S 15809 15809 15765 0 -1 1077944384 4418 0 0 0 166 2 0 0 20 0 28 0 475366738 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620552161392 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15827] ppid=15809 vsize=28766288 memory=35 CPUtime=1.51 cores=0-7
/proc/15811/task/15827/stat : 15827 (java) S 15809 15809 15765 0 -1 1077944384 4306 0 0 0 149 2 0 0 20 0 28 0 475366739 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620551108848 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15828] ppid=15809 vsize=28766288 memory=1720 CPUtime=0.57 cores=0-7
/proc/15811/task/15828/stat : 15828 (java) S 15809 15809 15765 0 -1 1077944384 3739 0 0 0 55 2 0 0 20 0 28 0 475366739 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620550056304 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15829] ppid=15809 vsize=28766288 memory=1398722017469774279 CPUtime=0 cores=0-7
/proc/15811/task/15829/stat : 15829 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475366739 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620549004000 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15830] ppid=15809 vsize=28766288 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15811/task/15830/stat : 15830 (java) S 15809 15809 15765 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 28 0 475366739 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620547951536 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15831] ppid=15809 vsize=28766288 memory=1224 CPUtime=0.13 cores=0-7
/proc/15811/task/15831/stat : 15831 (java) R 15809 15809 15765 0 -1 4202560 72 0 0 0 13 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620538731264 139621961921103 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15832] ppid=15809 vsize=28766288 memory=6068 CPUtime=0.14 cores=0-7
/proc/15811/task/15832/stat : 15832 (java) R 15809 15809 15765 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620537679848 139621961981664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15833] ppid=15809 vsize=28766288 memory=772 CPUtime=0.1 cores=0-7
/proc/15811/task/15833/stat : 15833 (java) R 15809 15809 15765 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620536626096 139621961921648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15834] ppid=15809 vsize=28766288 memory=1556 CPUtime=0.13 cores=0-7
/proc/15811/task/15834/stat : 15834 (java) R 15809 15809 15765 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620535573872 139621961920115 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15835] ppid=15809 vsize=28766288 memory=1056 CPUtime=0.12 cores=0-7
/proc/15811/task/15835/stat : 15835 (java) R 15809 15809 15765 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620534521432 139621961919998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15836] ppid=15809 vsize=28766288 memory=0 CPUtime=0.12 cores=0-7
/proc/15811/task/15836/stat : 15836 (java) R 15809 15809 15765 0 -1 4202560 43 0 0 0 12 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620533468480 139621961920115 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15837] ppid=15809 vsize=28766288 memory=0 CPUtime=0.13 cores=0-7
/proc/15811/task/15837/stat : 15837 (java) R 15809 15809 15765 0 -1 4202560 68 0 0 0 13 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620532415936 139621961921998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15838] ppid=15809 vsize=28766288 memory=0 CPUtime=0.13 cores=0-7
/proc/15811/task/15838/stat : 15838 (java) R 15809 15809 15765 0 -1 4202560 28 0 0 0 13 0 0 0 20 0 28 0 475367917 29456678912 867701 33554432000 4194304 4196468 140736024056704 139620531364760 139621961981671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
Current children cumulated CPU time: 39.05 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3472256 KiB

[startup+12.4012 s]
/proc/loadavg: 4.01 6.60 7.37 11/220 15838
/proc/meminfo: memFree=3860520/32770624 swapFree=67001768/67108860
[pid=15809] ppid=15806 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15809/stat : 15809 (xcsp3-exec) S 15806 15809 15765 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475366733 115843072 363 33554432000 4194304 5098028 140734109305968 140734109304072 140680588587644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39555072 140734109307730 140734109307989 140734109307989 140734109310918 0
/proc/15809/statm: 28282 363 305 221 0 87 0
[pid=15811] ppid=15809 vsize=28766288 memory=3470952 CPUtime=42.03 cores=0-7
/proc/15811/stat : 15811 (java) S 15809 15809 15765 0 -1 1077944320 49326 0 0 0 3748 455 0 0 20 0 28 0 475366733 29456678912 867738 33554432000 4194304 4196468 140736024056704 140736024039248 139622361747191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
/proc/15811/statm: 7191572 867738 3527 1 0 7152672 0
[pid=15811/tid=15812] ppid=15809 vsize=28766288 memory=438 CPUtime=8.4 cores=0-7
/proc/15811/task/15812/stat : 15812 (java) S 15809 15809 15765 0 -1 1077944384 13816 0 0 0 811 29 0 0 20 0 28 0 475366733 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622365987968 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15813] ppid=15809 vsize=28766288 memory=146 CPUtime=3.01 cores=0-7
/proc/15811/task/15813/stat : 15813 (java) S 15809 15809 15765 0 -1 1077944384 1949 0 0 0 249 52 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622281599760 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15814] ppid=15809 vsize=28766288 memory=147 CPUtime=3.01 cores=0-7
/proc/15811/task/15814/stat : 15814 (java) S 15809 15809 15765 0 -1 1077944384 1679 0 0 0 249 52 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622280547216 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15815] ppid=15809 vsize=28766288 memory=149 CPUtime=2.99 cores=0-7
/proc/15811/task/15815/stat : 15815 (java) S 15809 15809 15765 0 -1 1077944384 1319 0 0 0 250 49 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622279494672 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15816] ppid=15809 vsize=28766288 memory=148 CPUtime=3 cores=0-7
/proc/15811/task/15816/stat : 15816 (java) S 15809 15809 15765 0 -1 1077944384 1507 0 0 0 251 49 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622278442128 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15817] ppid=15809 vsize=28766288 memory=3616 CPUtime=2.99 cores=0-7
/proc/15811/task/15817/stat : 15817 (java) S 15809 15809 15765 0 -1 1077944384 1429 0 0 0 250 49 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622277388560 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15818] ppid=15809 vsize=28766288 memory=7548 CPUtime=3 cores=0-7
/proc/15811/task/15818/stat : 15818 (java) S 15809 15809 15765 0 -1 1077944384 1569 0 0 0 251 49 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622276336016 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15819] ppid=15809 vsize=28766288 memory=2241 CPUtime=3.02 cores=0-7
/proc/15811/task/15819/stat : 15819 (java) S 15809 15809 15765 0 -1 1077944384 1223 0 0 0 248 54 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139622275283472 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15820] ppid=15809 vsize=28766288 memory=2244 CPUtime=3.03 cores=0-7
/proc/15811/task/15820/stat : 15820 (java) S 15809 15809 15765 0 -1 1077944384 1282 0 0 0 251 52 0 0 20 0 28 0 475366734 29456678912 867738 33554432000 4194304 4196468 140736024056704 139621905324688 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15821] ppid=15809 vsize=28766288 memory=6791534058613427641 CPUtime=0.31 cores=0-7
/proc/15811/task/15821/stat : 15821 (java) S 15809 15809 15765 0 -1 1077944384 4255 0 0 0 30 1 0 0 20 0 28 0 475366735 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620557425136 139622361758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15822] ppid=15809 vsize=28766288 memory=532 CPUtime=0 cores=0-7
/proc/15811/task/15822/stat : 15822 (java) S 15809 15809 15765 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 475366736 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620556371424 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15823] ppid=15809 vsize=28766288 memory=1564 CPUtime=0 cores=0-7
/proc/15811/task/15823/stat : 15823 (java) S 15809 15809 15765 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 475366736 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620555318784 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15824] ppid=15809 vsize=28766288 memory=928 CPUtime=0 cores=0-7
/proc/15811/task/15824/stat : 15824 (java) S 15809 15809 15765 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475366738 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620554267344 139622361765787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15825] ppid=15809 vsize=28766288 memory=279299442628224 CPUtime=1.44 cores=0-7
/proc/15811/task/15825/stat : 15825 (java) S 15809 15809 15765 0 -1 1077944384 4049 0 0 0 143 1 0 0 20 0 28 0 475366738 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620553213936 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15826] ppid=15809 vsize=28766288 memory=664970774371477914 CPUtime=1.73 cores=0-7
/proc/15811/task/15826/stat : 15826 (java) R 15809 15809 15765 0 -1 4202560 4481 0 0 0 171 2 0 0 20 0 28 0 475366738 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620552161392 139622343120640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15827] ppid=15809 vsize=28766288 memory=6944656592455359580 CPUtime=1.64 cores=0-7
/proc/15811/task/15827/stat : 15827 (java) S 15809 15809 15765 0 -1 1077944384 4810 0 0 0 162 2 0 0 20 0 28 0 475366739 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620551108848 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15828] ppid=15809 vsize=28766288 memory=0 CPUtime=0.59 cores=0-7
/proc/15811/task/15828/stat : 15828 (java) S 15809 15809 15765 0 -1 1077944384 3771 0 0 0 57 2 0 0 20 0 28 0 475366739 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620550056304 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15829] ppid=15809 vsize=28766288 memory=1440 CPUtime=0 cores=0-7
/proc/15811/task/15829/stat : 15829 (java) S 15809 15809 15765 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475366739 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620549004000 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15830] ppid=15809 vsize=28766288 memory=279299441557744 CPUtime=0 cores=0-7
/proc/15811/task/15830/stat : 15830 (java) S 15809 15809 15765 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 28 0 475366739 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620547951536 139622361758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15831] ppid=15809 vsize=28766288 memory=139654130402943 CPUtime=0.45 cores=0-7
/proc/15811/task/15831/stat : 15831 (java) S 15809 15809 15765 0 -1 1077944384 81 0 0 0 45 0 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620538736624 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15832] ppid=15809 vsize=28766288 memory=-2247047206207641111 CPUtime=0.47 cores=0-7
/proc/15811/task/15832/stat : 15832 (java) S 15809 15809 15765 0 -1 1077944384 42 0 0 0 47 0 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620537685584 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15833] ppid=15809 vsize=28766288 memory=-3967418655009478193 CPUtime=0.39 cores=0-7
/proc/15811/task/15833/stat : 15833 (java) S 15809 15809 15765 0 -1 1077944384 42 0 0 0 39 0 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620536632016 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15834] ppid=15809 vsize=28766288 memory=-3535470213243961690 CPUtime=0.48 cores=0-7
/proc/15811/task/15834/stat : 15834 (java) R 15809 15809 15765 0 -1 4202560 40 0 0 0 48 0 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620535574768 139621962225316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15835] ppid=15809 vsize=28766288 memory=8976414709404591081 CPUtime=0.46 cores=0-7
/proc/15811/task/15835/stat : 15835 (java) S 15809 15809 15765 0 -1 1077944384 43 0 0 0 46 0 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620534526928 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15836] ppid=15809 vsize=28766288 memory=-7522837583129502606 CPUtime=0.46 cores=0-7
/proc/15811/task/15836/stat : 15836 (java) R 15809 15809 15765 0 -1 4202560 59 0 0 0 46 0 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620533471552 139621962154646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15837] ppid=15809 vsize=28766288 memory=4137290303932963203 CPUtime=0.47 cores=0-7
/proc/15811/task/15837/stat : 15837 (java) R 15809 15809 15765 0 -1 4202560 76 0 0 0 47 0 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620532417136 139621962225287 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
[pid=15811/tid=15838] ppid=15809 vsize=28766288 memory=-9001734013606258791 CPUtime=0.46 cores=0-7
/proc/15811/task/15838/stat : 15838 (java) S 15809 15809 15765 0 -1 1077944384 34 0 0 0 45 1 0 0 20 0 28 0 475367917 29456678912 867738 33554432000 4194304 4196468 140736024056704 139620531369296 139622361757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8458240 140736024060886 140736024061062 140736024061062 140736024063951 0
Current children cumulated CPU time: 42.03 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3472404 KiB

Child status: 0
Real time (s): 12.4292
CPU time (s): 42.0851
CPU user time (s): 37.5048
CPU system time (s): 4.58022
CPU usage (%): 338.598
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 3472404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.5048
system time used= 4.58022
maximum resident set size= 3472804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49960
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5139
involuntary context switches= 381


# summary of solver processes directly reported to runsolver:
#   pid: 15809
#   total CPU time (s): 42.0851
#   total CPU user time (s): 37.5048
#   total CPU system time (s): 4.58022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.114482 second user time and 0.163222 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 17:48:07
IDJOB=4404248
IDBENCH=119345
IDSOLVER=2865
FILE ID=node146/4404248-1568994528
RUNJOBID= node146-1568994486-15792
PBS_JOBID= 21704725
Free space on /var/tmp= 13504 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.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 /var/tmp/evaluation-result-4404248-1568994528/watcher-4404248-1568994528 -o /var/tmp/evaluation-result-4404248-1568994528/solver-4404248-1568994528 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node146-1568994486-15792 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 788767081 HOME/instance-4404248-1568994528.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=788767081

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:         7327208 kB
MemAvailable:   31853772 kB
Buffers:          157088 kB
Cached:         24296460 kB
SwapCached:         3824 kB
Active:         12143472 kB
Inactive:       12314404 kB
Active(anon):       2196 kB
Inactive(anon):    49352 kB
Active(file):   12141276 kB
Inactive(file): 12265052 kB
Unevictable:      111420 kB
Mlocked:          111420 kB
SwapTotal:      67108860 kB
SwapFree:       67001768 kB
Dirty:             29596 kB
Writeback:             0 kB
AnonPages:        112116 kB
Mapped:            50836 kB
Shmem:             38856 kB
Slab:             577444 kB
SReclaimable:     548696 kB
SUnreclaim:        28748 kB
KernelStack:        3296 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13480 MiB
End job on node146 at 2019-09-20 17:48:19