Trace number 4283341

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 5a (2017-08-18)OPT1188 21.6341 15.1058

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-06.xml
MD5SUM3ceda869c276348ad0b4fc7c9d738878
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1188
Best CPU time to get the best result obtained on this benchmark0.33630201
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283341-1503216163.xml"  -tl '2520s' -p 1 -x 3
0.12/0.15	c [HOME/instance-4283341-1503216163.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.32/0.30	c parse instance...
0.65/0.44	c solve instance...
0.65/0.46	o 855 
0.65/0.47	o 891 
0.65/0.48	o 908 
0.65/0.49	o 946 
0.97/0.52	o 958 
0.97/0.52	o 977 
0.97/0.57	o 998 
0.97/0.57	o 1017 
0.97/0.58	o 1033 
0.97/0.59	o 1057 
2.22/0.91	o 1060 
3.76/1.42	o 1069 
3.76/1.47	o 1077 
4.06/1.51	o 1090 
4.06/1.51	o 1109 
4.06/1.52	o 1153 
9.50/4.02	o 1161 
12.11/6.37	o 1163 
12.11/6.38	o 1175 
12.56/6.79	o 1188 
21.53/15.09	s OPTIMUM FOUND
21.53/15.09	v <instantiation>
21.53/15.09	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] </list>
21.53/15.09	v 	<values>1 1 0 1 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 0 1 1 0 </values>
21.53/15.09	v </instantiation>

Verifier Data

OK	1188

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283341-1503216163/watcher-4283341-1503216163 -o /tmp/evaluation-result-4283341-1503216163/solver-4283341-1503216163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1503215302-22797 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 836896132 HOME/instance-4283341-1503216163.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.101665 s]*
/proc/loadavg: 1.71 1.91 1.95 3/218 22859
/proc/meminfo: memFree=24827432/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13978596 memory=28048 CPUtime=0.12 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 5364 0 0 0 11 1 0 0 20 0 15 0 154697170 14314082304 7012 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3494649 7012 2878 1 0 3482966 0
[pid=22824/tid=22825] ppid=22821 vsize=13978596 memory=4351193297951163022 CPUtime=0.08 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 3385 0 0 0 8 0 0 0 20 0 15 0 154697170 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502903020768 140502898806166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13978596 memory=139874599650944 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697171 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13978596 memory=139874599650944 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697172 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697173 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697173 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) S 22821 22821 17435 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 154697176 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502075558768 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502074505968 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13978596 memory=139874599650944 CPUtime=0.01 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 154697176 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13978596 memory=139874599650944 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697176 14314082304 7012 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29428 KiB

[startup+0.210954 s]*
/proc/loadavg: 1.71 1.91 1.95 3/218 22859
/proc/meminfo: memFree=24803924/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13982852 memory=39704 CPUtime=0.32 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 8046 0 0 0 30 2 0 0 20 0 15 0 154697170 14318440448 9926 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3495713 9926 3014 1 0 3482966 0
[pid=22824/tid=22825] ppid=22821 vsize=13982852 memory=7883960649037381690 CPUtime=0.18 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 5269 0 0 0 17 1 0 0 20 0 15 0 154697170 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502903031072 140502882874718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13982852 memory=13650 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13982852 memory=139874600434367 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13982852 memory=139874599650944 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697172 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697173 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697173 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) S 22821 22821 17435 0 -1 1077944384 659 0 0 0 3 0 0 0 20 0 15 0 154697176 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502075558768 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) S 22821 22821 17435 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 15 0 154697176 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502074505968 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13982852 memory=139874599650944 CPUtime=0.07 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 710 0 0 0 7 0 0 0 20 0 15 0 154697176 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697176 14318440448 9926 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41084 KiB

[startup+0.310616 s]*
/proc/loadavg: 1.71 1.91 1.95 4/218 22859
/proc/meminfo: memFree=24797472/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13982852 memory=44260 CPUtime=0.45 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 8740 0 0 0 42 3 0 0 20 0 15 0 154697170 14318440448 11065 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3495713 11065 3113 1 0 3482966 0
[pid=22824/tid=22825] ppid=22821 vsize=13982852 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 5800 0 0 0 24 2 0 0 20 0 15 0 154697170 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502903028000 140502882874718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13982852 memory=11218609402725 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13982852 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697172 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697173 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697173 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13982852 memory=6944613755495348631 CPUtime=0.04 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) S 22821 22821 17435 0 -1 1077944384 706 0 0 0 4 0 0 0 20 0 15 0 154697176 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502075558768 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13982852 memory=-9001728533042062950 CPUtime=0.01 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) S 22821 22821 17435 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 15 0 154697176 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502074505968 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13982852 memory=-8813974798734826869 CPUtime=0.11 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 806 0 0 0 11 0 0 0 20 0 15 0 154697176 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13982852 memory=4713750055892520310 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697176 14318440448 11065 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 45640 KiB

[startup+0.70166 s]
/proc/loadavg: 1.71 1.91 1.95 8/218 22859
/proc/meminfo: memFree=24770676/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13984976 memory=74648 CPUtime=1.59 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 12866 0 0 0 154 5 0 0 20 0 15 0 154697170 14320615424 18662 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3496244 18662 3203 1 0 3483478 0
[pid=22824/tid=22825] ppid=22821 vsize=13984976 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 6631 0 0 0 61 3 0 0 20 0 15 0 154697170 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502903032688 140502493299279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697171 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13984976 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697171 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13984976 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154697172 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13984976 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13984976 memory=8624 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13984976 memory=1204 CPUtime=0.32 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) R 22821 22821 17435 0 -1 4202560 1912 0 0 0 32 0 0 0 20 0 15 0 154697176 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502075538832 140502879973333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13984976 memory=1728 CPUtime=0.28 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) R 22821 22821 17435 0 -1 4202560 1399 0 0 0 28 0 0 0 20 0 15 0 154697176 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502074491992 140502883920009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13984976 memory=1440 CPUtime=0.31 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 1615 0 0 0 31 0 0 0 20 0 15 0 154697176 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13984976 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13984976 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 18662 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 76028 KiB

[startup+1.50084 s]
/proc/loadavg: 1.71 1.91 1.95 8/218 22859
/proc/meminfo: memFree=24681312/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0

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

/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13984976 memory=237920 CPUtime=19.29 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 55394 0 0 0 1914 15 0 0 20 0 15 0 154697170 14320615424 59480 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3496244 59480 3262 1 0 3483478 0
[pid=22824/tid=22825] ppid=22821 vsize=13984976 memory=6791534058613427641 CPUtime=12.69 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 8655 0 0 0 1263 6 0 0 20 0 15 0 154697170 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502903033696 140502492793619 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13984976 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 97 0 0 0 2 0 0 0 20 0 15 0 154697171 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13984976 memory=4580 CPUtime=0.02 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 154697171 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13984976 memory=4208422980732334112 CPUtime=0.02 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 718 0 0 0 2 0 0 0 20 0 15 0 154697171 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13984976 memory=2110225075624404 CPUtime=0.02 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 294 0 0 0 2 0 0 0 20 0 15 0 154697171 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13984976 memory=279748937511456 CPUtime=0.01 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 154697172 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13984976 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13984976 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13984976 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13984976 memory=3184097920075976945 CPUtime=2.97 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) S 22821 22821 17435 0 -1 1077944384 14709 0 0 0 296 1 0 0 20 0 15 0 154697176 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502075558768 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13984976 memory=6944656592387989600 CPUtime=2.92 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) S 22821 22821 17435 0 -1 1077944384 25593 0 0 0 289 3 0 0 20 0 15 0 154697176 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502074505968 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13984976 memory=6944656592387989600 CPUtime=0.53 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 3130 0 0 0 52 1 0 0 20 0 15 0 154697176 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13984976 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13984976 memory=2544 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59480 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 19.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 239300 KiB

[startup+14.4007 s]
/proc/loadavg: 1.91 1.95 1.96 3/218 22859
/proc/meminfo: memFree=24380128/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13984976 memory=239976 CPUtime=20.91 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 55920 0 0 0 2075 16 0 0 20 0 15 0 154697170 14320615424 59994 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3496244 59994 3262 1 0 3483478 0
[pid=22824/tid=22825] ppid=22821 vsize=13984976 memory=0 CPUtime=14.29 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 8678 0 0 0 1423 6 0 0 20 0 15 0 154697170 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502903031712 140502494960129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13984976 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 154697171 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13984976 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 433 0 0 0 2 0 0 0 20 0 15 0 154697171 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13984976 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 722 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13984976 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 15 0 154697171 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13984976 memory=237920 CPUtime=0.01 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 15 0 154697172 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13984976 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13984976 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13984976 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13984976 memory=-7523660553960122769 CPUtime=2.97 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) S 22821 22821 17435 0 -1 1077944384 14709 0 0 0 296 1 0 0 20 0 15 0 154697176 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502075558768 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13984976 memory=6944656592455359580 CPUtime=2.93 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) S 22821 22821 17435 0 -1 1077944384 25681 0 0 0 290 3 0 0 20 0 15 0 154697176 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502074505968 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13984976 memory=6944656592387989600 CPUtime=0.53 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 3536 0 0 0 52 1 0 0 20 0 15 0 154697176 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13984976 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13984976 memory=24652 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59994 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 20.91 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 241356 KiB

[startup+14.8008 s]
/proc/loadavg: 1.91 1.95 1.96 3/218 22859
/proc/meminfo: memFree=24380128/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13984976 memory=236896 CPUtime=21.32 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 55926 0 0 0 2116 16 0 0 20 0 15 0 154697170 14320615424 59224 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3496244 59224 3262 1 0 3483478 0
[pid=22824/tid=22825] ppid=22821 vsize=13984976 memory=6791534058613427641 CPUtime=14.68 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 8679 0 0 0 1462 6 0 0 20 0 15 0 154697170 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502903033808 140502493931941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13984976 memory=279748937490976 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 98 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13984976 memory=26561 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 434 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13984976 memory=4420 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 724 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13984976 memory=6628 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 298 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13984976 memory=8836 CPUtime=0.01 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 15 0 154697172 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13984976 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13984976 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13984976 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13984976 memory=17668 CPUtime=2.97 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) S 22821 22821 17435 0 -1 1077944384 14709 0 0 0 296 1 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502075558768 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13984976 memory=11041 CPUtime=2.93 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) S 22821 22821 17435 0 -1 1077944384 25681 0 0 0 290 3 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502074505968 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13984976 memory=4420 CPUtime=0.53 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 3536 0 0 0 52 1 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13984976 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13984976 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 21.32 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 238276 KiB

[startup+15.0007 s]*
/proc/loadavg: 1.91 1.95 1.96 3/218 22859
/proc/meminfo: memFree=24385804/32770624 swapFree=67108860/67108860
[pid=22821] ppid=22815 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22821/stat : 22821 (xcsp3-exec) S 22815 22821 17435 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697170 9740288 345 33554432000 4194304 5098028 140728952061824 140728952059928 140190961513084 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9043968 140728952063087 140728952063291 140728952063291 140728952066027 0
/proc/22821/statm: 2378 345 289 221 0 87 0
[pid=22824] ppid=22821 vsize=13984976 memory=236896 CPUtime=21.53 cores=0,2,4,6
/proc/22824/stat : 22824 (java) S 22821 22821 17435 0 -1 1077944320 55928 0 0 0 2137 16 0 0 20 0 15 0 154697170 14320615424 59224 33554432000 4194304 4196468 140727472330512 140727472313056 140502898794231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
/proc/22824/statm: 3496244 59224 3262 1 0 3483478 0
[pid=22824/tid=22825] ppid=22821 vsize=13984976 memory=6791534058613427641 CPUtime=14.89 cores=0,2,4,6
/proc/22824/task/22825/stat : 22825 (java) R 22821 22821 17435 0 -1 4202560 8681 0 0 0 1483 6 0 0 20 0 15 0 154697170 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502903033696 140502494766788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22828] ppid=22821 vsize=13984976 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22828/stat : 22828 (java) S 22821 22821 17435 0 -1 1077944384 98 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502813863056 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22829] ppid=22821 vsize=13984976 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22829/stat : 22829 (java) S 22821 22821 17435 0 -1 1077944384 434 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502812810256 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22830] ppid=22821 vsize=13984976 memory=3472592183261933599 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22830/stat : 22830 (java) S 22821 22821 17435 0 -1 1077944384 724 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502811757456 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22831] ppid=22821 vsize=13984976 memory=3474584532825420849 CPUtime=0.03 cores=0,2,4,6
/proc/22824/task/22831/stat : 22831 (java) S 22821 22821 17435 0 -1 1077944384 298 0 0 0 3 0 0 0 20 0 15 0 154697171 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502810704656 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22838] ppid=22821 vsize=13984976 memory=3834727569794889397 CPUtime=0.01 cores=0,2,4,6
/proc/22824/task/22838/stat : 22838 (java) S 22821 22821 17435 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 15 0 154697172 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502079768944 140502898805378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22843] ppid=22821 vsize=13984976 memory=3473455227027666483 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22843/stat : 22843 (java) S 22821 22821 17435 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502078714912 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22844] ppid=22821 vsize=13984976 memory=7234030490512353113 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22844/stat : 22844 (java) S 22821 22821 17435 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 154697173 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502077662064 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22848] ppid=22821 vsize=13984976 memory=7079765598914236496 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22848/stat : 22848 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697175 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502076610384 140502898812827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22849] ppid=22821 vsize=13984976 memory=0 CPUtime=2.97 cores=0,2,4,6
/proc/22824/task/22849/stat : 22849 (java) S 22821 22821 17435 0 -1 1077944384 14709 0 0 0 296 1 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502075558768 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22850] ppid=22821 vsize=13984976 memory=3545794381891187254 CPUtime=2.93 cores=0,2,4,6
/proc/22824/task/22850/stat : 22850 (java) S 22821 22821 17435 0 -1 1077944384 25681 0 0 0 290 3 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502074505968 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22851] ppid=22821 vsize=13984976 memory=3618558111885457076 CPUtime=0.53 cores=0,2,4,6
/proc/22824/task/22851/stat : 22851 (java) S 22821 22821 17435 0 -1 1077944384 3536 0 0 0 52 1 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502073453168 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22852] ppid=22821 vsize=13984976 memory=3618413826336108852 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22852/stat : 22852 (java) S 22821 22821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502072400608 140502898804437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
[pid=22824/tid=22853] ppid=22821 vsize=13984976 memory=139874599650944 CPUtime=0 cores=0,2,4,6
/proc/22824/task/22853/stat : 22853 (java) S 22821 22821 17435 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154697176 14320615424 59224 33554432000 4194304 4196468 140727472330512 140502003346096 140502898805378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18075648 140727472333975 140727472334151 140727472334151 140727472336847 0
Current children cumulated CPU time: 21.53 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 238276 KiB

Child status: 0
Real time (s): 15.1058
CPU time (s): 21.6341
CPU user time (s): 21.4629
CPU system time (s): 0.171188
CPU usage (%): 143.217
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 248596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4629
system time used= 0.171188
maximum resident set size= 247216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56804
page faults= 0
swaps= 0
block input operations= 128
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2768
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 22821
#   total CPU time (s): 21.6341
#   total CPU user time (s): 21.4629
#   total CPU system time (s): 0.171188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.109387 second user time and 0.211358 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-20 09:48:23
IDJOB=4283341
IDBENCH=133465
IDSOLVER=2679
FILE ID=node148/4283341-1503216163
RUNJOBID= node148-1503215302-22797
PBS_JOBID= 20630865
Free space on /tmp= 61724 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283341-1503216163/watcher-4283341-1503216163 -o /tmp/evaluation-result-4283341-1503216163/solver-4283341-1503216163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1503215302-22797 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 836896132 HOME/instance-4283341-1503216163.xml

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

MD5SUM BENCH= 3ceda869c276348ad0b4fc7c9d738878
RANDOM SEED=836896132

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.19
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.19
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.19
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.19
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:        24860220 kB
MemAvailable:   31976376 kB
Buffers:          298472 kB
Cached:          7107572 kB
SwapCached:            0 kB
Active:          1294940 kB
Inactive:        6163432 kB
Active(anon):       3656 kB
Inactive(anon):    84704 kB
Active(file):    1291284 kB
Inactive(file):  6078728 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15168 kB
Writeback:             0 kB
AnonPages:         59324 kB
Mapped:            51768 kB
Shmem:             33416 kB
Slab:             151008 kB
SReclaimable:     123960 kB
SUnreclaim:        27048 kB
KernelStack:        3232 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61708 MiB
End job on node148 at 2017-08-20 09:48:38