Trace number 4297901

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)UNSAT 75.2671 11.5709

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f08_c18.xml
MD5SUM2cf96eb4ef0a34305468f9a178fec6f7
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 benchmark16.9992
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size36
Distribution of domain sizes[{"size":6,"count":2},{"size":20,"count":4},{"size":22,"count":10},{"size":29,"count":336},{"size":36,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297901-1532705192.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297901-1532705192.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
14.02/3.69	c solve instance...
75.18/11.55	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 (8583 MiB free)
  memory of node 1: 16384 MiB (13540 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297901-1532705192/watcher-4297901-1532705192 -o /tmp/evaluation-result-4297901-1532705192/solver-4297901-1532705192 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1532705147-14955 --watchdog 2580 HOME/xcsp3-exec -seed 1554594430 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297901-1532705192.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
Current StackSize limit: 8192 KiB

solver pid=15254, runsolver pid=15251

[startup+0.100124 s]*
/proc/loadavg: 7.84 8.15 8.18 4/199 15275
/proc/meminfo: memFree=22639128/32770624 swapFree=67108772/67108860
[pid=15254] ppid=15251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15254/stat : 15254 (xcsp3-exec) S 15251 15254 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88082076 115843072 364 33554432000 4194304 5098028 140735827573360 140735827571464 140477440332412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34000896 140735827579957 140735827580160 140735827580160 140735827582922 0
/proc/15254/statm: 28282 364 306 221 0 87 0
[pid=15256] ppid=15254 vsize=26104152 memory=27280 CPUtime=0.11 cores=0-7
/proc/15256/stat : 15256 (java) S 15254 15254 14928 0 -1 1077944320 5682 0 0 0 10 1 0 0 20 0 20 0 88082077 26730651648 6820 33554432000 4194304 4196468 140735046268880 140735046251424 140715669585655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
/proc/15256/statm: 6526038 6820 3033 1 0 6488315 0
[pid=15256/tid=15257] ppid=15254 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/15256/task/15257/stat : 15257 (java) R 15254 15254 14928 0 -1 4202560 3696 0 0 0 8 0 0 0 20 0 20 0 88082077 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715673804632 140715653629285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15258] ppid=15254 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15256/task/15258/stat : 15258 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715622206608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15259] ppid=15254 vsize=26104152 memory=140234007234176 CPUtime=0 cores=0-7
/proc/15256/task/15259/stat : 15259 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715621153808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15260] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15260/stat : 15260 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715620101008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15261] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15261/stat : 15261 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715619048208 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15262] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15262/stat : 15262 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715617995408 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15263] ppid=15254 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15256/task/15263/stat : 15263 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715616942608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15264] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15264/stat : 15264 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715615889808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15265] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15265/stat : 15265 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 6885 33554432000 4194304 4196468 140735046268880 140715614837008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15266] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15266/stat : 15266 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082079 26730651648 6885 33554432000 4194304 4196468 140735046268880 140714075724656 140715669596802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15267] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15267/stat : 15267 (java) S 15254 15254 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88082080 26730651648 6885 33554432000 4194304 4196468 140735046268880 140714074670624 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15268] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15268/stat : 15268 (java) S 15254 15254 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88082080 26730651648 6885 33554432000 4194304 4196468 140735046268880 140714073617776 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15269] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15269/stat : 15269 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082082 26730651648 6885 33554432000 4194304 4196468 140735046268880 140714072566096 140715669604251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15270] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15270/stat : 15270 (java) S 15254 15254 14928 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 20 0 88082082 26730651648 6885 33554432000 4194304 4196468 140735046268880 140714071513456 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15271] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15271/stat : 15271 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082082 26730651648 6885 33554432000 4194304 4196468 140735046268880 140714070460656 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15272] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15272/stat : 15272 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082083 26730651648 6885 33554432000 4194304 4196468 140735046268880 140714069407856 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15273] ppid=15254 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15256/task/15273/stat : 15273 (java) R 15254 15254 14928 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 20 0 88082083 26730651648 6885 33554432000 4194304 4196468 140735046268880 140713491519472 140715669597590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15274] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15274/stat : 15274 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082083 26730651648 6885 33554432000 4194304 4196468 140735046268880 140713490467936 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15275] ppid=15254 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15256/task/15275/stat : 15275 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082083 26730651648 6885 33554432000 4194304 4196468 140735046268880 140713489415216 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28736 KiB

[startup+0.210345 s]*
/proc/loadavg: 7.84 8.15 8.18 4/199 15275
/proc/meminfo: memFree=22627980/32770624 swapFree=67108772/67108860
[pid=15254] ppid=15251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15254/stat : 15254 (xcsp3-exec) S 15251 15254 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88082076 115843072 364 33554432000 4194304 5098028 140735827573360 140735827571464 140477440332412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34000896 140735827579957 140735827580160 140735827580160 140735827582922 0
/proc/15254/statm: 28282 364 306 221 0 87 0
[pid=15256] ppid=15254 vsize=26104152 memory=39568 CPUtime=0.33 cores=0-7
/proc/15256/stat : 15256 (java) S 15254 15254 14928 0 -1 1077944320 8490 0 0 0 31 2 0 0 20 0 20 0 88082077 26730651648 9892 33554432000 4194304 4196468 140735046268880 140735046251424 140715669585655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
/proc/15256/statm: 6526038 9892 3179 1 0 6488315 0
[pid=15256/tid=15257] ppid=15254 vsize=26104152 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15256/task/15257/stat : 15257 (java) R 15254 15254 14928 0 -1 4202560 5584 0 0 0 19 1 0 0 20 0 20 0 88082077 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715673822416 140715669607581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15258] ppid=15254 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/15256/task/15258/stat : 15258 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715622206608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15259] ppid=15254 vsize=26104152 memory=140234007732660 CPUtime=0 cores=0-7
/proc/15256/task/15259/stat : 15259 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715621153808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15260] ppid=15254 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15256/task/15260/stat : 15260 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715620101008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15261] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15261/stat : 15261 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715619048208 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15262] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15262/stat : 15262 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715617995408 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15263] ppid=15254 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15256/task/15263/stat : 15263 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715616942608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15264] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15264/stat : 15264 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715615889808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15265] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15265/stat : 15265 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26730651648 9892 33554432000 4194304 4196468 140735046268880 140715614837008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15266] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15266/stat : 15266 (java) S 15254 15254 14928 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88082079 26730651648 9892 33554432000 4194304 4196468 140735046268880 140714075724656 140715669596802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15267] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15267/stat : 15267 (java) S 15254 15254 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88082080 26730651648 9892 33554432000 4194304 4196468 140735046268880 140714074670624 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15268] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15268/stat : 15268 (java) S 15254 15254 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88082080 26730651648 9892 33554432000 4194304 4196468 140735046268880 140714073617776 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15269] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15269/stat : 15269 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082082 26730651648 9892 33554432000 4194304 4196468 140735046268880 140714072566096 140715669604251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15270] ppid=15254 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15256/task/15270/stat : 15270 (java) S 15254 15254 14928 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 20 0 88082082 26730651648 9892 33554432000 4194304 4196468 140735046268880 140714071513456 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15271] ppid=15254 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15256/task/15271/stat : 15271 (java) S 15254 15254 14928 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 20 0 88082082 26730651648 9892 33554432000 4194304 4196468 140735046268880 140714070460656 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15272] ppid=15254 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/15256/task/15272/stat : 15272 (java) S 15254 15254 14928 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 20 0 88082083 26730651648 9892 33554432000 4194304 4196468 140735046268880 140714069407856 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15273] ppid=15254 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/15256/task/15273/stat : 15273 (java) S 15254 15254 14928 0 -1 1077944384 788 0 0 0 7 0 0 0 20 0 20 0 88082083 26730651648 9892 33554432000 4194304 4196468 140735046268880 140713491519472 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15274] ppid=15254 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15274/stat : 15274 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082083 26730651648 9892 33554432000 4194304 4196468 140735046268880 140713490467936 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15275] ppid=15254 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15256/task/15275/stat : 15275 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082083 26730651648 9892 33554432000 4194304 4196468 140735046268880 140713489415216 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41024 KiB

[startup+0.315214 s]*
/proc/loadavg: 7.84 8.15 8.18 4/199 15275
/proc/meminfo: memFree=22621372/32770624 swapFree=67108772/67108860
[pid=15254] ppid=15251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15254/stat : 15254 (xcsp3-exec) S 15251 15254 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88082076 115843072 364 33554432000 4194304 5098028 140735827573360 140735827571464 140477440332412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34000896 140735827579957 140735827580160 140735827580160 140735827582922 0
/proc/15254/statm: 28282 364 306 221 0 87 0
[pid=15256] ppid=15254 vsize=26108408 memory=46896 CPUtime=0.52 cores=0-7
/proc/15256/stat : 15256 (java) S 15254 15254 14928 0 -1 1077944320 9429 0 0 0 49 3 0 0 20 0 20 0 88082077 26735009792 11724 33554432000 4194304 4196468 140735046268880 140735046251424 140715669585655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
/proc/15256/statm: 6527102 11724 3229 1 0 6488315 0
[pid=15256/tid=15257] ppid=15254 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15256/task/15257/stat : 15257 (java) R 15254 15254 14928 0 -1 4202560 6354 0 0 0 28 1 0 0 20 0 20 0 88082077 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715673822432 140715653666142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15258] ppid=15254 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15258/stat : 15258 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715622206608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15259] ppid=15254 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15259/stat : 15259 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715621153808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15260] ppid=15254 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15260/stat : 15260 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715620101008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15261] ppid=15254 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15261/stat : 15261 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715619048208 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15262] ppid=15254 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/15256/task/15262/stat : 15262 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715617995408 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15263] ppid=15254 vsize=26108408 memory=140233903535023 CPUtime=0 cores=0-7
/proc/15256/task/15263/stat : 15263 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715616942608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15264] ppid=15254 vsize=26108408 memory=140233903537328 CPUtime=0 cores=0-7
/proc/15256/task/15264/stat : 15264 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715615889808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15265] ppid=15254 vsize=26108408 memory=140233903539632 CPUtime=0 cores=0-7
/proc/15256/task/15265/stat : 15265 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26735009792 11724 33554432000 4194304 4196468 140735046268880 140715614837008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15266] ppid=15254 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15266/stat : 15266 (java) S 15254 15254 14928 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88082079 26735009792 11724 33554432000 4194304 4196468 140735046268880 140714075724656 140715669596802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15267] ppid=15254 vsize=26108408 memory=280467807086224 CPUtime=0 cores=0-7
/proc/15256/task/15267/stat : 15267 (java) S 15254 15254 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88082080 26735009792 11724 33554432000 4194304 4196468 140735046268880 140714074670624 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15268] ppid=15254 vsize=26108408 memory=280467807093136 CPUtime=0 cores=0-7
/proc/15256/task/15268/stat : 15268 (java) S 15254 15254 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88082080 26735009792 11724 33554432000 4194304 4196468 140735046268880 140714073617776 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15269] ppid=15254 vsize=26108408 memory=280467807034288 CPUtime=0 cores=0-7
/proc/15256/task/15269/stat : 15269 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082082 26735009792 11724 33554432000 4194304 4196468 140735046268880 140714072566096 140715669604251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15270] ppid=15254 vsize=26108408 memory=280467807106960 CPUtime=0.02 cores=0-7
/proc/15256/task/15270/stat : 15270 (java) S 15254 15254 14928 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 20 0 88082082 26735009792 11724 33554432000 4194304 4196468 140735046268880 140714071513456 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15271] ppid=15254 vsize=26108408 memory=280467807113872 CPUtime=0.03 cores=0-7
/proc/15256/task/15271/stat : 15271 (java) S 15254 15254 14928 0 -1 1077944384 228 0 0 0 3 0 0 0 20 0 20 0 88082082 26735009792 11724 33554432000 4194304 4196468 140735046268880 140714070460656 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15272] ppid=15254 vsize=26108408 memory=280467807111568 CPUtime=0.03 cores=0-7
/proc/15256/task/15272/stat : 15272 (java) S 15254 15254 14928 0 -1 1077944384 216 0 0 0 3 0 0 0 20 0 20 0 88082083 26735009792 11724 33554432000 4194304 4196468 140735046268880 140714069407856 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15273] ppid=15254 vsize=26108408 memory=280467807127728 CPUtime=0.11 cores=0-7
/proc/15256/task/15273/stat : 15273 (java) S 15254 15254 14928 0 -1 1077944384 859 0 0 0 11 0 0 0 20 0 20 0 88082083 26735009792 11724 33554432000 4194304 4196468 140735046268880 140713491519472 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15274] ppid=15254 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15274/stat : 15274 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082083 26735009792 11724 33554432000 4194304 4196468 140735046268880 140713490467936 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15275] ppid=15254 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/15256/task/15275/stat : 15275 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88082083 26735009792 11724 33554432000 4194304 4196468 140735046268880 140713489415216 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48352 KiB

[startup+0.700959 s]
/proc/loadavg: 7.46 8.06 8.16 4/199 15275
/proc/meminfo: memFree=22541292/32770624 swapFree=67108772/67108860
[pid=15254] ppid=15251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15254/stat : 15254 (xcsp3-exec) S 15251 15254 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88082076 115843072 364 33554432000 4194304 5098028 140735827573360 140735827571464 140477440332412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34000896 140735827579957 140735827580160 140735827580160 140735827582922 0
/proc/15254/statm: 28282 364 306 221 0 87 0
[pid=15256] ppid=15254 vsize=26110532 memory=199568 CPUtime=1.95 cores=0-7
/proc/15256/stat : 15256 (java) S 15254 15254 14928 0 -1 1077944320 16468 0 0 0 188 7 0 0 20 0 20 0 88082077 26737184768 49892 33554432000 4194304 4196468 140735046268880 140735046251424 140715669585655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
/proc/15256/statm: 6527633 49892 3376 1 0 6488827 0
[pid=15256/tid=15257] ppid=15254 vsize=26110532 memory=280467807485616 CPUtime=0.66 cores=0-7
/proc/15256/task/15257/stat : 15257 (java) R 15254 15254 14928 0 -1 4202560 6994 0 0 0 63 3 0 0 20 0 20 0 88082077 26737184768 49892 33554432000 4194304 4196468 140735046268880 140715673819552 140715295037287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15258] ppid=15254 vsize=26110532 memory=140233903743856 CPUtime=0 cores=0-7
/proc/15256/task/15258/stat : 15258 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082078 26737184768 49892 33554432000 4194304 4196468 140735046268880 140715622206608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15259] ppid=15254 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15259/stat : 15259 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88082078 26737184768 49892 33554432000 4194304 4196468 140735046268880 140715621153808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15260] ppid=15254 vsize=26110532 memory=4616 CPUtime=0 cores=0-7
/proc/15256/task/15260/stat : 15260 (java) S 15254 15254 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88082078 26737184768 49892 33554432000 4194304 4196468 140735046268880 140715620101008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0

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

[pid=15256/tid=15273] ppid=15254 vsize=26645092 memory=1456 CPUtime=1.08 cores=0-7
/proc/15256/task/15273/stat : 15273 (java) S 15254 15254 14928 0 -1 1077944384 5738 0 0 0 107 1 0 0 20 0 28 0 88082083 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713491519472 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15274] ppid=15254 vsize=26645092 memory=1264164 CPUtime=0 cores=0-7
/proc/15256/task/15274/stat : 15274 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88082083 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713490467936 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15275] ppid=15254 vsize=26645092 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/15256/task/15275/stat : 15275 (java) S 15254 15254 14928 0 -1 1077944384 817 0 0 0 0 0 0 0 20 0 28 0 88082083 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713489415216 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15276] ppid=15254 vsize=26645092 memory=1456 CPUtime=6.52 cores=0-7
/proc/15256/task/15276/stat : 15276 (java) R 15254 15254 14928 0 -1 4202560 407 0 0 0 652 0 0 0 20 0 28 0 88082450 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713478720592 140715300221461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15277] ppid=15254 vsize=26645092 memory=1262072 CPUtime=6.43 cores=0-7
/proc/15256/task/15277/stat : 15277 (java) R 15254 15254 14928 0 -1 4202560 280 0 0 0 643 0 0 0 20 0 28 0 88082451 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713477669344 140715304489200 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15278] ppid=15254 vsize=26645092 memory=164 CPUtime=6.43 cores=0-7
/proc/15256/task/15278/stat : 15278 (java) R 15254 15254 14928 0 -1 4202560 950 0 0 0 634 9 0 0 20 0 28 0 88082451 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713476615760 140715305995834 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15279] ppid=15254 vsize=26645092 memory=-7384994778349281184 CPUtime=6.79 cores=0-7
/proc/15256/task/15279/stat : 15279 (java) R 15254 15254 14928 0 -1 4202560 924 0 0 0 677 2 0 0 20 0 28 0 88082451 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713475563384 140715300221456 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15280] ppid=15254 vsize=26645092 memory=0 CPUtime=6.83 cores=0-7
/proc/15256/task/15280/stat : 15280 (java) R 15254 15254 14928 0 -1 4202560 340 0 0 0 683 0 0 0 20 0 28 0 88082451 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713474510592 140715304487217 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15281] ppid=15254 vsize=26645092 memory=7681905605394137914 CPUtime=6.67 cores=0-7
/proc/15256/task/15281/stat : 15281 (java) R 15254 15254 14928 0 -1 4202560 382 0 0 0 666 1 0 0 20 0 28 0 88082451 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713473457920 140715305478592 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15282] ppid=15254 vsize=26645092 memory=1399101730491701635 CPUtime=6.81 cores=0-7
/proc/15256/task/15282/stat : 15282 (java) R 15254 15254 14928 0 -1 4202560 209 0 0 0 681 0 0 0 20 0 28 0 88082451 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713472406016 140715303491100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15283] ppid=15254 vsize=26645092 memory=-7522837583129502606 CPUtime=6.68 cores=0-7
/proc/15256/task/15283/stat : 15283 (java) R 15254 15254 14928 0 -1 4202560 436 0 0 0 668 0 0 0 20 0 28 0 88082451 27284574208 316043 33554432000 4194304 4196468 140735046268880 140713471353248 140715303800815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
Current children cumulated CPU time: 73.44 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1265628 KiB

[startup+11.4021 s]
/proc/loadavg: 7.76 8.11 8.17 9/207 15283
/proc/meminfo: memFree=21401764/32770624 swapFree=67108772/67108860
[pid=15254] ppid=15251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15254/stat : 15254 (xcsp3-exec) S 15251 15254 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88082076 115843072 364 33554432000 4194304 5098028 140735827573360 140735827571464 140477440332412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34000896 140735827579957 140735827580160 140735827580160 140735827582922 0
/proc/15254/statm: 28282 364 306 221 0 87 0
[pid=15256] ppid=15254 vsize=26645092 memory=1264192 CPUtime=75 cores=0-7
/proc/15256/stat : 15256 (java) S 15254 15254 14928 0 -1 1077944320 53405 0 0 0 7397 103 0 0 20 0 28 0 88082077 27284574208 316048 33554432000 4194304 4196468 140735046268880 140735046251424 140715669585655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
/proc/15256/statm: 6661273 316048 3440 1 0 6622467 0
[pid=15256/tid=15257] ppid=15254 vsize=26645092 memory=6791534058613427641 CPUtime=3.51 cores=0-7
/proc/15256/task/15257/stat : 15257 (java) S 15254 15254 14928 0 -1 1077944384 8403 0 0 0 335 16 0 0 20 0 28 0 88082077 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715673826432 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15258] ppid=15254 vsize=26645092 memory=288230583166042425 CPUtime=0.25 cores=0-7
/proc/15256/task/15258/stat : 15258 (java) S 15254 15254 14928 0 -1 1077944384 143 0 0 0 18 7 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715622206608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15259] ppid=15254 vsize=26645092 memory=16104758104558012 CPUtime=0.21 cores=0-7
/proc/15256/task/15259/stat : 15259 (java) S 15254 15254 14928 0 -1 1077944384 128 0 0 0 15 6 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715621153808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15260] ppid=15254 vsize=26645092 memory=7444825561389879400 CPUtime=0.2 cores=0-7
/proc/15256/task/15260/stat : 15260 (java) S 15254 15254 14928 0 -1 1077944384 118 0 0 0 14 6 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715620101008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15261] ppid=15254 vsize=26645092 memory=7525631982234462315 CPUtime=0.18 cores=0-7
/proc/15256/task/15261/stat : 15261 (java) S 15254 15254 14928 0 -1 1077944384 130 0 0 0 12 6 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715619048208 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15262] ppid=15254 vsize=26645092 memory=140234007234176 CPUtime=0.2 cores=0-7
/proc/15256/task/15262/stat : 15262 (java) S 15254 15254 14928 0 -1 1077944384 119 0 0 0 14 6 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715617995408 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15263] ppid=15254 vsize=26645092 memory=280467807884160 CPUtime=0.23 cores=0-7
/proc/15256/task/15263/stat : 15263 (java) S 15254 15254 14928 0 -1 1077944384 137 0 0 0 16 7 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715616942608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15264] ppid=15254 vsize=26645092 memory=0 CPUtime=0.22 cores=0-7
/proc/15256/task/15264/stat : 15264 (java) S 15254 15254 14928 0 -1 1077944384 128 0 0 0 15 7 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715615889808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15265] ppid=15254 vsize=26645092 memory=0 CPUtime=0.17 cores=0-7
/proc/15256/task/15265/stat : 15265 (java) S 15254 15254 14928 0 -1 1077944384 115 0 0 0 12 5 0 0 20 0 28 0 88082078 27284574208 316048 33554432000 4194304 4196468 140735046268880 140715614837008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15266] ppid=15254 vsize=26645092 memory=0 CPUtime=0.02 cores=0-7
/proc/15256/task/15266/stat : 15266 (java) S 15254 15254 14928 0 -1 1077944384 1221 0 0 0 2 0 0 0 20 0 28 0 88082079 27284574208 316048 33554432000 4194304 4196468 140735046268880 140714075724656 140715669596802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15267] ppid=15254 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15267/stat : 15267 (java) S 15254 15254 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 88082080 27284574208 316048 33554432000 4194304 4196468 140735046268880 140714074670688 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15268] ppid=15254 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15268/stat : 15268 (java) S 15254 15254 14928 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 88082080 27284574208 316048 33554432000 4194304 4196468 140735046268880 140714073617792 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15269] ppid=15254 vsize=26645092 memory=2241 CPUtime=0 cores=0-7
/proc/15256/task/15269/stat : 15269 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88082082 27284574208 316050 33554432000 4194304 4196468 140735046268880 140714072566096 140715669604251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15270] ppid=15254 vsize=26645092 memory=2244 CPUtime=4.71 cores=0-7
/proc/15256/task/15270/stat : 15270 (java) S 15254 15254 14928 0 -1 1077944384 11014 0 0 0 467 4 0 0 20 0 28 0 88082082 27284574208 316050 33554432000 4194304 4196468 140735046268880 140714071513456 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15271] ppid=15254 vsize=26645092 memory=288230574492221466 CPUtime=4.39 cores=0-7
/proc/15256/task/15271/stat : 15271 (java) R 15254 15254 14928 0 -1 4202560 10021 0 0 0 436 3 0 0 20 0 28 0 88082082 27284574208 316050 33554432000 4194304 4196468 140735046268880 140714070460952 140715653117146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15272] ppid=15254 vsize=26645092 memory=0 CPUtime=4.75 cores=0-7
/proc/15256/task/15272/stat : 15272 (java) S 15254 15254 14928 0 -1 1077944384 9740 0 0 0 471 4 0 0 20 0 28 0 88082083 27284574208 316050 33554432000 4194304 4196468 140735046268880 140714069407856 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15273] ppid=15254 vsize=26645092 memory=0 CPUtime=1.08 cores=0-7
/proc/15256/task/15273/stat : 15273 (java) S 15254 15254 14928 0 -1 1077944384 5740 0 0 0 107 1 0 0 20 0 28 0 88082083 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713491519472 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15274] ppid=15254 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15274/stat : 15274 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88082083 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713490467936 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15275] ppid=15254 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/15256/task/15275/stat : 15275 (java) S 15254 15254 14928 0 -1 1077944384 817 0 0 0 0 0 0 0 20 0 28 0 88082083 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713489415216 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15276] ppid=15254 vsize=26645092 memory=0 CPUtime=6.71 cores=0-7
/proc/15256/task/15276/stat : 15276 (java) R 15254 15254 14928 0 -1 4202560 407 0 0 0 671 0 0 0 20 0 28 0 88082450 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713478720728 140715304058718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15277] ppid=15254 vsize=26645092 memory=0 CPUtime=6.62 cores=0-7
/proc/15256/task/15277/stat : 15277 (java) S 15254 15254 14928 0 -1 1077944384 303 0 0 0 662 0 0 0 20 0 28 0 88082451 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713477669480 140715669595861 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15278] ppid=15254 vsize=26645092 memory=0 CPUtime=6.58 cores=0-7
/proc/15256/task/15278/stat : 15278 (java) R 15254 15254 14928 0 -1 4202560 1003 0 0 0 648 10 0 0 20 0 28 0 88082451 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713476616072 140715305996240 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15279] ppid=15254 vsize=26645092 memory=0 CPUtime=6.98 cores=0-7
/proc/15256/task/15279/stat : 15279 (java) R 15254 15254 14928 0 -1 4202560 936 0 0 0 696 2 0 0 20 0 28 0 88082451 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713475563384 140715304444759 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15280] ppid=15254 vsize=26645092 memory=0 CPUtime=7.03 cores=0-7
/proc/15256/task/15280/stat : 15280 (java) S 15254 15254 14928 0 -1 1077944384 534 0 0 0 703 0 0 0 20 0 28 0 88082451 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713474515792 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15281] ppid=15254 vsize=26645092 memory=0 CPUtime=6.86 cores=0-7
/proc/15256/task/15281/stat : 15281 (java) S 15254 15254 14928 0 -1 1077944384 403 0 0 0 685 1 0 0 20 0 28 0 88082451 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713473462992 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15282] ppid=15254 vsize=26645092 memory=0 CPUtime=6.98 cores=0-7
/proc/15256/task/15282/stat : 15282 (java) R 15254 15254 14928 0 -1 4202560 209 0 0 0 698 0 0 0 20 0 28 0 88082451 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713472406152 140715303920807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15283] ppid=15254 vsize=26645092 memory=0 CPUtime=6.87 cores=0-7
/proc/15256/task/15283/stat : 15283 (java) R 15254 15254 14928 0 -1 4202560 467 0 0 0 687 0 0 0 20 0 28 0 88082451 27284574208 316050 33554432000 4194304 4196468 140735046268880 140713471353384 140715306031615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
Current children cumulated CPU time: 75 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1265648 KiB

[startup+11.5012 s]
/proc/loadavg: 7.76 8.11 8.17 9/207 15283
/proc/meminfo: memFree=21401764/32770624 swapFree=67108772/67108860
[pid=15254] ppid=15251 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15254/stat : 15254 (xcsp3-exec) S 15251 15254 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88082076 115843072 364 33554432000 4194304 5098028 140735827573360 140735827571464 140477440332412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34000896 140735827579957 140735827580160 140735827580160 140735827582922 0
/proc/15254/statm: 28282 364 306 221 0 87 0
[pid=15256] ppid=15254 vsize=26645092 memory=1264240 CPUtime=75.18 cores=0-7
/proc/15256/stat : 15256 (java) S 15254 15254 14928 0 -1 1077944320 54719 0 0 0 7415 103 0 0 20 0 28 0 88082077 27284574208 316060 33554432000 4194304 4196468 140735046268880 140735046251424 140715669585655 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
/proc/15256/statm: 6661273 316060 3440 1 0 6622467 0
[pid=15256/tid=15257] ppid=15254 vsize=26645092 memory=1456 CPUtime=3.51 cores=0-7
/proc/15256/task/15257/stat : 15257 (java) S 15254 15254 14928 0 -1 1077944384 8403 0 0 0 335 16 0 0 20 0 28 0 88082077 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715673826432 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15258] ppid=15254 vsize=26645092 memory=1266356 CPUtime=0.25 cores=0-7
/proc/15256/task/15258/stat : 15258 (java) S 15254 15254 14928 0 -1 1077944384 143 0 0 0 18 7 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715622206608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15259] ppid=15254 vsize=26645092 memory=56 CPUtime=0.21 cores=0-7
/proc/15256/task/15259/stat : 15259 (java) S 15254 15254 14928 0 -1 1077944384 128 0 0 0 15 6 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715621153808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15260] ppid=15254 vsize=26645092 memory=0 CPUtime=0.2 cores=0-7
/proc/15256/task/15260/stat : 15260 (java) S 15254 15254 14928 0 -1 1077944384 118 0 0 0 14 6 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715620101008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15261] ppid=15254 vsize=26645092 memory=0 CPUtime=0.18 cores=0-7
/proc/15256/task/15261/stat : 15261 (java) S 15254 15254 14928 0 -1 1077944384 130 0 0 0 12 6 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715619048208 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15262] ppid=15254 vsize=26645092 memory=0 CPUtime=0.2 cores=0-7
/proc/15256/task/15262/stat : 15262 (java) S 15254 15254 14928 0 -1 1077944384 119 0 0 0 14 6 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715617995408 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15263] ppid=15254 vsize=26645092 memory=140233903453344 CPUtime=0.23 cores=0-7
/proc/15256/task/15263/stat : 15263 (java) S 15254 15254 14928 0 -1 1077944384 137 0 0 0 16 7 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715616942608 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15264] ppid=15254 vsize=26645092 memory=280467807427984 CPUtime=0.22 cores=0-7
/proc/15256/task/15264/stat : 15264 (java) S 15254 15254 14928 0 -1 1077944384 128 0 0 0 15 7 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715615889808 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15265] ppid=15254 vsize=26645092 memory=67700495747818 CPUtime=0.17 cores=0-7
/proc/15256/task/15265/stat : 15265 (java) S 15254 15254 14928 0 -1 1077944384 115 0 0 0 12 5 0 0 20 0 28 0 88082078 27284574208 316060 33554432000 4194304 4196468 140735046268880 140715614837008 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15266] ppid=15254 vsize=26645092 memory=67700495747818 CPUtime=0.02 cores=0-7
/proc/15256/task/15266/stat : 15266 (java) S 15254 15254 14928 0 -1 1077944384 1221 0 0 0 2 0 0 0 20 0 28 0 88082079 27284574208 316060 33554432000 4194304 4196468 140735046268880 140714075724656 140715669596802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15267] ppid=15254 vsize=26645092 memory=67700495747818 CPUtime=0 cores=0-7
/proc/15256/task/15267/stat : 15267 (java) S 15254 15254 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 88082080 27284574208 316060 33554432000 4194304 4196468 140735046268880 140714074670688 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15268] ppid=15254 vsize=26645092 memory=56 CPUtime=0 cores=0-7
/proc/15256/task/15268/stat : 15268 (java) S 15254 15254 14928 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 88082080 27284574208 316060 33554432000 4194304 4196468 140735046268880 140714073617792 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15269] ppid=15254 vsize=26645092 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/15256/task/15269/stat : 15269 (java) S 15254 15254 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88082082 27284574208 316060 33554432000 4194304 4196468 140735046268880 140714072566096 140715669604251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15270] ppid=15254 vsize=26645092 memory=8546823402028195750 CPUtime=4.71 cores=0-7
/proc/15256/task/15270/stat : 15270 (java) S 15254 15254 14928 0 -1 1077944384 11014 0 0 0 467 4 0 0 20 0 28 0 88082082 27284574208 316060 33554432000 4194304 4196468 140735046268880 140714071513456 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15271] ppid=15254 vsize=26645092 memory=-3704326594973231466 CPUtime=4.46 cores=0-7
/proc/15256/task/15271/stat : 15271 (java) S 15254 15254 14928 0 -1 1077944384 11137 0 0 0 443 3 0 0 20 0 28 0 88082082 27284574208 316060 33554432000 4194304 4196468 140735046268880 140714070460656 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15272] ppid=15254 vsize=26645092 memory=-7531822216213012384 CPUtime=4.75 cores=0-7
/proc/15256/task/15272/stat : 15272 (java) S 15254 15254 14928 0 -1 1077944384 9740 0 0 0 471 4 0 0 20 0 28 0 88082083 27284574208 316060 33554432000 4194304 4196468 140735046268880 140714069407856 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15273] ppid=15254 vsize=26645092 memory=56 CPUtime=1.08 cores=0-7
/proc/15256/task/15273/stat : 15273 (java) S 15254 15254 14928 0 -1 1077944384 5740 0 0 0 107 1 0 0 20 0 28 0 88082083 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713491519472 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15274] ppid=15254 vsize=26645092 memory=12848 CPUtime=0 cores=0-7
/proc/15256/task/15274/stat : 15274 (java) S 15254 15254 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88082083 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713490467936 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15275] ppid=15254 vsize=26645092 memory=25505 CPUtime=0 cores=0-7
/proc/15256/task/15275/stat : 15275 (java) S 15254 15254 14928 0 -1 1077944384 817 0 0 0 0 0 0 0 20 0 28 0 88082083 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713489415216 140715669596802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15276] ppid=15254 vsize=26645092 memory=0 CPUtime=6.71 cores=0-7
/proc/15256/task/15276/stat : 15276 (java) S 15254 15254 14928 0 -1 1077944384 431 0 0 0 671 0 0 0 20 0 28 0 88082450 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713478725488 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15277] ppid=15254 vsize=26645092 memory=0 CPUtime=6.62 cores=0-7
/proc/15256/task/15277/stat : 15277 (java) S 15254 15254 14928 0 -1 1077944384 303 0 0 0 662 0 0 0 20 0 28 0 88082451 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713477674192 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15278] ppid=15254 vsize=26645092 memory=0 CPUtime=6.68 cores=0-7
/proc/15256/task/15278/stat : 15278 (java) R 15254 15254 14928 0 -1 4202560 1016 0 0 0 658 10 0 0 20 0 28 0 88082451 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713476616072 140715305996184 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15279] ppid=15254 vsize=26645092 memory=0 CPUtime=6.99 cores=0-7
/proc/15256/task/15279/stat : 15279 (java) S 15254 15254 14928 0 -1 1077944384 941 0 0 0 697 2 0 0 20 0 28 0 88082451 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713475568592 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15280] ppid=15254 vsize=26645092 memory=1456 CPUtime=7.03 cores=0-7
/proc/15256/task/15280/stat : 15280 (java) S 15254 15254 14928 0 -1 1077944384 534 0 0 0 703 0 0 0 20 0 28 0 88082451 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713474515792 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15281] ppid=15254 vsize=26645092 memory=1267148 CPUtime=6.86 cores=0-7
/proc/15256/task/15281/stat : 15281 (java) S 15254 15254 14928 0 -1 1077944384 403 0 0 0 685 1 0 0 20 0 28 0 88082451 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713473462992 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15282] ppid=15254 vsize=26645092 memory=0 CPUtime=6.99 cores=0-7
/proc/15256/task/15282/stat : 15282 (java) S 15254 15254 14928 0 -1 1077944384 233 0 0 0 699 0 0 0 20 0 28 0 88082451 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713472411216 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
[pid=15256/tid=15283] ppid=15254 vsize=26645092 memory=0 CPUtime=6.88 cores=0-7
/proc/15256/task/15283/stat : 15283 (java) S 15254 15254 14928 0 -1 1077944384 471 0 0 0 688 0 0 0 20 0 28 0 88082451 27284574208 316060 33554432000 4194304 4196468 140735046268880 140713471358416 140715669595861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24084480 140735046276225 140735046276397 140735046276397 140735046279119 0
Current children cumulated CPU time: 75.18 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1265696 KiB

Child status: 0
Real time (s): 11.5709
CPU time (s): 75.2671
CPU user time (s): 74.2087
CPU system time (s): 1.05837
CPU usage (%): 650.488
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 1268748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.2087
system time used= 1.05837
maximum resident set size= 1267296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4865
involuntary context switches= 1630


# summary of solver processes directly reported to runsolver:
#   pid: 15254
#   total CPU time (s): 75.2671
#   total CPU user time (s): 74.2087
#   total CPU system time (s): 1.05837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116622 second user time and 0.172283 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-27 17:26:32
IDJOB=4297901
IDBENCH=141187
IDSOLVER=2760
FILE ID=node106/4297901-1532705192
RUNJOBID= node106-1532705147-14955
PBS_JOBID= 21022310
Free space on /tmp= 46168 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f08_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297901-1532705192/watcher-4297901-1532705192 -o /tmp/evaluation-result-4297901-1532705192/solver-4297901-1532705192 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1532705147-14955 --watchdog 2580  HOME/xcsp3-exec -seed 1554594430 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297901-1532705192.xml

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

MD5SUM BENCH= 2cf96eb4ef0a34305468f9a178fec6f7
RANDOM SEED=1554594430

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22655540 kB
MemAvailable:   31924332 kB
Buffers:          213136 kB
Cached:          9200700 kB
SwapCached:           56 kB
Active:          2696952 kB
Inactive:        6772836 kB
Active(anon):       3112 kB
Inactive(anon):    80708 kB
Active(file):    2693840 kB
Inactive(file):  6692128 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108772 kB
Dirty:             22244 kB
Writeback:             0 kB
AnonPages:         62884 kB
Mapped:            42100 kB
Shmem:             25140 kB
Slab:             338040 kB
SReclaimable:     311284 kB
SUnreclaim:        26756 kB
KernelStack:        3152 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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 /tmp at the end= 46144 MiB
End job on node106 at 2018-07-27 17:26:44