Trace number 4407428

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
choco-solver 2019-09-24 parallelOPT1121 201.224 27.3324

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-14.xml
MD5SUM0fb8e68e5b6c8402080e230a0c605796
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1121
Best CPU time to get the best result obtained on this benchmark74.0319
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407428-1569347607.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407428-1569347607.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
0.70/0.47	c solve instance...
0.70/0.50	o 181 
0.70/0.52	o 556 
1.03/0.52	o 571 
1.03/0.53	o 572 
1.03/0.53	o 597 
1.03/0.54	o 598 
1.03/0.54	o 611 
1.03/0.55	o 617 
1.03/0.55	o 667 
1.03/0.55	o 681 
1.03/0.55	o 703 
1.03/0.55	o 733 
1.03/0.56	o 735 
1.03/0.56	o 868 
1.03/0.60	o 883 
1.03/0.60	o 907 
1.58/0.61	o 927 
1.58/0.62	o 933 
1.58/0.62	o 969 
1.58/0.66	o 989 
2.28/0.70	o 1017 
2.28/0.71	o 1046 
2.28/0.71	o 1052 
2.28/0.75	o 1054 
2.28/0.77	o 1071 
3.00/0.81	o 1093 
3.00/0.82	o 1098 
3.00/0.84	o 1107 
3.76/0.91	o 1109 
3.76/0.93	o 1112 
3.76/0.97	o 1115 
3.76/0.98	o 1121 
201.05/27.32	s OPTIMUM FOUND
201.05/27.32	v <instantiation>
201.05/27.32	v 	<list>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] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
201.05/27.32	v 	<values>1 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 0 1 1 0 0 0 1 1 1 0 0 </values>
201.05/27.32	v </instantiation>

Verifier Data

OK	1121

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407428-1569347607/watcher-4407428-1569347607 -o /var/tmp/evaluation-result-4407428-1569347607/solver-4407428-1569347607 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569335938-19122 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 327303870 HOME/instance-4407428-1569347607.xml 

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

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

solver pid=23476, runsolver pid=23473

[startup+0.100776 s]*
/proc/loadavg: 8.37 8.34 8.15 3/213 23497
/proc/meminfo: memFree=24207040/32770624 swapFree=66976772/67108860
[pid=23476] ppid=23473 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23476/stat : 23476 (xcsp3-exec) S 23473 23476 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510700739 115843072 364 33554432000 4194304 5098028 140733961647744 140733961645848 140088944644732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14970880 140733961655128 140733961655386 140733961655386 140733961658310 0
/proc/23476/statm: 28282 364 305 221 0 87 0
[pid=23478] ppid=23476 vsize=28227396 memory=28784 CPUtime=0.12 cores=0-7
/proc/23478/stat : 23478 (java) S 23476 23476 19095 0 -1 1077944320 5630 0 0 0 11 1 0 0 20 0 20 0 510700739 28904853504 7196 33554432000 4194304 4196468 140725992462000 140725992444544 140205124837111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
/proc/23478/statm: 7056849 7196 3150 1 0 7019032 0
[pid=23478/tid=23479] ppid=23476 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/23478/task/23479/stat : 23479 (java) R 23476 23476 19095 0 -1 4202560 3575 0 0 0 8 0 0 0 20 0 20 0 510700740 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205129065136 140205108917598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23480] ppid=23476 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23478/task/23480/stat : 23480 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205077457296 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23481] ppid=23476 vsize=28227396 memory=139903101851264 CPUtime=0 cores=0-7
/proc/23478/task/23481/stat : 23481 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205076404496 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23482] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23482/stat : 23482 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205075352208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23483] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23483/stat : 23483 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205074299408 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23484] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23484/stat : 23484 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205073247120 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23485] ppid=23476 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23478/task/23485/stat : 23485 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205072194320 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23486] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23486/stat : 23486 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205071142032 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23487] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23487/stat : 23487 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 7196 33554432000 4194304 4196468 140725992462000 140205070089232 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23488] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23488/stat : 23488 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700742 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203588184176 140205124848258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23489] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23489/stat : 23489 (java) S 23476 23476 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510700743 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203587130144 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23490] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23490/stat : 23490 (java) S 23476 23476 19095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510700743 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203586077808 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23491] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23491/stat : 23491 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700745 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203585026128 140205124855707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23492] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23492/stat : 23492 (java) S 23476 23476 19095 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 510700745 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203583974000 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23493] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23493/stat : 23493 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510700745 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203582921200 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23494] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23494/stat : 23494 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700745 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203581868912 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23495] ppid=23476 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23478/task/23495/stat : 23495 (java) R 23476 23476 19095 0 -1 4202560 328 0 0 0 1 0 0 0 20 0 20 0 510700745 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203580814512 140205117074238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23496] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23496/stat : 23496 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510700745 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203579763040 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23497] ppid=23476 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23478/task/23497/stat : 23497 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700746 28904853504 7196 33554432000 4194304 4196468 140725992462000 140203578710320 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30240 KiB

[startup+0.210689 s]*
/proc/loadavg: 8.37 8.34 8.15 3/213 23497
/proc/meminfo: memFree=24192824/32770624 swapFree=66976772/67108860
[pid=23476] ppid=23473 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23476/stat : 23476 (xcsp3-exec) S 23473 23476 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510700739 115843072 364 33554432000 4194304 5098028 140733961647744 140733961645848 140088944644732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14970880 140733961655128 140733961655386 140733961655386 140733961658310 0
/proc/23476/statm: 28282 364 305 221 0 87 0
[pid=23478] ppid=23476 vsize=28227396 memory=41172 CPUtime=0.34 cores=0-7
/proc/23478/stat : 23478 (java) S 23476 23476 19095 0 -1 1077944320 9558 0 0 0 30 4 0 0 20 0 20 0 510700739 28904853504 10293 33554432000 4194304 4196468 140725992462000 140725992444544 140205124837111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
/proc/23478/statm: 7056849 10293 3300 1 0 7019032 0
[pid=23478/tid=23479] ppid=23476 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23478/task/23479/stat : 23479 (java) R 23476 23476 19095 0 -1 4202560 6612 0 0 0 17 2 0 0 20 0 20 0 510700740 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205129066832 140205108917598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23480] ppid=23476 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/23478/task/23480/stat : 23480 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205077457296 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23481] ppid=23476 vsize=28227396 memory=288370279253563008 CPUtime=0 cores=0-7
/proc/23478/task/23481/stat : 23481 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205076404496 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23482] ppid=23476 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23478/task/23482/stat : 23482 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205075352208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23483] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23483/stat : 23483 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205074299408 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23484] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23484/stat : 23484 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205073247120 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23485] ppid=23476 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23478/task/23485/stat : 23485 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205072194320 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23486] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23486/stat : 23486 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205071142032 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23487] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23487/stat : 23487 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28904853504 10293 33554432000 4194304 4196468 140725992462000 140205070089232 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23488] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23488/stat : 23488 (java) S 23476 23476 19095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510700742 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203588184176 140205124848258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23489] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23489/stat : 23489 (java) S 23476 23476 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510700743 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203587130144 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23490] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23490/stat : 23490 (java) S 23476 23476 19095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510700743 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203586077808 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23491] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23491/stat : 23491 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700745 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203585026128 140205124855707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23492] ppid=23476 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23478/task/23492/stat : 23492 (java) S 23476 23476 19095 0 -1 1077944384 724 0 0 0 1 0 0 0 20 0 20 0 510700745 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203583974000 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23493] ppid=23476 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23478/task/23493/stat : 23493 (java) S 23476 23476 19095 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 20 0 510700745 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203582921200 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23494] ppid=23476 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/23478/task/23494/stat : 23494 (java) S 23476 23476 19095 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 510700745 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203581868912 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23495] ppid=23476 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/23478/task/23495/stat : 23495 (java) S 23476 23476 19095 0 -1 1077944384 736 0 0 0 7 0 0 0 20 0 20 0 510700745 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203580816112 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23496] ppid=23476 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23496/stat : 23496 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510700745 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203579763040 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23497] ppid=23476 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23478/task/23497/stat : 23497 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700746 28904853504 10293 33554432000 4194304 4196468 140725992462000 140203578710320 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42628 KiB

[startup+0.310288 s]*
/proc/loadavg: 8.37 8.34 8.15 3/213 23497
/proc/meminfo: memFree=24188532/32770624 swapFree=66976772/67108860
[pid=23476] ppid=23473 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23476/stat : 23476 (xcsp3-exec) S 23473 23476 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510700739 115843072 364 33554432000 4194304 5098028 140733961647744 140733961645848 140088944644732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14970880 140733961655128 140733961655386 140733961655386 140733961658310 0
/proc/23476/statm: 28282 364 305 221 0 87 0
[pid=23478] ppid=23476 vsize=28231652 memory=49400 CPUtime=0.51 cores=0-7
/proc/23478/stat : 23478 (java) S 23476 23476 19095 0 -1 1077944320 10714 0 0 0 46 5 0 0 20 0 20 0 510700739 28909211648 12350 33554432000 4194304 4196468 140725992462000 140725992444544 140205124837111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
/proc/23478/statm: 7057913 12350 3344 1 0 7019032 0
[pid=23478/tid=23479] ppid=23476 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23478/task/23479/stat : 23479 (java) R 23476 23476 19095 0 -1 4202560 7693 0 0 0 26 3 0 0 20 0 20 0 510700740 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205129070896 140205108917598 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23480] ppid=23476 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23480/stat : 23480 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205077457296 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23481] ppid=23476 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23481/stat : 23481 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205076404496 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23482] ppid=23476 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23482/stat : 23482 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205075352208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23483] ppid=23476 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23483/stat : 23483 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205074299408 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23484] ppid=23476 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/23478/task/23484/stat : 23484 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205073247120 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23485] ppid=23476 vsize=28231652 memory=139902989726639 CPUtime=0 cores=0-7
/proc/23478/task/23485/stat : 23485 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205072194320 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23486] ppid=23476 vsize=28231652 memory=139902989728944 CPUtime=0 cores=0-7
/proc/23478/task/23486/stat : 23486 (java) S 23476 23476 19095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205071142032 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23487] ppid=23476 vsize=28231652 memory=139902989731248 CPUtime=0 cores=0-7
/proc/23478/task/23487/stat : 23487 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700741 28909211648 12350 33554432000 4194304 4196468 140725992462000 140205070089232 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23488] ppid=23476 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23488/stat : 23488 (java) S 23476 23476 19095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510700742 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203588184176 140205124848258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23489] ppid=23476 vsize=28231652 memory=279805979469456 CPUtime=0 cores=0-7
/proc/23478/task/23489/stat : 23489 (java) S 23476 23476 19095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510700743 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203587130144 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23490] ppid=23476 vsize=28231652 memory=279805979476368 CPUtime=0 cores=0-7
/proc/23478/task/23490/stat : 23490 (java) S 23476 23476 19095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510700743 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203586077808 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23491] ppid=23476 vsize=28231652 memory=279805979417648 CPUtime=0 cores=0-7
/proc/23478/task/23491/stat : 23491 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700745 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203585026128 140205124855707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23492] ppid=23476 vsize=28231652 memory=279805979490192 CPUtime=0.02 cores=0-7
/proc/23478/task/23492/stat : 23492 (java) S 23476 23476 19095 0 -1 1077944384 730 0 0 0 2 0 0 0 20 0 20 0 510700745 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203583974000 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23493] ppid=23476 vsize=28231652 memory=279805979497104 CPUtime=0.02 cores=0-7
/proc/23478/task/23493/stat : 23493 (java) S 23476 23476 19095 0 -1 1077944384 128 0 0 0 2 0 0 0 20 0 20 0 510700745 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203582921200 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23494] ppid=23476 vsize=28231652 memory=279805979494800 CPUtime=0.02 cores=0-7
/proc/23478/task/23494/stat : 23494 (java) S 23476 23476 19095 0 -1 1077944384 55 0 0 0 2 0 0 0 20 0 20 0 510700745 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203581868912 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23495] ppid=23476 vsize=28231652 memory=279805979510960 CPUtime=0.12 cores=0-7
/proc/23478/task/23495/stat : 23495 (java) S 23476 23476 19095 0 -1 1077944384 804 0 0 0 12 0 0 0 20 0 20 0 510700745 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203580816112 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23496] ppid=23476 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23496/stat : 23496 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510700745 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203579763040 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23497] ppid=23476 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/23478/task/23497/stat : 23497 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510700746 28909211648 12350 33554432000 4194304 4196468 140725992462000 140203578710320 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50856 KiB

[startup+0.704739 s]
/proc/loadavg: 8.37 8.34 8.15 7/221 23513
/proc/meminfo: memFree=24136660/32770624 swapFree=66976772/67108860
[pid=23476] ppid=23473 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23476/stat : 23476 (xcsp3-exec) S 23473 23476 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510700739 115843072 364 33554432000 4194304 5098028 140733961647744 140733961645848 140088944644732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14970880 140733961655128 140733961655386 140733961655386 140733961658310 0
/proc/23476/statm: 28282 364 305 221 0 87 0
[pid=23478] ppid=23476 vsize=28832852 memory=188220 CPUtime=2.28 cores=0-7
/proc/23478/stat : 23478 (java) S 23476 23476 19095 0 -1 1077944320 18741 0 0 0 217 11 0 0 20 0 28 0 510700739 29524840448 47055 33554432000 4194304 4196468 140725992462000 140725992444544 140205124837111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
/proc/23478/statm: 7208213 47055 3482 1 0 7169313 0
[pid=23478/tid=23479] ppid=23476 vsize=28832852 memory=0 CPUtime=0.47 cores=0-7
/proc/23478/task/23479/stat : 23479 (java) S 23476 23476 19095 0 -1 1077944384 9018 0 0 0 43 4 0 0 20 0 28 0 510700740 29524840448 47055 33554432000 4194304 4196468 140725992462000 140205129077888 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23480] ppid=23476 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23480/stat : 23480 (java) S 23476 23476 19095 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 510700741 29524840448 47055 33554432000 4194304 4196468 140725992462000 140205077457296 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23481] ppid=23476 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23481/stat : 23481 (java) S 23476 23476 19095 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 510700741 29524840448 47055 33554432000 4194304 4196468 140725992462000 140205076404496 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23482] ppid=23476 vsize=28832852 memory=279805979868848 CPUtime=0 cores=0-7
/proc/23478/task/23482/stat : 23482 (java) S 23476 23476 19095 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 510700741 29524840448 47055 33554432000 4194304 4196468 140725992462000 140205075352208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0

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

[pid=23478/tid=23495] ppid=23476 vsize=28832852 memory=1556 CPUtime=0.48 cores=0-7
/proc/23478/task/23495/stat : 23495 (java) S 23476 23476 19095 0 -1 1077944384 2832 0 0 0 47 1 0 0 20 0 28 0 510700745 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203580816112 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23496] ppid=23476 vsize=28832852 memory=928 CPUtime=0 cores=0-7
/proc/23478/task/23496/stat : 23496 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510700745 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203579763040 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23497] ppid=23476 vsize=28832852 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/23478/task/23497/stat : 23497 (java) S 23476 23476 19095 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 28 0 510700746 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203578710320 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23754] ppid=23476 vsize=28832852 memory=288230583166042426 CPUtime=23.61 cores=0-7
/proc/23478/task/23754/stat : 23754 (java) S 23476 23476 19095 0 -1 1077944384 825 0 0 0 2331 30 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203571829664 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23755] ppid=23476 vsize=28832852 memory=14981057220971048 CPUtime=23.59 cores=0-7
/proc/23478/task/23755/stat : 23755 (java) R 23476 23476 19095 0 -1 1077944384 538 0 0 0 2331 28 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203366801280 140205124847317 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23756] ppid=23476 vsize=28832852 memory=4536 CPUtime=23.53 cores=0-7
/proc/23478/task/23756/stat : 23756 (java) R 23476 23476 19095 0 -1 4202560 993 0 0 0 2324 29 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203360485632 140725992905096 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23757] ppid=23476 vsize=28832852 memory=4104 CPUtime=24.35 cores=0-7
/proc/23478/task/23757/stat : 23757 (java) S 23476 23476 19095 0 -1 1077944384 1176 0 0 0 2415 20 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203362590752 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23758] ppid=23476 vsize=28832852 memory=1412 CPUtime=24.05 cores=0-7
/proc/23478/task/23758/stat : 23758 (java) R 23476 23476 19095 0 -1 4202560 863 0 0 0 2380 25 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203364696480 140204732521320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23759] ppid=23476 vsize=28832852 memory=2996 CPUtime=24.02 cores=0-7
/proc/23478/task/23759/stat : 23759 (java) R 23476 23476 19095 0 -1 4202560 769 0 0 0 2378 24 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203365749024 140204732520316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23760] ppid=23476 vsize=28832852 memory=1456 CPUtime=23.48 cores=0-7
/proc/23478/task/23760/stat : 23760 (java) R 23476 23476 19095 0 -1 4202560 871 0 0 0 2318 30 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203359432352 140204731533694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23761] ppid=23476 vsize=28832852 memory=580872 CPUtime=24.32 cores=0-7
/proc/23478/task/23761/stat : 23761 (java) R 23476 23476 19095 0 -1 4202560 985 0 0 0 2409 23 0 0 20 0 28 0 510700837 29524840448 136978 33554432000 4194304 4196468 140725992462000 140203361537664 140204732523172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
Current children cumulated CPU time: 197.23 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 549368 KiB

[startup+27.2013 s]
/proc/loadavg: 8.07 8.27 8.13 8/221 23762
/proc/meminfo: memFree=23688152/32770624 swapFree=66976772/67108860
[pid=23476] ppid=23473 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23476/stat : 23476 (xcsp3-exec) S 23473 23476 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510700739 115843072 364 33554432000 4194304 5098028 140733961647744 140733961645848 140088944644732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14970880 140733961655128 140733961655386 140733961655386 140733961658310 0
/proc/23476/statm: 28282 364 305 221 0 87 0
[pid=23478] ppid=23476 vsize=28832852 memory=546888 CPUtime=200.27 cores=0-7
/proc/23478/stat : 23478 (java) S 23476 23476 19095 0 -1 1077944320 47469 0 0 0 19781 246 0 0 20 0 28 0 510700739 29524840448 136722 33554432000 4194304 4196468 140725992462000 140725992444544 140205124837111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
/proc/23478/statm: 7208213 136722 3516 1 0 7169313 0
[pid=23478/tid=23479] ppid=23476 vsize=28832852 memory=580 CPUtime=0.48 cores=0-7
/proc/23478/task/23479/stat : 23479 (java) S 23476 23476 19095 0 -1 1077944384 9018 0 0 0 43 5 0 0 20 0 28 0 510700740 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205129077888 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23480] ppid=23476 vsize=28832852 memory=1716 CPUtime=0.09 cores=0-7
/proc/23478/task/23480/stat : 23480 (java) S 23476 23476 19095 0 -1 1077944384 351 0 0 0 7 2 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205077457296 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23481] ppid=23476 vsize=28832852 memory=10604 CPUtime=0.07 cores=0-7
/proc/23478/task/23481/stat : 23481 (java) S 23476 23476 19095 0 -1 1077944384 789 0 0 0 6 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205076404496 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23482] ppid=23476 vsize=28832852 memory=1456 CPUtime=0.09 cores=0-7
/proc/23478/task/23482/stat : 23482 (java) S 23476 23476 19095 0 -1 1077944384 1031 0 0 0 7 2 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205075352208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23483] ppid=23476 vsize=28832852 memory=6791534058613427641 CPUtime=0.08 cores=0-7
/proc/23478/task/23483/stat : 23483 (java) S 23476 23476 19095 0 -1 1077944384 402 0 0 0 6 2 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205074299408 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23484] ppid=23476 vsize=28832852 memory=6445050629460486243 CPUtime=0.08 cores=0-7
/proc/23478/task/23484/stat : 23484 (java) S 23476 23476 19095 0 -1 1077944384 360 0 0 0 7 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205073247120 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23485] ppid=23476 vsize=28832852 memory=7306616876932098661 CPUtime=0.07 cores=0-7
/proc/23478/task/23485/stat : 23485 (java) S 23476 23476 19095 0 -1 1077944384 427 0 0 0 6 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205072194320 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23486] ppid=23476 vsize=28832852 memory=6445050629460486243 CPUtime=0.08 cores=0-7
/proc/23478/task/23486/stat : 23486 (java) S 23476 23476 19095 0 -1 1077944384 319 0 0 0 7 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205071142032 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23487] ppid=23476 vsize=28832852 memory=7381512387789681003 CPUtime=0.07 cores=0-7
/proc/23478/task/23487/stat : 23487 (java) S 23476 23476 19095 0 -1 1077944384 533 0 0 0 6 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205070089232 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23488] ppid=23476 vsize=28832852 memory=6445050629460486243 CPUtime=0.04 cores=0-7
/proc/23478/task/23488/stat : 23488 (java) S 23476 23476 19095 0 -1 1077944384 2007 0 0 0 3 1 0 0 20 0 28 0 510700742 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203588184176 140205124848258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23489] ppid=23476 vsize=28832852 memory=6445050629460486243 CPUtime=0 cores=0-7
/proc/23478/task/23489/stat : 23489 (java) S 23476 23476 19095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 510700743 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203587130208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23490] ppid=23476 vsize=28832852 memory=7306616876932098661 CPUtime=0 cores=0-7
/proc/23478/task/23490/stat : 23490 (java) S 23476 23476 19095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 510700743 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203586077824 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23491] ppid=23476 vsize=28832852 memory=6445050629460486243 CPUtime=0 cores=0-7
/proc/23478/task/23491/stat : 23491 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203585026128 140205124855707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23492] ppid=23476 vsize=28832852 memory=1436 CPUtime=0.79 cores=0-7
/proc/23478/task/23492/stat : 23492 (java) S 23476 23476 19095 0 -1 1077944384 4404 0 0 0 78 1 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203583974000 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23493] ppid=23476 vsize=28832852 memory=1984 CPUtime=0.81 cores=0-7
/proc/23478/task/23493/stat : 23493 (java) S 23476 23476 19095 0 -1 1077944384 7094 0 0 0 79 2 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203582921200 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23494] ppid=23476 vsize=28832852 memory=2580 CPUtime=0.83 cores=0-7
/proc/23478/task/23494/stat : 23494 (java) S 23476 23476 19095 0 -1 1077944384 4267 0 0 0 82 1 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203581868912 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23495] ppid=23476 vsize=28832852 memory=1760 CPUtime=0.48 cores=0-7
/proc/23478/task/23495/stat : 23495 (java) S 23476 23476 19095 0 -1 1077944384 2832 0 0 0 47 1 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203580816112 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23496] ppid=23476 vsize=28832852 memory=111636 CPUtime=0 cores=0-7
/proc/23478/task/23496/stat : 23496 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203579763040 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23497] ppid=23476 vsize=28832852 memory=800 CPUtime=0 cores=0-7
/proc/23478/task/23497/stat : 23497 (java) S 23476 23476 19095 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 28 0 510700746 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203578710320 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23754] ppid=23476 vsize=28832852 memory=1804 CPUtime=23.97 cores=0-7
/proc/23478/task/23754/stat : 23754 (java) R 23476 23476 19095 0 -1 4202560 826 0 0 0 2367 30 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203571829664 140204731731965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23755] ppid=23476 vsize=28832852 memory=920 CPUtime=23.98 cores=0-7
/proc/23478/task/23755/stat : 23755 (java) R 23476 23476 19095 0 -1 1077944384 539 0 0 0 2370 28 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203366801280 140205124847317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23756] ppid=23476 vsize=28832852 memory=4536 CPUtime=23.89 cores=0-7
/proc/23478/task/23756/stat : 23756 (java) R 23476 23476 19095 0 -1 4202560 995 0 0 0 2360 29 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203360485536 140204732013629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23757] ppid=23476 vsize=28832852 memory=4104 CPUtime=24.74 cores=0-7
/proc/23478/task/23757/stat : 23757 (java) R 23476 23476 19095 0 -1 4202560 1177 0 0 0 2453 21 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203362590752 140204732277565 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23758] ppid=23476 vsize=28832852 memory=1412 CPUtime=24.44 cores=0-7
/proc/23478/task/23758/stat : 23758 (java) R 23476 23476 19095 0 -1 4202560 863 0 0 0 2419 25 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203364696576 140204732523030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23759] ppid=23476 vsize=28832852 memory=3128 CPUtime=24.39 cores=0-7
/proc/23478/task/23759/stat : 23759 (java) R 23476 23476 19095 0 -1 4202560 770 0 0 0 2415 24 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203365749120 140205104547398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23760] ppid=23476 vsize=28832852 memory=550404 CPUtime=23.84 cores=0-7
/proc/23478/task/23760/stat : 23760 (java) S 23476 23476 19095 0 -1 1077944384 872 0 0 0 2354 30 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203359432448 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23761] ppid=23476 vsize=28832852 memory=1456 CPUtime=24.71 cores=0-7
/proc/23478/task/23761/stat : 23761 (java) R 23476 23476 19095 0 -1 4202560 986 0 0 0 2448 23 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203361537664 140204732523172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
Current children cumulated CPU time: 200.27 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 548344 KiB

[startup+27.3012 s]
/proc/loadavg: 8.07 8.27 8.13 8/221 23762
/proc/meminfo: memFree=23688152/32770624 swapFree=66976772/67108860
[pid=23476] ppid=23473 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23476/stat : 23476 (xcsp3-exec) S 23473 23476 19095 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510700739 115843072 364 33554432000 4194304 5098028 140733961647744 140733961645848 140088944644732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14970880 140733961655128 140733961655386 140733961655386 140733961658310 0
/proc/23476/statm: 28282 364 305 221 0 87 0
[pid=23478] ppid=23476 vsize=28832852 memory=546888 CPUtime=201.05 cores=0-7
/proc/23478/stat : 23478 (java) S 23476 23476 19095 0 -1 1077944320 47470 0 0 0 19858 247 0 0 20 0 28 0 510700739 29524840448 136722 33554432000 4194304 4196468 140725992462000 140725992444544 140205124837111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
/proc/23478/statm: 7208213 136722 3516 1 0 7169313 0
[pid=23478/tid=23479] ppid=23476 vsize=28832852 memory=548868 CPUtime=0.48 cores=0-7
/proc/23478/task/23479/stat : 23479 (java) S 23476 23476 19095 0 -1 1077944384 9018 0 0 0 43 5 0 0 20 0 28 0 510700740 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205129077888 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23480] ppid=23476 vsize=28832852 memory=-7812193691855986592 CPUtime=0.09 cores=0-7
/proc/23478/task/23480/stat : 23480 (java) S 23476 23476 19095 0 -1 1077944384 351 0 0 0 7 2 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205077457296 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23481] ppid=23476 vsize=28832852 memory=547856 CPUtime=0.07 cores=0-7
/proc/23478/task/23481/stat : 23481 (java) S 23476 23476 19095 0 -1 1077944384 789 0 0 0 6 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205076404496 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23482] ppid=23476 vsize=28832852 memory=7300704897549298028 CPUtime=0.09 cores=0-7
/proc/23478/task/23482/stat : 23482 (java) S 23476 23476 19095 0 -1 1077944384 1031 0 0 0 7 2 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205075352208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23483] ppid=23476 vsize=28832852 memory=0 CPUtime=0.08 cores=0-7
/proc/23478/task/23483/stat : 23483 (java) S 23476 23476 19095 0 -1 1077944384 402 0 0 0 6 2 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205074299408 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23484] ppid=23476 vsize=28832852 memory=0 CPUtime=0.08 cores=0-7
/proc/23478/task/23484/stat : 23484 (java) S 23476 23476 19095 0 -1 1077944384 360 0 0 0 7 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205073247120 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23485] ppid=23476 vsize=28832852 memory=-4546129931942301828 CPUtime=0.07 cores=0-7
/proc/23478/task/23485/stat : 23485 (java) S 23476 23476 19095 0 -1 1077944384 427 0 0 0 6 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205072194320 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23486] ppid=23476 vsize=28832852 memory=164 CPUtime=0.08 cores=0-7
/proc/23478/task/23486/stat : 23486 (java) S 23476 23476 19095 0 -1 1077944384 319 0 0 0 7 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205071142032 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23487] ppid=23476 vsize=28832852 memory=6944656592455359580 CPUtime=0.07 cores=0-7
/proc/23478/task/23487/stat : 23487 (java) S 23476 23476 19095 0 -1 1077944384 533 0 0 0 6 1 0 0 20 0 28 0 510700741 29524840448 136722 33554432000 4194304 4196468 140725992462000 140205070089232 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23488] ppid=23476 vsize=28832852 memory=6944656592455359580 CPUtime=0.04 cores=0-7
/proc/23478/task/23488/stat : 23488 (java) S 23476 23476 19095 0 -1 1077944384 2007 0 0 0 3 1 0 0 20 0 28 0 510700742 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203588184176 140205124848258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23489] ppid=23476 vsize=28832852 memory=547400 CPUtime=0 cores=0-7
/proc/23478/task/23489/stat : 23489 (java) S 23476 23476 19095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 510700743 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203587130208 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23490] ppid=23476 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23490/stat : 23490 (java) S 23476 23476 19095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 510700743 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203586077824 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23491] ppid=23476 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/23478/task/23491/stat : 23491 (java) S 23476 23476 19095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203585026128 140205124855707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23492] ppid=23476 vsize=28832852 memory=0 CPUtime=0.79 cores=0-7
/proc/23478/task/23492/stat : 23492 (java) S 23476 23476 19095 0 -1 1077944384 4404 0 0 0 78 1 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203583974000 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23493] ppid=23476 vsize=28832852 memory=240728622020467 CPUtime=0.81 cores=0-7
/proc/23478/task/23493/stat : 23493 (java) S 23476 23476 19095 0 -1 1077944384 7094 0 0 0 79 2 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203582921200 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23494] ppid=23476 vsize=28832852 memory=279805979685696 CPUtime=0.83 cores=0-7
/proc/23478/task/23494/stat : 23494 (java) S 23476 23476 19095 0 -1 1077944384 4267 0 0 0 82 1 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203581868912 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23495] ppid=23476 vsize=28832852 memory=7079765598914236496 CPUtime=0.48 cores=0-7
/proc/23478/task/23495/stat : 23495 (java) S 23476 23476 19095 0 -1 1077944384 2832 0 0 0 47 1 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203580816112 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23496] ppid=23476 vsize=28832852 memory=546892 CPUtime=0 cores=0-7
/proc/23478/task/23496/stat : 23496 (java) S 23476 23476 19095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510700745 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203579763040 140205124847317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23497] ppid=23476 vsize=28832852 memory=1456 CPUtime=0 cores=0-7
/proc/23478/task/23497/stat : 23497 (java) S 23476 23476 19095 0 -1 1077944384 579 0 0 0 0 0 0 0 20 0 28 0 510700746 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203578710320 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23754] ppid=23476 vsize=28832852 memory=547344 CPUtime=24.08 cores=0-7
/proc/23478/task/23754/stat : 23754 (java) S 23476 23476 19095 0 -1 1077944384 826 0 0 0 2377 31 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203571829568 140205124848258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23755] ppid=23476 vsize=28832852 memory=3636 CPUtime=24.07 cores=0-7
/proc/23478/task/23755/stat : 23755 (java) R 23476 23476 19095 0 -1 1077944384 539 0 0 0 2379 28 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203366801280 140205124847317 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23756] ppid=23476 vsize=28832852 memory=0 CPUtime=23.99 cores=0-7
/proc/23478/task/23756/stat : 23756 (java) R 23476 23476 19095 0 -1 4202560 996 0 0 0 2370 29 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203360485536 140204731732000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23757] ppid=23476 vsize=28832852 memory=776 CPUtime=24.84 cores=0-7
/proc/23478/task/23757/stat : 23757 (java) R 23476 23476 19095 0 -1 4202560 1177 0 0 0 2463 21 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203362590752 140204732483272 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23758] ppid=23476 vsize=28832852 memory=1564 CPUtime=24.53 cores=0-7
/proc/23478/task/23758/stat : 23758 (java) R 23476 23476 19095 0 -1 4202560 863 0 0 0 2428 25 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203364696576 140204732522293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23759] ppid=23476 vsize=28832852 memory=6116 CPUtime=24.49 cores=0-7
/proc/23478/task/23759/stat : 23759 (java) R 23476 23476 19095 0 -1 4202560 770 0 0 0 2425 24 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203365749120 140204732508992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23760] ppid=23476 vsize=28832852 memory=1060 CPUtime=23.94 cores=0-7
/proc/23478/task/23760/stat : 23760 (java) R 23476 23476 19095 0 -1 4202560 872 0 0 0 2364 30 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203359432448 140204731732033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
[pid=23478/tid=23761] ppid=23476 vsize=28832852 memory=2828 CPUtime=24.81 cores=0-7
/proc/23478/task/23761/stat : 23761 (java) R 23476 23476 19095 0 -1 4202560 986 0 0 0 2458 23 0 0 20 0 28 0 510700837 29524840448 136722 33554432000 4194304 4196468 140725992462000 140203361537664 140204732522580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15118336 140725992469468 140725992469643 140725992469643 140725992472527 0
Current children cumulated CPU time: 201.05 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 548344 KiB

Child status: 0
Real time (s): 27.3324
CPU time (s): 201.224
CPU user time (s): 198.735
CPU system time (s): 2.48861
CPU usage (%): 736.209
Max. virtual memory (cumulated for all children) (KiB): 28945980
Max. memory (cumulated for all children) (KiB): 598552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.735
system time used= 2.48861
maximum resident set size= 597544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 763995
involuntary context switches= 472


# summary of solver processes directly reported to runsolver:
#   pid: 23476
#   total CPU time (s): 201.224
#   total CPU user time (s): 198.735
#   total CPU system time (s): 2.48861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.26691 second user time and 0.351789 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-24 19:52:46
IDJOB=4407428
IDBENCH=133442
IDSOLVER=2872
FILE ID=node124/4407428-1569347607
RUNJOBID= node124-1569335938-19122
PBS_JOBID= 21705061
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-14.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407428-1569347607/watcher-4407428-1569347607 -o /var/tmp/evaluation-result-4407428-1569347607/solver-4407428-1569347607 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node124-1569335938-19122 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 327303870 HOME/instance-4407428-1569347607.xml

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

MD5SUM BENCH= 0fb8e68e5b6c8402080e230a0c605796
RANDOM SEED=327303870

node124.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.47
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.47
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.47
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.47
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:        24223760 kB
MemAvailable:   31812648 kB
Buffers:          140960 kB
Cached:          7533252 kB
SwapCached:        29076 kB
Active:          3828068 kB
Inactive:        3881780 kB
Active(anon):       4204 kB
Inactive(anon):    89624 kB
Active(file):    3823864 kB
Inactive(file):  3792156 kB
Unevictable:      108336 kB
Mlocked:          108336 kB
SwapTotal:      67108860 kB
SwapFree:       66976772 kB
Dirty:             26388 kB
Writeback:             0 kB
AnonPages:        123464 kB
Mapped:            57736 kB
Shmem:             49092 kB
Slab:             430176 kB
SReclaimable:     401328 kB
SUnreclaim:        28848 kB
KernelStack:        3744 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node124 at 2019-09-24 19:53:13