Trace number 4297892

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 36.3726 6.74006

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f12_c18.xml
MD5SUM3a3bda421e3d420e405b4b910599d042
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.9557
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size32
Distribution of domain sizes[{"size":6,"count":2},{"size":17,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":32,"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-4297892-1532705185.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297892-1532705185.xml, -tl, 20160s, -p, 8]
0.11/0.21	c 8 solvers in parallel
0.33/0.28	c parse instance...
15.02/3.97	c solve instance...
36.32/6.72	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-4297892-1532705185/watcher-4297892-1532705185 -o /tmp/evaluation-result-4297892-1532705185/solver-4297892-1532705185 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1532705147-14955 --watchdog 2580 HOME/xcsp3-exec -seed 2061052683 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297892-1532705185.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=15160, runsolver pid=15157

[startup+0.100117 s]*
/proc/loadavg: 8.18 8.22 8.21 3/199 15181
/proc/meminfo: memFree=22639572/32770624 swapFree=67108772/67108860
[pid=15160] ppid=15157 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15160/stat : 15160 (xcsp3-exec) S 15157 15160 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88081348 115843072 363 33554432000 4194304 5098028 140721053668432 140721053666536 139630620447356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30810112 140721053672501 140721053672704 140721053672704 140721053675466 0
/proc/15160/statm: 28282 363 305 221 0 87 0
[pid=15162] ppid=15160 vsize=26104152 memory=26992 CPUtime=0.11 cores=0-7
/proc/15162/stat : 15162 (java) S 15160 15160 14928 0 -1 1077944320 5688 0 0 0 10 1 0 0 20 0 20 0 88081348 26730651648 6748 33554432000 4194304 4196468 140733398926928 140733398909472 140559576018679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
/proc/15162/statm: 6526038 6748 2995 1 0 6488315 0
[pid=15162/tid=15163] ppid=15160 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15162/task/15163/stat : 15163 (java) R 15160 15160 14928 0 -1 4202560 3694 0 0 0 8 1 0 0 20 0 20 0 88081348 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559580251952 140559576030614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15164] ppid=15160 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15162/task/15164/stat : 15164 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559528639376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15165] ppid=15160 vsize=26104152 memory=140362205300352 CPUtime=0 cores=0-7
/proc/15162/task/15165/stat : 15165 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559527586576 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15166] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15166/stat : 15166 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559526534288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15167] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15167/stat : 15167 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559525481488 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15168] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15168/stat : 15168 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559524428176 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15169] ppid=15160 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15162/task/15169/stat : 15169 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559523375376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15170] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15170/stat : 15170 (java) S 15160 15160 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559522323088 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15171] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15171/stat : 15171 (java) S 15160 15160 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 6748 33554432000 4194304 4196468 140733398926928 140559521270288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15172] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15172/stat : 15172 (java) S 15160 15160 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88081351 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558116694640 140559576029826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15173] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15173/stat : 15173 (java) S 15160 15160 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88081351 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558115640608 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15174] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15174/stat : 15174 (java) S 15160 15160 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88081351 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558114588272 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15175] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15175/stat : 15175 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558113536592 140559576037275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15176] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15176/stat : 15176 (java) S 15160 15160 14928 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558112483440 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15177] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15177/stat : 15177 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558111430640 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15178] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15178/stat : 15178 (java) S 15160 15160 14928 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558110378352 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15179] ppid=15160 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15162/task/15179/stat : 15179 (java) R 15160 15160 14928 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 20 0 88081354 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558109325552 140559554968556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15180] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15180/stat : 15180 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 6748 33554432000 4194304 4196468 140733398926928 140558108273504 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15181] ppid=15160 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15162/task/15181/stat : 15181 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 6748 33554432000 4194304 4196468 140733398926928 140557463411504 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28444 KiB

[startup+0.210366 s]*
/proc/loadavg: 8.18 8.22 8.21 2/199 15181
/proc/meminfo: memFree=22628324/32770624 swapFree=67108772/67108860
[pid=15160] ppid=15157 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15160/stat : 15160 (xcsp3-exec) S 15157 15160 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88081348 115843072 363 33554432000 4194304 5098028 140721053668432 140721053666536 139630620447356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30810112 140721053672501 140721053672704 140721053672704 140721053675466 0
/proc/15160/statm: 28282 363 305 221 0 87 0
[pid=15162] ppid=15160 vsize=26104152 memory=39788 CPUtime=0.33 cores=0-7
/proc/15162/stat : 15162 (java) S 15160 15160 14928 0 -1 1077944320 8521 0 0 0 31 2 0 0 20 0 20 0 88081348 26730651648 9947 33554432000 4194304 4196468 140733398926928 140733398909472 140559576018679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
/proc/15162/statm: 6526038 9947 3185 1 0 6488315 0
[pid=15162/tid=15163] ppid=15160 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15162/task/15163/stat : 15163 (java) R 15160 15160 14928 0 -1 4202560 5607 0 0 0 18 1 0 0 20 0 20 0 88081348 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559580252736 140559576040605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15164] ppid=15160 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/15162/task/15164/stat : 15164 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559528639376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15165] ppid=15160 vsize=26104152 memory=140362205798836 CPUtime=0 cores=0-7
/proc/15162/task/15165/stat : 15165 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559527586576 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15166] ppid=15160 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15162/task/15166/stat : 15166 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559526534288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15167] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15167/stat : 15167 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559525481488 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15168] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15168/stat : 15168 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559524428176 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15169] ppid=15160 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15162/task/15169/stat : 15169 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559523375376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15170] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15170/stat : 15170 (java) S 15160 15160 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559522323088 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15171] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15171/stat : 15171 (java) S 15160 15160 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88081349 26730651648 9947 33554432000 4194304 4196468 140733398926928 140559521270288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15172] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15172/stat : 15172 (java) S 15160 15160 14928 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88081351 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558116694640 140559576029826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15173] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15173/stat : 15173 (java) S 15160 15160 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88081351 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558115640608 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15174] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15174/stat : 15174 (java) S 15160 15160 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88081351 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558114588272 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15175] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15175/stat : 15175 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558113536592 140559576037275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15176] ppid=15160 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15162/task/15176/stat : 15176 (java) S 15160 15160 14928 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 20 0 88081354 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558112483440 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15177] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15177/stat : 15177 (java) S 15160 15160 14928 0 -1 1077944384 200 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558111430640 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15178] ppid=15160 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/15162/task/15178/stat : 15178 (java) S 15160 15160 14928 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 20 0 88081354 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558110378352 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15179] ppid=15160 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/15162/task/15179/stat : 15179 (java) S 15160 15160 14928 0 -1 1077944384 794 0 0 0 8 0 0 0 20 0 20 0 88081354 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558109325552 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15180] ppid=15160 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15180/stat : 15180 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 9947 33554432000 4194304 4196468 140733398926928 140558108273504 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15181] ppid=15160 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15162/task/15181/stat : 15181 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081354 26730651648 10012 33554432000 4194304 4196468 140733398926928 140557463411504 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41240 KiB

[startup+0.31009 s]*
/proc/loadavg: 8.18 8.22 8.21 3/199 15181
/proc/meminfo: memFree=22622816/32770624 swapFree=67108772/67108860
[pid=15160] ppid=15157 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15160/stat : 15160 (xcsp3-exec) S 15157 15160 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88081348 115843072 363 33554432000 4194304 5098028 140721053668432 140721053666536 139630620447356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30810112 140721053672501 140721053672704 140721053672704 140721053675466 0
/proc/15160/statm: 28282 363 305 221 0 87 0
[pid=15162] ppid=15160 vsize=26108408 memory=46828 CPUtime=0.52 cores=0-7
/proc/15162/stat : 15162 (java) S 15160 15160 14928 0 -1 1077944320 9411 0 0 0 49 3 0 0 20 0 20 0 88081348 26735009792 11707 33554432000 4194304 4196468 140733398926928 140733398909472 140559576018679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
/proc/15162/statm: 6527102 11707 3262 1 0 6488315 0
[pid=15162/tid=15163] ppid=15160 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15162/task/15163/stat : 15163 (java) R 15160 15160 14928 0 -1 4202560 6327 0 0 0 27 2 0 0 20 0 20 0 88081348 26735009792 11707 33554432000 4194304 4196468 140733398926928 140559580255456 140559560099166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15164] ppid=15160 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15164/stat : 15164 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11707 33554432000 4194304 4196468 140733398926928 140559528639376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15165] ppid=15160 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15165/stat : 15165 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11707 33554432000 4194304 4196468 140733398926928 140559527586576 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15166] ppid=15160 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15166/stat : 15166 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11707 33554432000 4194304 4196468 140733398926928 140559526534288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15167] ppid=15160 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15167/stat : 15167 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11772 33554432000 4194304 4196468 140733398926928 140559525481488 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15168] ppid=15160 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/15162/task/15168/stat : 15168 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11772 33554432000 4194304 4196468 140733398926928 140559524428176 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15169] ppid=15160 vsize=26108408 memory=140362081465263 CPUtime=0 cores=0-7
/proc/15162/task/15169/stat : 15169 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11772 33554432000 4194304 4196468 140733398926928 140559523375376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15170] ppid=15160 vsize=26108408 memory=140362081467568 CPUtime=0 cores=0-7
/proc/15162/task/15170/stat : 15170 (java) S 15160 15160 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11772 33554432000 4194304 4196468 140733398926928 140559522323088 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15171] ppid=15160 vsize=26108408 memory=140362081469872 CPUtime=0 cores=0-7
/proc/15162/task/15171/stat : 15171 (java) S 15160 15160 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88081349 26735009792 11772 33554432000 4194304 4196468 140733398926928 140559521270288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15172] ppid=15160 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15172/stat : 15172 (java) S 15160 15160 14928 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88081351 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558116694640 140559576029826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15173] ppid=15160 vsize=26108408 memory=280724162946704 CPUtime=0 cores=0-7
/proc/15162/task/15173/stat : 15173 (java) S 15160 15160 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88081351 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558115640608 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15174] ppid=15160 vsize=26108408 memory=280724162953616 CPUtime=0 cores=0-7
/proc/15162/task/15174/stat : 15174 (java) S 15160 15160 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88081351 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558114588272 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15175] ppid=15160 vsize=26108408 memory=280724162894768 CPUtime=0 cores=0-7
/proc/15162/task/15175/stat : 15175 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081354 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558113536592 140559576037275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15176] ppid=15160 vsize=26108408 memory=280724162967440 CPUtime=0.03 cores=0-7
/proc/15162/task/15176/stat : 15176 (java) S 15160 15160 14928 0 -1 1077944384 542 0 0 0 3 0 0 0 20 0 20 0 88081354 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558112483440 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15177] ppid=15160 vsize=26108408 memory=280724162974352 CPUtime=0.02 cores=0-7
/proc/15162/task/15177/stat : 15177 (java) S 15160 15160 14928 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 20 0 88081354 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558111430640 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15178] ppid=15160 vsize=26108408 memory=280724162972048 CPUtime=0.02 cores=0-7
/proc/15162/task/15178/stat : 15178 (java) S 15160 15160 14928 0 -1 1077944384 167 0 0 0 2 0 0 0 20 0 20 0 88081354 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558110378352 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15179] ppid=15160 vsize=26108408 memory=280724162988208 CPUtime=0.12 cores=0-7
/proc/15162/task/15179/stat : 15179 (java) S 15160 15160 14928 0 -1 1077944384 864 0 0 0 12 0 0 0 20 0 20 0 88081354 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558109325552 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15180] ppid=15160 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15180/stat : 15180 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88081354 26735009792 11772 33554432000 4194304 4196468 140733398926928 140558108273504 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15181] ppid=15160 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/15162/task/15181/stat : 15181 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081354 26735009792 11772 33554432000 4194304 4196468 140733398926928 140557463411504 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48280 KiB

[startup+0.701008 s]
/proc/loadavg: 8.18 8.22 8.21 5/199 15181
/proc/meminfo: memFree=22539584/32770624 swapFree=67108772/67108860
[pid=15160] ppid=15157 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15160/stat : 15160 (xcsp3-exec) S 15157 15160 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88081348 115843072 363 33554432000 4194304 5098028 140721053668432 140721053666536 139630620447356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30810112 140721053672501 140721053672704 140721053672704 140721053675466 0
/proc/15160/statm: 28282 363 305 221 0 87 0
[pid=15162] ppid=15160 vsize=26110532 memory=200044 CPUtime=1.97 cores=0-7
/proc/15162/stat : 15162 (java) S 15160 15160 14928 0 -1 1077944320 16560 0 0 0 190 7 0 0 20 0 20 0 88081348 26737184768 50011 33554432000 4194304 4196468 140733398926928 140733398909472 140559576018679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
/proc/15162/statm: 6527633 50011 3377 1 0 6488827 0
[pid=15162/tid=15163] ppid=15160 vsize=26110532 memory=280724163346096 CPUtime=0.66 cores=0-7
/proc/15162/task/15163/stat : 15163 (java) R 15160 15160 14928 0 -1 4202560 6982 0 0 0 62 4 0 0 20 0 20 0 88081348 26737184768 50011 33554432000 4194304 4196468 140733398926928 140559580255152 140559201642528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15164] ppid=15160 vsize=26110532 memory=140362081674096 CPUtime=0 cores=0-7
/proc/15162/task/15164/stat : 15164 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26737184768 50011 33554432000 4194304 4196468 140733398926928 140559528639376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15165] ppid=15160 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15165/stat : 15165 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88081349 26737184768 50011 33554432000 4194304 4196468 140733398926928 140559527586576 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15166] ppid=15160 vsize=26110532 memory=4616 CPUtime=0 cores=0-7
/proc/15162/task/15166/stat : 15166 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88081349 26737184768 50011 33554432000 4194304 4196468 140733398926928 140559526534288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0

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

[pid=15162/tid=15179] ppid=15160 vsize=26645092 memory=0 CPUtime=1.04 cores=0-7
/proc/15162/task/15179/stat : 15179 (java) S 15160 15160 14928 0 -1 1077944384 5233 0 0 0 102 2 0 0 20 0 28 0 88081354 27284574208 316503 33554432000 4194304 4196468 140733398926928 140558109325552 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15180] ppid=15160 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15180/stat : 15180 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316503 33554432000 4194304 4196468 140733398926928 140558108273504 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15181] ppid=15160 vsize=26645092 memory=280724163684704 CPUtime=0 cores=0-7
/proc/15162/task/15181/stat : 15181 (java) S 15160 15160 14928 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557463411504 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15182] ppid=15160 vsize=26645092 memory=140362081780648 CPUtime=1.57 cores=0-7
/proc/15162/task/15182/stat : 15182 (java) R 15160 15160 14928 0 -1 4202560 130 0 0 0 157 0 0 0 20 0 28 0 88081749 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557452719816 140559209665399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15183] ppid=15160 vsize=26645092 memory=15792 CPUtime=1.6 cores=0-7
/proc/15162/task/15183/stat : 15183 (java) R 15160 15160 14928 0 -1 4202560 74 0 0 0 160 0 0 0 20 0 28 0 88081750 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557451666520 140559208413937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15184] ppid=15160 vsize=26645092 memory=1788 CPUtime=1.59 cores=0-7
/proc/15162/task/15184/stat : 15184 (java) R 15160 15160 14928 0 -1 4202560 628 0 0 0 159 0 0 0 20 0 28 0 88081750 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557450612472 140559209544635 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15185] ppid=15160 vsize=26645092 memory=1265848 CPUtime=1.92 cores=0-7
/proc/15162/task/15185/stat : 15185 (java) R 15160 15160 14928 0 -1 4202560 181 0 0 0 192 0 0 0 20 0 28 0 88081750 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557449561832 140559209645959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15186] ppid=15160 vsize=26645092 memory=280724163272880 CPUtime=1.81 cores=0-7
/proc/15162/task/15186/stat : 15186 (java) R 15160 15160 14928 0 -1 4202560 69 0 0 0 181 0 0 0 20 0 28 0 88081750 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557448507816 140559209136408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15187] ppid=15160 vsize=26645092 memory=2527990908673 CPUtime=1.82 cores=0-7
/proc/15162/task/15187/stat : 15187 (java) R 15160 15160 14928 0 -1 4202560 54 0 0 0 182 0 0 0 20 0 28 0 88081750 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557447456824 140559209136959 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15188] ppid=15160 vsize=26645092 memory=2536580843265 CPUtime=1.98 cores=0-7
/proc/15162/task/15188/stat : 15188 (java) R 15160 15160 14928 0 -1 4202560 56 0 0 0 198 0 0 0 20 0 28 0 88081750 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557446402392 140559209663224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15189] ppid=15160 vsize=26645092 memory=2549465745153 CPUtime=1.83 cores=0-7
/proc/15162/task/15189/stat : 15189 (java) R 15160 15160 14928 0 -1 4202560 76 0 0 0 183 0 0 0 20 0 28 0 88081750 27284574208 316503 33554432000 4194304 4196468 140733398926928 140557445350168 140559209021982 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
Current children cumulated CPU time: 34.16 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1267464 KiB

[startup+6.60213 s]
/proc/loadavg: 7.84 8.15 8.18 12/207 15189
/proc/meminfo: memFree=21400572/32770624 swapFree=67108772/67108860
[pid=15160] ppid=15157 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15160/stat : 15160 (xcsp3-exec) S 15157 15160 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88081348 115843072 363 33554432000 4194304 5098028 140721053668432 140721053666536 139630620447356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30810112 140721053672501 140721053672704 140721053672704 140721053675466 0
/proc/15160/statm: 28282 363 305 221 0 87 0
[pid=15162] ppid=15160 vsize=26645092 memory=1266108 CPUtime=35.67 cores=0-7
/proc/15162/stat : 15162 (java) S 15160 15160 14928 0 -1 1077944320 48023 0 0 0 3482 85 0 0 20 0 28 0 88081348 27284574208 316527 33554432000 4194304 4196468 140733398926928 140733398909472 140559576018679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
/proc/15162/statm: 6661273 316527 3440 1 0 6622467 0
[pid=15162/tid=15163] ppid=15160 vsize=26645092 memory=2845818488577 CPUtime=3.67 cores=0-7
/proc/15162/task/15163/stat : 15163 (java) S 15160 15160 14928 0 -1 1077944384 9170 0 0 0 350 17 0 0 20 0 28 0 88081348 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559580259456 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15164] ppid=15160 vsize=26645092 memory=3868020705025 CPUtime=0.19 cores=0-7
/proc/15162/task/15164/stat : 15164 (java) S 15160 15160 14928 0 -1 1077944384 139 0 0 0 13 6 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559528639376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15165] ppid=15160 vsize=26645092 memory=3876610639617 CPUtime=0.19 cores=0-7
/proc/15162/task/15165/stat : 15165 (java) S 15160 15160 14928 0 -1 1077944384 159 0 0 0 13 6 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559527586576 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15166] ppid=15160 vsize=26645092 memory=3898085476097 CPUtime=0.21 cores=0-7
/proc/15162/task/15166/stat : 15166 (java) S 15160 15160 14928 0 -1 1077944384 138 0 0 0 14 7 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559526534288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15167] ppid=15160 vsize=26645092 memory=4108538873601 CPUtime=0.18 cores=0-7
/proc/15162/task/15167/stat : 15167 (java) S 15160 15160 14928 0 -1 1077944384 147 0 0 0 12 6 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559525481488 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15168] ppid=15160 vsize=26645092 memory=4679769523713 CPUtime=0.15 cores=0-7
/proc/15162/task/15168/stat : 15168 (java) S 15160 15160 14928 0 -1 1077944384 101 0 0 0 11 4 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559524428176 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15169] ppid=15160 vsize=26645092 memory=5027661874689 CPUtime=0.2 cores=0-7
/proc/15162/task/15169/stat : 15169 (java) S 15160 15160 14928 0 -1 1077944384 127 0 0 0 14 6 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559523375376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15170] ppid=15160 vsize=26645092 memory=6694109185281 CPUtime=0.19 cores=0-7
/proc/15162/task/15170/stat : 15170 (java) S 15160 15160 14928 0 -1 1077944384 120 0 0 0 13 6 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559522323088 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15171] ppid=15160 vsize=26645092 memory=2110712688852900 CPUtime=0.2 cores=0-7
/proc/15162/task/15171/stat : 15171 (java) S 15160 15160 14928 0 -1 1077944384 168 0 0 0 14 6 0 0 20 0 28 0 88081349 27284574208 316527 33554432000 4194304 4196468 140733398926928 140559521270288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15172] ppid=15160 vsize=26645092 memory=280724163163904 CPUtime=0.01 cores=0-7
/proc/15162/task/15172/stat : 15172 (java) S 15160 15160 14928 0 -1 1077944384 1080 0 0 0 1 0 0 0 20 0 28 0 88081351 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558116694640 140559576029826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15173] ppid=15160 vsize=26645092 memory=280724163666592 CPUtime=0 cores=0-7
/proc/15162/task/15173/stat : 15173 (java) S 15160 15160 14928 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 88081351 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558115640672 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15174] ppid=15160 vsize=26645092 memory=280724163333920 CPUtime=0 cores=0-7
/proc/15162/task/15174/stat : 15174 (java) S 15160 15160 14928 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 88081351 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558114588288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15175] ppid=15160 vsize=26645092 memory=280724163362308 CPUtime=0 cores=0-7
/proc/15162/task/15175/stat : 15175 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558113536592 140559576037275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15176] ppid=15160 vsize=26645092 memory=280724163334304 CPUtime=4.31 cores=0-7
/proc/15162/task/15176/stat : 15176 (java) S 15160 15160 14928 0 -1 1077944384 8815 0 0 0 429 2 0 0 20 0 28 0 88081354 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558112483440 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15177] ppid=15160 vsize=26645092 memory=280724286966384 CPUtime=4.61 cores=0-7
/proc/15162/task/15177/stat : 15177 (java) S 15160 15160 14928 0 -1 1077944384 9307 0 0 0 457 4 0 0 20 0 28 0 88081354 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558111430640 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15178] ppid=15160 vsize=26645092 memory=280724162943680 CPUtime=4.81 cores=0-7
/proc/15162/task/15178/stat : 15178 (java) R 15160 15160 14928 0 -1 4202560 10173 0 0 0 478 3 0 0 20 0 28 0 88081354 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558110378352 140559560308848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15179] ppid=15160 vsize=26645092 memory=280724162943744 CPUtime=1.04 cores=0-7
/proc/15162/task/15179/stat : 15179 (java) S 15160 15160 14928 0 -1 1077944384 5238 0 0 0 102 2 0 0 20 0 28 0 88081354 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558109325552 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15180] ppid=15160 vsize=26645092 memory=280724162943808 CPUtime=0 cores=0-7
/proc/15162/task/15180/stat : 15180 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316527 33554432000 4194304 4196468 140733398926928 140558108273504 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15181] ppid=15160 vsize=26645092 memory=280724162943872 CPUtime=0 cores=0-7
/proc/15162/task/15181/stat : 15181 (java) S 15160 15160 14928 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557463411504 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15182] ppid=15160 vsize=26645092 memory=280724162943936 CPUtime=1.7 cores=0-7
/proc/15162/task/15182/stat : 15182 (java) R 15160 15160 14928 0 -1 4202560 134 0 0 0 170 0 0 0 20 0 28 0 88081749 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557452718216 140559208721157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15183] ppid=15160 vsize=26645092 memory=280724162944000 CPUtime=1.79 cores=0-7
/proc/15162/task/15183/stat : 15183 (java) R 15160 15160 14928 0 -1 4202560 78 0 0 0 179 0 0 0 20 0 28 0 88081750 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557451666520 140559209117169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15184] ppid=15160 vsize=26645092 memory=280724162944064 CPUtime=1.77 cores=0-7
/proc/15162/task/15184/stat : 15184 (java) R 15160 15160 14928 0 -1 4202560 703 0 0 0 177 0 0 0 20 0 28 0 88081750 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557450613288 140559209544632 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15185] ppid=15160 vsize=26645092 memory=280724162944128 CPUtime=2.1 cores=0-7
/proc/15162/task/15185/stat : 15185 (java) R 15160 15160 14928 0 -1 4202560 215 0 0 0 210 0 0 0 20 0 28 0 88081750 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557449561832 140559209305710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15186] ppid=15160 vsize=26645092 memory=280724163493184 CPUtime=2 cores=0-7
/proc/15162/task/15186/stat : 15186 (java) R 15160 15160 14928 0 -1 4202560 76 0 0 0 200 0 0 0 20 0 28 0 88081750 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557448507816 140559209226055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15187] ppid=15160 vsize=26645092 memory=280724163496736 CPUtime=1.93 cores=0-7
/proc/15162/task/15187/stat : 15187 (java) R 15160 15160 14928 0 -1 4202560 55 0 0 0 193 0 0 0 20 0 28 0 88081750 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557447456824 140559209226007 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15188] ppid=15160 vsize=26645092 memory=280724163496800 CPUtime=2.17 cores=0-7
/proc/15162/task/15188/stat : 15188 (java) R 15160 15160 14928 0 -1 4202560 59 0 0 0 217 0 0 0 20 0 28 0 88081750 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557446402392 140559209020199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15189] ppid=15160 vsize=26645092 memory=280724163496864 CPUtime=2.01 cores=0-7
/proc/15162/task/15189/stat : 15189 (java) R 15160 15160 14928 0 -1 4202560 80 0 0 0 201 0 0 0 20 0 28 0 88081750 27284574208 316527 33554432000 4194304 4196468 140733398926928 140557445350232 140559209521166 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
Current children cumulated CPU time: 35.67 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1267560 KiB

[startup+6.70123 s]
/proc/loadavg: 7.84 8.15 8.18 12/207 15189
/proc/meminfo: memFree=21400572/32770624 swapFree=67108772/67108860
[pid=15160] ppid=15157 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15160/stat : 15160 (xcsp3-exec) S 15157 15160 14928 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88081348 115843072 363 33554432000 4194304 5098028 140721053668432 140721053666536 139630620447356 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30810112 140721053672501 140721053672704 140721053672704 140721053675466 0
/proc/15160/statm: 28282 363 305 221 0 87 0
[pid=15162] ppid=15160 vsize=26645092 memory=1266260 CPUtime=36.32 cores=0-7
/proc/15162/stat : 15162 (java) S 15160 15160 14928 0 -1 1077944320 48071 0 0 0 3547 85 0 0 20 0 28 0 88081348 27284574208 316565 33554432000 4194304 4196468 140733398926928 140733398909472 140559576018679 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
/proc/15162/statm: 6661273 316565 3440 1 0 6622467 0
[pid=15162/tid=15163] ppid=15160 vsize=26645092 memory=1266072 CPUtime=3.67 cores=0-7
/proc/15162/task/15163/stat : 15163 (java) S 15160 15160 14928 0 -1 1077944384 9170 0 0 0 350 17 0 0 20 0 28 0 88081348 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559580259456 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15164] ppid=15160 vsize=26645092 memory=0 CPUtime=0.19 cores=0-7
/proc/15162/task/15164/stat : 15164 (java) S 15160 15160 14928 0 -1 1077944384 139 0 0 0 13 6 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559528639376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15165] ppid=15160 vsize=26645092 memory=0 CPUtime=0.19 cores=0-7
/proc/15162/task/15165/stat : 15165 (java) S 15160 15160 14928 0 -1 1077944384 159 0 0 0 13 6 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559527586576 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15166] ppid=15160 vsize=26645092 memory=6944656425123094137 CPUtime=0.21 cores=0-7
/proc/15162/task/15166/stat : 15166 (java) S 15160 15160 14928 0 -1 1077944384 138 0 0 0 14 7 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559526534288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15167] ppid=15160 vsize=26645092 memory=-7884222364187980992 CPUtime=0.18 cores=0-7
/proc/15162/task/15167/stat : 15167 (java) S 15160 15160 14928 0 -1 1077944384 147 0 0 0 12 6 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559525481488 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15168] ppid=15160 vsize=26645092 memory=56 CPUtime=0.15 cores=0-7
/proc/15162/task/15168/stat : 15168 (java) S 15160 15160 14928 0 -1 1077944384 101 0 0 0 11 4 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559524428176 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15169] ppid=15160 vsize=26645092 memory=12848 CPUtime=0.2 cores=0-7
/proc/15162/task/15169/stat : 15169 (java) S 15160 15160 14928 0 -1 1077944384 127 0 0 0 14 6 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559523375376 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15170] ppid=15160 vsize=26645092 memory=25505 CPUtime=0.19 cores=0-7
/proc/15162/task/15170/stat : 15170 (java) S 15160 15160 14928 0 -1 1077944384 120 0 0 0 13 6 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559522323088 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15171] ppid=15160 vsize=26645092 memory=280724163622048 CPUtime=0.2 cores=0-7
/proc/15162/task/15171/stat : 15171 (java) S 15160 15160 14928 0 -1 1077944384 168 0 0 0 14 6 0 0 20 0 28 0 88081349 27284574208 316565 33554432000 4194304 4196468 140733398926928 140559521270288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15172] ppid=15160 vsize=26645092 memory=3472328296160571440 CPUtime=0.01 cores=0-7
/proc/15162/task/15172/stat : 15172 (java) S 15160 15160 14928 0 -1 1077944384 1080 0 0 0 1 0 0 0 20 0 28 0 88081351 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558116694640 140559576029826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15173] ppid=15160 vsize=26645092 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/15162/task/15173/stat : 15173 (java) S 15160 15160 14928 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 88081351 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558115640672 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15174] ppid=15160 vsize=26645092 memory=33 CPUtime=0 cores=0-7
/proc/15162/task/15174/stat : 15174 (java) S 15160 15160 14928 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 88081351 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558114588288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15175] ppid=15160 vsize=26645092 memory=7378702031775426905 CPUtime=0 cores=0-7
/proc/15162/task/15175/stat : 15175 (java) S 15160 15160 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558113536592 140559576037275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15176] ppid=15160 vsize=26645092 memory=7378702031775426905 CPUtime=4.31 cores=0-7
/proc/15162/task/15176/stat : 15176 (java) S 15160 15160 14928 0 -1 1077944384 8815 0 0 0 429 2 0 0 20 0 28 0 88081354 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558112483440 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15177] ppid=15160 vsize=26645092 memory=6441948924187209065 CPUtime=4.64 cores=0-7
/proc/15162/task/15177/stat : 15177 (java) S 15160 15160 14928 0 -1 1077944384 9317 0 0 0 460 4 0 0 20 0 28 0 88081354 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558111430640 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15178] ppid=15160 vsize=26645092 memory=6441948924187209065 CPUtime=4.83 cores=0-7
/proc/15162/task/15178/stat : 15178 (java) S 15160 15160 14928 0 -1 1077944384 10174 0 0 0 480 3 0 0 20 0 28 0 88081354 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558110378352 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15179] ppid=15160 vsize=26645092 memory=6441948924187209065 CPUtime=1.05 cores=0-7
/proc/15162/task/15179/stat : 15179 (java) S 15160 15160 14928 0 -1 1077944384 5251 0 0 0 103 2 0 0 20 0 28 0 88081354 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558109325552 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15180] ppid=15160 vsize=26645092 memory=104 CPUtime=0 cores=0-7
/proc/15162/task/15180/stat : 15180 (java) S 15160 15160 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316565 33554432000 4194304 4196468 140733398926928 140558108273504 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15181] ppid=15160 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/15162/task/15181/stat : 15181 (java) S 15160 15160 14928 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 28 0 88081354 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557463411504 140559576029826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15182] ppid=15160 vsize=26645092 memory=0 CPUtime=1.76 cores=0-7
/proc/15162/task/15182/stat : 15182 (java) S 15160 15160 14928 0 -1 1077944384 142 0 0 0 176 0 0 0 20 0 28 0 88081749 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557452722288 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15183] ppid=15160 vsize=26645092 memory=164 CPUtime=1.87 cores=0-7
/proc/15162/task/15183/stat : 15183 (java) S 15160 15160 14928 0 -1 1077944384 78 0 0 0 187 0 0 0 20 0 28 0 88081750 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557451670992 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15184] ppid=15160 vsize=26645092 memory=169 CPUtime=1.86 cores=0-7
/proc/15162/task/15184/stat : 15184 (java) R 15160 15160 14928 0 -1 4202560 709 0 0 0 186 0 0 0 20 0 28 0 88081750 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557450611704 140559210742661 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15185] ppid=15160 vsize=26645092 memory=168 CPUtime=2.18 cores=0-7
/proc/15162/task/15185/stat : 15185 (java) S 15160 15160 14928 0 -1 1077944384 217 0 0 0 218 0 0 0 20 0 28 0 88081750 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557449564880 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15186] ppid=15160 vsize=26645092 memory=201 CPUtime=2.08 cores=0-7
/proc/15162/task/15186/stat : 15186 (java) S 15160 15160 14928 0 -1 1077944384 82 0 0 0 208 0 0 0 20 0 28 0 88081750 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557448512592 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15187] ppid=15160 vsize=26645092 memory=190 CPUtime=1.99 cores=0-7
/proc/15162/task/15187/stat : 15187 (java) S 15160 15160 14928 0 -1 1077944384 55 0 0 0 199 0 0 0 20 0 28 0 88081750 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557447459792 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15188] ppid=15160 vsize=26645092 memory=187 CPUtime=2.24 cores=0-7
/proc/15162/task/15188/stat : 15188 (java) S 15160 15160 14928 0 -1 1077944384 59 0 0 0 224 0 0 0 20 0 28 0 88081750 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557446407504 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
[pid=15162/tid=15189] ppid=15160 vsize=26645092 memory=207 CPUtime=2.09 cores=0-7
/proc/15162/task/15189/stat : 15189 (java) S 15160 15160 14928 0 -1 1077944384 82 0 0 0 209 0 0 0 20 0 28 0 88081750 27284574208 316565 33554432000 4194304 4196468 140733398926928 140557445354704 140559576028885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16437248 140733398930561 140733398930733 140733398930733 140733398933455 0
Current children cumulated CPU time: 36.32 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1267712 KiB

Child status: 0
Real time (s): 6.74006
CPU time (s): 36.3726
CPU user time (s): 35.4966
CPU system time (s): 0.876002
CPU usage (%): 539.648
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 1269156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4966
system time used= 0.876002
maximum resident set size= 1267844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4552
involuntary context switches= 1169


# summary of solver processes directly reported to runsolver:
#   pid: 15160
#   total CPU time (s): 36.3726
#   total CPU user time (s): 35.4966
#   total CPU system time (s): 0.876002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070479 second user time and 0.115712 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-27 17:26:25
IDJOB=4297892
IDBENCH=141186
IDSOLVER=2760
FILE ID=node106/4297892-1532705185
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-f12_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-4297892-1532705185/watcher-4297892-1532705185 -o /tmp/evaluation-result-4297892-1532705185/solver-4297892-1532705185 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1532705147-14955 --watchdog 2580  HOME/xcsp3-exec -seed 2061052683 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297892-1532705185.xml

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

MD5SUM BENCH= 3a3bda421e3d420e405b4b910599d042
RANDOM SEED=2061052683

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:        22655364 kB
MemAvailable:   31924068 kB
Buffers:          213136 kB
Cached:          9200480 kB
SwapCached:           56 kB
Active:          2698592 kB
Inactive:        6772680 kB
Active(anon):       4684 kB
Inactive(anon):    80708 kB
Active(file):    2693908 kB
Inactive(file):  6691972 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108772 kB
Dirty:             21976 kB
Writeback:             0 kB
AnonPages:         59960 kB
Mapped:            41912 kB
Shmem:             25140 kB
Slab:             338204 kB
SReclaimable:     311284 kB
SUnreclaim:        26920 kB
KernelStack:        3680 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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:32