Trace number 4394366

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-06-14 parallelOPT1128 23.0048 5.09303

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-01.xml
MD5SUM8d3b063d869bbc1321103d2dddf1736e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark9.2843
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"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-4394366-1568434006.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394366-1568434006.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.71/0.47	c solve instance...
0.71/0.50	o 585 
0.71/0.51	o 593 
1.04/0.52	o 597 
1.04/0.52	o 599 
1.04/0.55	o 612 
1.04/0.56	o 638 
1.04/0.56	o 653 
1.04/0.57	o 671 
1.04/0.57	o 679 
1.04/0.57	o 723 
1.04/0.58	o 762 
1.04/0.58	o 793 
1.04/0.61	o 796 
1.40/0.62	o 798 
1.40/0.62	o 800 
1.40/0.64	o 807 
1.40/0.65	o 831 
1.40/0.68	o 844 
1.40/0.68	o 903 
1.40/0.69	o 916 
1.98/0.70	o 950 
1.98/0.72	o 951 
1.98/0.74	o 982 
2.67/0.86	o 1003 
2.67/0.89	o 1010 
3.19/0.93	o 1012 
3.19/0.93	o 1017 
3.19/0.93	o 1019 
3.19/0.94	o 1054 
3.19/1.00	o 1055 
3.75/1.01	o 1076 
3.75/1.11	o 1086 
4.34/1.19	o 1091 
4.93/1.20	o 1128 
22.90/5.08	s OPTIMUM FOUND
22.90/5.08	v <instantiation>
22.90/5.08	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] </list>
22.90/5.08	v 	<values>0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 </values>
22.90/5.08	v </instantiation>

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394366-1568434006/watcher-4394366-1568434006 -o /tmp/evaluation-result-4394366-1568434006/solver-4394366-1568434006 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568427839-5017 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1785740366 HOME/instance-4394366-1568434006.xml 

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

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


[startup+0.100111 s]*
/proc/loadavg: 4.89 3.95 3.21 2/211 11634
/proc/meminfo: memFree=31265640/32770624 swapFree=66919320/67108860
[pid=11613] ppid=11610 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11613/stat : 11613 (xcsp3-exec) S 11610 11613 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419338511 115843072 364 33554432000 4194304 5098028 140730050131216 140730050129320 140581275406972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16347136 140730050134901 140730050135145 140730050135145 140730050138058 0
/proc/11613/statm: 28282 364 305 221 0 87 0
[pid=11615] ppid=11613 vsize=28227388 memory=28636 CPUtime=0.12 cores=0-7
/proc/11615/stat : 11615 (java) S 11613 11613 4990 0 -1 1077944320 5626 0 0 0 11 1 0 0 20 0 20 0 419338512 28904845312 7159 33554432000 4194304 4196468 140728329139648 140728329122192 140413143924471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
/proc/11615/statm: 7056847 7159 3152 1 0 7019032 0
[pid=11615/tid=11616] ppid=11613 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/11615/task/11616/stat : 11616 (java) R 11613 11613 4990 0 -1 4202560 3572 0 0 0 8 0 0 0 20 0 20 0 419338512 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413148157744 140413128004958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11617] ppid=11613 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11615/task/11617/stat : 11617 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413096544528 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11618] ppid=11613 vsize=28227388 memory=139860811134592 CPUtime=0 cores=0-7
/proc/11615/task/11618/stat : 11618 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413095491984 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11619] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11619/stat : 11619 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413094439440 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11620] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11620/stat : 11620 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413093386896 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11621] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11621/stat : 11621 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413092334352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11622] ppid=11613 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11622/stat : 11622 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413091281808 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11623] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11623/stat : 11623 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413090229264 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11624] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11624/stat : 11624 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 7159 33554432000 4194304 4196468 140728329139648 140413089176720 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11625] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11625/stat : 11625 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338514 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411339270128 140413143935618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11626] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11626/stat : 11626 (java) S 11613 11613 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419338515 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411338216352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11627] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11627/stat : 11627 (java) S 11613 11613 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419338515 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411337163760 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11628] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11628/stat : 11628 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338517 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411336112336 140413143943067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11629] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11629/stat : 11629 (java) S 11613 11613 4990 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 419338517 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411335059952 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11630] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11630/stat : 11630 (java) R 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338517 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411334007408 140413143935618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11631] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11631/stat : 11631 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338517 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411332954864 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11632] ppid=11613 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/11615/task/11632/stat : 11632 (java) R 11613 11613 4990 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 20 0 419338517 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411331902320 140413143945818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11633] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11633/stat : 11633 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338518 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411330848992 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11634] ppid=11613 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11634/stat : 11634 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338518 28904845312 7159 33554432000 4194304 4196468 140728329139648 140411329796528 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30092 KiB

[startup+0.210363 s]*
/proc/loadavg: 4.89 3.95 3.21 2/211 11634
/proc/meminfo: memFree=31252112/32770624 swapFree=66919320/67108860
[pid=11613] ppid=11610 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11613/stat : 11613 (xcsp3-exec) S 11610 11613 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419338511 115843072 364 33554432000 4194304 5098028 140730050131216 140730050129320 140581275406972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16347136 140730050134901 140730050135145 140730050135145 140730050138058 0
/proc/11613/statm: 28282 364 305 221 0 87 0
[pid=11615] ppid=11613 vsize=28227388 memory=41104 CPUtime=0.34 cores=0-7
/proc/11615/stat : 11615 (java) S 11613 11613 4990 0 -1 1077944320 9526 0 0 0 31 3 0 0 20 0 20 0 419338512 28904845312 10276 33554432000 4194304 4196468 140728329139648 140728329122192 140413143924471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
/proc/11615/statm: 7056847 10276 3278 1 0 7019032 0
[pid=11615/tid=11616] ppid=11613 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/11615/task/11616/stat : 11616 (java) R 11613 11613 4990 0 -1 4202560 6610 0 0 0 18 2 0 0 20 0 20 0 419338512 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413148154192 140413143936406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11617] ppid=11613 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/11615/task/11617/stat : 11617 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413096544528 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11618] ppid=11613 vsize=28227388 memory=3472756233394140832 CPUtime=0 cores=0-7
/proc/11615/task/11618/stat : 11618 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413095491984 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11619] ppid=11613 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11619/stat : 11619 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413094439440 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11620] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11620/stat : 11620 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413093386896 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11621] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11621/stat : 11621 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413092334352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11622] ppid=11613 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11622/stat : 11622 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413091281808 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11623] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11623/stat : 11623 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413090229264 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11624] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11624/stat : 11624 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28904845312 10276 33554432000 4194304 4196468 140728329139648 140413089176720 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11625] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11625/stat : 11625 (java) S 11613 11613 4990 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419338514 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411339270128 140413143935618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11626] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11626/stat : 11626 (java) S 11613 11613 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419338515 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411338216352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11627] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11627/stat : 11627 (java) S 11613 11613 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419338515 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411337163760 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11628] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11628/stat : 11628 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338517 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411336112336 140413143943067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11629] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11629/stat : 11629 (java) S 11613 11613 4990 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 20 0 419338517 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411335059952 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11630] ppid=11613 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/11615/task/11630/stat : 11630 (java) S 11613 11613 4990 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 20 0 419338517 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411334007408 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11631] ppid=11613 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/11615/task/11631/stat : 11631 (java) S 11613 11613 4990 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 20 0 419338517 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411332954864 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11632] ppid=11613 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/11615/task/11632/stat : 11632 (java) R 11613 11613 4990 0 -1 4202560 769 0 0 0 7 0 0 0 20 0 20 0 419338517 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411331902320 140413143936406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11633] ppid=11613 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11633/stat : 11633 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338518 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411330848992 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11634] ppid=11613 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11634/stat : 11634 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338518 28904845312 10276 33554432000 4194304 4196468 140728329139648 140411329796528 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42560 KiB

[startup+0.310164 s]*
/proc/loadavg: 4.89 3.95 3.21 4/211 11634
/proc/meminfo: memFree=31243976/32770624 swapFree=66919320/67108860
[pid=11613] ppid=11610 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11613/stat : 11613 (xcsp3-exec) S 11610 11613 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419338511 115843072 364 33554432000 4194304 5098028 140730050131216 140730050129320 140581275406972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16347136 140730050134901 140730050135145 140730050135145 140730050138058 0
/proc/11613/statm: 28282 364 305 221 0 87 0
[pid=11615] ppid=11613 vsize=28231644 memory=50236 CPUtime=0.51 cores=0-7
/proc/11615/stat : 11615 (java) S 11613 11613 4990 0 -1 1077944320 10901 0 0 0 48 3 0 0 20 0 20 0 419338512 28909203456 12559 33554432000 4194304 4196468 140728329139648 140728329122192 140413143924471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
/proc/11615/statm: 7057911 12559 3353 1 0 7019032 0
[pid=11615/tid=11616] ppid=11613 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/11615/task/11616/stat : 11616 (java) R 11613 11613 4990 0 -1 4202560 7744 0 0 0 27 2 0 0 20 0 20 0 419338512 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413148155584 140413128004958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11617] ppid=11613 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11617/stat : 11617 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413096544528 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11618] ppid=11613 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11618/stat : 11618 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413095491984 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11619] ppid=11613 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11619/stat : 11619 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413094439440 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11620] ppid=11613 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11620/stat : 11620 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413093386896 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11621] ppid=11613 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11621/stat : 11621 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413092334352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11622] ppid=11613 vsize=28231644 memory=139860711140015 CPUtime=0 cores=0-7
/proc/11615/task/11622/stat : 11622 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413091281808 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11623] ppid=11613 vsize=28231644 memory=139860711142320 CPUtime=0 cores=0-7
/proc/11615/task/11623/stat : 11623 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413090229264 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11624] ppid=11613 vsize=28231644 memory=139860711144624 CPUtime=0 cores=0-7
/proc/11615/task/11624/stat : 11624 (java) S 11613 11613 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419338513 28909203456 12589 33554432000 4194304 4196468 140728329139648 140413089176720 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11625] ppid=11613 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11625/stat : 11625 (java) S 11613 11613 4990 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419338514 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411339270128 140413143935618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11626] ppid=11613 vsize=28231644 memory=279721422303120 CPUtime=0 cores=0-7
/proc/11615/task/11626/stat : 11626 (java) S 11613 11613 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419338515 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411338216352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11627] ppid=11613 vsize=28231644 memory=279721422300816 CPUtime=0 cores=0-7
/proc/11615/task/11627/stat : 11627 (java) S 11613 11613 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419338515 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411337163760 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11628] ppid=11613 vsize=28231644 memory=279721422307728 CPUtime=0 cores=0-7
/proc/11615/task/11628/stat : 11628 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338517 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411336112336 140413143943067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11629] ppid=11613 vsize=28231644 memory=279721422249008 CPUtime=0.01 cores=0-7
/proc/11615/task/11629/stat : 11629 (java) S 11613 11613 4990 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 20 0 419338517 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411335059952 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11630] ppid=11613 vsize=28231644 memory=279721422321552 CPUtime=0.03 cores=0-7
/proc/11615/task/11630/stat : 11630 (java) S 11613 11613 4990 0 -1 1077944384 134 0 0 0 3 0 0 0 20 0 20 0 419338517 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411334007408 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11631] ppid=11613 vsize=28231644 memory=279721422328464 CPUtime=0.03 cores=0-7
/proc/11615/task/11631/stat : 11631 (java) R 11613 11613 4990 0 -1 4202560 365 0 0 0 3 0 0 0 20 0 20 0 419338517 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411332954864 140413125444963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11632] ppid=11613 vsize=28231644 memory=279721422326160 CPUtime=0.12 cores=0-7
/proc/11615/task/11632/stat : 11632 (java) S 11613 11613 4990 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 419338517 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411331902320 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11633] ppid=11613 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11633/stat : 11633 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419338518 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411330848992 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11634] ppid=11613 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11634/stat : 11634 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419338518 28909203456 12589 33554432000 4194304 4196468 140728329139648 140411329796528 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51692 KiB

[startup+0.700984 s]
/proc/loadavg: 4.89 3.95 3.21 8/219 11650
/proc/meminfo: memFree=31192576/32770624 swapFree=66919320/67108860
[pid=11613] ppid=11610 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11613/stat : 11613 (xcsp3-exec) S 11610 11613 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419338511 115843072 364 33554432000 4194304 5098028 140730050131216 140730050129320 140581275406972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16347136 140730050134901 140730050135145 140730050135145 140730050138058 0
/proc/11613/statm: 28282 364 305 221 0 87 0
[pid=11615] ppid=11613 vsize=28832844 memory=186668 CPUtime=1.98 cores=0-7
/proc/11615/stat : 11615 (java) S 11613 11613 4990 0 -1 1077944320 18259 0 0 0 188 10 0 0 20 0 28 0 419338512 29524832256 46667 33554432000 4194304 4196468 140728329139648 140728329122192 140413143924471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
/proc/11615/statm: 7208211 46667 3480 1 0 7169313 0
[pid=11615/tid=11616] ppid=11613 vsize=28832844 memory=0 CPUtime=0.47 cores=0-7
/proc/11615/task/11616/stat : 11616 (java) S 11613 11613 4990 0 -1 1077944384 9104 0 0 0 44 3 0 0 20 0 28 0 419338512 29524832256 46667 33554432000 4194304 4196468 140728329139648 140413148165248 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11617] ppid=11613 vsize=28832844 memory=139860711351152 CPUtime=0 cores=0-7
/proc/11615/task/11617/stat : 11617 (java) S 11613 11613 4990 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 419338513 29524832256 46667 33554432000 4194304 4196468 140728329139648 140413096544528 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11618] ppid=11613 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11618/stat : 11618 (java) S 11613 11613 4990 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 419338513 29524832256 46667 33554432000 4194304 4196468 140728329139648 140413095491984 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11619] ppid=11613 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11619/stat : 11619 (java) S 11613 11613 4990 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419338513 29524832256 46667 33554432000 4194304 4196468 140728329139648 140413094439440 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0

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

[pid=11615/tid=11632] ppid=11613 vsize=28834892 memory=6656426216303648864 CPUtime=0.67 cores=0-7
/proc/11615/task/11632/stat : 11632 (java) S 11613 11613 4990 0 -1 1077944384 3746 0 0 0 66 1 0 0 20 0 28 0 419338517 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411331902320 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11633] ppid=11613 vsize=28834892 memory=7166468868810962040 CPUtime=0 cores=0-7
/proc/11615/task/11633/stat : 11633 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419338518 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411330848992 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11634] ppid=11613 vsize=28834892 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11634/stat : 11634 (java) S 11613 11613 4990 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 419338518 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411329796528 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11904] ppid=11613 vsize=28834892 memory=-1 CPUtime=1.67 cores=0-7
/proc/11615/task/11904/stat : 11904 (java) S 11613 11613 4990 0 -1 1077944384 359 0 0 0 167 0 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411318722752 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11905] ppid=11613 vsize=28834892 memory=0 CPUtime=1.78 cores=0-7
/proc/11615/task/11905/stat : 11905 (java) S 11613 11613 4990 0 -1 1077944384 90 0 0 0 178 0 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411315565296 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11906] ppid=11613 vsize=28834892 memory=6656426216303648864 CPUtime=1.48 cores=0-7
/proc/11615/task/11906/stat : 11906 (java) S 11613 11613 4990 0 -1 1077944384 606 0 0 0 144 4 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411314512752 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11907] ppid=11613 vsize=28834892 memory=6944656592455359580 CPUtime=1.62 cores=0-7
/proc/11615/task/11907/stat : 11907 (java) S 11613 11613 4990 0 -1 1077944384 192 0 0 0 161 1 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411320828912 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11908] ppid=11613 vsize=28834892 memory=0 CPUtime=1.38 cores=0-7
/proc/11615/task/11908/stat : 11908 (java) S 11613 11613 4990 0 -1 1077944384 202 0 0 0 137 1 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411319776368 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11909] ppid=11613 vsize=28834892 memory=0 CPUtime=2.1 cores=0-7
/proc/11615/task/11909/stat : 11909 (java) S 11613 11613 4990 0 -1 1077944384 101 0 0 0 210 0 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411317671152 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11910] ppid=11613 vsize=28834892 memory=0 CPUtime=1.62 cores=0-7
/proc/11615/task/11910/stat : 11910 (java) S 11613 11613 4990 0 -1 1077944384 67 0 0 0 162 0 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411312407920 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11911] ppid=11613 vsize=28834892 memory=0 CPUtime=2.23 cores=0-7
/proc/11615/task/11911/stat : 11911 (java) R 11613 11613 4990 0 -1 4202560 48 0 0 0 223 0 0 0 20 0 28 0 419338632 29526929408 96623 33554432000 4194304 4196468 140728329139648 140411316613176 140412771868349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
Current children cumulated CPU time: 21.9 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 387948 KiB

[startup+4.801 s]
/proc/loadavg: 4.82 3.95 3.22 2/220 11913
/proc/meminfo: memFree=30907316/32770624 swapFree=66919320/67108860
[pid=11613] ppid=11610 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11613/stat : 11613 (xcsp3-exec) S 11610 11613 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419338511 115843072 364 33554432000 4194304 5098028 140730050131216 140730050129320 140581275406972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16347136 140730050134901 140730050135145 140730050135145 140730050138058 0
/proc/11613/statm: 28282 364 305 221 0 87 0
[pid=11615] ppid=11613 vsize=28834892 memory=386560 CPUtime=22.69 cores=0-7
/proc/11615/stat : 11615 (java) S 11613 11613 4990 0 -1 1077944320 35372 0 0 0 2240 29 0 0 20 0 28 0 419338512 29526929408 96640 33554432000 4194304 4196468 140728329139648 140728329122192 140413143924471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
/proc/11615/statm: 7208723 96640 3509 1 0 7169825 0
[pid=11615/tid=11616] ppid=11613 vsize=28834892 memory=139860711620331 CPUtime=0.49 cores=0-7
/proc/11615/task/11616/stat : 11616 (java) S 11613 11613 4990 0 -1 1077944384 9104 0 0 0 45 4 0 0 20 0 28 0 419338512 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413148165248 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11617] ppid=11613 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11615/task/11617/stat : 11617 (java) S 11613 11613 4990 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413096544528 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11618] ppid=11613 vsize=28834892 memory=374988 CPUtime=0.01 cores=0-7
/proc/11615/task/11618/stat : 11618 (java) S 11613 11613 4990 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413095491984 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11619] ppid=11613 vsize=28834892 memory=85 CPUtime=0 cores=0-7
/proc/11615/task/11619/stat : 11619 (java) S 11613 11613 4990 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413094439440 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11620] ppid=11613 vsize=28834892 memory=103 CPUtime=0 cores=0-7
/proc/11615/task/11620/stat : 11620 (java) S 11613 11613 4990 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413093386896 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11621] ppid=11613 vsize=28834892 memory=81 CPUtime=0.01 cores=0-7
/proc/11615/task/11621/stat : 11621 (java) S 11613 11613 4990 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413092334352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11622] ppid=11613 vsize=28834892 memory=119 CPUtime=0.01 cores=0-7
/proc/11615/task/11622/stat : 11622 (java) S 11613 11613 4990 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413091281808 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11623] ppid=11613 vsize=28834892 memory=101 CPUtime=0.01 cores=0-7
/proc/11615/task/11623/stat : 11623 (java) S 11613 11613 4990 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413090229264 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11624] ppid=11613 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11624/stat : 11624 (java) S 11613 11613 4990 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413089176720 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11625] ppid=11613 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/11615/task/11625/stat : 11625 (java) S 11613 11613 4990 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 28 0 419338514 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411339270128 140413143935618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11626] ppid=11613 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11626/stat : 11626 (java) S 11613 11613 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419338515 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411338216416 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11627] ppid=11613 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11627/stat : 11627 (java) S 11613 11613 4990 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419338515 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411337163776 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11628] ppid=11613 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11628/stat : 11628 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411336112336 140413143943067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11629] ppid=11613 vsize=28834892 memory=0 CPUtime=1.56 cores=0-7
/proc/11615/task/11629/stat : 11629 (java) S 11613 11613 4990 0 -1 1077944384 4828 0 0 0 155 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411335059952 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11630] ppid=11613 vsize=28834892 memory=0 CPUtime=1.54 cores=0-7
/proc/11615/task/11630/stat : 11630 (java) S 11613 11613 4990 0 -1 1077944384 3950 0 0 0 153 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411334007408 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11631] ppid=11613 vsize=28834892 memory=15620 CPUtime=1.49 cores=0-7
/proc/11615/task/11631/stat : 11631 (java) S 11613 11613 4990 0 -1 1077944384 5087 0 0 0 148 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411332954864 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11632] ppid=11613 vsize=28834892 memory=279721423003056 CPUtime=0.67 cores=0-7
/proc/11615/task/11632/stat : 11632 (java) S 11613 11613 4990 0 -1 1077944384 3746 0 0 0 66 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411331902320 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11633] ppid=11613 vsize=28834892 memory=6648615548753253269 CPUtime=0 cores=0-7
/proc/11615/task/11633/stat : 11633 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419338518 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411330848992 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11634] ppid=11613 vsize=28834892 memory=4945125699554088323 CPUtime=0 cores=0-7
/proc/11615/task/11634/stat : 11634 (java) S 11613 11613 4990 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419338518 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411329796528 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11904] ppid=11613 vsize=28834892 memory=-7088785026379990432 CPUtime=1.67 cores=0-7
/proc/11615/task/11904/stat : 11904 (java) S 11613 11613 4990 0 -1 1077944384 359 0 0 0 167 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411318722752 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11905] ppid=11613 vsize=28834892 memory=7681421203011431829 CPUtime=1.78 cores=0-7
/proc/11615/task/11905/stat : 11905 (java) S 11613 11613 4990 0 -1 1077944384 90 0 0 0 178 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411315565296 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11906] ppid=11613 vsize=28834892 memory=-7956310820449840986 CPUtime=1.48 cores=0-7
/proc/11615/task/11906/stat : 11906 (java) S 11613 11613 4990 0 -1 1077944384 606 0 0 0 144 4 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411314512752 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11907] ppid=11613 vsize=28834892 memory=-6943855650595571281 CPUtime=1.62 cores=0-7
/proc/11615/task/11907/stat : 11907 (java) S 11613 11613 4990 0 -1 1077944384 192 0 0 0 161 1 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411320828912 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11908] ppid=11613 vsize=28834892 memory=8652383178691881431 CPUtime=1.38 cores=0-7
/proc/11615/task/11908/stat : 11908 (java) S 11613 11613 4990 0 -1 1077944384 202 0 0 0 137 1 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411319776368 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11909] ppid=11613 vsize=28834892 memory=154 CPUtime=2.1 cores=0-7
/proc/11615/task/11909/stat : 11909 (java) S 11613 11613 4990 0 -1 1077944384 101 0 0 0 210 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411317671152 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11910] ppid=11613 vsize=28834892 memory=149 CPUtime=1.62 cores=0-7
/proc/11615/task/11910/stat : 11910 (java) S 11613 11613 4990 0 -1 1077944384 67 0 0 0 162 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411312407920 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11911] ppid=11613 vsize=28834892 memory=67 CPUtime=3.02 cores=0-7
/proc/11615/task/11911/stat : 11911 (java) R 11613 11613 4990 0 -1 4202560 70 0 0 0 302 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411316612928 140412771868176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
Current children cumulated CPU time: 22.69 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 388016 KiB

[startup+5.001 s]*
/proc/loadavg: 4.82 3.95 3.22 2/219 11913
/proc/meminfo: memFree=30907044/32770624 swapFree=66919320/67108860
[pid=11613] ppid=11610 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11613/stat : 11613 (xcsp3-exec) S 11610 11613 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419338511 115843072 364 33554432000 4194304 5098028 140730050131216 140730050129320 140581275406972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16347136 140730050134901 140730050135145 140730050135145 140730050138058 0
/proc/11613/statm: 28282 364 305 221 0 87 0
[pid=11615] ppid=11613 vsize=28834892 memory=386560 CPUtime=22.9 cores=0-7
/proc/11615/stat : 11615 (java) S 11613 11613 4990 0 -1 1077944320 35372 0 0 0 2261 29 0 0 20 0 28 0 419338512 29526929408 96640 33554432000 4194304 4196468 140728329139648 140728329122192 140413143924471 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
/proc/11615/statm: 7208723 96640 3509 1 0 7169825 0
[pid=11615/tid=11616] ppid=11613 vsize=28834892 memory=7721456982648304179 CPUtime=0.49 cores=0-7
/proc/11615/task/11616/stat : 11616 (java) S 11613 11613 4990 0 -1 1077944384 9104 0 0 0 45 4 0 0 20 0 28 0 419338512 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413148165248 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11617] ppid=11613 vsize=28834892 memory=139860811134592 CPUtime=0 cores=0-7
/proc/11615/task/11617/stat : 11617 (java) S 11613 11613 4990 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413096544528 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11618] ppid=11613 vsize=28834892 memory=139860811154464 CPUtime=0.01 cores=0-7
/proc/11615/task/11618/stat : 11618 (java) S 11613 11613 4990 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413095491984 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11619] ppid=11613 vsize=28834892 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11619/stat : 11619 (java) S 11613 11613 4990 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413094439440 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11620] ppid=11613 vsize=28834892 memory=5792312301470962529 CPUtime=0 cores=0-7
/proc/11615/task/11620/stat : 11620 (java) S 11613 11613 4990 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413093386896 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11621] ppid=11613 vsize=28834892 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/11615/task/11621/stat : 11621 (java) S 11613 11613 4990 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413092334352 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11622] ppid=11613 vsize=28834892 memory=7373334203207085425 CPUtime=0.01 cores=0-7
/proc/11615/task/11622/stat : 11622 (java) S 11613 11613 4990 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413091281808 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11623] ppid=11613 vsize=28834892 memory=7165057056974924370 CPUtime=0.01 cores=0-7
/proc/11615/task/11623/stat : 11623 (java) S 11613 11613 4990 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413090229264 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11624] ppid=11613 vsize=28834892 memory=7811022242827494765 CPUtime=0 cores=0-7
/proc/11615/task/11624/stat : 11624 (java) S 11613 11613 4990 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 419338513 29526929408 96640 33554432000 4194304 4196468 140728329139648 140413089176720 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11625] ppid=11613 vsize=28834892 memory=6945507666079274341 CPUtime=0.01 cores=0-7
/proc/11615/task/11625/stat : 11625 (java) S 11613 11613 4990 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 28 0 419338514 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411339270128 140413143935618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11626] ppid=11613 vsize=28834892 memory=6945507666079274341 CPUtime=0 cores=0-7
/proc/11615/task/11626/stat : 11626 (java) S 11613 11613 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419338515 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411338216416 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11627] ppid=11613 vsize=28834892 memory=6081357376733468002 CPUtime=0 cores=0-7
/proc/11615/task/11627/stat : 11627 (java) S 11613 11613 4990 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419338515 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411337163776 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11628] ppid=11613 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11628/stat : 11628 (java) S 11613 11613 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411336112336 140413143943067 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11629] ppid=11613 vsize=28834892 memory=279721423265728 CPUtime=1.56 cores=0-7
/proc/11615/task/11629/stat : 11629 (java) S 11613 11613 4990 0 -1 1077944384 4828 0 0 0 155 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411335059952 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11630] ppid=11613 vsize=28834892 memory=0 CPUtime=1.54 cores=0-7
/proc/11615/task/11630/stat : 11630 (java) S 11613 11613 4990 0 -1 1077944384 3950 0 0 0 153 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411334007408 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11631] ppid=11613 vsize=28834892 memory=0 CPUtime=1.49 cores=0-7
/proc/11615/task/11631/stat : 11631 (java) S 11613 11613 4990 0 -1 1077944384 5087 0 0 0 148 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411332954864 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11632] ppid=11613 vsize=28834892 memory=0 CPUtime=0.67 cores=0-7
/proc/11615/task/11632/stat : 11632 (java) S 11613 11613 4990 0 -1 1077944384 3746 0 0 0 66 1 0 0 20 0 28 0 419338517 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411331902320 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11633] ppid=11613 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/11615/task/11633/stat : 11633 (java) S 11613 11613 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419338518 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411330848992 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11634] ppid=11613 vsize=28834892 memory=-1 CPUtime=0 cores=0-7
/proc/11615/task/11634/stat : 11634 (java) S 11613 11613 4990 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419338518 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411329796528 140413143935618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11904] ppid=11613 vsize=28834892 memory=-1 CPUtime=1.67 cores=0-7
/proc/11615/task/11904/stat : 11904 (java) S 11613 11613 4990 0 -1 1077944384 359 0 0 0 167 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411318722752 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11905] ppid=11613 vsize=28834892 memory=0 CPUtime=1.78 cores=0-7
/proc/11615/task/11905/stat : 11905 (java) S 11613 11613 4990 0 -1 1077944384 90 0 0 0 178 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411315565296 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11906] ppid=11613 vsize=28834892 memory=0 CPUtime=1.48 cores=0-7
/proc/11615/task/11906/stat : 11906 (java) S 11613 11613 4990 0 -1 1077944384 606 0 0 0 144 4 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411314512752 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11907] ppid=11613 vsize=28834892 memory=0 CPUtime=1.62 cores=0-7
/proc/11615/task/11907/stat : 11907 (java) S 11613 11613 4990 0 -1 1077944384 192 0 0 0 161 1 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411320828912 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11908] ppid=11613 vsize=28834892 memory=0 CPUtime=1.38 cores=0-7
/proc/11615/task/11908/stat : 11908 (java) S 11613 11613 4990 0 -1 1077944384 202 0 0 0 137 1 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411319776368 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11909] ppid=11613 vsize=28834892 memory=0 CPUtime=2.1 cores=0-7
/proc/11615/task/11909/stat : 11909 (java) S 11613 11613 4990 0 -1 1077944384 101 0 0 0 210 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411317671152 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11910] ppid=11613 vsize=28834892 memory=0 CPUtime=1.62 cores=0-7
/proc/11615/task/11910/stat : 11910 (java) S 11613 11613 4990 0 -1 1077944384 67 0 0 0 162 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411312407920 140413143934677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
[pid=11615/tid=11911] ppid=11613 vsize=28834892 memory=0 CPUtime=3.23 cores=0-7
/proc/11615/task/11911/stat : 11911 (java) R 11613 11613 4990 0 -1 4202560 70 0 0 0 323 0 0 0 20 0 28 0 419338632 29526929408 96640 33554432000 4194304 4196468 140728329139648 140411316612928 140412771868189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35893248 140728329147370 140728329147542 140728329147542 140728329150415 0
Current children cumulated CPU time: 22.9 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 388016 KiB

Child status: 0
Real time (s): 5.09303
CPU time (s): 23.0048
CPU user time (s): 22.6901
CPU system time (s): 0.314706
CPU usage (%): 451.692
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 388016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6901
system time used= 0.314706
maximum resident set size= 386576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5755
involuntary context switches= 679


# summary of solver processes directly reported to runsolver:
#   pid: 11613
#   total CPU time (s): 23.0048
#   total CPU user time (s): 22.6901
#   total CPU system time (s): 0.314706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054675 second user time and 0.109351 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 06:06:04
IDJOB=4394366
IDBENCH=133507
IDSOLVER=2843
FILE ID=node141/4394366-1568434006
RUNJOBID= node141-1568427839-5017
PBS_JOBID= 21702301
Free space on /tmp= 58540 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-01.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 /tmp/evaluation-result-4394366-1568434006/watcher-4394366-1568434006 -o /tmp/evaluation-result-4394366-1568434006/solver-4394366-1568434006 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568427839-5017 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1785740366 HOME/instance-4394366-1568434006.xml

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

MD5SUM BENCH= 8d3b063d869bbc1321103d2dddf1736e
RANDOM SEED=1785740366

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31281124 kB
MemAvailable:   31838604 kB
Buffers:          182816 kB
Cached:           662456 kB
SwapCached:        80296 kB
Active:           448636 kB
Inactive:         481544 kB
Active(anon):      10612 kB
Inactive(anon):   106128 kB
Active(file):     438024 kB
Inactive(file):   375416 kB
Unevictable:      109464 kB
Mlocked:          109464 kB
SwapTotal:      67108860 kB
SwapFree:       66919320 kB
Dirty:             26112 kB
Writeback:             0 kB
AnonPages:        127900 kB
Mapped:            36428 kB
Shmem:             23348 kB
Slab:             149744 kB
SReclaimable:     119752 kB
SUnreclaim:        29992 kB
KernelStack:        3712 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 06:06:10