Trace number 4297900

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 168.245 23.6408

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f05_c18.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
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 benchmark19.7903
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"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-4297900-1532705161.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297900-1532705161.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
12.18/3.49	c solve instance...
168.18/23.62	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 (13541 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297900-1532705161/watcher-4297900-1532705161 -o /tmp/evaluation-result-4297900-1532705161/solver-4297900-1532705161 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1532705147-14955 --watchdog 2580 HOME/xcsp3-exec -seed 1206311157 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297900-1532705161.xml 

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

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


[startup+0.100141 s]*
/proc/loadavg: 8.59 8.31 8.23 2/199 15087
/proc/meminfo: memFree=22639304/32770624 swapFree=67108772/67108860
[pid=15066] ppid=15063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (xcsp3-exec) S 15063 15066 14928 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 88078928 115843072 363 33554432000 4194304 5098028 140727917535200 140727917533304 139622614307452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35721216 140727917536309 140727917536512 140727917536512 140727917539274 0
/proc/15066/statm: 28282 363 306 221 0 87 0
[pid=15068] ppid=15066 vsize=26104152 memory=27192 CPUtime=0.12 cores=0-7
/proc/15068/stat : 15068 (java) S 15066 15066 14928 0 -1 1077944320 5672 0 0 0 10 2 0 0 20 0 20 0 88078928 26730651648 6798 33554432000 4194304 4196468 140726939500336 140726939482880 140378297630455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
/proc/15068/statm: 6526038 6798 3040 1 0 6488315 0
[pid=15068/tid=15069] ppid=15066 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15068/task/15069/stat : 15069 (java) R 15066 15066 14928 0 -1 4202560 3695 0 0 0 8 1 0 0 20 0 20 0 88078928 26730651648 6864 33554432000 4194304 4196468 140726939500336 140378301853600 140378281674085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15070] ppid=15066 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15068/task/15070/stat : 15070 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140378256390800 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15071] ppid=15066 vsize=26104152 memory=140202096662144 CPUtime=0 cores=0-7
/proc/15068/task/15071/stat : 15071 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140377854593552 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15072] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15072/stat : 15072 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140377853540752 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15073] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15073/stat : 15073 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140377852487952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15074] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15074/stat : 15074 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140377851436176 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15075] ppid=15066 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15068/task/15075/stat : 15075 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140377850383376 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15076] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15076/stat : 15076 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140377849330576 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15077] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15077/stat : 15077 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 6864 33554432000 4194304 4196468 140726939500336 140377848277776 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15078] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15078/stat : 15078 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078931 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376703727984 140378297641602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15079] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15079/stat : 15079 (java) S 15066 15066 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88078931 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376702673952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15080] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15080/stat : 15080 (java) S 15066 15066 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88078931 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376701621104 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15081] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15081/stat : 15081 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376700569424 140378297649051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15082] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15082/stat : 15082 (java) S 15066 15066 14928 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376699517808 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15083] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15083/stat : 15083 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376698465008 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15084] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15084/stat : 15084 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376697412208 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15085] ppid=15066 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15068/task/15085/stat : 15085 (java) R 15066 15066 14928 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 88078934 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376696359408 140378297642390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15086] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15086/stat : 15086 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376695306848 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15087] ppid=15066 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15068/task/15087/stat : 15087 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 6864 33554432000 4194304 4196468 140726939500336 140376694254128 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28644 KiB

[startup+0.210271 s]*
/proc/loadavg: 8.59 8.31 8.23 3/199 15087
/proc/meminfo: memFree=22627148/32770624 swapFree=67108772/67108860
[pid=15066] ppid=15063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (xcsp3-exec) S 15063 15066 14928 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 88078928 115843072 363 33554432000 4194304 5098028 140727917535200 140727917533304 139622614307452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35721216 140727917536309 140727917536512 140727917536512 140727917539274 0
/proc/15066/statm: 28282 363 306 221 0 87 0
[pid=15068] ppid=15066 vsize=26104152 memory=39600 CPUtime=0.34 cores=0-7
/proc/15068/stat : 15068 (java) S 15066 15066 14928 0 -1 1077944320 8490 0 0 0 31 3 0 0 20 0 20 0 88078928 26730651648 9900 33554432000 4194304 4196468 140726939500336 140726939482880 140378297630455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
/proc/15068/statm: 6526038 9900 3189 1 0 6488315 0
[pid=15068/tid=15069] ppid=15066 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15068/task/15069/stat : 15069 (java) R 15066 15066 14928 0 -1 4202560 5586 0 0 0 18 1 0 0 20 0 20 0 88078928 26730651648 9900 33554432000 4194304 4196468 140726939500336 140378301860176 140378297642390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15070] ppid=15066 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/15068/task/15070/stat : 15070 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140378256390800 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15071] ppid=15066 vsize=26104152 memory=140202097160628 CPUtime=0 cores=0-7
/proc/15068/task/15071/stat : 15071 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140377854593552 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15072] ppid=15066 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15068/task/15072/stat : 15072 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140377853540752 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15073] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15073/stat : 15073 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140377852487952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15074] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15074/stat : 15074 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140377851436176 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15075] ppid=15066 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15068/task/15075/stat : 15075 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140377850383376 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15076] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15076/stat : 15076 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140377849330576 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15077] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15077/stat : 15077 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88078929 26730651648 9900 33554432000 4194304 4196468 140726939500336 140377848277776 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15078] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15078/stat : 15078 (java) S 15066 15066 14928 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88078931 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376703727984 140378297641602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15079] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15079/stat : 15079 (java) S 15066 15066 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88078931 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376702673952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15080] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15080/stat : 15080 (java) S 15066 15066 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88078931 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376701621104 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15081] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15081/stat : 15081 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376700569424 140378297649051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15082] ppid=15066 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15068/task/15082/stat : 15082 (java) S 15066 15066 14928 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 20 0 88078934 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376699517808 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15083] ppid=15066 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/15068/task/15083/stat : 15083 (java) S 15066 15066 14928 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 20 0 88078934 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376698465008 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15084] ppid=15066 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/15068/task/15084/stat : 15084 (java) S 15066 15066 14928 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 88078934 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376697412208 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15085] ppid=15066 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/15068/task/15085/stat : 15085 (java) S 15066 15066 14928 0 -1 1077944384 813 0 0 0 7 0 0 0 20 0 20 0 88078934 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376696359408 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15086] ppid=15066 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15086/stat : 15086 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376695306848 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15087] ppid=15066 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/15068/task/15087/stat : 15087 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078934 26730651648 9900 33554432000 4194304 4196468 140726939500336 140376694254128 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41052 KiB

[startup+0.318147 s]*
/proc/loadavg: 8.59 8.31 8.23 3/199 15087
/proc/meminfo: memFree=22620448/32770624 swapFree=67108772/67108860
[pid=15066] ppid=15063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (xcsp3-exec) S 15063 15066 14928 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 88078928 115843072 363 33554432000 4194304 5098028 140727917535200 140727917533304 139622614307452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35721216 140727917536309 140727917536512 140727917536512 140727917539274 0
/proc/15066/statm: 28282 363 306 221 0 87 0
[pid=15068] ppid=15066 vsize=26108408 memory=47032 CPUtime=0.54 cores=0-7
/proc/15068/stat : 15068 (java) S 15066 15066 14928 0 -1 1077944320 9460 0 0 0 50 4 0 0 20 0 20 0 88078928 26735009792 11758 33554432000 4194304 4196468 140726939500336 140726939482880 140378297630455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
/proc/15068/statm: 6527102 11758 3234 1 0 6488315 0
[pid=15068/tid=15069] ppid=15066 vsize=26108408 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15068/task/15069/stat : 15069 (java) R 15066 15066 14928 0 -1 4202560 6369 0 0 0 28 2 0 0 20 0 20 0 88078928 26735009792 11758 33554432000 4194304 4196468 140726939500336 140378301861568 140378297652381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15070] ppid=15066 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15070/stat : 15070 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140378256390800 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15071] ppid=15066 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15071/stat : 15071 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140377854593552 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15072] ppid=15066 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15072/stat : 15072 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140377853540752 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15073] ppid=15066 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15073/stat : 15073 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140377852487952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15074] ppid=15066 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/15068/task/15074/stat : 15074 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140377851436176 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15075] ppid=15066 vsize=26108408 memory=140201959715759 CPUtime=0 cores=0-7
/proc/15068/task/15075/stat : 15075 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140377850383376 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15076] ppid=15066 vsize=26108408 memory=140201959718064 CPUtime=0 cores=0-7
/proc/15068/task/15076/stat : 15076 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140377849330576 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15077] ppid=15066 vsize=26108408 memory=140201959720368 CPUtime=0 cores=0-7
/proc/15068/task/15077/stat : 15077 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88078929 26735009792 11758 33554432000 4194304 4196468 140726939500336 140377848277776 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15078] ppid=15066 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15078/stat : 15078 (java) S 15066 15066 14928 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88078931 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376703727984 140378297641602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15079] ppid=15066 vsize=26108408 memory=280403919447696 CPUtime=0 cores=0-7
/proc/15068/task/15079/stat : 15079 (java) S 15066 15066 14928 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88078931 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376702673952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15080] ppid=15066 vsize=26108408 memory=280403919454608 CPUtime=0 cores=0-7
/proc/15068/task/15080/stat : 15080 (java) S 15066 15066 14928 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88078931 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376701621104 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15081] ppid=15066 vsize=26108408 memory=280403919395760 CPUtime=0 cores=0-7
/proc/15068/task/15081/stat : 15081 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078934 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376700569424 140378297649051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15082] ppid=15066 vsize=26108408 memory=280403919468432 CPUtime=0.02 cores=0-7
/proc/15068/task/15082/stat : 15082 (java) S 15066 15066 14928 0 -1 1077944384 506 0 0 0 2 0 0 0 20 0 20 0 88078934 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376699517808 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15083] ppid=15066 vsize=26108408 memory=280403919475344 CPUtime=0.04 cores=0-7
/proc/15068/task/15083/stat : 15083 (java) S 15066 15066 14928 0 -1 1077944384 290 0 0 0 4 0 0 0 20 0 20 0 88078934 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376698465008 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15084] ppid=15066 vsize=26108408 memory=280403919473040 CPUtime=0.02 cores=0-7
/proc/15068/task/15084/stat : 15084 (java) S 15066 15066 14928 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 20 0 88078934 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376697412208 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15085] ppid=15066 vsize=26108408 memory=280403919489200 CPUtime=0.12 cores=0-7
/proc/15068/task/15085/stat : 15085 (java) S 15066 15066 14928 0 -1 1077944384 885 0 0 0 12 0 0 0 20 0 20 0 88078934 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376696359408 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15086] ppid=15066 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15086/stat : 15086 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88078934 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376695306848 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15087] ppid=15066 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/15068/task/15087/stat : 15087 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078934 26735009792 11758 33554432000 4194304 4196468 140726939500336 140376694254128 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48484 KiB

[startup+0.701011 s]
/proc/loadavg: 8.59 8.31 8.23 3/199 15087
/proc/meminfo: memFree=22550384/32770624 swapFree=67108772/67108860
[pid=15066] ppid=15063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (xcsp3-exec) S 15063 15066 14928 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 88078928 115843072 363 33554432000 4194304 5098028 140727917535200 140727917533304 139622614307452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35721216 140727917536309 140727917536512 140727917536512 140727917539274 0
/proc/15066/statm: 28282 363 306 221 0 87 0
[pid=15068] ppid=15066 vsize=26110532 memory=198504 CPUtime=1.94 cores=0-7
/proc/15068/stat : 15068 (java) S 15066 15066 14928 0 -1 1077944320 16208 0 0 0 185 9 0 0 20 0 20 0 88078928 26737184768 49626 33554432000 4194304 4196468 140726939500336 140726939482880 140378297630455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
/proc/15068/statm: 6527633 49626 3377 1 0 6488827 0
[pid=15068/tid=15069] ppid=15066 vsize=26110532 memory=280403919847088 CPUtime=0.65 cores=0-7
/proc/15068/task/15069/stat : 15069 (java) R 15066 15066 14928 0 -1 4202560 6995 0 0 0 60 5 0 0 20 0 20 0 88078928 26737184768 49626 33554432000 4194304 4196468 140726939500336 140378301866896 140377933753409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15070] ppid=15066 vsize=26110532 memory=140201959924592 CPUtime=0 cores=0-7
/proc/15068/task/15070/stat : 15070 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26737184768 49626 33554432000 4194304 4196468 140726939500336 140378256390800 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15071] ppid=15066 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/15068/task/15071/stat : 15071 (java) S 15066 15066 14928 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88078929 26737184768 49626 33554432000 4194304 4196468 140726939500336 140377854593552 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15072] ppid=15066 vsize=26110532 memory=4616 CPUtime=0 cores=0-7
/proc/15068/task/15072/stat : 15072 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88078929 26737184768 49626 33554432000 4194304 4196468 140726939500336 140377853540752 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0

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

[pid=15068/tid=15085] ppid=15066 vsize=26645092 memory=0 CPUtime=1.14 cores=0-7
/proc/15068/task/15085/stat : 15085 (java) S 15066 15066 14928 0 -1 1077944384 8186 0 0 0 112 2 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376696359408 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15086] ppid=15066 vsize=26645092 memory=4420 CPUtime=0 cores=0-7
/proc/15068/task/15086/stat : 15086 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376695306848 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15087] ppid=15066 vsize=26645092 memory=6628 CPUtime=0 cores=0-7
/proc/15068/task/15087/stat : 15087 (java) S 15066 15066 14928 0 -1 1077944384 848 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376694254128 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15088] ppid=15066 vsize=26645092 memory=8836 CPUtime=17.91 cores=0-7
/proc/15068/task/15088/stat : 15088 (java) R 15066 15066 14928 0 -1 4202560 616 0 0 0 1790 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376683559720 140377945113473 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15089] ppid=15066 vsize=26645092 memory=11044 CPUtime=17.62 cores=0-7
/proc/15068/task/15089/stat : 15089 (java) R 15066 15066 14928 0 -1 4202560 588 0 0 0 1761 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376682507936 140377945195113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15090] ppid=15066 vsize=26645092 memory=13252 CPUtime=17.43 cores=0-7
/proc/15068/task/15090/stat : 15090 (java) R 15066 15066 14928 0 -1 4202560 2764 0 0 0 1738 5 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376681458056 140377947972399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15091] ppid=15066 vsize=26645092 memory=15460 CPUtime=17.46 cores=0-7
/proc/15068/task/15091/stat : 15091 (java) R 15066 15066 14928 0 -1 4202560 2073 0 0 0 1728 18 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376680403416 140377947286743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15092] ppid=15066 vsize=26645092 memory=17668 CPUtime=17.78 cores=0-7
/proc/15068/task/15092/stat : 15092 (java) R 15066 15066 14928 0 -1 4202560 837 0 0 0 1777 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376679353000 140377945520908 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15093] ppid=15066 vsize=26645092 memory=19876 CPUtime=17.7 cores=0-7
/proc/15068/task/15093/stat : 15093 (java) R 15066 15066 14928 0 -1 4202560 546 0 0 0 1769 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376678297888 140377945187824 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15094] ppid=15066 vsize=26645092 memory=22084 CPUtime=17.65 cores=0-7
/proc/15068/task/15094/stat : 15094 (java) R 15066 15066 14928 0 -1 4202560 435 0 0 0 1764 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376677245192 140377944714972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15095] ppid=15066 vsize=26645092 memory=24292 CPUtime=17.89 cores=0-7
/proc/15068/task/15095/stat : 15095 (java) R 15066 15066 14928 0 -1 4202560 568 0 0 0 1789 0 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376676192360 140377945187850 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
Current children cumulated CPU time: 162.37 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1452552 KiB

[startup+23.2012 s]
/proc/loadavg: 8.18 8.22 8.21 9/207 15095
/proc/meminfo: memFree=21216172/32770624 swapFree=67108772/67108860
[pid=15066] ppid=15063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (xcsp3-exec) S 15063 15066 14928 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 88078928 115843072 363 33554432000 4194304 5098028 140727917535200 140727917533304 139622614307452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35721216 140727917536309 140727917536512 140727917536512 140727917539274 0
/proc/15066/statm: 28282 363 306 221 0 87 0
[pid=15068] ppid=15066 vsize=26645092 memory=1451100 CPUtime=167.79 cores=0-7
/proc/15068/stat : 15068 (java) S 15066 15066 14928 0 -1 1077944320 76140 0 0 0 16633 146 0 0 20 0 28 0 88078928 27284574208 362775 33554432000 4194304 4196468 140726939500336 140726939482880 140378297630455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
/proc/15068/statm: 6661273 362775 3442 1 0 6622467 0
[pid=15068/tid=15069] ppid=15066 vsize=26645092 memory=7595156224138762608 CPUtime=3.33 cores=0-7
/proc/15068/task/15069/stat : 15069 (java) S 15066 15066 14928 0 -1 1077944384 8404 0 0 0 315 18 0 0 20 0 28 0 88078928 27284574208 362775 33554432000 4194304 4196468 140726939500336 140378301871232 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15070] ppid=15066 vsize=26645092 memory=7595156224138762608 CPUtime=0.26 cores=0-7
/proc/15068/task/15070/stat : 15070 (java) S 15066 15066 14928 0 -1 1077944384 218 0 0 0 18 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140378256390800 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15071] ppid=15066 vsize=26645092 memory=8100119111248667481 CPUtime=0.25 cores=0-7
/proc/15068/task/15071/stat : 15071 (java) S 15066 15066 14928 0 -1 1077944384 214 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377854593552 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15072] ppid=15066 vsize=26645092 memory=1452 CPUtime=0.25 cores=0-7
/proc/15068/task/15072/stat : 15072 (java) S 15066 15066 14928 0 -1 1077944384 190 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377853540752 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15073] ppid=15066 vsize=26645092 memory=1450992 CPUtime=0.25 cores=0-7
/proc/15068/task/15073/stat : 15073 (java) S 15066 15066 14928 0 -1 1077944384 562 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377852487952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15074] ppid=15066 vsize=26645092 memory=7158876680305006672 CPUtime=0.28 cores=0-7
/proc/15068/task/15074/stat : 15074 (java) S 15066 15066 14928 0 -1 1077944384 207 0 0 0 18 10 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377851436176 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15075] ppid=15066 vsize=26645092 memory=6080802261218388056 CPUtime=0.25 cores=0-7
/proc/15068/task/15075/stat : 15075 (java) S 15066 15066 14928 0 -1 1077944384 223 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377850383376 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15076] ppid=15066 vsize=26645092 memory=8100119111248667481 CPUtime=0.29 cores=0-7
/proc/15068/task/15076/stat : 15076 (java) S 15066 15066 14928 0 -1 1077944384 228 0 0 0 20 9 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377849330576 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15077] ppid=15066 vsize=26645092 memory=7451865652905209961 CPUtime=0.25 cores=0-7
/proc/15068/task/15077/stat : 15077 (java) S 15066 15066 14928 0 -1 1077944384 442 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377848277776 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15078] ppid=15066 vsize=26645092 memory=7595156224155865713 CPUtime=0.02 cores=0-7
/proc/15068/task/15078/stat : 15078 (java) S 15066 15066 14928 0 -1 1077944384 1589 0 0 0 2 0 0 0 20 0 28 0 88078931 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376703727984 140378297641602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15079] ppid=15066 vsize=26645092 memory=7595156224155865713 CPUtime=0 cores=0-7
/proc/15068/task/15079/stat : 15079 (java) S 15066 15066 14928 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 88078931 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376702674016 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15080] ppid=15066 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/15068/task/15080/stat : 15080 (java) S 15066 15066 14928 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 88078931 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376701621120 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15081] ppid=15066 vsize=26645092 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/15068/task/15081/stat : 15081 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376700569424 140378297649051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15082] ppid=15066 vsize=26645092 memory=1708 CPUtime=4.38 cores=0-7
/proc/15068/task/15082/stat : 15082 (java) S 15066 15066 14928 0 -1 1077944384 11255 0 0 0 435 3 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376699517808 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15083] ppid=15066 vsize=26645092 memory=792 CPUtime=4.9 cores=0-7
/proc/15068/task/15083/stat : 15083 (java) S 15066 15066 14928 0 -1 1077944384 16108 0 0 0 485 5 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376698465008 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15084] ppid=15066 vsize=26645092 memory=1228 CPUtime=4.83 cores=0-7
/proc/15068/task/15084/stat : 15084 (java) S 15066 15066 14928 0 -1 1077944384 17287 0 0 0 478 5 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376697412208 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15085] ppid=15066 vsize=26645092 memory=8544 CPUtime=1.14 cores=0-7
/proc/15068/task/15085/stat : 15085 (java) S 15066 15066 14928 0 -1 1077944384 8186 0 0 0 112 2 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376696359408 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15086] ppid=15066 vsize=26645092 memory=1444 CPUtime=0 cores=0-7
/proc/15068/task/15086/stat : 15086 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376695306848 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15087] ppid=15066 vsize=26645092 memory=5668 CPUtime=0 cores=0-7
/proc/15068/task/15087/stat : 15087 (java) S 15066 15066 14928 0 -1 1077944384 848 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376694254128 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15088] ppid=15066 vsize=26645092 memory=4616 CPUtime=18.58 cores=0-7
/proc/15068/task/15088/stat : 15088 (java) S 15066 15066 14928 0 -1 1077944384 627 0 0 0 1857 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376683564400 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15089] ppid=15066 vsize=26645092 memory=14076 CPUtime=18.28 cores=0-7
/proc/15068/task/15089/stat : 15089 (java) S 15066 15066 14928 0 -1 1077944384 595 0 0 0 1827 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376682513104 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15090] ppid=15066 vsize=26645092 memory=1450948 CPUtime=18.22 cores=0-7
/proc/15068/task/15090/stat : 15090 (java) R 15066 15066 14928 0 -1 4202560 2900 0 0 0 1814 8 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376681455600 140377947972749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15091] ppid=15066 vsize=26645092 memory=1232 CPUtime=18.12 cores=0-7
/proc/15068/task/15091/stat : 15091 (java) S 15066 15066 14928 0 -1 1077944384 2259 0 0 0 1790 22 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376680408528 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15092] ppid=15066 vsize=26645092 memory=2424 CPUtime=18.44 cores=0-7
/proc/15068/task/15092/stat : 15092 (java) S 15066 15066 14928 0 -1 1077944384 903 0 0 0 1843 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376679355728 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15093] ppid=15066 vsize=26645092 memory=1576 CPUtime=18.37 cores=0-7
/proc/15068/task/15093/stat : 15093 (java) S 15066 15066 14928 0 -1 1077944384 546 0 0 0 1836 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376678302928 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15094] ppid=15066 vsize=26645092 memory=928 CPUtime=18.31 cores=0-7
/proc/15068/task/15094/stat : 15094 (java) S 15066 15066 14928 0 -1 1077944384 439 0 0 0 1830 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376677250128 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15095] ppid=15066 vsize=26645092 memory=288230574492221466 CPUtime=18.55 cores=0-7
/proc/15068/task/15095/stat : 15095 (java) S 15066 15066 14928 0 -1 1077944384 570 0 0 0 1855 0 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376676197328 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
Current children cumulated CPU time: 167.79 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1452552 KiB

[startup+23.6012 s]
/proc/loadavg: 8.18 8.22 8.21 9/207 15095
/proc/meminfo: memFree=21216172/32770624 swapFree=67108772/67108860
[pid=15066] ppid=15063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15066/stat : 15066 (xcsp3-exec) S 15063 15066 14928 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 88078928 115843072 363 33554432000 4194304 5098028 140727917535200 140727917533304 139622614307452 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35721216 140727917536309 140727917536512 140727917536512 140727917539274 0
/proc/15066/statm: 28282 363 306 221 0 87 0
[pid=15068] ppid=15066 vsize=26645092 memory=1451100 CPUtime=168.18 cores=0-7
/proc/15068/stat : 15068 (java) S 15066 15066 14928 0 -1 1077944320 76195 0 0 0 16672 146 0 0 20 0 28 0 88078928 27284574208 362775 33554432000 4194304 4196468 140726939500336 140726939482880 140378297630455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
/proc/15068/statm: 6661273 362775 3442 1 0 6622467 0
[pid=15068/tid=15069] ppid=15066 vsize=26645092 memory=6943526294502006880 CPUtime=3.33 cores=0-7
/proc/15068/task/15069/stat : 15069 (java) S 15066 15066 14928 0 -1 1077944384 8404 0 0 0 315 18 0 0 20 0 28 0 88078928 27284574208 362775 33554432000 4194304 4196468 140726939500336 140378301871232 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15070] ppid=15066 vsize=26645092 memory=6944656592455360604 CPUtime=0.26 cores=0-7
/proc/15068/task/15070/stat : 15070 (java) S 15066 15066 14928 0 -1 1077944384 218 0 0 0 18 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140378256390800 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15071] ppid=15066 vsize=26645092 memory=3617432526504307955 CPUtime=0.25 cores=0-7
/proc/15068/task/15071/stat : 15071 (java) S 15066 15066 14928 0 -1 1077944384 214 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377854593552 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15072] ppid=15066 vsize=26645092 memory=3833020351269529696 CPUtime=0.25 cores=0-7
/proc/15068/task/15072/stat : 15072 (java) S 15066 15066 14928 0 -1 1077944384 190 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377853540752 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15073] ppid=15066 vsize=26645092 memory=644 CPUtime=0.25 cores=0-7
/proc/15068/task/15073/stat : 15073 (java) S 15066 15066 14928 0 -1 1077944384 562 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377852487952 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15074] ppid=15066 vsize=26645092 memory=952 CPUtime=0.28 cores=0-7
/proc/15068/task/15074/stat : 15074 (java) S 15066 15066 14928 0 -1 1077944384 207 0 0 0 18 10 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377851436176 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15075] ppid=15066 vsize=26645092 memory=1232 CPUtime=0.25 cores=0-7
/proc/15068/task/15075/stat : 15075 (java) S 15066 15066 14928 0 -1 1077944384 223 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377850383376 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15076] ppid=15066 vsize=26645092 memory=2424 CPUtime=0.29 cores=0-7
/proc/15068/task/15076/stat : 15076 (java) S 15066 15066 14928 0 -1 1077944384 228 0 0 0 20 9 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377849330576 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15077] ppid=15066 vsize=26645092 memory=1576 CPUtime=0.25 cores=0-7
/proc/15068/task/15077/stat : 15077 (java) S 15066 15066 14928 0 -1 1077944384 442 0 0 0 17 8 0 0 20 0 28 0 88078929 27284574208 362775 33554432000 4194304 4196468 140726939500336 140377848277776 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15078] ppid=15066 vsize=26645092 memory=928 CPUtime=0.02 cores=0-7
/proc/15068/task/15078/stat : 15078 (java) S 15066 15066 14928 0 -1 1077944384 1589 0 0 0 2 0 0 0 20 0 28 0 88078931 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376703727984 140378297641602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15079] ppid=15066 vsize=26645092 memory=2240 CPUtime=0 cores=0-7
/proc/15068/task/15079/stat : 15079 (java) S 15066 15066 14928 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 88078931 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376702674016 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15080] ppid=15066 vsize=26645092 memory=4124 CPUtime=0 cores=0-7
/proc/15068/task/15080/stat : 15080 (java) S 15066 15066 14928 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 88078931 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376701621120 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15081] ppid=15066 vsize=26645092 memory=2200 CPUtime=0 cores=0-7
/proc/15068/task/15081/stat : 15081 (java) S 15066 15066 14928 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376700569424 140378297649051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15082] ppid=15066 vsize=26645092 memory=7284 CPUtime=4.38 cores=0-7
/proc/15068/task/15082/stat : 15082 (java) S 15066 15066 14928 0 -1 1077944384 11255 0 0 0 435 3 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376699517808 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15083] ppid=15066 vsize=26645092 memory=840 CPUtime=4.9 cores=0-7
/proc/15068/task/15083/stat : 15083 (java) S 15066 15066 14928 0 -1 1077944384 16108 0 0 0 485 5 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376698465008 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15084] ppid=15066 vsize=26645092 memory=4096 CPUtime=4.83 cores=0-7
/proc/15068/task/15084/stat : 15084 (java) S 15066 15066 14928 0 -1 1077944384 17287 0 0 0 478 5 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376697412208 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15085] ppid=15066 vsize=26645092 memory=1796 CPUtime=1.14 cores=0-7
/proc/15068/task/15085/stat : 15085 (java) S 15066 15066 14928 0 -1 1077944384 8186 0 0 0 112 2 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376696359408 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15086] ppid=15066 vsize=26645092 memory=912 CPUtime=0 cores=0-7
/proc/15068/task/15086/stat : 15086 (java) S 15066 15066 14928 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376695306848 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15087] ppid=15066 vsize=26645092 memory=4144 CPUtime=0 cores=0-7
/proc/15068/task/15087/stat : 15087 (java) S 15066 15066 14928 0 -1 1077944384 850 0 0 0 0 0 0 0 20 0 28 0 88078934 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376694254128 140378297641602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15088] ppid=15066 vsize=26645092 memory=1408 CPUtime=18.58 cores=0-7
/proc/15068/task/15088/stat : 15088 (java) S 15066 15066 14928 0 -1 1077944384 627 0 0 0 1857 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376683564400 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15089] ppid=15066 vsize=26645092 memory=3120 CPUtime=18.28 cores=0-7
/proc/15068/task/15089/stat : 15089 (java) S 15066 15066 14928 0 -1 1077944384 595 0 0 0 1827 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376682513104 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15090] ppid=15066 vsize=26645092 memory=1452 CPUtime=18.62 cores=0-7
/proc/15068/task/15090/stat : 15090 (java) R 15066 15066 14928 0 -1 4202560 2953 0 0 0 1854 8 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376681455600 140377947972736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15091] ppid=15066 vsize=26645092 memory=1451100 CPUtime=18.12 cores=0-7
/proc/15068/task/15091/stat : 15091 (java) S 15066 15066 14928 0 -1 1077944384 2259 0 0 0 1790 22 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376680408528 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15092] ppid=15066 vsize=26645092 memory=6791534058613427641 CPUtime=18.44 cores=0-7
/proc/15068/task/15092/stat : 15092 (java) S 15066 15066 14928 0 -1 1077944384 903 0 0 0 1843 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376679355728 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15093] ppid=15066 vsize=26645092 memory=4872558044660077418 CPUtime=18.37 cores=0-7
/proc/15068/task/15093/stat : 15093 (java) S 15066 15066 14928 0 -1 1077944384 546 0 0 0 1836 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376678302928 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15094] ppid=15066 vsize=26645092 memory=1452 CPUtime=18.31 cores=0-7
/proc/15068/task/15094/stat : 15094 (java) S 15066 15066 14928 0 -1 1077944384 439 0 0 0 1830 1 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376677250128 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
[pid=15068/tid=15095] ppid=15066 vsize=26645092 memory=1313588 CPUtime=18.55 cores=0-7
/proc/15068/task/15095/stat : 15095 (java) S 15066 15066 14928 0 -1 1077944384 570 0 0 0 1855 0 0 0 20 0 28 0 88079282 27284574208 362775 33554432000 4194304 4196468 140726939500336 140376676197328 140378297640661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27754496 140726939505793 140726939505965 140726939505965 140726939508687 0
Current children cumulated CPU time: 168.18 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1452552 KiB

Child status: 0
Real time (s): 23.6408
CPU time (s): 168.245
CPU user time (s): 166.754
CPU system time (s): 1.49073
CPU usage (%): 711.671
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 1452552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.754
system time used= 1.49073
maximum resident set size= 1455052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78175
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= 5644
involuntary context switches= 2886


# summary of solver processes directly reported to runsolver:
#   pid: 15066
#   total CPU time (s): 168.245
#   total CPU user time (s): 166.754
#   total CPU system time (s): 1.49073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.196133 second user time and 0.335324 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=1206311157

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:        22655592 kB
MemAvailable:   31924264 kB
Buffers:          213120 kB
Cached:          9200692 kB
SwapCached:           56 kB
Active:          2698240 kB
Inactive:        6772608 kB
Active(anon):       4264 kB
Inactive(anon):    80708 kB
Active(file):    2693976 kB
Inactive(file):  6691900 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108772 kB
Dirty:             22180 kB
Writeback:             0 kB
AnonPages:         63116 kB
Mapped:            41168 kB
Shmem:             25140 kB
Slab:             338004 kB
SReclaimable:     311256 kB
SUnreclaim:        26748 kB
KernelStack:        3152 kB
PageTables:         5340 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:      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:24