Trace number 4280405

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 4.0.5 par (2017-08-18)OPT887 18.875099 3.0214601

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-08.xml
MD5SUMa0dd3b11b1f6edde9967a93afac168fd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark3.7602501
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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280405-1503151996.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280405-1503151996.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
0.76/0.42	c solve instance...
0.76/0.45	o 586 
0.76/0.46	o 590 
0.76/0.46	o 602 
0.76/0.46	o 619 
0.76/0.47	o 633 
0.76/0.48	o 639 
0.76/0.48	o 653 
0.76/0.48	o 656 
0.76/0.48	o 677 
0.76/0.49	o 680 
0.76/0.49	o 693 
0.76/0.49	o 713 
0.76/0.50	o 737 
0.76/0.51	o 741 
0.76/0.52	o 756 
1.21/0.52	o 758 
1.21/0.53	o 768 
1.21/0.59	o 782 
1.87/0.61	o 784 
1.87/0.66	o 788 
1.87/0.68	o 798 
1.87/0.70	o 819 
2.54/0.72	o 821 
3.31/0.85	o 828 
4.07/0.93	o 834 
4.07/1.00	o 835 
4.88/1.03	o 839 
4.88/1.07	o 844 
5.62/1.18	o 858 
6.39/1.30	o 880 
7.06/1.37	o 886 
10.21/1.71	o 887 
18.85/3.01	s OPTIMUM FOUND
18.85/3.01	v <instantiation>
18.85/3.01	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>
18.85/3.01	v 	<values>1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 </values>
18.85/3.01	v </instantiation>

Verifier Data

OK	887

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280405-1503151996/watcher-4280405-1503151996 -o /tmp/evaluation-result-4280405-1503151996/solver-4280405-1503151996 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503147940-20347 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1884574697 HOME/instance-4280405-1503151996.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
Current StackSize limit: 8192 KiB

solver pid=21130, runsolver pid=21127

[startup+0.10015 s]*
/proc/loadavg: 5.80 3.75 5.32 3/199 21151
/proc/meminfo: memFree=27185876/32770624 swapFree=67108860/67108860
[pid=21130] ppid=21127 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21130/stat : 21130 (xcsp3-exec) S 21127 21130 20320 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148287114 9740288 346 33554432000 4194304 5098028 140724053686192 140724053684296 140510157537916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7491584 140724053689444 140724053689655 140724053689655 140724053692395 0
/proc/21130/statm: 2378 346 289 221 0 87 0
[pid=21132] ppid=21130 vsize=25999808 memory=26500 CPUtime=0.11 cores=0-7
/proc/21132/stat : 21132 (java) S 21130 21130 20320 0 -1 1077944320 5502 0 0 0 10 1 0 0 20 0 20 0 148287114 26623803392 6625 33554432000 4194304 4196468 140728673183504 140728673166048 139873708621559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
/proc/21132/statm: 6499952 6625 2866 1 0 6488269 0
[pid=21132/tid=21133] ppid=21130 vsize=25999808 memory=7752273241215769498 CPUtime=0.09 cores=0-7
/proc/21132/task/21133/stat : 21133 (java) R 21130 21130 20320 0 -1 4202560 3490 0 0 0 8 1 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873712853472 139873708633494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21134] ppid=21130 vsize=25999808 memory=732369784927554533 CPUtime=0 cores=0-7
/proc/21132/task/21134/stat : 21134 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873665174160 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21135] ppid=21130 vsize=25999808 memory=139646590101120 CPUtime=0 cores=0-7
/proc/21132/task/21135/stat : 21135 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873664121360 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21136] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21136/stat : 21136 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873265252752 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21137] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21137/stat : 21137 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873264199952 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21138] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21138/stat : 21138 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873263148176 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21139] ppid=21130 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21139/stat : 21139 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873262095376 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21140] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21140/stat : 21140 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873261042576 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21141] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21141/stat : 21141 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873259989776 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21142] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21142/stat : 21142 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287117 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873104451952 139873708632706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21143] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21143/stat : 21143 (java) S 21130 21130 20320 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148287117 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873103397920 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21144] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21144/stat : 21144 (java) S 21130 21130 20320 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148287117 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873102345072 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21145] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21145/stat : 21145 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287120 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873101293392 139873708640155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21146] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21146/stat : 21146 (java) S 21130 21130 20320 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 148287120 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873100241776 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21147] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21147/stat : 21147 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287120 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873099188976 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21148] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21148/stat : 21148 (java) S 21130 21130 20320 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 148287120 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873098136176 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21149] ppid=21130 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/21132/task/21149/stat : 21149 (java) R 21130 21130 20320 0 -1 4202560 280 0 0 0 1 0 0 0 20 0 20 0 148287120 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873097083376 139873692702046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21150] ppid=21130 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21150/stat : 21150 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148287120 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873096030816 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21151] ppid=21130 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21151/stat : 21151 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287120 26623803392 6625 33554432000 4194304 4196468 140728673183504 139873094978096 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27884 KiB

[startup+0.210496 s]*
/proc/loadavg: 5.80 3.75 5.32 3/199 21151
/proc/meminfo: memFree=27174816/32770624 swapFree=67108860/67108860
[pid=21130] ppid=21127 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21130/stat : 21130 (xcsp3-exec) S 21127 21130 20320 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148287114 9740288 346 33554432000 4194304 5098028 140724053686192 140724053684296 140510157537916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7491584 140724053689444 140724053689655 140724053689655 140724053692395 0
/proc/21130/statm: 2378 346 289 221 0 87 0
[pid=21132] ppid=21130 vsize=26004096 memory=38648 CPUtime=0.33 cores=0-7
/proc/21132/stat : 21132 (java) S 21130 21130 20320 0 -1 1077944320 8401 0 0 0 30 3 0 0 20 0 20 0 148287114 26628194304 9662 33554432000 4194304 4196468 140728673183504 140728673166048 139873708621559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
/proc/21132/statm: 6501024 9662 2999 1 0 6488277 0
[pid=21132/tid=21133] ppid=21130 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/21132/task/21133/stat : 21133 (java) D 21130 21130 20320 0 -1 1077944384 5521 0 0 0 18 2 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873712832464 139873701300781 0 4 0 16800975 18446744072101629476 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21134] ppid=21130 vsize=26004064 memory=279293022545656 CPUtime=0 cores=0-7
/proc/21132/task/21134/stat : 21134 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873665174160 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21135] ppid=21130 vsize=26004064 memory=139646590101120 CPUtime=0 cores=0-7
/proc/21132/task/21135/stat : 21135 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873664121360 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21136] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21136/stat : 21136 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873265252752 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21137] ppid=21130 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21137/stat : 21137 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628194304 9662 33554432000 4194304 4196468 140728673183504 139873264199952 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21138] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21138/stat : 21138 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873263148176 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21139] ppid=21130 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21139/stat : 21139 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873262095376 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21140] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21140/stat : 21140 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873261042576 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21141] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21141/stat : 21141 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873259989776 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21142] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21142/stat : 21142 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287117 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873104451952 139873708632706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21143] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21143/stat : 21143 (java) S 21130 21130 20320 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148287117 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873103397920 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21144] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21144/stat : 21144 (java) S 21130 21130 20320 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148287117 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873102345072 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21145] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21145/stat : 21145 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287120 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873101293392 139873708640155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21146] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21146/stat : 21146 (java) S 21130 21130 20320 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 148287120 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873100241776 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21147] ppid=21130 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/21132/task/21147/stat : 21147 (java) S 21130 21130 20320 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 20 0 148287120 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873099188976 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21148] ppid=21130 vsize=26004064 memory=0 CPUtime=0.03 cores=0-7
/proc/21132/task/21148/stat : 21148 (java) S 21130 21130 20320 0 -1 1077944384 387 0 0 0 3 0 0 0 20 0 20 0 148287120 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873098136176 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21149] ppid=21130 vsize=26004064 memory=0 CPUtime=0.08 cores=0-7
/proc/21132/task/21149/stat : 21149 (java) R 21130 21130 20320 0 -1 4202560 813 0 0 0 8 0 0 0 20 0 20 0 148287120 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873097083376 139873692702046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21150] ppid=21130 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21150/stat : 21150 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148287120 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873096030816 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21151] ppid=21130 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21151/stat : 21151 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287120 26628161536 9662 33554432000 4194304 4196468 140728673183504 139873094978096 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013608 KiB
Current children cumulated memory: 40032 KiB

[startup+0.310524 s]*
/proc/loadavg: 5.80 3.75 5.32 2/199 21151
/proc/meminfo: memFree=27167472/32770624 swapFree=67108860/67108860
[pid=21130] ppid=21127 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21130/stat : 21130 (xcsp3-exec) S 21127 21130 20320 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148287114 9740288 346 33554432000 4194304 5098028 140724053686192 140724053684296 140510157537916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7491584 140724053689444 140724053689655 140724053689655 140724053692395 0
/proc/21130/statm: 2378 346 289 221 0 87 0
[pid=21132] ppid=21130 vsize=26004140 memory=46716 CPUtime=0.5 cores=0-7
/proc/21132/stat : 21132 (java) S 21130 21130 20320 0 -1 1077944320 9385 0 0 0 47 3 0 0 20 0 20 0 148287114 26628239360 11679 33554432000 4194304 4196468 140728673183504 140728673166048 139873708621559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
/proc/21132/statm: 6501035 11679 3140 1 0 6488269 0
[pid=21132/tid=21133] ppid=21130 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21132/task/21133/stat : 21133 (java) R 21130 21130 20320 0 -1 4202560 6242 0 0 0 27 2 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873712858448 139873692702046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21134] ppid=21130 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21134/stat : 21134 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873665174160 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21135] ppid=21130 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21135/stat : 21135 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873664121360 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21136] ppid=21130 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21136/stat : 21136 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873265252752 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21137] ppid=21130 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21137/stat : 21137 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873264199952 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21138] ppid=21130 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/21132/task/21138/stat : 21138 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873263148176 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21139] ppid=21130 vsize=26004140 memory=139646432539567 CPUtime=0 cores=0-7
/proc/21132/task/21139/stat : 21139 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873262095376 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21140] ppid=21130 vsize=26004140 memory=139646432541872 CPUtime=0 cores=0-7
/proc/21132/task/21140/stat : 21140 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873261042576 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21141] ppid=21130 vsize=26004140 memory=139646432544176 CPUtime=0 cores=0-7
/proc/21132/task/21141/stat : 21141 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287115 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873259989776 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21142] ppid=21130 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21142/stat : 21142 (java) S 21130 21130 20320 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148287117 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873104451952 139873708632706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21143] ppid=21130 vsize=26004140 memory=279292865095312 CPUtime=0 cores=0-7
/proc/21132/task/21143/stat : 21143 (java) S 21130 21130 20320 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148287117 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873103397920 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21144] ppid=21130 vsize=26004140 memory=279292865102224 CPUtime=0 cores=0-7
/proc/21132/task/21144/stat : 21144 (java) S 21130 21130 20320 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148287117 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873102345072 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21145] ppid=21130 vsize=26004140 memory=279292865043504 CPUtime=0 cores=0-7
/proc/21132/task/21145/stat : 21145 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287120 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873101293392 139873708640155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21146] ppid=21130 vsize=26004140 memory=279292865116048 CPUtime=0 cores=0-7
/proc/21132/task/21146/stat : 21146 (java) S 21130 21130 20320 0 -1 1077944384 375 0 0 0 0 0 0 0 20 0 20 0 148287120 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873100241776 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21147] ppid=21130 vsize=26004140 memory=279292865122960 CPUtime=0.01 cores=0-7
/proc/21132/task/21147/stat : 21147 (java) S 21130 21130 20320 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 148287120 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873099188976 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21148] ppid=21130 vsize=26004140 memory=279292865120656 CPUtime=0.04 cores=0-7
/proc/21132/task/21148/stat : 21148 (java) S 21130 21130 20320 0 -1 1077944384 412 0 0 0 4 0 0 0 20 0 20 0 148287120 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873098136176 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21149] ppid=21130 vsize=26004140 memory=279292865136816 CPUtime=0.12 cores=0-7
/proc/21132/task/21149/stat : 21149 (java) S 21130 21130 20320 0 -1 1077944384 911 0 0 0 12 0 0 0 20 0 20 0 148287120 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873097083376 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21150] ppid=21130 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21150/stat : 21150 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148287120 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873096030816 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21151] ppid=21130 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21151/stat : 21151 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148287120 26628239360 11679 33554432000 4194304 4196468 140728673183504 139873094978096 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 48100 KiB

[startup+0.702018 s]
/proc/loadavg: 5.57 3.73 5.30 6/207 21260
/proc/meminfo: memFree=27044808/32770624 swapFree=67108860/67108860
[pid=21130] ppid=21127 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21130/stat : 21130 (xcsp3-exec) S 21127 21130 20320 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148287114 9740288 346 33554432000 4194304 5098028 140724053686192 140724053684296 140510157537916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7491584 140724053689444 140724053689655 140724053689655 140724053692395 0
/proc/21130/statm: 2378 346 289 221 0 87 0
[pid=21132] ppid=21130 vsize=26605264 memory=186472 CPUtime=2.54 cores=0-7
/proc/21132/stat : 21132 (java) S 21130 21130 20320 0 -1 1077944320 17322 0 0 0 244 10 0 0 20 0 28 0 148287114 27243790336 46618 33554432000 4194304 4196468 140728673183504 140728673166048 139873708621559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
/proc/21132/statm: 6651316 46618 3237 1 0 6638550 0
[pid=21132/tid=21133] ppid=21130 vsize=26605264 memory=279292865431680 CPUtime=0.42 cores=0-7
/proc/21132/task/21133/stat : 21133 (java) R 21130 21130 20320 0 -1 4202560 6686 0 0 0 39 3 0 0 20 0 28 0 148287115 27243790336 46618 33554432000 4194304 4196468 140728673183504 139873712862336 139873708633494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21134] ppid=21130 vsize=26605264 memory=5016521802893 CPUtime=0 cores=0-7
/proc/21132/task/21134/stat : 21134 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148287115 27243790336 46618 33554432000 4194304 4196468 140728673183504 139873665174160 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21135] ppid=21130 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21135/stat : 21135 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148287115 27243790336 46618 33554432000 4194304 4196468 140728673183504 139873664121360 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21136] ppid=21130 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21136/stat : 21136 (java) S 21130 21130 20320 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 148287115 27243790336 46651 33554432000 4194304 4196468 140728673183504 139873265252752 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0

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

[pid=21132/tid=21149] ppid=21130 vsize=26606292 memory=0 CPUtime=0.39 cores=0-7
/proc/21132/task/21149/stat : 21149 (java) S 21130 21130 20320 0 -1 1077944384 2752 0 0 0 39 0 0 0 20 0 28 0 148287120 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873097083376 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21150] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21150/stat : 21150 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873096030816 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21151] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21151/stat : 21151 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873094978096 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21406] ppid=21130 vsize=26606292 memory=0 CPUtime=0.51 cores=0-7
/proc/21132/task/21406/stat : 21406 (java) R 21130 21130 20320 0 -1 4202560 19 0 0 0 50 1 0 0 20 0 28 0 148287286 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873081707504 139873347838812 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21407] ppid=21130 vsize=26606292 memory=0 CPUtime=0.5 cores=0-7
/proc/21132/task/21407/stat : 21407 (java) R 21130 21130 20320 0 -1 4202560 18 0 0 0 49 1 0 0 20 0 28 0 148287286 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873079603120 139873347838731 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21408] ppid=21130 vsize=26606292 memory=0 CPUtime=0.48 cores=0-7
/proc/21132/task/21408/stat : 21408 (java) R 21130 21130 20320 0 -1 4202560 19 0 0 0 48 0 0 0 20 0 28 0 148287286 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873077497552 139873349224731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21409] ppid=21130 vsize=26606292 memory=0 CPUtime=0.52 cores=0-7
/proc/21132/task/21409/stat : 21409 (java) R 21130 21130 20320 0 -1 4202560 27 0 0 0 51 1 0 0 20 0 28 0 148287286 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873082760880 139873348686952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21410] ppid=21130 vsize=26606292 memory=221272 CPUtime=0.47 cores=0-7
/proc/21132/task/21410/stat : 21410 (java) R 21130 21130 20320 0 -1 1077944384 18 0 0 0 46 1 0 0 20 0 28 0 148287286 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873085918768 139873708631765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21411] ppid=21130 vsize=26606292 memory=4612 CPUtime=0.54 cores=0-7
/proc/21132/task/21411/stat : 21411 (java) R 21130 21130 20320 0 -1 4202560 23 0 0 0 53 1 0 0 20 0 28 0 148287286 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873084866992 139873347838760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21412] ppid=21130 vsize=26606292 memory=1004 CPUtime=0.53 cores=0-7
/proc/21132/task/21412/stat : 21412 (java) S 21130 21130 20320 0 -1 1077944384 17 0 0 0 52 1 0 0 20 0 28 0 148287286 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873083814192 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21413] ppid=21130 vsize=26606292 memory=1200 CPUtime=0.48 cores=0-7
/proc/21132/task/21413/stat : 21413 (java) R 21130 21130 20320 0 -1 4202560 17 0 0 0 47 1 0 0 20 0 28 0 148287287 27244843008 62527 33554432000 4194304 4196468 140728673183504 139873080656048 139873347837818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
Current children cumulated CPU time: 14.85 s
Current children cumulated vsize: 26615804 KiB
Current children cumulated memory: 251492 KiB

[startup+2.8024 s]
/proc/loadavg: 5.57 3.73 5.30 8/207 21413
/proc/meminfo: memFree=26992080/32770624 swapFree=67108860/67108860
[pid=21130] ppid=21127 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21130/stat : 21130 (xcsp3-exec) S 21127 21130 20320 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148287114 9740288 346 33554432000 4194304 5098028 140724053686192 140724053684296 140510157537916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7491584 140724053689444 140724053689655 140724053689655 140724053692395 0
/proc/21130/statm: 2378 346 289 221 0 87 0
[pid=21132] ppid=21130 vsize=26606292 memory=313616 CPUtime=17.47 cores=0-7
/proc/21132/stat : 21132 (java) S 21130 21130 20320 0 -1 1077944320 26451 0 0 0 1714 33 0 0 20 0 28 0 148287114 27244843008 78404 33554432000 4194304 4196468 140728673183504 140728673166048 139873708621559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
/proc/21132/statm: 6651573 78404 3247 1 0 6638807 0
[pid=21132/tid=21133] ppid=21130 vsize=26606292 memory=0 CPUtime=0.43 cores=0-7
/proc/21132/task/21133/stat : 21133 (java) S 21130 21130 20320 0 -1 1077944384 6687 0 0 0 40 3 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873712862336 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21134] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21134/stat : 21134 (java) S 21130 21130 20320 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873665174160 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21135] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21135/stat : 21135 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873664121360 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21136] ppid=21130 vsize=26606292 memory=2017 CPUtime=0 cores=0-7
/proc/21132/task/21136/stat : 21136 (java) S 21130 21130 20320 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873265252752 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21137] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21137/stat : 21137 (java) S 21130 21130 20320 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873264199952 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21138] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21138/stat : 21138 (java) S 21130 21130 20320 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873263148176 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21139] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21139/stat : 21139 (java) S 21130 21130 20320 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873262095376 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21140] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21140/stat : 21140 (java) S 21130 21130 20320 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873261042576 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21141] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21141/stat : 21141 (java) S 21130 21130 20320 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873259989776 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21142] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21142/stat : 21142 (java) S 21130 21130 20320 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 148287117 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873104451952 139873708632706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21143] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21143/stat : 21143 (java) S 21130 21130 20320 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 148287117 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873103397984 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21144] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21144/stat : 21144 (java) S 21130 21130 20320 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 148287117 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873102345088 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21145] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21145/stat : 21145 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873101293392 139873708640155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21146] ppid=21130 vsize=26606292 memory=221436 CPUtime=0.98 cores=0-7
/proc/21132/task/21146/stat : 21146 (java) S 21130 21130 20320 0 -1 1077944384 3064 0 0 0 97 1 0 0 20 0 28 0 148287120 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873100241776 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21147] ppid=21130 vsize=26606292 memory=288230621803970871 CPUtime=1 cores=0-7
/proc/21132/task/21147/stat : 21147 (java) S 21130 21130 20320 0 -1 1077944384 2545 0 0 0 100 0 0 0 20 0 28 0 148287120 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873099188976 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21148] ppid=21130 vsize=26606292 memory=14691894252800580 CPUtime=1.15 cores=0-7
/proc/21132/task/21148/stat : 21148 (java) R 21130 21130 20320 0 -1 4202560 5086 0 0 0 114 1 0 0 20 0 28 0 148287120 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873098136176 139873693729531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21149] ppid=21130 vsize=26606292 memory=4472 CPUtime=0.39 cores=0-7
/proc/21132/task/21149/stat : 21149 (java) S 21130 21130 20320 0 -1 1077944384 2758 0 0 0 39 0 0 0 20 0 28 0 148287120 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873097083376 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21150] ppid=21130 vsize=26606292 memory=1236 CPUtime=0 cores=0-7
/proc/21132/task/21150/stat : 21150 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873096030816 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21151] ppid=21130 vsize=26606292 memory=932 CPUtime=0 cores=0-7
/proc/21132/task/21151/stat : 21151 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873094978096 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21406] ppid=21130 vsize=26606292 memory=1568 CPUtime=0.83 cores=0-7
/proc/21132/task/21406/stat : 21406 (java) R 21130 21130 20320 0 -1 4202560 19 0 0 0 81 2 0 0 20 0 28 0 148287286 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873081707392 139873349418267 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21407] ppid=21130 vsize=26606292 memory=2240 CPUtime=0.84 cores=0-7
/proc/21132/task/21407/stat : 21407 (java) R 21130 21130 20320 0 -1 4202560 18 0 0 0 81 3 0 0 20 0 28 0 148287286 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873079603024 139873348399477 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21408] ppid=21130 vsize=26606292 memory=4124 CPUtime=0.79 cores=0-7
/proc/21132/task/21408/stat : 21408 (java) R 21130 21130 20320 0 -1 1077944384 19 0 0 0 78 1 0 0 20 0 28 0 148287286 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873077497552 139873708632706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21409] ppid=21130 vsize=26606292 memory=2196 CPUtime=0.84 cores=0-7
/proc/21132/task/21409/stat : 21409 (java) R 21130 21130 20320 0 -1 4202560 39 0 0 0 82 2 0 0 20 0 28 0 148287286 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873082760768 139873349657808 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21410] ppid=21130 vsize=26606292 memory=7788 CPUtime=0.76 cores=0-7
/proc/21132/task/21410/stat : 21410 (java) S 21130 21130 20320 0 -1 1077944384 25 0 0 0 74 2 0 0 20 0 28 0 148287286 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873085918768 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21411] ppid=21130 vsize=26606292 memory=840 CPUtime=0.86 cores=0-7
/proc/21132/task/21411/stat : 21411 (java) R 21130 21130 20320 0 -1 4202560 34 0 0 0 84 2 0 0 20 0 28 0 148287286 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873084866992 139873349150281 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21412] ppid=21130 vsize=26606292 memory=4096 CPUtime=0.84 cores=0-7
/proc/21132/task/21412/stat : 21412 (java) R 21130 21130 20320 0 -1 4202560 18 0 0 0 82 2 0 0 20 0 28 0 148287286 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873083814192 139873348763641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21413] ppid=21130 vsize=26606292 memory=1696 CPUtime=0.81 cores=0-7
/proc/21132/task/21413/stat : 21413 (java) R 21130 21130 20320 0 -1 4202560 17 0 0 0 79 2 0 0 20 0 28 0 148287287 27244843008 78404 33554432000 4194304 4196468 140728673183504 139873080655936 139873348490767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
Current children cumulated CPU time: 17.47 s
Current children cumulated vsize: 26615804 KiB
Current children cumulated memory: 315000 KiB

[startup+3.00108 s]*
/proc/loadavg: 5.57 3.73 5.30 8/207 21413
/proc/meminfo: memFree=26874740/32770624 swapFree=67108860/67108860
[pid=21130] ppid=21127 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/21130/stat : 21130 (xcsp3-exec) S 21127 21130 20320 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148287114 9740288 346 33554432000 4194304 5098028 140724053686192 140724053684296 140510157537916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7491584 140724053689444 140724053689655 140724053689655 140724053692395 0
/proc/21130/statm: 2378 346 289 221 0 87 0
[pid=21132] ppid=21130 vsize=26606292 memory=340424 CPUtime=18.85 cores=0-7
/proc/21132/stat : 21132 (java) S 21130 21130 20320 0 -1 1077944320 26597 0 0 0 1842 43 0 0 20 0 28 0 148287114 27244843008 85106 33554432000 4194304 4196468 140728673183504 140728673166048 139873708621559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
/proc/21132/statm: 6651573 85106 3247 1 0 6638807 0
[pid=21132/tid=21133] ppid=21130 vsize=26606292 memory=576567874760998942 CPUtime=0.43 cores=0-7
/proc/21132/task/21133/stat : 21133 (java) S 21130 21130 20320 0 -1 1077944384 6687 0 0 0 40 3 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873712862336 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21134] ppid=21130 vsize=26606292 memory=288230583182819651 CPUtime=0 cores=0-7
/proc/21132/task/21134/stat : 21134 (java) S 21130 21130 20320 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873665174160 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21135] ppid=21130 vsize=26606292 memory=15673758210172568 CPUtime=0 cores=0-7
/proc/21132/task/21135/stat : 21135 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873664121360 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21136] ppid=21130 vsize=26606292 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21136/stat : 21136 (java) S 21130 21130 20320 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873265252752 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21137] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21137/stat : 21137 (java) S 21130 21130 20320 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873264199952 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21138] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21138/stat : 21138 (java) S 21130 21130 20320 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873263148176 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21139] ppid=21130 vsize=26606292 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21139/stat : 21139 (java) S 21130 21130 20320 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873262095376 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21140] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21140/stat : 21140 (java) S 21130 21130 20320 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873261042576 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21141] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21141/stat : 21141 (java) S 21130 21130 20320 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 148287115 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873259989776 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21142] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21142/stat : 21142 (java) S 21130 21130 20320 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 148287117 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873104451952 139873708632706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21143] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21143/stat : 21143 (java) S 21130 21130 20320 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 148287117 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873103397984 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21144] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21144/stat : 21144 (java) S 21130 21130 20320 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 148287117 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873102345088 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21145] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21145/stat : 21145 (java) S 21130 21130 20320 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873101293392 139873708640155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21146] ppid=21130 vsize=26606292 memory=0 CPUtime=0.98 cores=0-7
/proc/21132/task/21146/stat : 21146 (java) S 21130 21130 20320 0 -1 1077944384 3064 0 0 0 97 1 0 0 20 0 28 0 148287120 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873100241776 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21147] ppid=21130 vsize=26606292 memory=0 CPUtime=1 cores=0-7
/proc/21132/task/21147/stat : 21147 (java) S 21130 21130 20320 0 -1 1077944384 2545 0 0 0 100 0 0 0 20 0 28 0 148287120 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873099188976 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21148] ppid=21130 vsize=26606292 memory=0 CPUtime=1.17 cores=0-7
/proc/21132/task/21148/stat : 21148 (java) S 21130 21130 20320 0 -1 1077944384 5093 0 0 0 116 1 0 0 20 0 28 0 148287120 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873098136176 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21149] ppid=21130 vsize=26606292 memory=0 CPUtime=0.4 cores=0-7
/proc/21132/task/21149/stat : 21149 (java) S 21130 21130 20320 0 -1 1077944384 2769 0 0 0 40 0 0 0 20 0 28 0 148287120 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873097083376 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21150] ppid=21130 vsize=26606292 memory=0 CPUtime=0 cores=0-7
/proc/21132/task/21150/stat : 21150 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873096030816 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21151] ppid=21130 vsize=26606292 memory=-1 CPUtime=0 cores=0-7
/proc/21132/task/21151/stat : 21151 (java) S 21130 21130 20320 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148287120 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873094978096 139873708632706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21406] ppid=21130 vsize=26606292 memory=-1 CPUtime=0.99 cores=0-7
/proc/21132/task/21406/stat : 21406 (java) R 21130 21130 20320 0 -1 1077944384 22 0 0 0 97 2 0 0 20 0 28 0 148287286 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873081707504 139873708631765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21407] ppid=21130 vsize=26606292 memory=0 CPUtime=1 cores=0-7
/proc/21132/task/21407/stat : 21407 (java) R 21130 21130 20320 0 -1 4202560 21 0 0 0 96 4 0 0 20 0 28 0 148287286 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873079603120 139873347838760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21408] ppid=21130 vsize=26606292 memory=0 CPUtime=0.97 cores=0-7
/proc/21132/task/21408/stat : 21408 (java) R 21130 21130 20320 0 -1 4202560 22 0 0 0 95 2 0 0 20 0 28 0 148287286 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873077497648 139873348490999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21409] ppid=21130 vsize=26606292 memory=0 CPUtime=1.01 cores=0-7
/proc/21132/task/21409/stat : 21409 (java) R 21130 21130 20320 0 -1 4202560 82 0 0 0 97 4 0 0 20 0 28 0 148287286 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873082760880 139873349719547 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21410] ppid=21130 vsize=26606292 memory=0 CPUtime=0.93 cores=0-7
/proc/21132/task/21410/stat : 21410 (java) S 21130 21130 20320 0 -1 1077944384 61 0 0 0 89 4 0 0 20 0 28 0 148287286 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873085918768 139873708631765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21411] ppid=21130 vsize=26606292 memory=0 CPUtime=1.02 cores=0-7
/proc/21132/task/21411/stat : 21411 (java) R 21130 21130 20320 0 -1 4202560 68 0 0 0 98 4 0 0 20 0 28 0 148287286 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873084866992 139873348981254 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21412] ppid=21130 vsize=26606292 memory=0 CPUtime=1.02 cores=0-7
/proc/21132/task/21412/stat : 21412 (java) R 21130 21130 20320 0 -1 4202560 21 0 0 0 99 3 0 0 20 0 28 0 148287286 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873083814192 139873347838793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
[pid=21132/tid=21413] ppid=21130 vsize=26606292 memory=0 CPUtime=0.98 cores=0-7
/proc/21132/task/21413/stat : 21413 (java) R 21130 21130 20320 0 -1 4202560 20 0 0 0 95 3 0 0 20 0 28 0 148287287 27244843008 85106 33554432000 4194304 4196468 140728673183504 139873080655952 139873348762321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140728673191058 140728673191235 140728673191235 140728673193935 0
Current children cumulated CPU time: 18.85 s
Current children cumulated vsize: 26615804 KiB
Current children cumulated memory: 341808 KiB

Child status: 0
Real time (s): 3.02146
CPU time (s): 18.8751
CPU user time (s): 18.427
CPU system time (s): 0.448079
CPU usage (%): 624.7
Max. virtual memory (cumulated for all children) (KiB): 26616676
Max. memory (cumulated for all children) (KiB): 341808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.427
system time used= 0.448079
maximum resident set size= 341216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27137
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87100
involuntary context switches= 331


# summary of solver processes directly reported to runsolver:
#   pid: 21130
#   total CPU time (s): 18.8751
#   total CPU user time (s): 18.427
#   total CPU system time (s): 0.448079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057312 second user time and 0.069816 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-19 15:58:56
IDJOB=4280405
IDBENCH=133505
IDSOLVER=2675
FILE ID=node113/4280405-1503151996
RUNJOBID= node113-1503147940-20347
PBS_JOBID= 20630806
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-08.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280405-1503151996/watcher-4280405-1503151996 -o /tmp/evaluation-result-4280405-1503151996/solver-4280405-1503151996 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503147940-20347 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1884574697 HOME/instance-4280405-1503151996.xml

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

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=1884574697

node113.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.89
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.89
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.89
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.89
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:        27201096 kB
MemAvailable:   31971040 kB
Buffers:          251188 kB
Cached:          4808792 kB
SwapCached:            0 kB
Active:          1250460 kB
Inactive:        3864004 kB
Active(anon):       4756 kB
Inactive(anon):    85836 kB
Active(file):    1245704 kB
Inactive(file):  3778168 kB
Unevictable:        7568 kB
Mlocked:            7568 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7600 kB
Writeback:             0 kB
AnonPages:         71952 kB
Mapped:            51036 kB
Shmem:             33416 kB
Slab:             150724 kB
SReclaimable:     123816 kB
SUnreclaim:        26908 kB
KernelStack:        3520 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61684 MiB
End job on node113 at 2017-08-19 15:58:59