Trace number 4291019

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02? (TO) 20058.5 2520.46

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a3-galaxy14_c18.xml
MD5SUM7a3ba77b7a6be046779b0525cfa105c0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15022
Best CPU time to get the best result obtained on this benchmark20050.7
Satisfiable
(Un)Satisfiability was proved
Number of variables1470
Number of constraints5725
Number of domains3
Minimum domain size2
Maximum domain size57
Distribution of domain sizes[{"size":2,"count":728},{"size":14,"count":364},{"size":57,"count":378}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":742},{"degree":41,"count":336},{"degree":42,"count":364},{"degree":43,"count":26},{"degree":44,"count":2}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":365},{"arity":3,"count":28},{"arity":4,"count":4200},{"arity":5,"count":350},{"arity":14,"count":390},{"arity":16,"count":364},{"arity":26,"count":28}]
Number of extensional constraints378
Number of intensional constraints4565
Distribution of constraint types[{"type":"extension","count":378},{"type":"intension","count":4565},{"type":"regular","count":14},{"type":"allDifferent","count":26},{"type":"cardinality","count":14},{"type":"element","count":728}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 778949695
0.67/0.55	c timeout: 20160
0.67/0.56	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
5.23/1.83	c Parsing done, starting search...
20055.43/2520.12	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291019-1532671294/watcher-4291019-1532671294 -o /tmp/evaluation-result-4291019-1532671294/solver-4291019-1532671294 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532666250-8980 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 778949695 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291019-1532671294.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=9329, runsolver pid=9326
Current StackSize limit: 8192 KiB


[startup+0.100127 s]*
/proc/loadavg: 7.53 8.28 8.34 2/200 9349
/proc/meminfo: memFree=23685824/32770624 swapFree=67108404/67108860
[pid=9329] ppid=9326 vsize=26103424 memory=30404 CPUtime=0.11 cores=0-7
/proc/9329/stat : 9329 (java) S 9326 9329 8953 0 -1 1077944320 7063 0 0 0 10 1 0 0 20 0 20 0 84692552 26729906176 7601 33554432000 4194304 4196468 140731925046192 140731925028736 140329569849079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
/proc/9329/statm: 6525856 7601 3138 1 0 6487932 0
[pid=9329/tid=9331] ppid=9326 vsize=26103424 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9329/task/9331/stat : 9331 (java) R 9326 9329 8953 0 -1 4202560 5243 0 0 0 9 0 0 0 20 0 20 0 84692553 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329574080272 140329550124800 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9332] ppid=9326 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9329/task/9332/stat : 9332 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329535130640 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9333] ppid=9326 vsize=26103424 memory=140207640913536 CPUtime=0 cores=0-7
/proc/9329/task/9333/stat : 9333 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329127038096 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9334] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9334/stat : 9334 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329125985040 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9335] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9335/stat : 9335 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329124932496 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9336] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9336/stat : 9336 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329123879440 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9337] ppid=9326 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9329/task/9337/stat : 9337 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329122826896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9338] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9338/stat : 9338 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329121773840 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9339] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9339/stat : 9339 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 7733 33554432000 4194304 4196468 140731925046192 140329120721296 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9340] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9340/stat : 9340 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692555 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328697899760 140329569860226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9341] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9341/stat : 9341 (java) S 9326 9329 8953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84692556 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328696845984 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9342] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9342/stat : 9342 (java) S 9326 9329 8953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84692556 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328695792880 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9343] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9343/stat : 9343 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328694741456 140329569867675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9344] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9344/stat : 9344 (java) S 9326 9329 8953 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328693688560 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9345] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9345/stat : 9345 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328692636016 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9346] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9346/stat : 9346 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328691582960 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9347] ppid=9326 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9329/task/9347/stat : 9347 (java) S 9326 9329 8953 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 20 0 84692558 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328690530416 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9348] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9348/stat : 9348 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692559 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328689478624 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9349] ppid=9326 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9329/task/9349/stat : 9349 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692559 26729906176 7799 33554432000 4194304 4196468 140731925046192 140328688426160 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30404 KiB

[startup+0.210097 s]*
/proc/loadavg: 7.53 8.28 8.34 4/200 9349
/proc/meminfo: memFree=23673324/32770624 swapFree=67108404/67108860
[pid=9329] ppid=9326 vsize=26103424 memory=42976 CPUtime=0.29 cores=0-7
/proc/9329/stat : 9329 (java) S 9326 9329 8953 0 -1 1077944320 10478 0 0 0 27 2 0 0 20 0 20 0 84692552 26729906176 10744 33554432000 4194304 4196468 140731925046192 140731925028736 140329569849079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
/proc/9329/statm: 6525856 10744 3308 1 0 6487932 0
[pid=9329/tid=9331] ppid=9326 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9329/task/9331/stat : 9331 (java) R 9326 9329 8953 0 -1 4202560 8256 0 0 0 18 1 0 0 20 0 20 0 84692553 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329574072464 140329569861014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9332] ppid=9326 vsize=26103424 memory=9326 CPUtime=0 cores=0-7
/proc/9329/task/9332/stat : 9332 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329535130640 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9333] ppid=9326 vsize=26103424 memory=140207640922773 CPUtime=0 cores=0-7
/proc/9329/task/9333/stat : 9333 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329127038096 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9334] ppid=9326 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9329/task/9334/stat : 9334 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329125985040 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9335] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9335/stat : 9335 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329124932496 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9336] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9336/stat : 9336 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329123879440 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9337] ppid=9326 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9329/task/9337/stat : 9337 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329122826896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9338] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9338/stat : 9338 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329121773840 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9339] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9339/stat : 9339 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 10744 33554432000 4194304 4196468 140731925046192 140329120721296 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9340] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9340/stat : 9340 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692555 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328697899760 140329569860226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9341] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9341/stat : 9341 (java) S 9326 9329 8953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84692556 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328696845984 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9342] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9342/stat : 9342 (java) S 9326 9329 8953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84692556 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328695792880 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9343] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9343/stat : 9343 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328694741456 140329569867675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9344] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9344/stat : 9344 (java) S 9326 9329 8953 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328693688560 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9345] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9345/stat : 9345 (java) S 9326 9329 8953 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328692636016 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9346] ppid=9326 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9329/task/9346/stat : 9346 (java) S 9326 9329 8953 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 84692558 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328691582960 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9347] ppid=9326 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/9329/task/9347/stat : 9347 (java) R 9326 9329 8953 0 -1 4202560 289 0 0 0 6 0 0 0 20 0 20 0 84692558 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328690530416 140329562086206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9348] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9348/stat : 9348 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692559 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328689478624 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9349] ppid=9326 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9329/task/9349/stat : 9349 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692559 26729906176 10744 33554432000 4194304 4196468 140731925046192 140328688426160 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42976 KiB

[startup+0.3095 s]*
/proc/loadavg: 7.53 8.28 8.34 2/200 9349
/proc/meminfo: memFree=23670048/32770624 swapFree=67108404/67108860
[pid=9329] ppid=9326 vsize=26103424 memory=46804 CPUtime=0.43 cores=0-7
/proc/9329/stat : 9329 (java) S 9326 9329 8953 0 -1 1077944320 10915 0 0 0 40 3 0 0 20 0 20 0 84692552 26729906176 11701 33554432000 4194304 4196468 140731925046192 140731925028736 140329569849079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
/proc/9329/statm: 6525856 11701 3365 1 0 6487932 0
[pid=9329/tid=9331] ppid=9326 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9329/task/9331/stat : 9331 (java) R 9326 9329 8953 0 -1 4202560 8585 0 0 0 28 1 0 0 20 0 20 0 84692553 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329574010816 140329550124931 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9332] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9332/stat : 9332 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329535130640 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9333] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9333/stat : 9333 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329127038096 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9334] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9334/stat : 9334 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329125985040 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9335] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9335/stat : 9335 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329124932496 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9336] ppid=9326 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/9329/task/9336/stat : 9336 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329123879440 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9337] ppid=9326 vsize=26103424 memory=140207529751471 CPUtime=0 cores=0-7
/proc/9329/task/9337/stat : 9337 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329122826896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9338] ppid=9326 vsize=26103424 memory=140207529753776 CPUtime=0 cores=0-7
/proc/9329/task/9338/stat : 9338 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329121773840 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9339] ppid=9326 vsize=26103424 memory=140207529756080 CPUtime=0 cores=0-7
/proc/9329/task/9339/stat : 9339 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692554 26729906176 11701 33554432000 4194304 4196468 140731925046192 140329120721296 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9340] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9340/stat : 9340 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692555 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328697899760 140329569860226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9341] ppid=9326 vsize=26103424 memory=280415059519120 CPUtime=0 cores=0-7
/proc/9329/task/9341/stat : 9341 (java) S 9326 9329 8953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84692556 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328696845984 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9342] ppid=9326 vsize=26103424 memory=280415059526032 CPUtime=0 cores=0-7
/proc/9329/task/9342/stat : 9342 (java) S 9326 9329 8953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84692556 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328695792880 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9343] ppid=9326 vsize=26103424 memory=280415059467312 CPUtime=0 cores=0-7
/proc/9329/task/9343/stat : 9343 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328694741456 140329569867675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9344] ppid=9326 vsize=26103424 memory=280415059539856 CPUtime=0.01 cores=0-7
/proc/9329/task/9344/stat : 9344 (java) S 9326 9329 8953 0 -1 1077944384 404 0 0 0 1 0 0 0 20 0 20 0 84692558 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328693688560 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9345] ppid=9326 vsize=26103424 memory=280415059546768 CPUtime=0 cores=0-7
/proc/9329/task/9345/stat : 9345 (java) S 9326 9329 8953 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 84692558 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328692636016 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9346] ppid=9326 vsize=26103424 memory=280415059544464 CPUtime=0.01 cores=0-7
/proc/9329/task/9346/stat : 9346 (java) S 9326 9329 8953 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 84692558 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328691582960 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9347] ppid=9326 vsize=26103424 memory=280415059561072 CPUtime=0.07 cores=0-7
/proc/9329/task/9347/stat : 9347 (java) S 9326 9329 8953 0 -1 1077944384 308 0 0 0 7 0 0 0 20 0 20 0 84692558 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328690530416 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9348] ppid=9326 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9348/stat : 9348 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692559 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328689478624 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9349] ppid=9326 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9329/task/9349/stat : 9349 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692559 26729906176 11701 33554432000 4194304 4196468 140731925046192 140328688426160 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46804 KiB

[startup+0.700836 s]
/proc/loadavg: 7.53 8.28 8.34 2/200 9349
/proc/meminfo: memFree=23646360/32770624 swapFree=67108404/67108860
[pid=9329] ppid=9326 vsize=26105492 memory=85668 CPUtime=0.99 cores=0-7
/proc/9329/stat : 9329 (java) S 9326 9329 8953 0 -1 1077944320 17830 0 0 0 95 4 0 0 20 0 20 0 84692552 26732023808 21417 33554432000 4194304 4196468 140731925046192 140731925028736 140329569849079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
/proc/9329/statm: 6526373 21417 3495 1 0 6488444 0
[pid=9329/tid=9331] ppid=9326 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/9329/task/9331/stat : 9331 (java) R 9326 9329 8953 0 -1 4202560 15075 0 0 0 64 3 0 0 20 0 20 0 84692553 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329574064048 140329569871005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9332] ppid=9326 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9332/stat : 9332 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329535130640 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9333] ppid=9326 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9333/stat : 9333 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329127038096 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9334] ppid=9326 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9334/stat : 9334 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329125985040 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9335] ppid=9326 vsize=26105492 memory=5372 CPUtime=0 cores=0-7
/proc/9329/task/9335/stat : 9335 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329124932496 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9336] ppid=9326 vsize=26105492 memory=1440 CPUtime=0 cores=0-7
/proc/9329/task/9336/stat : 9336 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329123879440 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9337] ppid=9326 vsize=26105492 memory=4612 CPUtime=0 cores=0-7
/proc/9329/task/9337/stat : 9337 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329122826896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9338] ppid=9326 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/9329/task/9338/stat : 9338 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329121773840 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9339] ppid=9326 vsize=26105492 memory=15876 CPUtime=0 cores=0-7
/proc/9329/task/9339/stat : 9339 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84692554 26732023808 21417 33554432000 4194304 4196468 140731925046192 140329120721296 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9340] ppid=9326 vsize=26105492 memory=4044 CPUtime=0 cores=0-7
/proc/9329/task/9340/stat : 9340 (java) S 9326 9329 8953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84692555 26732023808 21417 33554432000 4194304 4196468 140731925046192 140328697899760 140329569860226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0

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

/proc/9329/task/9334/stat : 9334 (java) S 9326 9329 8953 0 -1 1077944384 51097 0 0 0 691 102 0 0 20 0 38 0 84692554 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140329125985040 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9335] ppid=9326 vsize=27320064 memory=4044 CPUtime=7.96 cores=0-7
/proc/9329/task/9335/stat : 9335 (java) S 9326 9329 8953 0 -1 1077944384 33605 0 0 0 693 103 0 0 20 0 38 0 84692554 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140329124932496 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9336] ppid=9326 vsize=27320064 memory=14492 CPUtime=7.91 cores=0-7
/proc/9329/task/9336/stat : 9336 (java) S 9326 9329 8953 0 -1 1077944384 35393 0 0 0 691 100 0 0 20 0 38 0 84692554 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140329123879440 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9337] ppid=9326 vsize=27320064 memory=16240 CPUtime=7.97 cores=0-7
/proc/9329/task/9337/stat : 9337 (java) S 9326 9329 8953 0 -1 1077944384 41576 0 0 0 695 102 0 0 20 0 38 0 84692554 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140329122826896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9338] ppid=9326 vsize=27320064 memory=8112282956445269571 CPUtime=7.96 cores=0-7
/proc/9329/task/9338/stat : 9338 (java) S 9326 9329 8953 0 -1 1077944384 38569 0 0 0 695 101 0 0 20 0 38 0 84692554 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140329121773840 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9339] ppid=9326 vsize=27320064 memory=1300 CPUtime=7.88 cores=0-7
/proc/9329/task/9339/stat : 9339 (java) S 9326 9329 8953 0 -1 1077944384 37799 0 0 0 685 103 0 0 20 0 38 0 84692554 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140329120721296 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9340] ppid=9326 vsize=27320064 memory=7284 CPUtime=1 cores=0-7
/proc/9329/task/9340/stat : 9340 (java) S 9326 9329 8953 0 -1 1077944384 58201 0 0 0 82 18 0 0 20 0 38 0 84692555 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328697899760 140329569860226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9341] ppid=9326 vsize=27320064 memory=840 CPUtime=0 cores=0-7
/proc/9329/task/9341/stat : 9341 (java) S 9326 9329 8953 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 38 0 84692556 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328696846048 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9342] ppid=9326 vsize=27320064 memory=1796 CPUtime=0 cores=0-7
/proc/9329/task/9342/stat : 9342 (java) S 9326 9329 8953 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 38 0 84692556 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328695792896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9343] ppid=9326 vsize=27320064 memory=912 CPUtime=0 cores=0-7
/proc/9329/task/9343/stat : 9343 (java) S 9326 9329 8953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 84692558 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328694741456 140329569867675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9344] ppid=9326 vsize=27320064 memory=4136 CPUtime=3.78 cores=0-7
/proc/9329/task/9344/stat : 9344 (java) S 9326 9329 8953 0 -1 1077944384 13669 0 0 0 374 4 0 0 20 0 38 0 84692558 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328693688560 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9345] ppid=9326 vsize=27320064 memory=4104 CPUtime=3.97 cores=0-7
/proc/9329/task/9345/stat : 9345 (java) S 9326 9329 8953 0 -1 1077944384 11399 0 0 0 395 2 0 0 20 0 38 0 84692558 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328692636016 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9346] ppid=9326 vsize=27320064 memory=1408 CPUtime=3.77 cores=0-7
/proc/9329/task/9346/stat : 9346 (java) S 9326 9329 8953 0 -1 1077944384 15567 0 0 0 375 2 0 0 20 0 38 0 84692558 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328691582960 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9347] ppid=9326 vsize=27320064 memory=4184 CPUtime=1.83 cores=0-7
/proc/9329/task/9347/stat : 9347 (java) S 9326 9329 8953 0 -1 1077944384 23016 0 0 0 179 4 0 0 20 0 38 0 84692558 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328690530416 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9348] ppid=9326 vsize=27320064 memory=7665844 CPUtime=0 cores=0-7
/proc/9329/task/9348/stat : 9348 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 84692559 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328689478624 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9349] ppid=9326 vsize=27320064 memory=1440 CPUtime=1.16 cores=0-7
/proc/9329/task/9349/stat : 9349 (java) S 9326 9329 8953 0 -1 1077944384 3683 0 0 0 43 73 0 0 20 0 38 0 84692559 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328688426160 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9350] ppid=9326 vsize=27320064 memory=7665844 CPUtime=0 cores=0-7
/proc/9329/task/9350/stat : 9350 (java) S 9326 9329 8953 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 38 0 84693064 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328672883712 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9351] ppid=9326 vsize=27320064 memory=13847469322668609 CPUtime=5.89 cores=0-7
/proc/9329/task/9351/stat : 9351 (java) S 9326 9329 8953 0 -1 1077944384 12770 0 0 0 314 275 0 0 20 0 38 0 84693081 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328669734304 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9352] ppid=9326 vsize=27320064 memory=8556 CPUtime=2497.28 cores=0-7
/proc/9329/task/9352/stat : 9352 (java) R 9326 9329 8953 0 -1 4202560 226430 0 0 0 249560 168 0 0 20 0 38 0 84693096 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328668673496 140329213024094 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9353] ppid=9326 vsize=27320064 memory=288230574492221466 CPUtime=2498.43 cores=0-7
/proc/9329/task/9353/stat : 9353 (java) R 9326 9329 8953 0 -1 4202560 178095 0 0 0 249715 128 0 0 20 0 38 0 84693096 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328667620952 140329221802105 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9354] ppid=9326 vsize=27320064 memory=288230583166042426 CPUtime=2500.56 cores=0-7
/proc/9329/task/9354/stat : 9354 (java) R 9326 9329 8953 0 -1 4202560 204664 0 0 0 249928 128 0 0 20 0 38 0 84693097 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328664470552 140329222604279 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9355] ppid=9326 vsize=27320064 memory=13847469322668609 CPUtime=2493.95 cores=0-7
/proc/9329/task/9355/stat : 9355 (java) R 9326 9329 8953 0 -1 4202560 200593 0 0 0 249257 138 0 0 20 0 38 0 84693103 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328663417648 140329222731406 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9356] ppid=9326 vsize=27320064 memory=8112282956445269571 CPUtime=0.36 cores=0-7
/proc/9329/task/9356/stat : 9356 (java) S 9326 9329 8953 0 -1 1077944384 48 0 0 0 36 0 0 0 20 0 38 0 84693103 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140328662373808 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9357] ppid=9326 vsize=27320064 memory=928 CPUtime=2490.02 cores=0-7
/proc/9329/task/9357/stat : 9357 (java) R 9326 9329 8953 0 -1 4202560 194741 0 0 0 248870 132 0 0 20 0 38 0 84693103 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327671810120 140329213026909 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9358] ppid=9326 vsize=27320064 memory=2244 CPUtime=2496.27 cores=0-7
/proc/9329/task/9358/stat : 9358 (java) R 9326 9329 8953 0 -1 4202560 174671 0 0 0 249508 119 0 0 20 0 38 0 84693103 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327670757080 140329217259746 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9359] ppid=9326 vsize=27320064 memory=4124 CPUtime=0.34 cores=0-7
/proc/9329/task/9359/stat : 9359 (java) S 9326 9329 8953 0 -1 1077944384 62 0 0 0 34 0 0 0 20 0 38 0 84693103 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327669712176 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9360] ppid=9326 vsize=27320064 memory=2200 CPUtime=2496.76 cores=0-7
/proc/9329/task/9360/stat : 9360 (java) R 9326 9329 8953 0 -1 4202560 192198 0 0 0 249554 122 0 0 20 0 38 0 84693103 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327668654176 140329221210740 0 4 0 16800975 0 0 0 -1 2 0 0 21 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9361] ppid=9326 vsize=27320064 memory=7284 CPUtime=2491.17 cores=0-7
/proc/9329/task/9361/stat : 9361 (java) R 9326 9329 8953 0 -1 4202560 277485 0 0 0 248887 230 0 0 20 0 38 0 84693104 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327667598632 140329222270086 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9362] ppid=9326 vsize=27320064 memory=840 CPUtime=0 cores=0-7
/proc/9329/task/9362/stat : 9362 (java) S 9326 9329 8953 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 38 0 84693104 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327666553520 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9363] ppid=9326 vsize=27320064 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/9329/task/9363/stat : 9363 (java) S 9326 9329 8953 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 84693209 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327665500976 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9364] ppid=9326 vsize=27320064 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/9329/task/9364/stat : 9364 (java) S 9326 9329 8953 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 84693209 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327664448944 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9365] ppid=9326 vsize=27320064 memory=13847469322668609 CPUtime=0 cores=0-7
/proc/9329/task/9365/stat : 9365 (java) S 9326 9329 8953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 84693209 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327663396400 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9366] ppid=9326 vsize=27320064 memory=1796 CPUtime=0 cores=0-7
/proc/9329/task/9366/stat : 9366 (java) S 9326 9329 8953 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 84693209 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327662343344 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9367] ppid=9326 vsize=27320064 memory=912 CPUtime=0 cores=0-7
/proc/9329/task/9367/stat : 9367 (java) S 9326 9329 8953 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 84693209 27975745536 1916461 33554432000 4194304 4196468 140731925046192 140327661290800 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
Current children cumulated CPU time: 20055.4 s
Current children cumulated vsize: 27320064 KiB
Current children cumulated memory: 7665844 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.46 s]
# the end of solver process 9329 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20038.1 s, system=20.4197 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.4 s]
/proc/loadavg: 9.19 8.84 8.82 9/218 9401
/proc/meminfo: memFree=16035720/32770624 swapFree=67108404/67108860
[pid=9329] ppid=9326 vsize=27719448 memory=7667736 CPUtime=20058.4 cores=0-7
/proc/9329/stat : 9329 (java) S 9326 9329 8953 0 -1 1077944320 2133775 0 0 0 2003808 2036 0 0 20 0 40 0 84692552 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140731925028736 140329569849079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
/proc/9329/statm: 6929862 1916934 3634 1 0 6891412 0
[pid=9329/tid=9331] ppid=9326 vsize=27719448 memory=7378974723577438551 CPUtime=5.26 cores=0-7
/proc/9329/task/9331/stat : 9331 (java) S 9326 9329 8953 0 -1 1077944384 24393 0 0 0 516 10 0 0 20 0 40 0 84692553 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329574087760 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9332] ppid=9326 vsize=27719448 memory=6791534058613427641 CPUtime=7.86 cores=0-7
/proc/9329/task/9332/stat : 9332 (java) S 9326 9329 8953 0 -1 1077944384 36236 0 0 0 687 99 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329535130640 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9333] ppid=9326 vsize=27719448 memory=5372 CPUtime=7.89 cores=0-7
/proc/9329/task/9333/stat : 9333 (java) S 9326 9329 8953 0 -1 1077944384 38700 0 0 0 688 101 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329127038096 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9334] ppid=9326 vsize=27719448 memory=1440 CPUtime=7.93 cores=0-7
/proc/9329/task/9334/stat : 9334 (java) S 9326 9329 8953 0 -1 1077944384 51097 0 0 0 691 102 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329125985040 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9335] ppid=9326 vsize=27719448 memory=4612 CPUtime=7.96 cores=0-7
/proc/9329/task/9335/stat : 9335 (java) S 9326 9329 8953 0 -1 1077944384 33605 0 0 0 693 103 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329124932496 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9336] ppid=9326 vsize=27719448 memory=1200 CPUtime=7.91 cores=0-7
/proc/9329/task/9336/stat : 9336 (java) S 9326 9329 8953 0 -1 1077944384 35393 0 0 0 691 100 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329123879440 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9337] ppid=9326 vsize=27719448 memory=15876 CPUtime=7.97 cores=0-7
/proc/9329/task/9337/stat : 9337 (java) S 9326 9329 8953 0 -1 1077944384 41576 0 0 0 695 102 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329122826896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9338] ppid=9326 vsize=27719448 memory=4044 CPUtime=7.96 cores=0-7
/proc/9329/task/9338/stat : 9338 (java) S 9326 9329 8953 0 -1 1077944384 38569 0 0 0 695 101 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329121773840 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9339] ppid=9326 vsize=27719448 memory=14492 CPUtime=7.88 cores=0-7
/proc/9329/task/9339/stat : 9339 (java) S 9326 9329 8953 0 -1 1077944384 37799 0 0 0 685 103 0 0 20 0 40 0 84692554 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140329120721296 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9340] ppid=9326 vsize=27719448 memory=16240 CPUtime=1.01 cores=0-7
/proc/9329/task/9340/stat : 9340 (java) R 9326 9329 8953 0 -1 4202560 58237 0 0 0 83 18 0 0 20 0 40 0 84692555 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328697899760 140329562566231 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9341] ppid=9326 vsize=27719448 memory=1792 CPUtime=0 cores=0-7
/proc/9329/task/9341/stat : 9341 (java) S 9326 9329 8953 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 40 0 84692556 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328696846048 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9342] ppid=9326 vsize=27719448 memory=644 CPUtime=0 cores=0-7
/proc/9329/task/9342/stat : 9342 (java) S 9326 9329 8953 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 40 0 84692556 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328695792896 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9344] ppid=9326 vsize=27719448 memory=1232 CPUtime=3.79 cores=0-7
/proc/9329/task/9344/stat : 9344 (java) S 9326 9329 8953 0 -1 1077944384 14331 0 0 0 375 4 0 0 20 0 40 0 84692558 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328693688560 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9345] ppid=9326 vsize=27719448 memory=2336 CPUtime=4 cores=0-7
/proc/9329/task/9345/stat : 9345 (java) S 9326 9329 8953 0 -1 1077944384 12044 0 0 0 398 2 0 0 20 0 40 0 84692558 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328692636016 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9346] ppid=9326 vsize=27719448 memory=1580 CPUtime=3.77 cores=0-7
/proc/9329/task/9346/stat : 9346 (java) S 9326 9329 8953 0 -1 1077944384 15760 0 0 0 375 2 0 0 20 0 40 0 84692558 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328691582960 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9347] ppid=9326 vsize=27719448 memory=928 CPUtime=1.85 cores=0-7
/proc/9329/task/9347/stat : 9347 (java) S 9326 9329 8953 0 -1 1077944384 24858 0 0 0 181 4 0 0 20 0 40 0 84692558 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328690530416 140329569860226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9348] ppid=9326 vsize=27719448 memory=2244 CPUtime=0 cores=0-7
/proc/9329/task/9348/stat : 9348 (java) S 9326 9329 8953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 84692559 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328689478624 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9350] ppid=9326 vsize=27719448 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9329/task/9350/stat : 9350 (java) S 9326 9329 8953 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 40 0 84693064 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328672883712 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9352] ppid=9326 vsize=27719448 memory=301741373374332954 CPUtime=2497.64 cores=0-7
/proc/9329/task/9352/stat : 9352 (java) S 9326 9329 8953 0 -1 1077944384 226448 0 0 0 249596 168 0 0 20 0 40 0 84693096 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328668673248 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9353] ppid=9326 vsize=27719448 memory=288230583166042426 CPUtime=2498.8 cores=0-7
/proc/9329/task/9353/stat : 9353 (java) S 9326 9329 8953 0 -1 1077944384 178110 0 0 0 249752 128 0 0 20 0 40 0 84693096 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328667620496 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9354] ppid=9326 vsize=27719448 memory=13847469322668609 CPUtime=2500.93 cores=0-7
/proc/9329/task/9354/stat : 9354 (java) S 9326 9329 8953 0 -1 1077944384 204676 0 0 0 249965 128 0 0 20 0 40 0 84693097 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328664471008 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9355] ppid=9326 vsize=27719448 memory=288285571665902466 CPUtime=2494.29 cores=0-7
/proc/9329/task/9355/stat : 9355 (java) S 9326 9329 8953 0 -1 1077944384 200607 0 0 0 249291 138 0 0 20 0 40 0 84693103 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328663417952 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9356] ppid=9326 vsize=27719448 memory=576461252204721717 CPUtime=0.37 cores=0-7
/proc/9329/task/9356/stat : 9356 (java) S 9326 9329 8953 0 -1 1077944384 204 0 0 0 37 0 0 0 20 0 40 0 84693103 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140328662373808 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9357] ppid=9326 vsize=27719448 memory=288285571665902466 CPUtime=2490.37 cores=0-7
/proc/9329/task/9357/stat : 9357 (java) S 9326 9329 8953 0 -1 1077944384 194757 0 0 0 248905 132 0 0 20 0 40 0 84693103 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327671809808 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9358] ppid=9326 vsize=27719448 memory=6656426216303648864 CPUtime=2496.64 cores=0-7
/proc/9329/task/9358/stat : 9358 (java) S 9326 9329 8953 0 -1 1077944384 174685 0 0 0 249545 119 0 0 20 0 40 0 84693103 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327670756672 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9359] ppid=9326 vsize=27719448 memory=6944656592455097440 CPUtime=0.35 cores=0-7
/proc/9329/task/9359/stat : 9359 (java) S 9326 9329 8953 0 -1 1077944384 498 0 0 0 35 0 0 0 20 0 40 0 84693103 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327669712176 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9360] ppid=9326 vsize=27719448 memory=6944656592455359580 CPUtime=2497.11 cores=0-7
/proc/9329/task/9360/stat : 9360 (java) R 9326 9329 8953 0 -1 4202560 192213 0 0 0 249589 122 0 0 20 0 40 0 84693103 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327668651880 140329213023011 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9361] ppid=9326 vsize=27719448 memory=589972051086833205 CPUtime=2491.53 cores=0-7
/proc/9329/task/9361/stat : 9361 (java) S 9326 9329 8953 0 -1 1077944384 277507 0 0 0 248923 230 0 0 20 0 40 0 84693104 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327667598752 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9362] ppid=9326 vsize=27719448 memory=288285571665902466 CPUtime=0 cores=0-7
/proc/9329/task/9362/stat : 9362 (java) S 9326 9329 8953 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 40 0 84693104 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327666553520 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9363] ppid=9326 vsize=27719448 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/9329/task/9363/stat : 9363 (java) S 9326 9329 8953 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 40 0 84693209 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327665500976 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9364] ppid=9326 vsize=27719448 memory=280415060666696 CPUtime=0 cores=0-7
/proc/9329/task/9364/stat : 9364 (java) S 9326 9329 8953 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 40 0 84693209 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327664448944 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9365] ppid=9326 vsize=27719448 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/9329/task/9365/stat : 9365 (java) S 9326 9329 8953 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 40 0 84693209 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327663396400 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9366] ppid=9326 vsize=27719448 memory=0 CPUtime=0 cores=0-7
/proc/9329/task/9366/stat : 9366 (java) S 9326 9329 8953 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 40 0 84693209 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327662343344 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
[pid=9329/tid=9367] ppid=9326 vsize=27719448 memory=6656426216303648864 CPUtime=0.02 cores=0-7
/proc/9329/task/9367/stat : 9367 (java) S 9326 9329 8953 0 -1 1077944384 678 0 0 0 2 0 0 0 20 0 40 0 84693209 28384714752 1916934 33554432000 4194304 4196468 140731925046192 140327661290800 140329569859285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30552064 140731925050446 140731925050629 140731925050629 140731925053391 0
Current children cumulated CPU time: 20058.4 s
Current children cumulated vsize: 27719448 KiB
Current children cumulated memory: 7667736 KiB

Child status: 143
Real time (s): 2520.46
CPU time (s): 20058.5
CPU user time (s): 20038.1
CPU system time (s): 20.4197
CPU usage (%): 795.828
Max. virtual memory (cumulated for all children) (KiB): 27719448
Max. memory (cumulated for all children) (KiB): 7667736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20038.1
system time used= 20.4197
maximum resident set size= 7669196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2133816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 332073
involuntary context switches= 423889


# summary of solver processes directly reported to runsolver:
#   pid: 9329
#   total CPU time (s): 20058.5
#   total CPU user time (s): 20038.1
#   total CPU system time (s): 20.4197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9517 second user time and 30.5163 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-27 08:01:34
IDJOB=4291019
IDBENCH=141552
IDSOLVER=2745
FILE ID=node148/4291019-1532671294
RUNJOBID= node148-1532666250-8980
PBS_JOBID= 21022241
Free space on /tmp= 43264 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a3-galaxy14_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291019-1532671294/watcher-4291019-1532671294 -o /tmp/evaluation-result-4291019-1532671294/solver-4291019-1532671294 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532666250-8980 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 778949695 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291019-1532671294.xml

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

MD5SUM BENCH= 7a3ba77b7a6be046779b0525cfa105c0
RANDOM SEED=778949695

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        23702244 kB
MemAvailable:   31930764 kB
Buffers:          194720 kB
Cached:          8168900 kB
SwapCached:          352 kB
Active:          1979360 kB
Inactive:        6436044 kB
Active(anon):       4924 kB
Inactive(anon):    74340 kB
Active(file):    1974436 kB
Inactive(file):  6361704 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             36208 kB
Writeback:             0 kB
AnonPages:         74052 kB
Mapped:            41468 kB
Shmem:             25016 kB
Slab:             348352 kB
SReclaimable:     320840 kB
SUnreclaim:        27512 kB
KernelStack:        3568 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43228 MiB
End job on node148 at 2018-07-27 08:43:35