Trace number 4387357

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
Concrete 3.10OPT6 6.77372 3.12085

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-bgr/
Pb-bgr-04.xml
MD5SUMa565a7a5aa699043db8dfe2959276911
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.013229
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints44
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":38}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":21},{"degree":29,"count":5},{"degree":30,"count":12}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":8,"count":2},{"arity":9,"count":7},{"arity":10,"count":6},{"arity":13,"count":6},{"arity":14,"count":18},{"arity":18,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":44}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.54	c Concrete v3.10.1560635388952 running
6.44/3.01	o 16
6.44/3.03	o 13
6.44/3.05	o 11
6.44/3.08	o 10
6.44/3.09	o 9
6.44/3.09	o 7
6.44/3.10	o 6
6.44/3.10	v <instantiation
6.44/3.10	v         cost = '6'>
6.44/3.10	v       <list>
6.44/3.10	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37]
6.44/3.10	v       </list>
6.44/3.10	v       <values>
6.44/3.10	v         0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 0 0 0 0 1
6.44/3.10	v       </values>
6.44/3.10	v     </instantiation>
6.44/3.10	s OPTIMUM FOUND

Verifier Data

OK	6

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387357-1568300470/watcher-4387357-1568300470 -o /tmp/evaluation-result-4387357-1568300470/solver-4387357-1568300470 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4542 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=393813493 HOME/instance-4387357-1568300470.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10307, runsolver pid=10304

[startup+0.100401 s]*
/proc/loadavg: 1.20 1.34 1.40 3/220 10364
/proc/meminfo: memFree=15493880/32770624 swapFree=66999904/67108860
[pid=10307] ppid=10304 vsize=9972712 memory=19000 CPUtime=0.09 cores=1,3,5,7
/proc/10307/stat : 10307 (java) S 10304 10307 3654 0 -1 1077944320 4516 13423 0 0 1 0 5 3 20 0 6 0 406311905 10212057088 4750 33554432000 4194304 4196468 140732687922608 140732687905152 139949903777527 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
/proc/10307/statm: 2493178 4750 1935 1 0 2481616 0
[pid=10307/tid=10360] ppid=10304 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10360/stat : 10360 (java) R 10304 10307 3654 0 -1 4202560 2327 13423 0 0 1 0 5 3 20 0 6 0 406311914 10212057088 4815 33554432000 4194304 4196468 140732687922608 139949875614288 139949887124005 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10361] ppid=10304 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10361/stat : 10361 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 6 0 406311915 10212057088 4815 33554432000 4194304 4196468 140732687922608 139949908019984 139949903787733 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10362] ppid=10304 vsize=9972712 memory=4049492917242226336 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10362/stat : 10362 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 6 0 406311915 10212057088 4815 33554432000 4194304 4196468 140732687922608 139949833325456 139949903787733 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10363] ppid=10304 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10363/stat : 10363 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 6 0 406311915 10212057088 4815 33554432000 4194304 4196468 140732687922608 139949475814416 139949903787733 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10364] ppid=10304 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10364/stat : 10364 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 6 0 406311915 10212057088 4815 33554432000 4194304 4196468 140732687922608 139949474761872 139949903787733 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19000 KiB

[startup+0.210456 s]*
/proc/loadavg: 1.20 1.34 1.40 3/229 10373
/proc/meminfo: memFree=15472044/32770624 swapFree=66999904/67108860
[pid=10307] ppid=10304 vsize=10818940 memory=42516 CPUtime=0.26 cores=1,3,5,7
/proc/10307/stat : 10307 (java) S 10304 10307 3654 0 -1 1077944320 6934 13423 0 0 17 1 5 3 20 0 15 0 406311905 11078594560 10629 33554432000 4194304 4196468 140732687922608 140732687905152 139949903777527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
/proc/10307/statm: 2704735 10629 2987 1 0 2667149 0
[pid=10307/tid=10360] ppid=10304 vsize=10818940 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10307/task/10360/stat : 10360 (java) R 10304 10307 3654 0 -1 4202560 3452 13423 0 0 11 1 5 3 20 0 15 0 406311914 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949875610352 139949887858014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10361] ppid=10304 vsize=10818940 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10361/stat : 10361 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311915 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949908019984 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10362] ppid=10304 vsize=10818940 memory=139819235135062 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10362/stat : 10362 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311915 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949833325456 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10363] ppid=10304 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10363/stat : 10363 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311915 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949475814416 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10364] ppid=10304 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10364/stat : 10364 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311915 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949474761872 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10365] ppid=10304 vsize=10818940 memory=139819232192128 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10365/stat : 10365 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311916 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949430454256 139949903788674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10366] ppid=10304 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10366/stat : 10366 (java) S 10304 10307 3654 0 -1 1077944384 13 13423 0 0 0 0 5 3 20 0 15 0 406311917 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949361849248 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10367] ppid=10304 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10367/stat : 10367 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311917 11078594560 10629 33554432000 4194304 4196468 140732687922608 139949227631600 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10368] ppid=10304 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10368/stat : 10368 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311919 11078594560 10629 33554432000 4194304 4196468 140732687922608 139948623653072 139949903796123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10369] ppid=10304 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10369/stat : 10369 (java) S 10304 10307 3654 0 -1 1077944384 350 13423 0 0 1 0 5 3 20 0 15 0 406311919 11078594560 10694 33554432000 4194304 4196468 140732687922608 139949328292336 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10370] ppid=10304 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10370/stat : 10370 (java) S 10304 10307 3654 0 -1 1077944384 271 13423 0 0 1 0 5 3 20 0 15 0 406311919 11078594560 10694 33554432000 4194304 4196468 140732687922608 139949327239792 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10371] ppid=10304 vsize=10818940 memory=139819232192128 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10371/stat : 10371 (java) S 10304 10307 3654 0 -1 1077944384 641 13423 0 0 3 0 5 3 20 0 15 0 406311919 11078594560 10694 33554432000 4194304 4196468 140732687922608 139949326187248 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10372] ppid=10304 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10372/stat : 10372 (java) S 10304 10307 3654 0 -1 1077944384 3 13423 0 0 0 0 5 3 20 0 15 0 406311920 11078594560 10694 33554432000 4194304 4196468 140732687922608 139948153891936 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10373] ppid=10304 vsize=10818940 memory=139819232192128 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10373/stat : 10373 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311920 11078594560 10694 33554432000 4194304 4196468 140732687922608 139949325134128 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42516 KiB

[startup+0.310666 s]*
/proc/loadavg: 1.20 1.34 1.40 3/229 10373
/proc/meminfo: memFree=15461680/32770624 swapFree=66999904/67108860
[pid=10307] ppid=10304 vsize=10820096 memory=54420 CPUtime=0.4 cores=1,3,5,7
/proc/10307/stat : 10307 (java) S 10304 10307 3654 0 -1 1077944320 10707 13423 0 0 29 3 5 3 20 0 15 0 406311905 11079778304 13605 33554432000 4194304 4196468 140732687922608 140732687905152 139949903777527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
/proc/10307/statm: 2705024 13605 3300 1 0 2667149 0
[pid=10307/tid=10360] ppid=10304 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/10307/task/10360/stat : 10360 (java) R 10304 10307 3654 0 -1 4202560 7186 13423 0 0 19 2 5 3 20 0 15 0 406311914 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949875592040 139949903789462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10361] ppid=10304 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10361/stat : 10361 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311915 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949908019984 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10362] ppid=10304 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10362/stat : 10362 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311915 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949833325456 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10363] ppid=10304 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10363/stat : 10363 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311915 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949475814416 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10364] ppid=10304 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10364/stat : 10364 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311915 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949474761872 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10365] ppid=10304 vsize=10820096 memory=139819232192127 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10365/stat : 10365 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311916 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949430454256 139949903788674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10366] ppid=10304 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10366/stat : 10366 (java) S 10304 10307 3654 0 -1 1077944384 13 13423 0 0 0 0 5 3 20 0 15 0 406311917 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949361849248 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10367] ppid=10304 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10367/stat : 10367 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311917 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949227631600 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10368] ppid=10304 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10368/stat : 10368 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311919 11079778304 13605 33554432000 4194304 4196468 140732687922608 139948623653072 139949903796123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10369] ppid=10304 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10369/stat : 10369 (java) S 10304 10307 3654 0 -1 1077944384 352 13423 0 0 1 0 5 3 20 0 15 0 406311919 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949328292336 139949903788674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10370] ppid=10304 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10370/stat : 10370 (java) R 10304 10307 3654 0 -1 1077944384 271 13423 0 0 1 0 5 3 20 0 15 0 406311919 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949327239792 139949903788674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10371] ppid=10304 vsize=10820096 memory=139819232192128 CPUtime=0.13 cores=1,3,5,7
/proc/10307/task/10371/stat : 10371 (java) S 10304 10307 3654 0 -1 1077944384 669 13423 0 0 5 0 5 3 20 0 15 0 406311919 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949326187248 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10372] ppid=10304 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10372/stat : 10372 (java) S 10304 10307 3654 0 -1 1077944384 3 13423 0 0 0 0 5 3 20 0 15 0 406311920 11079778304 13605 33554432000 4194304 4196468 140732687922608 139948153891936 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10373] ppid=10304 vsize=10820096 memory=139819232192128 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10373/stat : 10373 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311920 11079778304 13605 33554432000 4194304 4196468 140732687922608 139949325134128 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54420 KiB

[startup+0.700753 s]
/proc/loadavg: 1.20 1.34 1.40 6/229 10373
/proc/meminfo: memFree=15445464/32770624 swapFree=66999904/67108860
[pid=10307] ppid=10304 vsize=10824340 memory=84608 CPUtime=1.16 cores=1,3,5,7
/proc/10307/stat : 10307 (java) S 10304 10307 3654 0 -1 1077944320 14851 13423 0 0 103 5 5 3 20 0 15 0 406311905 11084124160 21152 33554432000 4194304 4196468 140732687922608 140732687905152 139949903777527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
/proc/10307/statm: 2706085 21152 3499 1 0 2668173 0
[pid=10307/tid=10360] ppid=10304 vsize=10824340 memory=5795117241467496816 CPUtime=0.68 cores=1,3,5,7
/proc/10307/task/10360/stat : 10360 (java) R 10304 10307 3654 0 -1 4202560 10547 13423 0 0 56 4 5 3 20 0 15 0 406311914 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949875604720 139949883970278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10361] ppid=10304 vsize=10824340 memory=1432 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10361/stat : 10361 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311915 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949908019984 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10362] ppid=10304 vsize=10824340 memory=9536 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10362/stat : 10362 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311915 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949833325456 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10363] ppid=10304 vsize=10824340 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10363/stat : 10363 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311915 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949475814416 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10364] ppid=10304 vsize=10824340 memory=97 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10364/stat : 10364 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311915 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949474761872 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10365] ppid=10304 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10365/stat : 10365 (java) S 10304 10307 3654 0 -1 1077944384 6 13423 0 0 0 0 5 3 20 0 15 0 406311916 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949430454256 139949903788674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10366] ppid=10304 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10366/stat : 10366 (java) S 10304 10307 3654 0 -1 1077944384 13 13423 0 0 0 0 5 3 20 0 15 0 406311917 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949361849248 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10367] ppid=10304 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10367/stat : 10367 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311917 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949227631600 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10368] ppid=10304 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10368/stat : 10368 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311919 11084124160 21152 33554432000 4194304 4196468 140732687922608 139948623653072 139949903796123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10369] ppid=10304 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/10307/task/10369/stat : 10369 (java) S 10304 10307 3654 0 -1 1077944384 690 13423 0 0 16 0 5 3 20 0 15 0 406311919 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949328292336 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10370] ppid=10304 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/10307/task/10370/stat : 10370 (java) S 10304 10307 3654 0 -1 1077944384 557 13423 0 0 12 0 5 3 20 0 15 0 406311919 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949327239792 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10371] ppid=10304 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10307/task/10371/stat : 10371 (java) R 10304 10307 3654 0 -1 4202560 820 13423 0 0 17 0 5 3 20 0 15 0 406311919 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949326187248 139949882696140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10372] ppid=10304 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10372/stat : 10372 (java) S 10304 10307 3654 0 -1 1077944384 3 13423 0 0 0 0 5 3 20 0 15 0 406311920 11084124160 21152 33554432000 4194304 4196468 140732687922608 139948153891936 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10373] ppid=10304 vsize=10824340 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10373/stat : 10373 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311920 11084124160 21152 33554432000 4194304 4196468 140732687922608 139949325134128 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84608 KiB

[startup+1.50305 s]
/proc/loadavg: 1.20 1.34 1.40 3/229 10373
/proc/meminfo: memFree=15403340/32770624 swapFree=66999904/67108860
[pid=10307] ppid=10304 vsize=10834656 memory=170404 CPUtime=2.51 cores=1,3,5,7
/proc/10307/stat : 10307 (java) S 10304 10307 3654 0 -1 1077944320 22306 13423 0 0 234 9 5 3 20 0 15 0 406311905 11094687744 42601 33554432000 4194304 4196468 140732687922608 140732687905152 139949903777527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
/proc/10307/statm: 2708664 42601 3573 1 0 2670733 0
[pid=10307/tid=10360] ppid=10304 vsize=10834656 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/10307/task/10360/stat : 10360 (java) R 10304 10307 3654 0 -1 4202560 15538 13423 0 0 131 5 5 3 20 0 15 0 406311914 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949875584720 139949903789462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10361] ppid=10304 vsize=10834656 memory=6009609939815001709 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10361/stat : 10361 (java) S 10304 10307 3654 0 -1 1077944384 65 13423 0 0 1 0 5 3 20 0 15 0 406311915 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949908019984 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10362] ppid=10304 vsize=10834656 memory=6009609939815000937 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10362/stat : 10362 (java) S 10304 10307 3654 0 -1 1077944384 22 13423 0 0 0 0 5 3 20 0 15 0 406311915 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949833325456 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10363] ppid=10304 vsize=10834656 memory=5938114187344834922 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10363/stat : 10363 (java) S 10304 10307 3654 0 -1 1077944384 381 13423 0 0 1 0 5 3 20 0 15 0 406311915 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949475814416 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10364] ppid=10304 vsize=10834656 memory=279638207539616 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10364/stat : 10364 (java) S 10304 10307 3654 0 -1 1077944384 89 13423 0 0 1 0 5 3 20 0 15 0 406311915 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949474761872 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10365] ppid=10304 vsize=10834656 memory=184073708392645 CPUtime=0.09 cores=1,3,5,7
/proc/10307/task/10365/stat : 10365 (java) S 10304 10307 3654 0 -1 1077944384 792 13423 0 0 1 0 5 3 20 0 15 0 406311916 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949430454256 139949903788674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10366] ppid=10304 vsize=10834656 memory=184073708392646 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10366/stat : 10366 (java) S 10304 10307 3654 0 -1 1077944384 14 13423 0 0 0 0 5 3 20 0 15 0 406311917 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949361849248 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10367] ppid=10304 vsize=10834656 memory=184073708392647 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10367/stat : 10367 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311917 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949227631600 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10368] ppid=10304 vsize=10834656 memory=184073708392648 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10368/stat : 10368 (java) S 10304 10307 3654 0 -1 1077944384 2 13423 0 0 0 0 5 3 20 0 15 0 406311919 11094687744 42601 33554432000 4194304 4196468 140732687922608 139948623653072 139949903796123 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10369] ppid=10304 vsize=10834656 memory=279638207164160 CPUtime=0.37 cores=1,3,5,7
/proc/10307/task/10369/stat : 10369 (java) R 10304 10307 3654 0 -1 1077944384 805 13423 0 0 29 0 5 3 20 0 15 0 406311919 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949328292336 139949903788674 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10370] ppid=10304 vsize=10834656 memory=3540060523815087761 CPUtime=0.32 cores=1,3,5,7
/proc/10307/task/10370/stat : 10370 (java) R 10304 10307 3654 0 -1 4202560 690 13423 0 0 24 0 5 3 20 0 15 0 406311919 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949327239792 139949887278053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10371] ppid=10304 vsize=10834656 memory=279638207126528 CPUtime=0.49 cores=1,3,5,7
/proc/10307/task/10371/stat : 10371 (java) S 10304 10307 3654 0 -1 1077944384 1699 13423 0 0 41 0 5 3 20 0 15 0 406311919 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949326187248 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10372] ppid=10304 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10372/stat : 10372 (java) S 10304 10307 3654 0 -1 1077944384 3 13423 0 0 0 0 5 3 20 0 15 0 406311920 11094687744 42601 33554432000 4194304 4196468 140732687922608 139948153891936 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10373] ppid=10304 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10373/stat : 10373 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 15 0 406311920 11094687744 42601 33554432000 4194304 4196468 140732687922608 139949325134128 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 170404 KiB

[startup+3.11041 s]
/proc/loadavg: 1.20 1.34 1.40 3/228 10373
/proc/meminfo: memFree=15271680/32770624 swapFree=66999904/67108860
[pid=10307] ppid=10304 vsize=10910452 memory=244584 CPUtime=6.75 cores=1,3,5,7
/proc/10307/stat : 10307 (java) S 10304 10307 3654 0 -1 1077944320 42619 13423 0 0 652 15 5 3 20 0 13 0 406311905 11172302848 61146 33554432000 4194304 4196468 140732687922608 140732687905152 139949903777527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
/proc/10307/statm: 2727613 61146 3611 1 0 2689677 0
[pid=10307/tid=10360] ppid=10304 vsize=10910452 memory=12024 CPUtime=2.98 cores=1,3,5,7
/proc/10307/task/10360/stat : 10360 (java) S 10304 10307 3654 0 -1 1077944384 23153 13423 0 0 283 7 5 3 20 0 13 0 406311914 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949875621008 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10361] ppid=10304 vsize=10910452 memory=2120 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10361/stat : 10361 (java) S 10304 10307 3654 0 -1 1077944384 82 13423 0 0 3 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949908019984 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10362] ppid=10304 vsize=10910452 memory=496 CPUtime=0.1 cores=1,3,5,7
/proc/10307/task/10362/stat : 10362 (java) S 10304 10307 3654 0 -1 1077944384 47 13423 0 0 2 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949833325456 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10363] ppid=10304 vsize=10910452 memory=195544 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10363/stat : 10363 (java) S 10304 10307 3654 0 -1 1077944384 449 13423 0 0 3 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949475814416 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10364] ppid=10304 vsize=10910452 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10364/stat : 10364 (java) S 10304 10307 3654 0 -1 1077944384 210 13423 0 0 3 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949474761872 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10365] ppid=10304 vsize=10910452 memory=279638207136272 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10365/stat : 10365 (java) S 10304 10307 3654 0 -1 1077944384 3060 13423 0 0 3 0 5 3 20 0 13 0 406311916 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949430454464 139949903788674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10366] ppid=10304 vsize=10910452 memory=279638207136336 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10366/stat : 10366 (java) S 10304 10307 3654 0 -1 1077944384 15 13423 0 0 0 0 5 3 20 0 13 0 406311917 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949361849312 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10367] ppid=10304 vsize=10910452 memory=279638207136400 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10367/stat : 10367 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 13 0 406311917 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949227631616 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10369] ppid=10304 vsize=10910452 memory=4021 CPUtime=1.16 cores=1,3,5,7
/proc/10307/task/10369/stat : 10369 (java) S 10304 10307 3654 0 -1 1077944384 2844 13423 0 0 108 0 5 3 20 0 13 0 406311919 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949328281344 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10370] ppid=10304 vsize=10910452 memory=337 CPUtime=1.3 cores=1,3,5,7
/proc/10307/task/10370/stat : 10370 (java) S 10304 10307 3654 0 -1 1077944384 4491 13423 0 0 121 1 5 3 20 0 13 0 406311919 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949327224848 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10371] ppid=10304 vsize=10910452 memory=274 CPUtime=1.31 cores=1,3,5,7
/proc/10307/task/10371/stat : 10371 (java) S 10304 10307 3654 0 -1 1077944384 6039 13423 0 0 121 2 5 3 20 0 13 0 406311919 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949326187248 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10372] ppid=10304 vsize=10910452 memory=963 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10372/stat : 10372 (java) S 10304 10307 3654 0 -1 1077944384 3 13423 0 0 0 0 5 3 20 0 13 0 406311920 11172302848 61146 33554432000 4194304 4196468 140732687922608 139948153891936 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
Current children cumulated CPU time: 6.75 s
Current children cumulated vsize: 10910452 KiB
Current children cumulated memory: 244584 KiB

[startup+3.12081 s]
# the end of solver process 10307 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.57628 s, system=0.197444 s

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

[startup+3.11041 s]
/proc/loadavg: 1.20 1.34 1.40 3/228 10373
/proc/meminfo: memFree=15271680/32770624 swapFree=66999904/67108860
[pid=10307] ppid=10304 vsize=10910452 memory=244584 CPUtime=6.75 cores=1,3,5,7
/proc/10307/stat : 10307 (java) S 10304 10307 3654 0 -1 1077944320 42619 13423 0 0 652 15 5 3 20 0 13 0 406311905 11172302848 61146 33554432000 4194304 4196468 140732687922608 140732687905152 139949903777527 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
/proc/10307/statm: 2727613 61146 3611 1 0 2689677 0
[pid=10307/tid=10360] ppid=10304 vsize=10910452 memory=12024 CPUtime=2.98 cores=1,3,5,7
/proc/10307/task/10360/stat : 10360 (java) S 10304 10307 3654 0 -1 1077944384 23153 13423 0 0 283 7 5 3 20 0 13 0 406311914 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949875621008 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10361] ppid=10304 vsize=10910452 memory=2120 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10361/stat : 10361 (java) S 10304 10307 3654 0 -1 1077944384 82 13423 0 0 3 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949908019984 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10362] ppid=10304 vsize=10910452 memory=496 CPUtime=0.1 cores=1,3,5,7
/proc/10307/task/10362/stat : 10362 (java) S 10304 10307 3654 0 -1 1077944384 47 13423 0 0 2 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949833325456 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10363] ppid=10304 vsize=10910452 memory=195544 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10363/stat : 10363 (java) S 10304 10307 3654 0 -1 1077944384 449 13423 0 0 3 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949475814416 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10364] ppid=10304 vsize=10910452 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10364/stat : 10364 (java) S 10304 10307 3654 0 -1 1077944384 210 13423 0 0 3 0 5 3 20 0 13 0 406311915 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949474761872 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10365] ppid=10304 vsize=10910452 memory=279638207136272 CPUtime=0.11 cores=1,3,5,7
/proc/10307/task/10365/stat : 10365 (java) S 10304 10307 3654 0 -1 1077944384 3060 13423 0 0 3 0 5 3 20 0 13 0 406311916 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949430454464 139949903788674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10366] ppid=10304 vsize=10910452 memory=279638207136336 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10366/stat : 10366 (java) S 10304 10307 3654 0 -1 1077944384 15 13423 0 0 0 0 5 3 20 0 13 0 406311917 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949361849312 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10367] ppid=10304 vsize=10910452 memory=279638207136400 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10367/stat : 10367 (java) S 10304 10307 3654 0 -1 1077944384 1 13423 0 0 0 0 5 3 20 0 13 0 406311917 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949227631616 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10369] ppid=10304 vsize=10910452 memory=4021 CPUtime=1.16 cores=1,3,5,7
/proc/10307/task/10369/stat : 10369 (java) S 10304 10307 3654 0 -1 1077944384 2844 13423 0 0 108 0 5 3 20 0 13 0 406311919 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949328281344 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10370] ppid=10304 vsize=10910452 memory=337 CPUtime=1.3 cores=1,3,5,7
/proc/10307/task/10370/stat : 10370 (java) S 10304 10307 3654 0 -1 1077944384 4491 13423 0 0 121 1 5 3 20 0 13 0 406311919 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949327224848 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10371] ppid=10304 vsize=10910452 memory=274 CPUtime=1.31 cores=1,3,5,7
/proc/10307/task/10371/stat : 10371 (java) S 10304 10307 3654 0 -1 1077944384 6039 13423 0 0 121 2 5 3 20 0 13 0 406311919 11172302848 61146 33554432000 4194304 4196468 140732687922608 139949326187248 139949903788674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
[pid=10307/tid=10372] ppid=10304 vsize=10910452 memory=963 CPUtime=0.08 cores=1,3,5,7
/proc/10307/task/10372/stat : 10372 (java) S 10304 10307 3654 0 -1 1077944384 3 13423 0 0 0 0 5 3 20 0 13 0 406311920 11172302848 61146 33554432000 4194304 4196468 140732687922608 139948153891936 139949903787733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23519232 140732687928054 140732687930565 140732687930565 140732687933391 0
Current children cumulated CPU time: 6.75 s
Current children cumulated vsize: 10910452 KiB
Current children cumulated memory: 244584 KiB

Child status: 0
Real time (s): 3.12085
CPU time (s): 6.77372
CPU user time (s): 6.57628
CPU system time (s): 0.197444
CPU usage (%): 217.047
Max. virtual memory (cumulated for all children) (KiB): 10910452
Max. memory (cumulated for all children) (KiB): 246020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.57628
system time used= 0.197444
maximum resident set size= 248628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5950
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 10307
#   total CPU time (s): 6.77372
#   total CPU user time (s): 6.57628
#   total CPU system time (s): 0.197444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033635 second user time and 0.08352 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-12 17:00:31
IDJOB=4387357
IDBENCH=134859
IDSOLVER=2823
FILE ID=node123/4387357-1568300470
RUNJOBID= node123-1568285996-4542
PBS_JOBID= 21701081
Free space on /tmp= 52480 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-bgr/Pb-bgr-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387357-1568300470/watcher-4387357-1568300470 -o /tmp/evaluation-result-4387357-1568300470/solver-4387357-1568300470 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4542 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=393813493 HOME/instance-4387357-1568300470.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a565a7a5aa699043db8dfe2959276911
RANDOM SEED=393813493

node123.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.49
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.49
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.49
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.49
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:        15502028 kB
MemAvailable:   30976008 kB
Buffers:          189220 kB
Cached:         15340652 kB
SwapCached:         7400 kB
Active:          2652120 kB
Inactive:       13766056 kB
Active(anon):     884168 kB
Inactive(anon):    45308 kB
Active(file):    1767952 kB
Inactive(file): 13720748 kB
Unevictable:      106696 kB
Mlocked:          106696 kB
SwapTotal:      67108860 kB
SwapFree:       66999904 kB
Dirty:             35044 kB
Writeback:            16 kB
AnonPages:        988128 kB
Mapped:            56280 kB
Shmem:             32668 kB
Slab:             443256 kB
SReclaimable:     413740 kB
SUnreclaim:        29516 kB
KernelStack:        3744 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2147320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    858112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52444 MiB
End job on node123 at 2019-09-12 17:00:35