Trace number 4284334

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT (TO)1005 252.41701 240.026

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-07.xml
MD5SUMddd3703b8a67d475e5b0b20416c98cf0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1021
Best CPU time to get the best result obtained on this benchmark6.25983
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284334-1503213439.xml"  -tl '264s' -p 1 -x 3
0.12/0.15	c [HOME/instance-4284334-1503213439.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
0.70/0.42	c solve instance...
0.70/0.44	o 706 
0.70/0.45	o 710 
0.70/0.46	o 728 
0.70/0.50	o 750 
1.01/0.58	o 759 
1.01/0.60	o 761 
1.94/0.80	o 770 
1.94/0.81	o 825 
1.94/0.87	o 858 
1.94/0.88	o 862 
2.61/1.01	o 870 
2.61/1.02	o 890 
5.31/1.93	o 899 
5.31/1.93	o 929 
5.31/1.93	o 938 
5.31/1.94	o 939 
5.31/1.94	o 959 
5.31/1.94	o 986 
53.71/45.69	o 996 
94.11/85.09	o 1005 
252.38/240.01	s SATISFIABLE
252.38/240.01	v <instantiation>
252.38/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
252.38/240.01	v 	<values>0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 </values>
252.38/240.01	v </instantiation>
252.38/240.01	c Unexpected resolution interruption!

Verifier Data

OK	1005

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284334-1503213439/watcher-4284334-1503213439 -o /tmp/evaluation-result-4284334-1503213439/solver-4284334-1503213439 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1503209199-23685 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 398577353 HOME/instance-4284334-1503213439.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=26355, runsolver pid=26352

[startup+0.101302 s]*
/proc/loadavg: 1.73 1.87 1.90 3/218 26371
/proc/meminfo: memFree=22878244/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0
[pid=26357] ppid=26355 vsize=13978596 memory=28628 CPUtime=0.12 cores=0,2,4,6
/proc/26357/stat : 26357 (java) S 26355 26355 23654 0 -1 1077944320 5486 0 0 0 11 1 0 0 20 0 15 0 154415391 14314082304 7157 33554432000 4194304 4196468 140732811998704 140732811981248 140243130261239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
/proc/26357/statm: 3494649 7157 2881 1 0 3482966 0
[pid=26357/tid=26358] ppid=26355 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/26357/task/26358/stat : 26358 (java) R 26355 26355 23654 0 -1 4202560 3465 0 0 0 9 0 0 0 20 0 15 0 154415391 14314082304 7157 33554432000 4194304 4196468 140732811998704 140243134490416 140243130283165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26359] ppid=26355 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26359/stat : 26359 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242726091280 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26360] ppid=26355 vsize=13978596 memory=140252056118912 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26360/stat : 26360 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242725038736 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26361] ppid=26355 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26361/stat : 26361 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242723985680 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26362] ppid=26355 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26362/stat : 26362 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242722933136 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26363] ppid=26355 vsize=13978596 memory=140252056118912 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415393 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154415394 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154415394 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) R 26355 26355 23654 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 154415397 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242105616624 140243130273174 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242104564080 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13978596 memory=140252056118912 CPUtime=0.01 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) R 26355 26355 23654 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 15 0 154415397 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242103511024 140243130282586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13978596 memory=140252056118912 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415397 14314082304 7157 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30012 KiB

[startup+0.210719 s]*
/proc/loadavg: 1.73 1.87 1.90 3/218 26371
/proc/meminfo: memFree=22866812/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0
[pid=26357] ppid=26355 vsize=13982852 memory=41296 CPUtime=0.34 cores=0,2,4,6
/proc/26357/stat : 26357 (java) S 26355 26355 23654 0 -1 1077944320 8325 0 0 0 32 2 0 0 20 0 15 0 154415391 14318440448 10324 33554432000 4194304 4196468 140732811998704 140732811981248 140243130261239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
/proc/26357/statm: 3495713 10324 3056 1 0 3482966 0
[pid=26357/tid=26358] ppid=26355 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26357/task/26358/stat : 26358 (java) R 26355 26355 23654 0 -1 4202560 5290 0 0 0 19 1 0 0 20 0 15 0 154415391 14318440448 10324 33554432000 4194304 4196468 140732811998704 140243134476656 140243019283164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26359] ppid=26355 vsize=13982852 memory=12546 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26359/stat : 26359 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242726091280 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26360] ppid=26355 vsize=13982852 memory=288370628207830656 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26360/stat : 26360 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242725038736 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26361] ppid=26355 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26361/stat : 26361 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242723985680 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26362] ppid=26355 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26362/stat : 26362 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242722933136 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26363] ppid=26355 vsize=13982852 memory=140252056118912 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415393 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154415394 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154415394 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) S 26355 26355 23654 0 -1 1077944384 758 0 0 0 2 0 0 0 20 0 15 0 154415397 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242105616624 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) S 26355 26355 23654 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 15 0 154415397 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242104564080 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13982852 memory=140252056118912 CPUtime=0.07 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) S 26355 26355 23654 0 -1 1077944384 861 0 0 0 7 0 0 0 20 0 15 0 154415397 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242103511024 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415397 14318440448 10324 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42680 KiB

[startup+0.310483 s]*
/proc/loadavg: 1.73 1.87 1.90 4/218 26371
/proc/meminfo: memFree=22859088/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0
[pid=26357] ppid=26355 vsize=13982852 memory=48476 CPUtime=0.49 cores=0,2,4,6
/proc/26357/stat : 26357 (java) S 26355 26355 23654 0 -1 1077944320 9292 0 0 0 47 2 0 0 20 0 15 0 154415391 14318440448 12119 33554432000 4194304 4196468 140732811998704 140732811981248 140243130261239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
/proc/26357/statm: 3495713 12119 3081 1 0 3482966 0
[pid=26357/tid=26358] ppid=26355 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26357/task/26358/stat : 26358 (java) R 26355 26355 23654 0 -1 4202560 6022 0 0 0 28 1 0 0 20 0 15 0 154415391 14318440448 12119 33554432000 4194304 4196468 140732811998704 140243134498752 140243114341726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26359] ppid=26355 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26359/stat : 26359 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242726091280 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26360] ppid=26355 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26360/stat : 26360 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242725038736 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26361] ppid=26355 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26361/stat : 26361 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242723985680 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26362] ppid=26355 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26362/stat : 26362 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242722933136 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26363] ppid=26355 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415393 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154415394 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154415394 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13982852 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13982852 memory=4713750055892520310 CPUtime=0.04 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) S 26355 26355 23654 0 -1 1077944384 837 0 0 0 4 0 0 0 20 0 15 0 154415397 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242105616624 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) S 26355 26355 23654 0 -1 1077944384 125 0 0 0 3 0 0 0 20 0 15 0 154415397 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242104564080 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13982852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) R 26355 26355 23654 0 -1 4202560 1006 0 0 0 11 0 0 0 20 0 15 0 154415397 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242103511024 140243115628509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415397 14318440448 12119 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49860 KiB

[startup+0.700773 s]
/proc/loadavg: 1.73 1.87 1.90 6/218 26371
/proc/meminfo: memFree=22848232/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0
[pid=26357] ppid=26355 vsize=13984976 memory=78204 CPUtime=1.63 cores=0,2,4,6
/proc/26357/stat : 26357 (java) S 26355 26355 23654 0 -1 1077944320 13704 0 0 0 160 3 0 0 20 0 15 0 154415391 14320615424 19551 33554432000 4194304 4196468 140732811998704 140732811981248 140243130261239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
/proc/26357/statm: 3496244 19551 3203 1 0 3483478 0
[pid=26357/tid=26358] ppid=26355 vsize=13984976 memory=42760 CPUtime=0.67 cores=0,2,4,6
/proc/26357/task/26358/stat : 26358 (java) R 26355 26355 23654 0 -1 4202560 6629 0 0 0 65 2 0 0 20 0 15 0 154415391 14320615424 19551 33554432000 4194304 4196468 140732811998704 140243134497728 140242770265949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26359] ppid=26355 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26359/stat : 26359 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242726091280 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26360] ppid=26355 vsize=13984976 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26360/stat : 26360 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242725038736 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26361] ppid=26355 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26361/stat : 26361 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415392 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242723985680 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26362] ppid=26355 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26362/stat : 26362 (java) S 26355 26355 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154415392 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242722933136 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26363] ppid=26355 vsize=13984976 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154415393 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13984976 memory=5784 CPUtime=0.3 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) R 26355 26355 23654 0 -1 4202560 2033 0 0 0 30 0 0 0 20 0 15 0 154415397 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242105603184 140243111796585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13984976 memory=4616 CPUtime=0.32 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) R 26355 26355 23654 0 -1 4202560 1597 0 0 0 32 0 0 0 20 0 15 0 154415397 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242104557104 140243123361184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13984976 memory=1928 CPUtime=0.3 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) S 26355 26355 23654 0 -1 1077944384 2138 0 0 0 30 0 0 0 20 0 15 0 154415397 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242103511024 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 19551 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 79588 KiB

[startup+1.50079 s]
/proc/loadavg: 1.73 1.87 1.90 5/218 26371
/proc/meminfo: memFree=22798112/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0

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

[pid=26357/tid=26363] ppid=26355 vsize=13984976 memory=132 CPUtime=0.11 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 1287 0 0 0 9 2 0 0 20 0 15 0 154415393 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13984976 memory=132 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13984976 memory=216484 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13984976 memory=210192 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13984976 memory=280503911791424 CPUtime=3.66 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) S 26355 26355 23654 0 -1 1077944384 32383 0 0 0 361 5 0 0 20 0 15 0 154415397 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242105616624 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13984976 memory=6940425706087331902 CPUtime=3.86 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) S 26355 26355 23654 0 -1 1077944384 19387 0 0 0 385 1 0 0 20 0 15 0 154415397 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242104564080 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13984976 memory=241636 CPUtime=0.57 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) S 26355 26355 23654 0 -1 1077944384 9188 0 0 0 56 1 0 0 20 0 15 0 154415397 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242103511024 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13984976 memory=235388 CPUtime=0.04 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 466 0 0 0 2 2 0 0 20 0 15 0 154415397 14320615424 60409 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 111.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 243020 KiB

[startup+162.301 s]
/proc/loadavg: 1.53 1.68 1.82 3/217 26451
/proc/meminfo: memFree=22328208/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0
[pid=26357] ppid=26355 vsize=13984976 memory=342080 CPUtime=172.92 cores=0,2,4,6
/proc/26357/stat : 26357 (java) S 26355 26355 23654 0 -1 1077944320 85496 0 0 0 17247 45 0 0 20 0 15 0 154415391 14320615424 85520 33554432000 4194304 4196468 140732811998704 140732811981248 140243130261239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
/proc/26357/statm: 3496244 85520 3263 1 0 3483478 0
[pid=26357/tid=26358] ppid=26355 vsize=13984976 memory=330900 CPUtime=161.1 cores=0,2,4,6
/proc/26357/task/26358/stat : 26358 (java) R 26355 26355 23654 0 -1 4202560 13381 0 0 0 16104 6 0 0 20 0 15 0 154415391 14320615424 85520 33554432000 4194304 4196468 140732811998704 140243134500560 140242771150357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26359] ppid=26355 vsize=13984976 memory=330900 CPUtime=0.84 cores=0,2,4,6
/proc/26357/task/26359/stat : 26359 (java) S 26355 26355 23654 0 -1 1077944384 1453 0 0 0 78 6 0 0 20 0 15 0 154415392 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242726091280 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26360] ppid=26355 vsize=13984976 memory=332948 CPUtime=0.82 cores=0,2,4,6
/proc/26357/task/26360/stat : 26360 (java) S 26355 26355 23654 0 -1 1077944384 1554 0 0 0 77 5 0 0 20 0 15 0 154415392 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242725038736 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26361] ppid=26355 vsize=13984976 memory=340544 CPUtime=0.83 cores=0,2,4,6
/proc/26357/task/26361/stat : 26361 (java) S 26355 26355 23654 0 -1 1077944384 1692 0 0 0 77 6 0 0 20 0 15 0 154415392 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242723985680 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26362] ppid=26355 vsize=13984976 memory=1384 CPUtime=0.83 cores=0,2,4,6
/proc/26357/task/26362/stat : 26362 (java) S 26355 26355 23654 0 -1 1077944384 926 0 0 0 76 7 0 0 20 0 15 0 154415392 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242722933136 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26363] ppid=26355 vsize=13984976 memory=342080 CPUtime=0.18 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 1576 0 0 0 16 2 0 0 20 0 15 0 154415393 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13984976 memory=1384 CPUtime=3.7 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) S 26355 26355 23654 0 -1 1077944384 33840 0 0 0 365 5 0 0 20 0 15 0 154415397 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242105616624 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13984976 memory=328852 CPUtime=3.87 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) S 26355 26355 23654 0 -1 1077944384 19589 0 0 0 386 1 0 0 20 0 15 0 154415397 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242104564080 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13984976 memory=7540 CPUtime=0.57 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) S 26355 26355 23654 0 -1 1077944384 9638 0 0 0 56 1 0 0 20 0 15 0 154415397 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242103511024 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13984976 memory=332948 CPUtime=0.08 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 497 0 0 0 4 4 0 0 20 0 15 0 154415397 14320615424 85520 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 172.92 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 343464 KiB

[startup+222.301 s]
/proc/loadavg: 1.58 1.66 1.80 3/217 26452
/proc/meminfo: memFree=21176156/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0
[pid=26357] ppid=26355 vsize=13984976 memory=408740 CPUtime=234.22 cores=0,2,4,6
/proc/26357/stat : 26357 (java) S 26355 26355 23654 0 -1 1077944320 88849 0 0 0 23368 54 0 0 20 0 15 0 154415391 14320615424 102185 33554432000 4194304 4196468 140732811998704 140732811981248 140243130261239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
/proc/26357/statm: 3496244 102185 3263 1 0 3483478 0
[pid=26357/tid=26358] ppid=26355 vsize=13984976 memory=402596 CPUtime=220.53 cores=0,2,4,6
/proc/26357/task/26358/stat : 26358 (java) R 26355 26355 23654 0 -1 4202560 14057 0 0 0 22047 6 0 0 20 0 15 0 154415391 14320615424 102185 33554432000 4194304 4196468 140732811998704 140243134500608 140242772487209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26359] ppid=26355 vsize=13984976 memory=1384 CPUtime=1.26 cores=0,2,4,6
/proc/26357/task/26359/stat : 26359 (java) S 26355 26355 23654 0 -1 1077944384 1704 0 0 0 119 7 0 0 20 0 15 0 154415392 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242726091280 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26360] ppid=26355 vsize=13984976 memory=404644 CPUtime=1.27 cores=0,2,4,6
/proc/26357/task/26360/stat : 26360 (java) S 26355 26355 23654 0 -1 1077944384 1854 0 0 0 120 7 0 0 20 0 15 0 154415392 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242725038736 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26361] ppid=26355 vsize=13984976 memory=404644 CPUtime=1.27 cores=0,2,4,6
/proc/26357/task/26361/stat : 26361 (java) S 26355 26355 23654 0 -1 1077944384 2222 0 0 0 119 8 0 0 20 0 15 0 154415392 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242723985680 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26362] ppid=26355 vsize=13984976 memory=408740 CPUtime=1.26 cores=0,2,4,6
/proc/26357/task/26362/stat : 26362 (java) S 26355 26355 23654 0 -1 1077944384 1152 0 0 0 117 9 0 0 20 0 15 0 154415392 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242722933136 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26363] ppid=26355 vsize=13984976 memory=1384 CPUtime=0.26 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 1699 0 0 0 23 3 0 0 20 0 15 0 154415393 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13984976 memory=404644 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13984976 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13984976 memory=42760 CPUtime=3.71 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) S 26355 26355 23654 0 -1 1077944384 34273 0 0 0 366 5 0 0 20 0 15 0 154415397 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242105616624 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13984976 memory=42760 CPUtime=3.88 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) S 26355 26355 23654 0 -1 1077944384 20380 0 0 0 387 1 0 0 20 0 15 0 154415397 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242104564080 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13984976 memory=1296 CPUtime=0.57 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) S 26355 26355 23654 0 -1 1077944384 9639 0 0 0 56 1 0 0 20 0 15 0 154415397 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242103511024 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13984976 memory=1228 CPUtime=0.1 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 519 0 0 0 5 5 0 0 20 0 15 0 154415397 14320615424 102185 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 234.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 410124 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.55 1.65 1.80 3/217 26452
/proc/meminfo: memFree=20586212/32770624 swapFree=67108860/67108860
[pid=26355] ppid=26352 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26355/stat : 26355 (xcsp3-exec) S 26352 26355 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154415391 9740288 346 33554432000 4194304 5098028 140733413946240 140733413944344 139734475178620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 7503872 140733413954677 140733413954880 140733413954880 140733413957611 0
/proc/26355/statm: 2378 346 289 221 0 87 0
[pid=26357] ppid=26355 vsize=13984976 memory=441508 CPUtime=252.38 cores=0,2,4,6
/proc/26357/stat : 26357 (java) S 26355 26355 23654 0 -1 1077944320 91765 0 0 0 25181 57 0 0 20 0 15 0 154415391 14320615424 110377 33554432000 4194304 4196468 140732811998704 140732811981248 140243130261239 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
/proc/26357/statm: 3496244 110377 3263 1 0 3483478 0
[pid=26357/tid=26358] ppid=26355 vsize=13984976 memory=2240 CPUtime=238.05 cores=0,2,4,6
/proc/26357/task/26358/stat : 26358 (java) R 26355 26355 23654 0 -1 4202560 14384 0 0 0 23799 6 0 0 20 0 15 0 154415391 14320615424 110377 33554432000 4194304 4196468 140732811998704 140243134500960 140242771829929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26359] ppid=26355 vsize=13984976 memory=4128 CPUtime=1.41 cores=0,2,4,6
/proc/26357/task/26359/stat : 26359 (java) S 26355 26355 23654 0 -1 1077944384 1832 0 0 0 133 8 0 0 20 0 15 0 154415392 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242726091280 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26360] ppid=26355 vsize=13984976 memory=4872558044660077418 CPUtime=1.41 cores=0,2,4,6
/proc/26357/task/26360/stat : 26360 (java) S 26355 26355 23654 0 -1 1077944384 2107 0 0 0 133 8 0 0 20 0 15 0 154415392 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242725038736 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26361] ppid=26355 vsize=13984976 memory=1384 CPUtime=1.42 cores=0,2,4,6
/proc/26357/task/26361/stat : 26361 (java) S 26355 26355 23654 0 -1 1077944384 2317 0 0 0 133 9 0 0 20 0 15 0 154415392 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242723985680 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26362] ppid=26355 vsize=13984976 memory=2131540 CPUtime=1.4 cores=0,2,4,6
/proc/26357/task/26362/stat : 26362 (java) S 26355 26355 23654 0 -1 1077944384 1233 0 0 0 131 9 0 0 20 0 15 0 154415392 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242722933136 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26363] ppid=26355 vsize=13984976 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26357/task/26363/stat : 26363 (java) S 26355 26355 23654 0 -1 1077944384 1854 0 0 0 25 3 0 0 20 0 15 0 154415393 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242109827824 140243130272386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26364] ppid=26355 vsize=13984976 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26364/stat : 26364 (java) S 26355 26355 23654 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242108774048 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26365] ppid=26355 vsize=13984976 memory=39 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26365/stat : 26365 (java) S 26355 26355 23654 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154415394 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242107720944 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26366] ppid=26355 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26366/stat : 26366 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242106669520 140243130279835 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26367] ppid=26355 vsize=13984976 memory=0 CPUtime=3.71 cores=0,2,4,6
/proc/26357/task/26367/stat : 26367 (java) S 26355 26355 23654 0 -1 1077944384 34275 0 0 0 366 5 0 0 20 0 15 0 154415397 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242105616624 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26368] ppid=26355 vsize=13984976 memory=6082202987142474839 CPUtime=3.91 cores=0,2,4,6
/proc/26357/task/26368/stat : 26368 (java) S 26355 26355 23654 0 -1 1077944384 21767 0 0 0 390 1 0 0 20 0 15 0 154415397 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242104564080 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26369] ppid=26355 vsize=13984976 memory=6082202987141885015 CPUtime=0.57 cores=0,2,4,6
/proc/26357/task/26369/stat : 26369 (java) S 26355 26355 23654 0 -1 1077944384 10125 0 0 0 56 1 0 0 20 0 15 0 154415397 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242103511024 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26370] ppid=26355 vsize=13984976 memory=7230638415855315543 CPUtime=0 cores=0,2,4,6
/proc/26357/task/26370/stat : 26370 (java) S 26355 26355 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154415397 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242102458720 140243130271445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
[pid=26357/tid=26371] ppid=26355 vsize=13984976 memory=164 CPUtime=0.12 cores=0,2,4,6
/proc/26357/task/26371/stat : 26371 (java) S 26355 26355 23654 0 -1 1077944384 521 0 0 0 6 6 0 0 20 0 15 0 154415397 14320615424 110377 33554432000 4194304 4196468 140732811998704 140242101406768 140243130272386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24686592 140732812006557 140732812006732 140732812006732 140732812009423 0
Current children cumulated CPU time: 252.38 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 442892 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+240.026 s]
# the end of solver process 26355 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.829 s, system=0.588853 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.026
CPU time (s): 252.417
CPU user time (s): 251.829
CPU system time (s): 0.588853
CPU usage (%): 105.163
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 442892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.829
system time used= 0.588853
maximum resident set size= 442076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92663
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15086
involuntary context switches= 651


# summary of solver processes directly reported to runsolver:
#   pid: 26355
#   total CPU time (s): 252.417
#   total CPU user time (s): 251.829
#   total CPU system time (s): 0.588853

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

The end

Launcher Data

Begin job on node105 at 2017-08-20 09:02:59
IDJOB=4284334
IDBENCH=133504
IDSOLVER=2680
FILE ID=node105/4284334-1503213439
RUNJOBID= node105-1503209199-23685
PBS_JOBID= 20630876
Free space on /tmp= 61796 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-07.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-4284334-1503213439/watcher-4284334-1503213439 -o /tmp/evaluation-result-4284334-1503213439/solver-4284334-1503213439 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1503209199-23685 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 398577353 HOME/instance-4284334-1503213439.xml

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

MD5SUM BENCH= ddd3703b8a67d475e5b0b20416c98cf0
RANDOM SEED=398577353

node105.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.17
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.17
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.17
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.17
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:        22895596 kB
MemAvailable:   31728080 kB
Buffers:          239468 kB
Cached:          8882700 kB
SwapCached:            0 kB
Active:          1338488 kB
Inactive:        8084260 kB
Active(anon):     250760 kB
Inactive(anon):    85892 kB
Active(file):    1087728 kB
Inactive(file):  7998368 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             4 kB
AnonPages:        307916 kB
Mapped:            64128 kB
Shmem:             33420 kB
Slab:             151184 kB
SReclaimable:     124444 kB
SUnreclaim:        26740 kB
KernelStack:        3536 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1179104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61788 MiB
End job on node105 at 2017-08-20 09:06:59