Trace number 4404965

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelWrong Opt.223 6.6465 1.71974

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-20-1.xml
MD5SUMb4cf0cb08a05c1b083ee2f2000733b36
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark131
Best CPU time to get the best result obtained on this benchmark0.189143
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints400
Number of domains40
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":8,"count":1},{"size":10,"count":2},{"size":11,"count":4},{"size":12,"count":6},{"size":13,"count":5},{"size":14,"count":1},{"size":15,"count":1},{"size":17,"count":20},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":38},{"degree":19,"count":20},{"degree":22,"count":17},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":398},{"arity":18,"count":1}]
Number of extensional constraints38
Number of intensional constraints361
Distribution of constraint types[{"type":"extension","count":38},{"type":"intension","count":361},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404965-1569004270.xml"  -tl '2016s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404965-1569004270.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.83/1.45	c solve instance...
5.28/1.60	o 423 
6.03/1.62	o 223 
6.03/1.69	s OPTIMUM FOUND
6.03/1.69	v <instantiation>
6.03/1.69	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] </list>
6.03/1.69	v 	<values>1 2 3 4 5 11 0 13 7 15 9 17 6 12 8 14 10 16 9 15 7 10 4 15 13 13 15 3 1 1 16 1 18 9 18 16 5 10 2 2 14 8 0 6 1 11 8 15 3 9 6 14 11 2 10 1 2 5 2 2 1 1 1 1 2 2 1 3 2 3 3 3 2 1 1 1 </values>
6.03/1.69	v </instantiation>

Verifier Data

OK	223

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404965-1569004270/watcher-4404965-1569004270 -o /var/tmp/evaluation-result-4404965-1569004270/solver-4404965-1569004270 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1568994030-7876 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 560917703 HOME/instance-4404965-1569004270.xml 

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

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


[startup+0.100064 s]*
/proc/loadavg: 7.07 8.00 8.11 3/213 10061
/proc/meminfo: memFree=24618476/32770624 swapFree=66997224/67108860
[pid=10040] ppid=10037 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (xcsp3-exec) S 10037 10040 7849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476365358 115843072 364 33554432000 4194304 5098028 140730508072624 140730508070728 140676083192444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15429632 140730508079960 140730508080218 140730508080218 140730508083142 0
/proc/10040/statm: 28282 364 305 221 0 87 0
[pid=10042] ppid=10040 vsize=28227396 memory=29096 CPUtime=0.13 cores=0-7
/proc/10042/stat : 10042 (java) S 10040 10040 7849 0 -1 1077944320 5642 0 0 0 11 2 0 0 20 0 20 0 476365358 28904853504 7274 33554432000 4194304 4196468 140721513838864 140721513821408 139649257602807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
/proc/10042/statm: 7056849 7274 3160 1 0 7019032 0
[pid=10042/tid=10043] ppid=10040 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/10042/task/10043/stat : 10043 (java) R 10040 10040 7849 0 -1 4202560 3579 0 0 0 8 1 0 0 20 0 20 0 476365359 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649261836080 139649241646437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10044] ppid=10040 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10042/task/10044/stat : 10044 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649210223504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10045] ppid=10040 vsize=28227396 memory=139774967899776 CPUtime=0 cores=0-7
/proc/10042/task/10045/stat : 10045 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649209170704 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10046] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10046/stat : 10046 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649208118416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10047] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10047/stat : 10047 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649207065616 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10048] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10048/stat : 10048 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649206012304 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10049] ppid=10040 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10042/task/10049/stat : 10049 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649204959504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10050] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10050/stat : 10050 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649203907216 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10051] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10051/stat : 10051 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 7274 33554432000 4194304 4196468 140721513838864 139649202854416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10052] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10052/stat : 10052 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365361 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648440441456 139649257613954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10053] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10053/stat : 10053 (java) S 10040 10040 7849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476365362 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648439387424 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10054] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10054/stat : 10054 (java) S 10040 10040 7849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476365362 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648438335088 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10055] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10055/stat : 10055 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365364 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648437283408 139649257621403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10056] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10056/stat : 10056 (java) S 10040 10040 7849 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 476365364 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648436230256 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10057] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10057/stat : 10057 (java) R 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365364 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648435177456 139649257613954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10058] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10058/stat : 10058 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365364 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648434125168 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10059] ppid=10040 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10042/task/10059/stat : 10059 (java) R 10040 10040 7849 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 20 0 476365364 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648433072368 139649241683294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10060] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10060/stat : 10060 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476365364 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648432020320 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10061] ppid=10040 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10042/task/10061/stat : 10061 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365365 28904853504 7274 33554432000 4194304 4196468 140721513838864 139648430967600 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30552 KiB

[startup+0.211044 s]*
/proc/loadavg: 7.07 8.00 8.11 3/213 10061
/proc/meminfo: memFree=24604816/32770624 swapFree=66997224/67108860
[pid=10040] ppid=10037 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (xcsp3-exec) S 10037 10040 7849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476365358 115843072 364 33554432000 4194304 5098028 140730508072624 140730508070728 140676083192444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15429632 140730508079960 140730508080218 140730508080218 140730508083142 0
/proc/10040/statm: 28282 364 305 221 0 87 0
[pid=10042] ppid=10040 vsize=28227396 memory=41132 CPUtime=0.34 cores=0-7
/proc/10042/stat : 10042 (java) S 10040 10040 7849 0 -1 1077944320 9547 0 0 0 31 3 0 0 20 0 20 0 476365358 28904853504 10283 33554432000 4194304 4196468 140721513838864 140721513821408 139649257602807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
/proc/10042/statm: 7056849 10283 3292 1 0 7019032 0
[pid=10042/tid=10043] ppid=10040 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10042/task/10043/stat : 10043 (java) R 10040 10040 7849 0 -1 4202560 6631 0 0 0 17 2 0 0 20 0 20 0 476365359 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649261839872 139649257614742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10044] ppid=10040 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/10042/task/10044/stat : 10044 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649210223504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10045] ppid=10040 vsize=28227396 memory=139774967909610 CPUtime=0 cores=0-7
/proc/10042/task/10045/stat : 10045 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649209170704 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10046] ppid=10040 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10042/task/10046/stat : 10046 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649208118416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10047] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10047/stat : 10047 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649207065616 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10048] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10048/stat : 10048 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649206012304 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10049] ppid=10040 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10042/task/10049/stat : 10049 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649204959504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10050] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10050/stat : 10050 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649203907216 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10051] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10051/stat : 10051 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28904853504 10283 33554432000 4194304 4196468 140721513838864 139649202854416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10052] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10052/stat : 10052 (java) S 10040 10040 7849 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476365361 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648440441456 139649257613954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10053] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10053/stat : 10053 (java) S 10040 10040 7849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476365362 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648439387424 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10054] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10054/stat : 10054 (java) S 10040 10040 7849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476365362 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648438335088 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10055] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10055/stat : 10055 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365364 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648437283408 139649257621403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10056] ppid=10040 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10042/task/10056/stat : 10056 (java) S 10040 10040 7849 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 20 0 476365364 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648436230256 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10057] ppid=10040 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10042/task/10057/stat : 10057 (java) S 10040 10040 7849 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 476365364 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648435177456 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10058] ppid=10040 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/10042/task/10058/stat : 10058 (java) S 10040 10040 7849 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 20 0 476365364 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648434125168 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10059] ppid=10040 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/10042/task/10059/stat : 10059 (java) S 10040 10040 7849 0 -1 1077944384 793 0 0 0 8 0 0 0 20 0 20 0 476365364 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648433072368 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10060] ppid=10040 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10060/stat : 10060 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476365364 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648432020320 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10061] ppid=10040 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10042/task/10061/stat : 10061 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365365 28904853504 10283 33554432000 4194304 4196468 140721513838864 139648430967600 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42588 KiB

[startup+0.321236 s]*
/proc/loadavg: 7.07 8.00 8.11 2/213 10061
/proc/meminfo: memFree=24597532/32770624 swapFree=66997224/67108860
[pid=10040] ppid=10037 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (xcsp3-exec) S 10037 10040 7849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476365358 115843072 364 33554432000 4194304 5098028 140730508072624 140730508070728 140676083192444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15429632 140730508079960 140730508080218 140730508080218 140730508083142 0
/proc/10040/statm: 28282 364 305 221 0 87 0
[pid=10042] ppid=10040 vsize=28231652 memory=50272 CPUtime=0.52 cores=0-7
/proc/10042/stat : 10042 (java) S 10040 10040 7849 0 -1 1077944320 10945 0 0 0 48 4 0 0 20 0 20 0 476365358 28909211648 12568 33554432000 4194304 4196468 140721513838864 140721513821408 139649257602807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
/proc/10042/statm: 7057913 12568 3324 1 0 7019032 0
[pid=10042/tid=10043] ppid=10040 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/10042/task/10043/stat : 10043 (java) R 10040 10040 7849 0 -1 4202560 7941 0 0 0 27 3 0 0 20 0 20 0 476365359 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649261834056 139649241683294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10044] ppid=10040 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10044/stat : 10044 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649210223504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10045] ppid=10040 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10045/stat : 10045 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649209170704 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10046] ppid=10040 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10046/stat : 10046 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649208118416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10047] ppid=10040 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10047/stat : 10047 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649207065616 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10048] ppid=10040 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/10042/task/10048/stat : 10048 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649206012304 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10049] ppid=10040 vsize=28231652 memory=139774811796399 CPUtime=0 cores=0-7
/proc/10042/task/10049/stat : 10049 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649204959504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10050] ppid=10040 vsize=28231652 memory=139774811798704 CPUtime=0 cores=0-7
/proc/10042/task/10050/stat : 10050 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649203907216 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10051] ppid=10040 vsize=28231652 memory=139774811801008 CPUtime=0 cores=0-7
/proc/10042/task/10051/stat : 10051 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28909211648 12568 33554432000 4194304 4196468 140721513838864 139649202854416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10052] ppid=10040 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10052/stat : 10052 (java) S 10040 10040 7849 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476365361 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648440441456 139649257613954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10053] ppid=10040 vsize=28231652 memory=279549623608976 CPUtime=0 cores=0-7
/proc/10042/task/10053/stat : 10053 (java) S 10040 10040 7849 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476365362 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648439387424 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10054] ppid=10040 vsize=28231652 memory=279549623615888 CPUtime=0 cores=0-7
/proc/10042/task/10054/stat : 10054 (java) S 10040 10040 7849 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476365362 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648438335088 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10055] ppid=10040 vsize=28231652 memory=279549623557040 CPUtime=0 cores=0-7
/proc/10042/task/10055/stat : 10055 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365364 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648437283408 139649257621403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10056] ppid=10040 vsize=28231652 memory=279549623629712 CPUtime=0.02 cores=0-7
/proc/10042/task/10056/stat : 10056 (java) S 10040 10040 7849 0 -1 1077944384 516 0 0 0 2 0 0 0 20 0 20 0 476365364 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648436230256 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10057] ppid=10040 vsize=28231652 memory=279549623636624 CPUtime=0.02 cores=0-7
/proc/10042/task/10057/stat : 10057 (java) S 10040 10040 7849 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 20 0 476365364 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648435177456 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10058] ppid=10040 vsize=28231652 memory=279549623634320 CPUtime=0.02 cores=0-7
/proc/10042/task/10058/stat : 10058 (java) S 10040 10040 7849 0 -1 1077944384 186 0 0 0 2 0 0 0 20 0 20 0 476365364 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648434125168 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10059] ppid=10040 vsize=28231652 memory=279549623650480 CPUtime=0.12 cores=0-7
/proc/10042/task/10059/stat : 10059 (java) S 10040 10040 7849 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 20 0 476365364 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648433072368 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10060] ppid=10040 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10060/stat : 10060 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476365364 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648432020320 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10061] ppid=10040 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10042/task/10061/stat : 10061 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476365365 28909211648 12568 33554432000 4194304 4196468 140721513838864 139648430967600 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51728 KiB

[startup+0.700985 s]
/proc/loadavg: 7.07 8.00 8.11 3/212 10061
/proc/meminfo: memFree=24583624/32770624 swapFree=66997224/67108860
[pid=10040] ppid=10037 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (xcsp3-exec) S 10037 10040 7849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476365358 115843072 364 33554432000 4194304 5098028 140730508072624 140730508070728 140676083192444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15429632 140730508079960 140730508080218 140730508080218 140730508083142 0
/proc/10040/statm: 28282 364 305 221 0 87 0
[pid=10042] ppid=10040 vsize=28233776 memory=87572 CPUtime=1.8 cores=0-7
/proc/10042/stat : 10042 (java) S 10040 10040 7849 0 -1 1077944320 14725 0 0 0 173 7 0 0 20 0 20 0 476365358 28911386624 21893 33554432000 4194304 4196468 140721513838864 140721513821408 139649257602807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
/proc/10042/statm: 7058444 21893 3453 1 0 7019544 0
[pid=10042/tid=10043] ppid=10040 vsize=28233776 memory=279549624008368 CPUtime=0.67 cores=0-7
/proc/10042/task/10043/stat : 10043 (java) R 10040 10040 7849 0 -1 4202560 8730 0 0 0 63 4 0 0 20 0 20 0 476365359 28911386624 21893 33554432000 4194304 4196468 140721513838864 139649261837568 139648869917934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10044] ppid=10040 vsize=28233776 memory=139774812005232 CPUtime=0 cores=0-7
/proc/10042/task/10044/stat : 10044 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28911386624 21893 33554432000 4194304 4196468 140721513838864 139649210223504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10045] ppid=10040 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10045/stat : 10045 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476365360 28911386624 21893 33554432000 4194304 4196468 140721513838864 139649209170704 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10046] ppid=10040 vsize=28233776 memory=5800 CPUtime=0 cores=0-7
/proc/10042/task/10046/stat : 10046 (java) S 10040 10040 7849 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476365360 28911386624 21893 33554432000 4194304 4196468 140721513838864 139649208118416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0

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


[startup+1.50209 s]
/proc/loadavg: 7.07 8.00 8.11 5/212 10061
/proc/meminfo: memFree=24506064/32770624 swapFree=66997224/67108860
[pid=10040] ppid=10037 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (xcsp3-exec) S 10037 10040 7849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476365358 115843072 364 33554432000 4194304 5098028 140730508072624 140730508070728 140676083192444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15429632 140730508079960 140730508080218 140730508080218 140730508083142 0
/proc/10040/statm: 28282 364 305 221 0 87 0
[pid=10042] ppid=10040 vsize=28768336 memory=230172 CPUtime=5.28 cores=0-7
/proc/10042/stat : 10042 (java) S 10040 10040 7849 0 -1 1077944320 25975 0 0 0 513 15 0 0 20 0 28 0 476365358 29458776064 57543 33554432000 4194304 4196468 140721513838864 140721513821408 139649257602807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
/proc/10042/statm: 7192084 57543 3492 1 0 7153184 0
[pid=10042/tid=10043] ppid=10040 vsize=28768336 memory=15262532197681710 CPUtime=1.42 cores=0-7
/proc/10042/task/10043/stat : 10043 (java) S 10040 10040 7849 0 -1 1077944384 10060 0 0 0 136 6 0 0 20 0 28 0 476365359 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649261843584 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10044] ppid=10040 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/10042/task/10044/stat : 10044 (java) S 10040 10040 7849 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649210223504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10045] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10045/stat : 10045 (java) S 10040 10040 7849 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649209170704 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10046] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10046/stat : 10046 (java) S 10040 10040 7849 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649208118416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10047] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10047/stat : 10047 (java) S 10040 10040 7849 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649207065616 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10048] ppid=10040 vsize=28768336 memory=4580 CPUtime=0.01 cores=0-7
/proc/10042/task/10048/stat : 10048 (java) S 10040 10040 7849 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649206012304 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10049] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10049/stat : 10049 (java) S 10040 10040 7849 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649204959504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10050] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10050/stat : 10050 (java) S 10040 10040 7849 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649203907216 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10051] ppid=10040 vsize=28768336 memory=0 CPUtime=0.01 cores=0-7
/proc/10042/task/10051/stat : 10051 (java) S 10040 10040 7849 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 28 0 476365360 29458776064 57543 33554432000 4194304 4196468 140721513838864 139649202854416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10052] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10052/stat : 10052 (java) S 10040 10040 7849 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 476365361 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648440441456 139649257613954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10053] ppid=10040 vsize=28768336 memory=2244 CPUtime=0 cores=0-7
/proc/10042/task/10053/stat : 10053 (java) S 10040 10040 7849 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 476365362 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648439387424 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10054] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10054/stat : 10054 (java) S 10040 10040 7849 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 476365362 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648438335088 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10055] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10055/stat : 10055 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476365364 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648437283408 139649257621403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10056] ppid=10040 vsize=28768336 memory=0 CPUtime=0.98 cores=0-7
/proc/10042/task/10056/stat : 10056 (java) S 10040 10040 7849 0 -1 1077944384 3495 0 0 0 97 1 0 0 20 0 28 0 476365364 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648436230256 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10057] ppid=10040 vsize=28768336 memory=0 CPUtime=0.96 cores=0-7
/proc/10042/task/10057/stat : 10057 (java) S 10040 10040 7849 0 -1 1077944384 3656 0 0 0 95 1 0 0 20 0 28 0 476365364 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648435177456 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10058] ppid=10040 vsize=28768336 memory=0 CPUtime=0.96 cores=0-7
/proc/10042/task/10058/stat : 10058 (java) S 10040 10040 7849 0 -1 1077944384 3659 0 0 0 95 1 0 0 20 0 28 0 476365364 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648434125168 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10059] ppid=10040 vsize=28768336 memory=6944656575208382560 CPUtime=0.65 cores=0-7
/proc/10042/task/10059/stat : 10059 (java) S 10040 10040 7849 0 -1 1077944384 3164 0 0 0 64 1 0 0 20 0 28 0 476365364 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648433072368 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10060] ppid=10040 vsize=28768336 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/10042/task/10060/stat : 10060 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476365364 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648432020320 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10061] ppid=10040 vsize=28768336 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/10042/task/10061/stat : 10061 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476365365 29458776064 57543 33554432000 4194304 4196468 140721513838864 139648430967600 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 231628 KiB

[startup+1.7197 s]
# the end of solver process 10040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.40698 s, system=0.239525 s

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

[startup+1.60145 s]
/proc/loadavg: 7.07 8.00 8.11 5/212 10061
/proc/meminfo: memFree=24506064/32770624 swapFree=66997224/67108860
[pid=10040] ppid=10037 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (xcsp3-exec) S 10037 10040 7849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476365358 115843072 364 33554432000 4194304 5098028 140730508072624 140730508070728 140676083192444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15429632 140730508079960 140730508080218 140730508080218 140730508083142 0
/proc/10040/statm: 28282 364 305 221 0 87 0
[pid=10042] ppid=10040 vsize=28768336 memory=231044 CPUtime=6.03 cores=0-7
/proc/10042/stat : 10042 (java) S 10040 10040 7849 0 -1 1077944320 26148 0 0 0 588 15 0 0 20 0 21 0 476365358 29458776064 57761 33554432000 4194304 4196468 140721513838864 140721513821408 139649257602807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
/proc/10042/statm: 7192084 57761 3496 1 0 7153184 0
[pid=10042/tid=10043] ppid=10040 vsize=28768336 memory=6944652177228980320 CPUtime=1.42 cores=0-7
/proc/10042/task/10043/stat : 10043 (java) R 10040 10040 7849 0 -1 1077944384 10063 0 0 0 136 6 0 0 20 0 21 0 476365359 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649261842752 139649257613013 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10044] ppid=10040 vsize=28768336 memory=6944656592455360604 CPUtime=0.01 cores=0-7
/proc/10042/task/10044/stat : 10044 (java) S 10040 10040 7849 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649210223504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10045] ppid=10040 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/10042/task/10045/stat : 10045 (java) S 10040 10040 7849 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649209170704 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10046] ppid=10040 vsize=28768336 memory=3624 CPUtime=0 cores=0-7
/proc/10042/task/10046/stat : 10046 (java) S 10040 10040 7849 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649208118416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10047] ppid=10040 vsize=28768336 memory=54828 CPUtime=0 cores=0-7
/proc/10042/task/10047/stat : 10047 (java) S 10040 10040 7849 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649207065616 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10048] ppid=10040 vsize=28768336 memory=988 CPUtime=0.01 cores=0-7
/proc/10042/task/10048/stat : 10048 (java) S 10040 10040 7849 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649206012304 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10049] ppid=10040 vsize=28768336 memory=2016 CPUtime=0 cores=0-7
/proc/10042/task/10049/stat : 10049 (java) S 10040 10040 7849 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649204959504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10050] ppid=10040 vsize=28768336 memory=1424 CPUtime=0 cores=0-7
/proc/10042/task/10050/stat : 10050 (java) S 10040 10040 7849 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649203907216 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10051] ppid=10040 vsize=28768336 memory=1540 CPUtime=0.01 cores=0-7
/proc/10042/task/10051/stat : 10051 (java) S 10040 10040 7849 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 21 0 476365360 29458776064 57761 33554432000 4194304 4196468 140721513838864 139649202854416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10052] ppid=10040 vsize=28768336 memory=772 CPUtime=0 cores=0-7
/proc/10042/task/10052/stat : 10052 (java) S 10040 10040 7849 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 21 0 476365361 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648440441456 139649257613954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10053] ppid=10040 vsize=28768336 memory=10596 CPUtime=0 cores=0-7
/proc/10042/task/10053/stat : 10053 (java) S 10040 10040 7849 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 476365362 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648439387424 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10054] ppid=10040 vsize=28768336 memory=1708 CPUtime=0 cores=0-7
/proc/10042/task/10054/stat : 10054 (java) S 10040 10040 7849 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 476365362 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648438335088 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10055] ppid=10040 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/10042/task/10055/stat : 10055 (java) S 10040 10040 7849 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476365364 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648437283408 139649257621403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10056] ppid=10040 vsize=28768336 memory=164 CPUtime=1.03 cores=0-7
/proc/10042/task/10056/stat : 10056 (java) R 10040 10040 7849 0 -1 4202560 3513 0 0 0 102 1 0 0 20 0 21 0 476365364 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648436230384 139649238303422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10057] ppid=10040 vsize=28768336 memory=-9001734013606258791 CPUtime=0.98 cores=0-7
/proc/10042/task/10057/stat : 10057 (java) R 10040 10040 7849 0 -1 4202560 3666 0 0 0 97 1 0 0 20 0 21 0 476365364 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648435177584 139649236050089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10058] ppid=10040 vsize=28768336 memory=-7384994778349281184 CPUtime=0.97 cores=0-7
/proc/10042/task/10058/stat : 10058 (java) R 10040 10040 7849 0 -1 4202560 3667 0 0 0 96 1 0 0 20 0 21 0 476365364 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648434113840 139649257624154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10059] ppid=10040 vsize=28768336 memory=-9001734013606258791 CPUtime=0.68 cores=0-7
/proc/10042/task/10059/stat : 10059 (java) S 10040 10040 7849 0 -1 1077944384 3207 0 0 0 67 1 0 0 20 0 21 0 476365364 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648433072368 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10060] ppid=10040 vsize=28768336 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/10042/task/10060/stat : 10060 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476365364 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648432020320 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10061] ppid=10040 vsize=28768336 memory=-7233780906022726806 CPUtime=0 cores=0-7
/proc/10042/task/10061/stat : 10061 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476365365 29458776064 57761 33554432000 4194304 4196468 140721513838864 139648430967600 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 232500 KiB

[startup+1.70086 s]
/proc/loadavg: 7.07 8.00 8.11 5/212 10061
/proc/meminfo: memFree=24506064/32770624 swapFree=66997224/67108860
[pid=10040] ppid=10037 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/10040/stat : 10040 (xcsp3-exec) S 10037 10040 7849 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476365358 115843072 364 33554432000 4194304 5098028 140730508072624 140730508070728 140676083192444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15429632 140730508079960 140730508080218 140730508080218 140730508083142 0
/proc/10040/statm: 28282 364 305 221 0 87 0
[pid=10042] ppid=10040 vsize=28768336 memory=273488 CPUtime=6.62 cores=0-7
/proc/10042/stat : 10042 (java) S 10040 10040 7849 0 -1 1077944320 27021 0 0 0 640 22 0 0 20 0 19 0 476365358 29458776064 68372 33554432000 4194304 4196468 140721513838864 140721513821408 139649257602807 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
/proc/10042/statm: 7192084 68372 3504 1 0 7153184 0
[pid=10042/tid=10043] ppid=10040 vsize=28768336 memory=6944656592455097440 CPUtime=1.42 cores=0-7
/proc/10042/task/10043/stat : 10043 (java) S 10040 10040 7849 0 -1 1077944384 10070 0 0 0 136 6 0 0 20 0 19 0 476365359 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649261845648 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10044] ppid=10040 vsize=28768336 memory=6656426216303648864 CPUtime=0.04 cores=0-7
/proc/10042/task/10044/stat : 10044 (java) S 10040 10040 7849 0 -1 1077944384 142 0 0 0 3 1 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649210223504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10045] ppid=10040 vsize=28768336 memory=56 CPUtime=0.02 cores=0-7
/proc/10042/task/10045/stat : 10045 (java) S 10040 10040 7849 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649209170704 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10046] ppid=10040 vsize=28768336 memory=2129104 CPUtime=0.03 cores=0-7
/proc/10042/task/10046/stat : 10046 (java) S 10040 10040 7849 0 -1 1077944384 84 0 0 0 2 1 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649208118416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10047] ppid=10040 vsize=28768336 memory=2140535 CPUtime=0.03 cores=0-7
/proc/10042/task/10047/stat : 10047 (java) S 10040 10040 7849 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649207065616 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10048] ppid=10040 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/10042/task/10048/stat : 10048 (java) S 10040 10040 7849 0 -1 1077944384 115 0 0 0 3 1 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649206012304 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10049] ppid=10040 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/10042/task/10049/stat : 10049 (java) S 10040 10040 7849 0 -1 1077944384 36 0 0 0 2 0 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649204959504 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10050] ppid=10040 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/10042/task/10050/stat : 10050 (java) S 10040 10040 7849 0 -1 1077944384 103 0 0 0 3 1 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649203907216 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10051] ppid=10040 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/10042/task/10051/stat : 10051 (java) S 10040 10040 7849 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 19 0 476365360 29458776064 68372 33554432000 4194304 4196468 140721513838864 139649202854416 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10052] ppid=10040 vsize=28768336 memory=4580 CPUtime=0 cores=0-7
/proc/10042/task/10052/stat : 10052 (java) S 10040 10040 7849 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 19 0 476365361 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648440441664 139649257613954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10053] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10053/stat : 10053 (java) S 10040 10040 7849 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 476365362 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648439387488 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10054] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10054/stat : 10054 (java) S 10040 10040 7849 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 476365362 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648438335104 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10055] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10055/stat : 10055 (java) S 10040 10040 7849 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 476365364 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648437283056 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10056] ppid=10040 vsize=28768336 memory=0 CPUtime=1.1 cores=0-7
/proc/10042/task/10056/stat : 10056 (java) S 10040 10040 7849 0 -1 1077944384 3549 0 0 0 109 1 0 0 20 0 19 0 476365364 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648436215312 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10057] ppid=10040 vsize=28768336 memory=2244 CPUtime=1.04 cores=0-7
/proc/10042/task/10057/stat : 10057 (java) R 10040 10040 7849 0 -1 4202560 3675 0 0 0 103 1 0 0 20 0 19 0 476365364 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648435168784 139649241160176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10058] ppid=10040 vsize=28768336 memory=0 CPUtime=1.04 cores=0-7
/proc/10042/task/10058/stat : 10058 (java) S 10040 10040 7849 0 -1 1077944384 3678 0 0 0 102 2 0 0 20 0 19 0 476365364 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648434113888 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10059] ppid=10040 vsize=28768336 memory=0 CPUtime=0.71 cores=0-7
/proc/10042/task/10059/stat : 10059 (java) S 10040 10040 7849 0 -1 1077944384 3272 0 0 0 70 1 0 0 20 0 19 0 476365364 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648433072368 139649257613954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
[pid=10042/tid=10060] ppid=10040 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10042/task/10060/stat : 10060 (java) S 10040 10040 7849 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 476365364 29458776064 68372 33554432000 4194304 4196468 140721513838864 139648432020320 139649257613013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24649728 140721513845724 140721513845899 140721513845899 140721513848783 0
Current children cumulated CPU time: 6.62 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 274944 KiB

Child status: 0
Real time (s): 1.71974
CPU time (s): 6.6465
CPU user time (s): 6.40698
CPU system time (s): 0.239525
CPU usage (%): 386.484
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 274944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.40698
system time used= 0.239525
maximum resident set size= 274456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27584
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= 3610
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 10040
#   total CPU time (s): 6.6465
#   total CPU user time (s): 6.40698
#   total CPU system time (s): 0.239525

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

The end

Launcher Data

Begin job on node140 at 2019-09-20 20:30:29
IDJOB=4404965
IDBENCH=126833
IDSOLVER=2866
FILE ID=node140/4404965-1569004270
RUNJOBID= node140-1568994030-7876
PBS_JOBID= 21704714
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-3-20-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404965-1569004270/watcher-4404965-1569004270 -o /var/tmp/evaluation-result-4404965-1569004270/solver-4404965-1569004270 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1568994030-7876 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 560917703 HOME/instance-4404965-1569004270.xml

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

MD5SUM BENCH= b4cf0cb08a05c1b083ee2f2000733b36
RANDOM SEED=560917703

node140.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.43
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.43
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.43
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.43
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:        24634760 kB
MemAvailable:   31851952 kB
Buffers:           77976 kB
Cached:          7225724 kB
SwapCached:         2516 kB
Active:          3630004 kB
Inactive:        3682248 kB
Active(anon):       3264 kB
Inactive(anon):    52720 kB
Active(file):    3626740 kB
Inactive(file):  3629528 kB
Unevictable:      106600 kB
Mlocked:          106600 kB
SwapTotal:      67108860 kB
SwapFree:       66997224 kB
Dirty:             26348 kB
Writeback:             0 kB
AnonPages:        125932 kB
Mapped:            51240 kB
Shmem:             38328 kB
Slab:             417632 kB
SReclaimable:     389384 kB
SUnreclaim:        28248 kB
KernelStack:        3744 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node140 at 2019-09-20 20:30:31