Trace number 4282860

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)OPT1129 4.71592 1.99652

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-04.xml
MD5SUM7fb632312c7b7dee32941c0d30e198bb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1129
Best CPU time to get the best result obtained on this benchmark0.24907701
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-4282860-1503213210.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4282860-1503213210.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.42	o 694 
0.49/0.42	o 762 
0.49/0.42	o 776 
0.49/0.42	o 810 
0.74/0.44	o 814 
0.74/0.46	o 870 
0.74/0.48	o 876 
0.74/0.49	o 948 
0.74/0.49	o 956 
0.74/0.49	o 982 
0.74/0.50	o 987 
1.36/0.61	o 993 
1.36/0.62	o 1009 
1.36/0.62	o 1017 
1.36/0.62	o 1026 
1.36/0.62	o 1028 
1.36/0.63	o 1034 
1.36/0.63	o 1051 
1.36/0.63	o 1053 
1.36/0.64	o 1059 
1.36/0.64	o 1061 
1.36/0.64	o 1090 
1.36/0.64	o 1108 
2.89/1.19	o 1109 
4.25/1.60	o 1111 
4.25/1.60	o 1129 
4.60/1.98	s OPTIMUM FOUND
4.60/1.98	v <instantiation>
4.60/1.98	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>
4.60/1.98	v 	<values>1 1 1 0 0 0 1 0 1 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 1 </values>
4.60/1.98	v </instantiation>

Verifier Data

OK	1129

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 (14183 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-4282860-1503213210/watcher-4282860-1503213210 -o /tmp/evaluation-result-4282860-1503213210/solver-4282860-1503213210 -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 113213088 HOME/instance-4282860-1503213210.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=24944, runsolver pid=24941

[startup+0.100906 s]*
/proc/loadavg: 1.99 2.07 1.99 3/217 24960
/proc/meminfo: memFree=28081156/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0
[pid=24946] ppid=24944 vsize=13978596 memory=28016 CPUtime=0.11 cores=0,2,4,6
/proc/24946/stat : 24946 (java) S 24944 24944 21899 0 -1 1077944320 5311 0 0 0 10 1 0 0 20 0 15 0 154409121 14314082304 7004 33554432000 4194304 4196468 140726422294208 140726422276752 139869368213239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
/proc/24946/statm: 3494649 7004 2883 1 0 3482966 0
[pid=24946/tid=24947] ppid=24944 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/24946/task/24947/stat : 24947 (java) R 24944 24944 21899 0 -1 4202560 3325 0 0 0 8 0 0 0 20 0 15 0 154409121 14314082304 7004 33554432000 4194304 4196468 140726422294208 139869372445152 139869349776814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24948] ppid=24944 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14314082304 7004 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13978596 memory=140634737792640 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14314082304 7004 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14314082304 7004 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14314082304 7004 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13978596 memory=140634737792640 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409123 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) S 24944 24944 21899 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 154409126 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868905339504 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868904286704 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13978596 memory=140634737792640 CPUtime=0.01 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) R 24944 24944 21899 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 154409126 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868903234416 139869368234586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13978596 memory=140634737792640 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14314082304 7004 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29400 KiB

[startup+0.210662 s]*
/proc/loadavg: 1.99 2.07 1.99 4/217 24960
/proc/meminfo: memFree=28068224/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0
[pid=24946] ppid=24944 vsize=13982852 memory=42296 CPUtime=0.33 cores=0,2,4,6
/proc/24946/stat : 24946 (java) S 24944 24944 21899 0 -1 1077944320 8071 0 0 0 31 2 0 0 20 0 15 0 154409121 14318440448 10574 33554432000 4194304 4196468 140726422294208 140726422276752 139869368213239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
/proc/24946/statm: 3495713 10574 3041 1 0 3482966 0
[pid=24946/tid=24947] ppid=24944 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/24946/task/24947/stat : 24947 (java) R 24944 24944 21899 0 -1 4202560 5169 0 0 0 18 1 0 0 20 0 15 0 154409121 14318440448 10574 33554432000 4194304 4196468 140726422294208 139869372433440 139869352293726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24948] ppid=24944 vsize=13982852 memory=8961 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 10574 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13982852 memory=3688649413986277024 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 10574 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 10574 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 10574 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13982852 memory=140634737792640 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409123 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) S 24944 24944 21899 0 -1 1077944384 618 0 0 0 2 0 0 0 20 0 15 0 154409126 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868905339504 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) S 24944 24944 21899 0 -1 1077944384 184 0 0 0 2 0 0 0 20 0 15 0 154409126 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868904286704 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13982852 memory=140634737792640 CPUtime=0.07 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) R 24944 24944 21899 0 -1 4202560 798 0 0 0 7 0 0 0 20 0 15 0 154409126 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868903234416 139869352293726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14318440448 10574 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 43680 KiB

[startup+0.310409 s]*
/proc/loadavg: 1.99 2.07 1.99 3/217 24960
/proc/meminfo: memFree=28061680/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0
[pid=24946] ppid=24944 vsize=13982852 memory=49324 CPUtime=0.49 cores=0,2,4,6
/proc/24946/stat : 24946 (java) S 24944 24944 21899 0 -1 1077944320 8993 0 0 0 46 3 0 0 20 0 15 0 154409121 14318440448 12331 33554432000 4194304 4196468 140726422294208 140726422276752 139869368213239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
/proc/24946/statm: 3495713 12331 3093 1 0 3482966 0
[pid=24946/tid=24947] ppid=24944 vsize=13982852 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/24946/task/24947/stat : 24947 (java) R 24944 24944 21899 0 -1 4202560 5931 0 0 0 27 2 0 0 20 0 15 0 154409121 14318440448 12331 33554432000 4194304 4196468 140726422294208 139869372448256 139869368235165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24948] ppid=24944 vsize=13982852 memory=9323 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 12331 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13982852 memory=4337868251985084448 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 12331 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 12331 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14318440448 12331 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409123 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) S 24944 24944 21899 0 -1 1077944384 635 0 0 0 4 0 0 0 20 0 15 0 154409126 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868905339504 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) S 24944 24944 21899 0 -1 1077944384 237 0 0 0 3 0 0 0 20 0 15 0 154409126 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868904286704 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13982852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) R 24944 24944 21899 0 -1 4202560 886 0 0 0 11 0 0 0 20 0 15 0 154409126 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868903234416 139869368234586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14318440448 12331 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 50708 KiB

[startup+0.700798 s]
/proc/loadavg: 1.99 2.07 1.99 5/217 24960
/proc/meminfo: memFree=28046252/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0
[pid=24946] ppid=24944 vsize=13984976 memory=78916 CPUtime=1.64 cores=0,2,4,6
/proc/24946/stat : 24946 (java) S 24944 24944 21899 0 -1 1077944320 15514 0 0 0 159 5 0 0 20 0 15 0 154409121 14320615424 19729 33554432000 4194304 4196468 140726422294208 140726422276752 139869368213239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
/proc/24946/statm: 3496244 19729 3204 1 0 3483478 0
[pid=24946/tid=24947] ppid=24944 vsize=13984976 memory=24620 CPUtime=0.66 cores=0,2,4,6
/proc/24946/task/24947/stat : 24947 (java) R 24944 24944 21899 0 -1 4202560 6433 0 0 0 64 2 0 0 20 0 15 0 154409121 14320615424 19729 33554432000 4194304 4196468 140726422294208 139869372444496 139868984933863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24948] ppid=24944 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 19729 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13984976 memory=648 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 19729 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13984976 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 19729 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 19729 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154409123 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13984976 memory=928 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13984976 memory=4316 CPUtime=0.35 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) R 24944 24944 21899 0 -1 4202560 2891 0 0 0 35 0 0 0 20 0 15 0 154409126 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868905325000 139869348056829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13984976 memory=2196 CPUtime=0.36 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) R 24944 24944 21899 0 -1 4202560 3019 0 0 0 35 1 0 0 20 0 15 0 154409126 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868904272776 139869347869649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13984976 memory=7784 CPUtime=0.23 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) S 24944 24944 21899 0 -1 1077944384 1864 0 0 0 23 0 0 0 20 0 15 0 154409126 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868903234416 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13984976 memory=832 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 19729 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 80300 KiB

[startup+1.50082 s]
/proc/loadavg: 1.99 2.07 1.99 5/217 24960
/proc/meminfo: memFree=28000120/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0

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

/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 30585 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13984976 memory=6153727326982138983 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 30585 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13984976 memory=6153720717128133735 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 30585 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13984976 memory=6153720717128133735 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 30585 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13984976 memory=7588684550706915689 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154409123 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13984976 memory=7380671265740710997 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13984976 memory=7450739838949223528 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13984976 memory=7741230815469988432 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13984976 memory=7230638329955438681 CPUtime=1.15 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) R 24944 24944 21899 0 -1 4202560 14971 0 0 0 114 1 0 0 20 0 15 0 154409126 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868905325568 139869346063392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13984976 memory=1156 CPUtime=1.16 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) R 24944 24944 21899 0 -1 4202560 8784 0 0 0 114 2 0 0 20 0 15 0 154409126 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868904272672 139869349737616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13984976 memory=2209 CPUtime=0.25 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) S 24944 24944 21899 0 -1 1077944384 2355 0 0 0 25 0 0 0 20 0 15 0 154409126 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868903234416 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13984976 memory=12880606923214 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 30585 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 123724 KiB

[startup+1.99647 s]
# the end of solver process 24944 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.63094 s, system=0.084981 s

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

[startup+1.60094 s]
/proc/loadavg: 1.99 2.07 1.99 5/217 24960
/proc/meminfo: memFree=28000120/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0
[pid=24946] ppid=24944 vsize=13984976 memory=128588 CPUtime=4.25 cores=0,2,4,6
/proc/24946/stat : 24946 (java) S 24944 24944 21899 0 -1 1077944320 34086 0 0 0 418 7 0 0 20 0 15 0 154409121 14320615424 32147 33554432000 4194304 4196468 140726422294208 140726422276752 139869368213239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
/proc/24946/statm: 3496244 32147 3218 1 0 3483478 0
[pid=24946/tid=24947] ppid=24944 vsize=13984976 memory=281269221836232 CPUtime=1.56 cores=0,2,4,6
/proc/24946/task/24947/stat : 24947 (java) R 24944 24944 21899 0 -1 4202560 6573 0 0 0 154 2 0 0 20 0 15 0 154409121 14320615424 32147 33554432000 4194304 4196468 140726422294208 139869372450856 139868985429278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24948] ppid=24944 vsize=13984976 memory=281269221836484 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 32147 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13984976 memory=6298398794860095592 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 32147 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13984976 memory=6154820267226784105 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 32147 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13984976 memory=7739811328609576000 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 32147 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13984976 memory=7523382201372729942 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154409123 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13984976 memory=7450759527196617835 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13984976 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13984976 memory=-7522837415797432224 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13984976 memory=6944656592452807320 CPUtime=1.18 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) S 24944 24944 21899 0 -1 1077944384 14977 0 0 0 117 1 0 0 20 0 15 0 154409126 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868905339504 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13984976 memory=180 CPUtime=1.21 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) S 24944 24944 21899 0 -1 1077944384 8801 0 0 0 119 2 0 0 20 0 15 0 154409126 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868904286704 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13984976 memory=288230583166042426 CPUtime=0.26 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) S 24944 24944 21899 0 -1 1077944384 2420 0 0 0 26 0 0 0 20 0 15 0 154409126 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868903234416 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13984976 memory=14694093276063033 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 32147 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 129972 KiB

[startup+1.80069 s]
/proc/loadavg: 1.99 2.07 1.99 5/217 24960
/proc/meminfo: memFree=28000120/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0
[pid=24946] ppid=24944 vsize=13984976 memory=138828 CPUtime=4.46 cores=0,2,4,6
/proc/24946/stat : 24946 (java) S 24944 24944 21899 0 -1 1077944320 34096 0 0 0 439 7 0 0 20 0 15 0 154409121 14320615424 34707 33554432000 4194304 4196468 140726422294208 140726422276752 139869368213239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
/proc/24946/statm: 3496244 34707 3218 1 0 3483478 0
[pid=24946/tid=24947] ppid=24944 vsize=13984976 memory=6153720717128133735 CPUtime=1.77 cores=0,2,4,6
/proc/24946/task/24947/stat : 24947 (java) R 24944 24944 21899 0 -1 4202560 6578 0 0 0 174 3 0 0 20 0 15 0 154409121 14320615424 34707 33554432000 4194304 4196468 140726422294208 139869372450856 139868985430725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24948] ppid=24944 vsize=13984976 memory=6153720717128133735 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 34707 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13984976 memory=7588684550706915689 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 34707 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13984976 memory=7380671265740710997 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 34707 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13984976 memory=7450739838949223528 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 34707 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13984976 memory=7741230815469988432 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154409123 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13984976 memory=7230638329955438681 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13984976 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13984976 memory=2209 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13984976 memory=117976 CPUtime=1.18 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) S 24944 24944 21899 0 -1 1077944384 14980 0 0 0 117 1 0 0 20 0 15 0 154409126 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868905339504 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13984976 memory=56 CPUtime=1.22 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) S 24944 24944 21899 0 -1 1077944384 8803 0 0 0 120 2 0 0 20 0 15 0 154409126 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868904286704 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13984976 memory=-6237260532469557610 CPUtime=0.26 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) S 24944 24944 21899 0 -1 1077944384 2420 0 0 0 26 0 0 0 20 0 15 0 154409126 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868903234416 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13984976 memory=-7737621075815361632 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13984976 memory=-7595718147998060693 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 34707 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 140212 KiB

[startup+1.90074 s]
/proc/loadavg: 1.99 2.07 1.99 5/217 24960
/proc/meminfo: memFree=28000120/32770624 swapFree=67108860/67108860
[pid=24944] ppid=24941 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24944/stat : 24944 (xcsp3-exec) S 24941 24944 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154409121 9740288 346 33554432000 4194304 5098028 140736710811968 140736710810072 139641456865916 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 35786752 140736710820981 140736710821184 140736710821184 140736710823915 0
/proc/24944/statm: 2378 346 289 221 0 87 0
[pid=24946] ppid=24944 vsize=13984976 memory=144992 CPUtime=4.6 cores=0,2,4,6
/proc/24946/stat : 24946 (java) S 24944 24944 21899 0 -1 1077944320 34166 0 0 0 453 7 0 0 20 0 15 0 154409121 14320615424 36248 33554432000 4194304 4196468 140726422294208 140726422276752 139869368213239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
/proc/24946/statm: 3496244 36248 3218 1 0 3483478 0
[pid=24946/tid=24947] ppid=24944 vsize=13984976 memory=12880606923214 CPUtime=1.87 cores=0,2,4,6
/proc/24946/task/24947/stat : 24947 (java) R 24944 24944 21899 0 -1 4202560 6581 0 0 0 184 3 0 0 20 0 15 0 154409121 14320615424 36248 33554432000 4194304 4196468 140726422294208 139869372450856 139868985429421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24948] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24948/stat : 24948 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 36248 33554432000 4194304 4196468 140726422294208 139869305813904 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24949] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24949/stat : 24949 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 36248 33554432000 4194304 4196468 140726422294208 139869304761104 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24950] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24950/stat : 24950 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 36248 33554432000 4194304 4196468 140726422294208 139869303708816 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24951] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24951/stat : 24951 (java) S 24944 24944 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154409122 14320615424 36248 33554432000 4194304 4196468 140726422294208 139869302656016 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24952] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24952/stat : 24952 (java) S 24944 24944 21899 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 154409123 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868909549680 139869368224386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24953] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24953/stat : 24953 (java) S 24944 24944 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868908495648 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24954] ppid=24944 vsize=13984976 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24954/stat : 24954 (java) S 24944 24944 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154409124 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868907443312 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24955] ppid=24944 vsize=13984976 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24955/stat : 24955 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409126 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868906391632 139869368231835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24956] ppid=24944 vsize=13984976 memory=6655300316396806240 CPUtime=1.23 cores=0,2,4,6
/proc/24946/task/24956/stat : 24956 (java) S 24944 24944 21899 0 -1 1077944384 15034 0 0 0 122 1 0 0 20 0 15 0 154409126 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868905339504 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24957] ppid=24944 vsize=13984976 memory=6944656575208382560 CPUtime=1.22 cores=0,2,4,6
/proc/24946/task/24957/stat : 24957 (java) S 24944 24944 21899 0 -1 1077944384 8805 0 0 0 120 2 0 0 20 0 15 0 154409126 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868904286704 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24958] ppid=24944 vsize=13984976 memory=-6371011775517773341 CPUtime=0.26 cores=0,2,4,6
/proc/24946/task/24958/stat : 24958 (java) S 24944 24944 21899 0 -1 1077944384 2431 0 0 0 26 0 0 0 20 0 15 0 154409126 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868903234416 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24959] ppid=24944 vsize=13984976 memory=-6876588461455810464 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24959/stat : 24959 (java) S 24944 24944 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868902181856 139869368223445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
[pid=24946/tid=24960] ppid=24944 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24946/task/24960/stat : 24960 (java) S 24944 24944 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154409127 14320615424 36248 33554432000 4194304 4196468 140726422294208 139868901128624 139869368224386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140726422295709 140726422295884 140726422295884 140726422298575 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 146376 KiB

Child status: 0
Real time (s): 1.99652
CPU time (s): 4.71592
CPU user time (s): 4.63094
CPU system time (s): 0.084981
CPU usage (%): 236.207
Max. virtual memory (cumulated for all children) (KiB): 13996836
Max. memory (cumulated for all children) (KiB): 146376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.63094
system time used= 0.084981
maximum resident set size= 149520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34749
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= 1465
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 24944
#   total CPU time (s): 4.71592
#   total CPU user time (s): 4.63094
#   total CPU system time (s): 0.084981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040803 second user time and 0.054669 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 08:59:10
IDJOB=4282860
IDBENCH=133470
IDSOLVER=2678
FILE ID=node102/4282860-1503213210
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-04.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-4282860-1503213210/watcher-4282860-1503213210 -o /tmp/evaluation-result-4282860-1503213210/solver-4282860-1503213210 -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 113213088 HOME/instance-4282860-1503213210.xml

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

MD5SUM BENCH= 7fb632312c7b7dee32941c0d30e198bb
RANDOM SEED=113213088

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:        28099228 kB
MemAvailable:   31746628 kB
Buffers:          240332 kB
Cached:          3700264 kB
SwapCached:            0 kB
Active:          1304016 kB
Inactive:        2921084 kB
Active(anon):     237984 kB
Inactive(anon):    83092 kB
Active(file):    1066032 kB
Inactive(file):  2837992 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7704 kB
Writeback:             8 kB
AnonPages:        292968 kB
Mapped:            64012 kB
Shmem:             33420 kB
Slab:             146320 kB
SReclaimable:     118424 kB
SUnreclaim:        27896 kB
KernelStack:        3584 kB
PageTables:         6148 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:12