Trace number 4282862

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 seq (2017-08-18)OPT885 5.35812 2.4936299

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-16.xml
MD5SUM60579ec9e2bea81c12df486d2ee437df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark0.28229299
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-4282862-1503213213.xml"  -tl '264s' -p 1 -x 0
0.11/0.15	c [HOME/instance-4282862-1503213213.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.20	c simple solver
0.33/0.27	c parse instance...
0.49/0.40	c solve instance...
0.49/0.41	o 469 
0.73/0.42	o 489 
0.73/0.42	o 529 
0.73/0.42	o 540 
0.73/0.42	o 595 
0.73/0.42	o 596 
0.73/0.42	o 607 
0.73/0.42	o 631 
0.73/0.43	o 653 
0.73/0.43	o 676 
0.73/0.44	o 692 
0.73/0.48	o 703 
0.73/0.48	o 712 
0.73/0.49	o 759 
0.73/0.49	o 766 
0.73/0.49	o 768 
0.73/0.49	o 773 
1.62/0.74	o 775 
1.62/0.78	o 795 
1.62/0.78	o 834 
2.23/0.99	o 838 
3.15/1.24	o 846 
3.15/1.24	o 852 
3.75/1.46	o 864 
4.84/2.13	o 865 
5.15/2.32	o 873 
5.15/2.33	o 885 
5.26/2.48	s OPTIMUM FOUND
5.26/2.48	v <instantiation>
5.26/2.48	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>
5.26/2.48	v 	<values>0 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 </values>
5.26/2.48	v </instantiation>

Verifier Data

OK	885

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282862-1503213213/watcher-4282862-1503213213 -o /tmp/evaluation-result-4282862-1503213213/solver-4282862-1503213213 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21930 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1848605155 HOME/instance-4282862-1503213213.xml 

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

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

solver pid=25020, runsolver pid=25017

[startup+0.100905 s]*
/proc/loadavg: 1.91 2.06 1.98 3/217 25036
/proc/meminfo: memFree=28081412/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0
[pid=25022] ppid=25020 vsize=13978596 memory=27840 CPUtime=0.11 cores=0,2,4,6
/proc/25022/stat : 25022 (java) S 25020 25020 21899 0 -1 1077944320 5392 0 0 0 10 1 0 0 20 0 15 0 154409398 14314082304 6960 33554432000 4194304 4196468 140729285776160 140729285758704 140280789339895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
/proc/25022/statm: 3494649 6960 2840 1 0 3482966 0
[pid=25022/tid=25023] ppid=25020 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/25022/task/25023/stat : 25023 (java) R 25020 25020 21899 0 -1 4202560 3394 0 0 0 8 1 0 0 20 0 15 0 154409398 14314082304 6960 33554432000 4194304 4196468 140729285776160 140280793573168 140280789351830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25024] ppid=25020 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14314082304 6960 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13978596 memory=139684990682752 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14314082304 6960 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14314082304 6960 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14314082304 6960 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13978596 memory=139684990682752 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409401 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) S 25020 25020 21899 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 154409404 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279697311856 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) S 25020 25020 21899 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 154409404 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279696259056 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13978596 memory=139684990682752 CPUtime=0.01 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) R 25020 25020 21899 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 154409404 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279695206768 140280789351830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13978596 memory=139684990682752 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409404 14314082304 6960 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29224 KiB

[startup+0.210481 s]*
/proc/loadavg: 1.91 2.06 1.98 4/217 25036
/proc/meminfo: memFree=28070256/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0
[pid=25022] ppid=25020 vsize=13982852 memory=40576 CPUtime=0.33 cores=0,2,4,6
/proc/25022/stat : 25022 (java) S 25020 25020 21899 0 -1 1077944320 8157 0 0 0 31 2 0 0 20 0 15 0 154409398 14318440448 10144 33554432000 4194304 4196468 140729285776160 140729285758704 140280789339895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
/proc/25022/statm: 3495713 10144 3077 1 0 3482966 0
[pid=25022/tid=25023] ppid=25020 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/25022/task/25023/stat : 25023 (java) R 25020 25020 21899 0 -1 4202560 5250 0 0 0 18 1 0 0 20 0 15 0 154409398 14318440448 10144 33554432000 4194304 4196468 140729285776160 140280793562080 140280789361821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25024] ppid=25020 vsize=13982852 memory=8961 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14318440448 10144 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13982852 memory=3688648464239167136 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14318440448 10144 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14318440448 10144 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14318440448 10144 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13982852 memory=139684990682752 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409401 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) S 25020 25020 21899 0 -1 1077944384 476 0 0 0 3 0 0 0 20 0 15 0 154409404 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279697311856 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) S 25020 25020 21899 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 154409404 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279696259056 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13982852 memory=139684990682752 CPUtime=0.07 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) R 25020 25020 21899 0 -1 4202560 736 0 0 0 7 0 0 0 20 0 15 0 154409404 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279695206768 140280789361242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409404 14318440448 10144 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41960 KiB

[startup+0.31046 s]*
/proc/loadavg: 1.91 2.06 1.98 4/217 25036
/proc/meminfo: memFree=28063556/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0
[pid=25022] ppid=25020 vsize=13982928 memory=47596 CPUtime=0.49 cores=0,2,4,6
/proc/25022/stat : 25022 (java) S 25020 25020 21899 0 -1 1077944320 9066 0 0 0 47 2 0 0 20 0 15 0 154409398 14318518272 11899 33554432000 4194304 4196468 140729285776160 140729285758704 140280789339895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
/proc/25022/statm: 3495732 11899 3101 1 0 3482966 0
[pid=25022/tid=25023] ppid=25020 vsize=13982928 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/25022/task/25023/stat : 25023 (java) R 25020 25020 21899 0 -1 4202560 6037 0 0 0 27 2 0 0 20 0 15 0 154409398 14318518272 11899 33554432000 4194304 4196468 140729285776160 140280793572256 140280789361821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25024] ppid=25020 vsize=13982928 memory=9323 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14318518272 11899 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13982928 memory=4337868251985084448 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14318518272 11899 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14318518272 11899 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14318518272 11899 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409401 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13982928 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) S 25020 25020 21899 0 -1 1077944384 482 0 0 0 4 0 0 0 20 0 15 0 154409404 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279697311856 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13982928 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) S 25020 25020 21899 0 -1 1077944384 449 0 0 0 3 0 0 0 20 0 15 0 154409404 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279696259056 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13982928 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) S 25020 25020 21899 0 -1 1077944384 796 0 0 0 11 0 0 0 20 0 15 0 154409404 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279695206768 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409404 14318518272 11899 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48980 KiB

[startup+0.700817 s]
/proc/loadavg: 1.91 2.06 1.98 6/217 25036
/proc/meminfo: memFree=28048424/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0
[pid=25022] ppid=25020 vsize=13984976 memory=72332 CPUtime=1.62 cores=0,2,4,6
/proc/25022/stat : 25022 (java) S 25020 25020 21899 0 -1 1077944320 14382 0 0 0 158 4 0 0 20 0 15 0 154409398 14320615424 18083 33554432000 4194304 4196468 140729285776160 140729285758704 140280789339895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
/proc/25022/statm: 3496244 18083 3204 1 0 3483478 0
[pid=25022/tid=25023] ppid=25020 vsize=13984976 memory=24620 CPUtime=0.65 cores=0,2,4,6
/proc/25022/task/25023/stat : 25023 (java) R 25020 25020 21899 0 -1 4202560 6514 0 0 0 63 2 0 0 20 0 15 0 154409398 14320615424 18083 33554432000 4194304 4196468 140729285776160 140280793577584 140280429312029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25024] ppid=25020 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 18083 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13984976 memory=648 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 18083 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13984976 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 18083 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 18083 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13984976 memory=928 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13984976 memory=4316 CPUtime=0.35 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) R 25020 25020 21899 0 -1 4202560 2544 0 0 0 35 0 0 0 20 0 15 0 154409404 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279697292744 140280770883668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13984976 memory=2196 CPUtime=0.36 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) R 25020 25020 21899 0 -1 4202560 2297 0 0 0 36 0 0 0 20 0 15 0 154409404 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279696242448 140280782442934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13984976 memory=7784 CPUtime=0.23 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) S 25020 25020 21899 0 -1 1077944384 1726 0 0 0 23 0 0 0 20 0 15 0 154409404 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279695206768 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13984976 memory=832 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 18083 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 73716 KiB

[startup+1.50079 s]
/proc/loadavg: 1.91 2.06 1.98 5/217 25036
/proc/meminfo: memFree=28007312/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0

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

/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 28445 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13984976 memory=6153727326982138983 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 28445 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13984976 memory=6153720717128133735 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 28445 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13984976 memory=6153720717128133735 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 28445 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13984976 memory=7588684550706915689 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13984976 memory=7380671265740710997 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13984976 memory=7450739838949223528 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13984976 memory=7741230815469988432 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13984976 memory=7084553916554235990 CPUtime=1.14 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) R 25020 25020 21899 0 -1 4202560 9941 0 0 0 113 1 0 0 20 0 15 0 154409404 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279697311856 140280770884444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13984976 memory=1156 CPUtime=1.13 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) R 25020 25020 21899 0 -1 4202560 13456 0 0 0 112 1 0 0 20 0 15 0 154409404 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279696248848 140280768556096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13984976 memory=2209 CPUtime=0.26 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) S 25020 25020 21899 0 -1 1077944384 2013 0 0 0 26 0 0 0 20 0 15 0 154409404 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279695206768 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13984976 memory=12880606923214 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 28445 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 115164 KiB

[startup+2.49358 s]
# the end of solver process 25020 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.27015 s, system=0.08797 s

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

[startup+1.60103 s]
/proc/loadavg: 1.91 2.06 1.98 5/217 25036
/proc/meminfo: memFree=28007312/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0
[pid=25022] ppid=25020 vsize=13984976 memory=117968 CPUtime=4.21 cores=0,2,4,6
/proc/25022/stat : 25022 (java) S 25020 25020 21899 0 -1 1077944320 33398 0 0 0 414 7 0 0 20 0 15 0 154409398 14320615424 29492 33554432000 4194304 4196468 140729285776160 140729285758704 140280789339895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
/proc/25022/statm: 3496244 29492 3215 1 0 3483478 0
[pid=25022/tid=25023] ppid=25020 vsize=13984976 memory=279369772549576 CPUtime=1.55 cores=0,2,4,6
/proc/25022/task/25023/stat : 25023 (java) R 25020 25020 21899 0 -1 4202560 6644 0 0 0 153 2 0 0 20 0 15 0 154409398 14320615424 29492 33554432000 4194304 4196468 140729285776160 140280793577344 140280429860727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25024] ppid=25020 vsize=13984976 memory=279369772549828 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 29492 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13984976 memory=6298398794860095592 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 29492 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13984976 memory=6154820267226784105 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 29492 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13984976 memory=7739811328609576000 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 29492 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13984976 memory=7523382201372729942 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13984976 memory=7450759527196617835 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13984976 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13984976 memory=-7522837415797432224 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13984976 memory=6944656592452807320 CPUtime=1.17 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) S 25020 25020 21899 0 -1 1077944384 9954 0 0 0 116 1 0 0 20 0 15 0 154409404 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279697311856 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13984976 memory=180 CPUtime=1.18 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) S 25020 25020 21899 0 -1 1077944384 13462 0 0 0 117 1 0 0 20 0 15 0 154409404 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279696259056 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13984976 memory=288230583166042426 CPUtime=0.26 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) S 25020 25020 21899 0 -1 1077944384 2018 0 0 0 26 0 0 0 20 0 15 0 154409404 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279695206768 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13984976 memory=14694093276063033 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 29492 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 4.21 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 119352 KiB

[startup+2.00075 s]*
/proc/loadavg: 1.91 2.06 1.98 3/217 25036
/proc/meminfo: memFree=27975476/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0
[pid=25022] ppid=25020 vsize=13984976 memory=134436 CPUtime=4.67 cores=0,2,4,6
/proc/25022/stat : 25022 (java) S 25020 25020 21899 0 -1 1077944320 33437 0 0 0 460 7 0 0 20 0 15 0 154409398 14320615424 33609 33554432000 4194304 4196468 140729285776160 140729285758704 140280789339895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
/proc/25022/statm: 3496244 33609 3216 1 0 3483478 0
[pid=25022/tid=25023] ppid=25020 vsize=13984976 memory=279369771647216 CPUtime=1.97 cores=0,2,4,6
/proc/25022/task/25023/stat : 25023 (java) R 25020 25020 21899 0 -1 4202560 6653 0 0 0 194 3 0 0 20 0 15 0 154409398 14320615424 33609 33554432000 4194304 4196468 140729285776160 140280793578320 140280430213257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25024] ppid=25020 vsize=13984976 memory=8238220828386944104 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 33609 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13984976 memory=139684990682752 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 33609 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 33609 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13984976 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 33609 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13984976 memory=139684990682752 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13984976 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13984976 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) S 25020 25020 21899 0 -1 1077944384 9965 0 0 0 119 1 0 0 20 0 15 0 154409404 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279697311856 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13984976 memory=-1 CPUtime=1.19 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) S 25020 25020 21899 0 -1 1077944384 13469 0 0 0 118 1 0 0 20 0 15 0 154409404 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279696259056 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13984976 memory=15880 CPUtime=0.27 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) S 25020 25020 21899 0 -1 1077944384 2030 0 0 0 27 0 0 0 20 0 15 0 154409404 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279695206768 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13984976 memory=16236 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13984976 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 33609 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 135820 KiB

[startup+2.40083 s]
/proc/loadavg: 1.91 2.06 1.98 3/217 25036
/proc/meminfo: memFree=27975476/32770624 swapFree=67108860/67108860
[pid=25020] ppid=25017 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/25020/stat : 25020 (xcsp3-exec) S 25017 25020 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409398 9740288 346 33554432000 4194304 5098028 140721687630544 140721687628648 140586963296892 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16707584 140721687635060 140721687635264 140721687635264 140721687637995 0
/proc/25020/statm: 2378 346 289 221 0 87 0
[pid=25022] ppid=25020 vsize=13984976 memory=163460 CPUtime=5.26 cores=0,2,4,6
/proc/25022/stat : 25022 (java) S 25020 25020 21899 0 -1 1077944320 34358 0 0 0 518 8 0 0 20 0 15 0 154409398 14320615424 40865 33554432000 4194304 4196468 140729285776160 140729285758704 140280789339895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
/proc/25022/statm: 3496244 40865 3218 1 0 3483478 0
[pid=25022/tid=25023] ppid=25020 vsize=13984976 memory=-6371011775517773341 CPUtime=2.36 cores=0,2,4,6
/proc/25022/task/25023/stat : 25023 (java) R 25020 25020 21899 0 -1 4202560 6897 0 0 0 233 3 0 0 20 0 15 0 154409398 14320615424 40865 33554432000 4194304 4196468 140729285776160 140280793577008 140280429896341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25024] ppid=25020 vsize=13984976 memory=-6876588461455810464 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25024/stat : 25024 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 40865 33554432000 4194304 4196468 140729285776160 140280385169808 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25025] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25025/stat : 25025 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 40865 33554432000 4194304 4196468 140729285776160 140280384117008 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25026] ppid=25020 vsize=13984976 memory=315 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25026/stat : 25026 (java) S 25020 25020 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 40865 33554432000 4194304 4196468 140729285776160 140280383064720 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25027] ppid=25020 vsize=13984976 memory=115 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25027/stat : 25027 (java) S 25020 25020 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409399 14320615424 40865 33554432000 4194304 4196468 140729285776160 140280382011920 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25028] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25028/stat : 25028 (java) S 25020 25020 21899 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279701523056 140280789351042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25029] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25029/stat : 25029 (java) S 25020 25020 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279700469024 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25030] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25030/stat : 25030 (java) S 25020 25020 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409401 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279699416688 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25031] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25031/stat : 25031 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279698365008 140280789358491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25032] ppid=25020 vsize=13984976 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/25022/task/25032/stat : 25032 (java) S 25020 25020 21899 0 -1 1077944384 10127 0 0 0 128 1 0 0 20 0 15 0 154409404 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279697311856 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25033] ppid=25020 vsize=13984976 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/25022/task/25033/stat : 25033 (java) S 25020 25020 21899 0 -1 1077944384 13957 0 0 0 128 1 0 0 20 0 15 0 154409404 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279696259056 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25034] ppid=25020 vsize=13984976 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/25022/task/25034/stat : 25034 (java) S 25020 25020 21899 0 -1 1077944384 2057 0 0 0 27 0 0 0 20 0 15 0 154409404 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279695206768 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25035] ppid=25020 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25035/stat : 25035 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279694154208 140280789350101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
[pid=25022/tid=25036] ppid=25020 vsize=13984976 memory=85 CPUtime=0 cores=0,2,4,6
/proc/25022/task/25036/stat : 25036 (java) S 25020 25020 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409404 14320615424 40865 33554432000 4194304 4196468 140729285776160 140279693102000 140280789351042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29024256 140729285784733 140729285784908 140729285784908 140729285787599 0
Current children cumulated CPU time: 5.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 164844 KiB

Child status: 0
Real time (s): 2.49363
CPU time (s): 5.35812
CPU user time (s): 5.27015
CPU system time (s): 0.08797
CPU usage (%): 214.872
Max. virtual memory (cumulated for all children) (KiB): 13997432
Max. memory (cumulated for all children) (KiB): 164844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.27015
system time used= 0.08797
maximum resident set size= 172120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1569
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 25020
#   total CPU time (s): 5.35812
#   total CPU user time (s): 5.27015
#   total CPU system time (s): 0.08797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037048 second user time and 0.069992 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 08:59:12
IDJOB=4282862
IDBENCH=133475
IDSOLVER=2678
FILE ID=node102/4282862-1503213213
RUNJOBID= node102-1503209175-21930
PBS_JOBID= 20630875
Free space on /tmp= 61676 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-16.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-4282862-1503213213/watcher-4282862-1503213213 -o /tmp/evaluation-result-4282862-1503213213/solver-4282862-1503213213 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21930 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1848605155 HOME/instance-4282862-1503213213.xml

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

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=1848605155

node102.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.35
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.35
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.35
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.35
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:        28098016 kB
MemAvailable:   31745776 kB
Buffers:          240336 kB
Cached:          3700128 kB
SwapCached:            0 kB
Active:          1304576 kB
Inactive:        2921124 kB
Active(anon):     238224 kB
Inactive(anon):    83092 kB
Active(file):    1066352 kB
Inactive(file):  2838032 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7920 kB
Writeback:             0 kB
AnonPages:        292536 kB
Mapped:            64012 kB
Shmem:             33420 kB
Slab:             146332 kB
SReclaimable:     118424 kB
SUnreclaim:        27908 kB
KernelStack:        3536 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1304112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61668 MiB
End job on node102 at 2017-08-20 08:59:15