Trace number 4284346

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)1076 253.776 240.026

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-17.xml
MD5SUM55160ca1cb6892c8520106891d7cdd01
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1220
Best CPU time to get the best result obtained on this benchmark554.28003
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"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-4284346-1503213376.xml"  -tl '264s' -p 1 -x 3
0.12/0.15	c [HOME/instance-4284346-1503213376.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.45	o 671 
0.70/0.47	o 691 
0.70/0.48	o 723 
0.70/0.50	o 749 
0.70/0.50	o 787 
0.70/0.52	o 817 
1.31/0.63	o 825 
1.31/0.63	o 827 
1.31/0.66	o 832 
1.31/0.67	o 860 
5.93/2.18	o 884 
6.50/2.39	o 886 
6.80/2.42	o 900 
6.80/2.42	o 902 
6.80/2.43	o 911 
6.80/2.43	o 942 
6.80/2.43	o 958 
6.80/2.45	o 960 
6.80/2.45	o 982 
7.11/2.58	o 987 
7.41/2.62	o 989 
7.41/2.69	o 991 
128.24/117.80	o 993 
129.37/118.81	o 1005 
129.50/118.90	o 1038 
129.50/118.92	o 1039 
129.50/118.93	o 1071 
129.50/118.98	o 1076 
253.75/240.01	s SATISFIABLE
253.75/240.01	v <instantiation>
253.75/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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] </list>
253.75/240.01	v 	<values>0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 </values>
253.75/240.01	v </instantiation>
253.75/240.01	c Unexpected resolution interruption!

Verifier Data

OK	1076

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284346-1503213376/watcher-4284346-1503213376 -o /tmp/evaluation-result-4284346-1503213376/solver-4284346-1503213376 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8067 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 229422825 HOME/instance-4284346-1503213376.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=10897, runsolver pid=10894

[startup+0.100186 s]*
/proc/loadavg: 1.39 1.79 1.87 4/218 10913
/proc/meminfo: memFree=25806620/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0
[pid=10899] ppid=10897 vsize=13978596 memory=26748 CPUtime=0.12 cores=0,2,4,6
/proc/10899/stat : 10899 (java) S 10897 10897 8036 0 -1 1077944320 5610 0 0 0 11 1 0 0 20 0 15 0 154425076 14314082304 6687 33554432000 4194304 4196468 140728303271920 140728303254464 140296145800951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
/proc/10899/statm: 3494649 6687 2860 1 0 3482966 0
[pid=10899/tid=10900] ppid=10897 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/10899/task/10900/stat : 10900 (java) R 10897 10897 8036 0 -1 4202560 3575 0 0 0 9 0 0 0 20 0 15 0 154425076 14314082304 6687 33554432000 4194304 4196468 140728303271920 140296150024752 140296145822877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10901] ppid=10897 vsize=13978596 memory=3472468467644609744 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10901/stat : 10901 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295742094096 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10902] ppid=10897 vsize=13978596 memory=140338749458048 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10902/stat : 10902 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295741041552 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10903] ppid=10897 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10903/stat : 10903 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425077 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295739989008 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10904] ppid=10897 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10904/stat : 10904 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295738936464 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10905] ppid=10897 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10905/stat : 10905 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425078 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295058282480 140296145812098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10906] ppid=10897 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10906/stat : 10906 (java) S 10897 10897 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425079 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295057228704 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10907] ppid=10897 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425079 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) S 10897 10897 8036 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 15 0 154425081 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295054072304 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) S 10897 10897 8036 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154425081 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295053019760 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13978596 memory=140338749458048 CPUtime=0.01 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) R 10897 10897 8036 0 -1 4202560 278 0 0 0 1 0 0 0 20 0 15 0 154425081 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295051967216 140296145822298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13978596 memory=140338749458048 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425082 14314082304 6687 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28132 KiB

[startup+0.21081 s]*
/proc/loadavg: 1.39 1.79 1.87 4/218 10913
/proc/meminfo: memFree=25796176/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0
[pid=10899] ppid=10897 vsize=13982852 memory=39152 CPUtime=0.34 cores=0,2,4,6
/proc/10899/stat : 10899 (java) S 10897 10897 8036 0 -1 1077944320 8359 0 0 0 32 2 0 0 20 0 15 0 154425076 14318440448 9788 33554432000 4194304 4196468 140728303271920 140728303254464 140296145800951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
/proc/10899/statm: 3495713 9788 3052 1 0 3482966 0
[pid=10899/tid=10900] ppid=10897 vsize=13982852 memory=5853394889045019040 CPUtime=0.2 cores=0,2,4,6
/proc/10899/task/10900/stat : 10900 (java) R 10897 10897 8036 0 -1 4202560 5333 0 0 0 19 1 0 0 20 0 15 0 154425076 14318440448 9788 33554432000 4194304 4196468 140728303271920 140296150022944 140296129881438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10901] ppid=10897 vsize=13982852 memory=3472468467644609744 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10901/stat : 10901 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295742094096 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10902] ppid=10897 vsize=13982852 memory=140338749458048 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10902/stat : 10902 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295741041552 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10903] ppid=10897 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10903/stat : 10903 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295739989008 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10904] ppid=10897 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10904/stat : 10904 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295738936464 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10905] ppid=10897 vsize=13982852 memory=140338749458048 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10905/stat : 10905 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425078 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295058282480 140296145812098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10906] ppid=10897 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10906/stat : 10906 (java) S 10897 10897 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425079 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295057228704 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10907] ppid=10897 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425079 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) S 10897 10897 8036 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 15 0 154425081 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295054072304 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) S 10897 10897 8036 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 15 0 154425081 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295053019760 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13982852 memory=140338749458048 CPUtime=0.07 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) S 10897 10897 8036 0 -1 1077944384 843 0 0 0 7 0 0 0 20 0 15 0 154425081 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295051967216 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13982852 memory=140338749458048 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425082 14318440448 9788 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40536 KiB

[startup+0.31068 s]*
/proc/loadavg: 1.39 1.79 1.87 4/218 10913
/proc/meminfo: memFree=25789104/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0
[pid=10899] ppid=10897 vsize=13982852 memory=46096 CPUtime=0.5 cores=0,2,4,6
/proc/10899/stat : 10899 (java) S 10897 10897 8036 0 -1 1077944320 9295 0 0 0 47 3 0 0 20 0 15 0 154425076 14318440448 11524 33554432000 4194304 4196468 140728303271920 140728303254464 140296145800951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
/proc/10899/statm: 3495713 11524 3083 1 0 3482966 0
[pid=10899/tid=10900] ppid=10897 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=0,2,4,6
/proc/10899/task/10900/stat : 10900 (java) R 10897 10897 8036 0 -1 4202560 6061 0 0 0 28 1 0 0 20 0 15 0 154425076 14318440448 11524 33554432000 4194304 4196468 140728303271920 140296150032352 140296129881438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10901] ppid=10897 vsize=13982852 memory=3472468467644609744 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10901/stat : 10901 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295742094096 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10902] ppid=10897 vsize=13982852 memory=140338749458048 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10902/stat : 10902 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295741041552 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10903] ppid=10897 vsize=13982852 memory=2 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10903/stat : 10903 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295739989008 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10904] ppid=10897 vsize=13982852 memory=140338593409055 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10904/stat : 10904 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295738936464 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10905] ppid=10897 vsize=13982852 memory=280677186778880 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10905/stat : 10905 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425078 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295058282480 140296145812098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10906] ppid=10897 vsize=13982852 memory=140338593385999 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10906/stat : 10906 (java) S 10897 10897 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425079 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295057228704 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10907] ppid=10897 vsize=13982852 memory=280677342853216 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425079 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13982852 memory=140338593390607 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) S 10897 10897 8036 0 -1 1077944384 493 0 0 0 3 0 0 0 20 0 15 0 154425081 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295054072304 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) S 10897 10897 8036 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 154425081 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295053019760 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13982852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) S 10897 10897 8036 0 -1 1077944384 985 0 0 0 11 0 0 0 20 0 15 0 154425081 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295051967216 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425082 14318440448 11524 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47480 KiB

[startup+0.70153 s]
/proc/loadavg: 1.39 1.79 1.87 6/218 10913
/proc/meminfo: memFree=25776448/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0
[pid=10899] ppid=10897 vsize=13984976 memory=77660 CPUtime=1.61 cores=0,2,4,6
/proc/10899/stat : 10899 (java) S 10897 10897 8036 0 -1 1077944320 13621 0 0 0 157 4 0 0 20 0 15 0 154425076 14320615424 19415 33554432000 4194304 4196468 140728303271920 140728303254464 140296145800951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
/proc/10899/statm: 3496244 19415 3203 1 0 3483478 0
[pid=10899/tid=10900] ppid=10897 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/10899/task/10900/stat : 10900 (java) R 10897 10897 8036 0 -1 4202560 6613 0 0 0 65 2 0 0 20 0 15 0 154425076 14320615424 19415 33554432000 4194304 4196468 140728303271920 140296150037104 140295783715351 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10901] ppid=10897 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10901/stat : 10901 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295742094096 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10902] ppid=10897 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10902/stat : 10902 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295741041552 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10903] ppid=10897 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10903/stat : 10903 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425077 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295739989008 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10904] ppid=10897 vsize=13984976 memory=53 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10904/stat : 10904 (java) S 10897 10897 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425077 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295738936464 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10905] ppid=10897 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10905/stat : 10905 (java) S 10897 10897 8036 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154425078 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295058282480 140296145812098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10906] ppid=10897 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10906/stat : 10906 (java) S 10897 10897 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295057228704 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10907] ppid=10897 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13984976 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) R 10897 10897 8036 0 -1 4202560 1911 0 0 0 31 0 0 0 20 0 15 0 154425081 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295054064424 140296125062160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13984976 memory=5796 CPUtime=0.29 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) R 10897 10897 8036 0 -1 4202560 1794 0 0 0 29 0 0 0 20 0 15 0 154425081 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295053008496 140296129185908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13984976 memory=1224 CPUtime=0.31 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) S 10897 10897 8036 0 -1 1077944384 1995 0 0 0 31 0 0 0 20 0 15 0 154425081 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295051967216 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13984976 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13984976 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425082 14320615424 19415 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 79044 KiB

[startup+1.50154 s]
/proc/loadavg: 1.39 1.79 1.87 5/218 10913
/proc/meminfo: memFree=25724300/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0

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

/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 62043 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13984976 memory=56 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 62043 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13984976 memory=4100 CPUtime=4.05 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) S 10897 10897 8036 0 -1 1077944384 20083 0 0 0 402 3 0 0 20 0 15 0 154425081 14320615424 62043 33554432000 4194304 4196468 140728303271920 140295054072304 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13984976 memory=42604 CPUtime=3.96 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) S 10897 10897 8036 0 -1 1077944384 25444 0 0 0 394 2 0 0 20 0 15 0 154425081 14320615424 62043 33554432000 4194304 4196468 140728303271920 140295053019760 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13984976 memory=1440 CPUtime=0.58 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) S 10897 10897 8036 0 -1 1077944384 7443 0 0 0 56 2 0 0 20 0 15 0 154425081 14320615424 62043 33554432000 4194304 4196468 140728303271920 140295051967216 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13984976 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 62043 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13984976 memory=1224 CPUtime=0.05 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 761 0 0 0 2 3 0 0 20 0 15 0 154425082 14320615424 62043 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 112.46 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 249556 KiB

[startup+162.301 s]
/proc/loadavg: 1.33 1.63 1.80 3/218 10993
/proc/meminfo: memFree=25957248/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0
[pid=10899] ppid=10897 vsize=13984976 memory=353844 CPUtime=174.08 cores=0,2,4,6
/proc/10899/stat : 10899 (java) S 10897 10897 8036 0 -1 1077944320 81477 0 0 0 17355 53 0 0 20 0 15 0 154425076 14320615424 88461 33554432000 4194304 4196468 140728303271920 140728303254464 140296145800951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
/proc/10899/statm: 3496244 88461 3262 1 0 3483478 0
[pid=10899/tid=10900] ppid=10897 vsize=13984976 memory=1384 CPUtime=160.99 cores=0,2,4,6
/proc/10899/task/10900/stat : 10900 (java) R 10897 10897 8036 0 -1 4202560 13319 0 0 0 16094 5 0 0 20 0 15 0 154425076 14320615424 88461 33554432000 4194304 4196468 140728303271920 140296150040352 140295788545792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10901] ppid=10897 vsize=13984976 memory=349704 CPUtime=0.99 cores=0,2,4,6
/proc/10899/task/10901/stat : 10901 (java) S 10897 10897 8036 0 -1 1077944384 1192 0 0 0 91 8 0 0 20 0 15 0 154425077 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295742094096 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10902] ppid=10897 vsize=13984976 memory=351796 CPUtime=0.99 cores=0,2,4,6
/proc/10899/task/10902/stat : 10902 (java) S 10897 10897 8036 0 -1 1077944384 1803 0 0 0 91 8 0 0 20 0 15 0 154425077 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295741041552 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10903] ppid=10897 vsize=13984976 memory=1384 CPUtime=0.99 cores=0,2,4,6
/proc/10899/task/10903/stat : 10903 (java) S 10897 10897 8036 0 -1 1077944384 1845 0 0 0 91 8 0 0 20 0 15 0 154425077 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295739989008 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10904] ppid=10897 vsize=13984976 memory=351752 CPUtime=0.99 cores=0,2,4,6
/proc/10899/task/10904/stat : 10904 (java) S 10897 10897 8036 0 -1 1077944384 2639 0 0 0 91 8 0 0 20 0 15 0 154425077 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295738936464 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10905] ppid=10897 vsize=13984976 memory=1384 CPUtime=0.17 cores=0,2,4,6
/proc/10899/task/10905/stat : 10905 (java) S 10897 10897 8036 0 -1 1077944384 1406 0 0 0 15 2 0 0 20 0 15 0 154425078 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295058282480 140296145812098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10906] ppid=10897 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10906/stat : 10906 (java) S 10897 10897 8036 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295057228704 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10907] ppid=10897 vsize=13984976 memory=344588 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13984976 memory=1384 CPUtime=4.14 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) S 10897 10897 8036 0 -1 1077944384 21906 0 0 0 411 3 0 0 20 0 15 0 154425081 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295054072304 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13984976 memory=349704 CPUtime=4.05 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) S 10897 10897 8036 0 -1 1077944384 26970 0 0 0 402 3 0 0 20 0 15 0 154425081 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295053019760 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13984976 memory=4100 CPUtime=0.59 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) S 10897 10897 8036 0 -1 1077944384 8267 0 0 0 57 2 0 0 20 0 15 0 154425081 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295051967216 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13984976 memory=353844 CPUtime=0.08 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 774 0 0 0 4 4 0 0 20 0 15 0 154425082 14320615424 88461 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 174.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 355228 KiB

[startup+222.301 s]
/proc/loadavg: 1.21 1.55 1.76 3/217 10994
/proc/meminfo: memFree=25755300/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0
[pid=10899] ppid=10897 vsize=13984976 memory=461296 CPUtime=235.57 cores=0,2,4,6
/proc/10899/stat : 10899 (java) S 10897 10897 8036 0 -1 1077944320 89310 0 0 0 23491 66 0 0 20 0 15 0 154425076 14320615424 115324 33554432000 4194304 4196468 140728303271920 140728303254464 140296145800951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
/proc/10899/statm: 3496244 115324 3262 1 0 3483478 0
[pid=10899/tid=10900] ppid=10897 vsize=13984976 memory=461296 CPUtime=220.42 cores=0,2,4,6
/proc/10899/task/10900/stat : 10900 (java) R 10897 10897 8036 0 -1 4202560 14957 0 0 0 22037 5 0 0 20 0 15 0 154425076 14320615424 115324 33554432000 4194304 4196468 140728303271920 140296150040432 140295790302070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10901] ppid=10897 vsize=13984976 memory=1384 CPUtime=1.44 cores=0,2,4,6
/proc/10899/task/10901/stat : 10901 (java) S 10897 10897 8036 0 -1 1077944384 1489 0 0 0 133 11 0 0 20 0 15 0 154425077 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295742094096 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10902] ppid=10897 vsize=13984976 memory=1384 CPUtime=1.45 cores=0,2,4,6
/proc/10899/task/10902/stat : 10902 (java) S 10897 10897 8036 0 -1 1077944384 2290 0 0 0 134 11 0 0 20 0 15 0 154425077 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295741041552 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10903] ppid=10897 vsize=13984976 memory=461140 CPUtime=1.43 cores=0,2,4,6
/proc/10899/task/10903/stat : 10903 (java) S 10897 10897 8036 0 -1 1077944384 2381 0 0 0 132 11 0 0 20 0 15 0 154425077 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295739989008 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10904] ppid=10897 vsize=13984976 memory=1384 CPUtime=1.45 cores=0,2,4,6
/proc/10899/task/10904/stat : 10904 (java) S 10897 10897 8036 0 -1 1077944384 2968 0 0 0 134 11 0 0 20 0 15 0 154425077 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295738936464 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10905] ppid=10897 vsize=13984976 memory=6791534058613427641 CPUtime=0.23 cores=0,2,4,6
/proc/10899/task/10905/stat : 10905 (java) S 10897 10897 8036 0 -1 1077944384 1653 0 0 0 20 3 0 0 20 0 15 0 154425078 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295058282480 140296145812098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10906] ppid=10897 vsize=13984976 memory=8716 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10906/stat : 10906 (java) S 10897 10897 8036 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295057228704 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10907] ppid=10897 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13984976 memory=461140 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13984976 memory=1384 CPUtime=4.19 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) S 10897 10897 8036 0 -1 1077944384 23339 0 0 0 415 4 0 0 20 0 15 0 154425081 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295054072304 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13984976 memory=460112 CPUtime=4.16 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) S 10897 10897 8036 0 -1 1077944384 29122 0 0 0 413 3 0 0 20 0 15 0 154425081 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295053019760 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13984976 memory=1384 CPUtime=0.6 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) S 10897 10897 8036 0 -1 1077944384 8955 0 0 0 58 2 0 0 20 0 15 0 154425081 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295051967216 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13984976 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13984976 memory=42604 CPUtime=0.11 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 800 0 0 0 6 5 0 0 20 0 15 0 154425082 14320615424 115324 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 235.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 462680 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.50 1.59 1.77 8/217 10994
/proc/meminfo: memFree=25679496/32770624 swapFree=67108860/67108860
[pid=10897] ppid=10894 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp3-exec) S 10894 10897 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154425075 9740288 346 33554432000 4194304 5098028 140731002827696 140731002825800 140574973239932 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 20729856 140731002831989 140731002832192 140731002832192 140731002834923 0
/proc/10897/statm: 2378 346 289 221 0 87 0
[pid=10899] ppid=10897 vsize=13984976 memory=503476 CPUtime=253.75 cores=0,2,4,6
/proc/10899/stat : 10899 (java) S 10897 10897 8036 0 -1 1077944320 91266 0 0 0 25302 73 0 0 20 0 15 0 154425076 14320615424 125869 33554432000 4194304 4196468 140728303271920 140728303254464 140296145800951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
/proc/10899/statm: 3496244 125869 3262 1 0 3483478 0
[pid=10899/tid=10900] ppid=10897 vsize=13984976 memory=6791534058613427641 CPUtime=237.96 cores=0,2,4,6
/proc/10899/task/10900/stat : 10900 (java) R 10897 10897 8036 0 -1 4202560 16002 0 0 0 23790 6 0 0 20 0 15 0 154425076 14320615424 125869 33554432000 4194304 4196468 140728303271920 140296150040480 140295788662425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10901] ppid=10897 vsize=13984976 memory=-7003737579269690708 CPUtime=1.6 cores=0,2,4,6
/proc/10899/task/10901/stat : 10901 (java) S 10897 10897 8036 0 -1 1077944384 1740 0 0 0 148 12 0 0 20 0 15 0 154425077 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295742094096 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10902] ppid=10897 vsize=13984976 memory=1440 CPUtime=1.6 cores=0,2,4,6
/proc/10899/task/10902/stat : 10902 (java) S 10897 10897 8036 0 -1 1077944384 2447 0 0 0 148 12 0 0 20 0 15 0 154425077 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295741041552 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10903] ppid=10897 vsize=13984976 memory=5796 CPUtime=1.58 cores=0,2,4,6
/proc/10899/task/10903/stat : 10903 (java) S 10897 10897 8036 0 -1 1077944384 2512 0 0 0 146 12 0 0 20 0 15 0 154425077 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295739989008 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10904] ppid=10897 vsize=13984976 memory=1224 CPUtime=1.6 cores=0,2,4,6
/proc/10899/task/10904/stat : 10904 (java) S 10897 10897 8036 0 -1 1077944384 3293 0 0 0 148 12 0 0 20 0 15 0 154425077 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295738936464 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10905] ppid=10897 vsize=13984976 memory=8716 CPUtime=0.26 cores=0,2,4,6
/proc/10899/task/10905/stat : 10905 (java) S 10897 10897 8036 0 -1 1077944384 1692 0 0 0 22 4 0 0 20 0 15 0 154425078 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295058282480 140296145812098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10906] ppid=10897 vsize=13984976 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10906/stat : 10906 (java) S 10897 10897 8036 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295057228704 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10907] ppid=10897 vsize=13984976 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10907/stat : 10907 (java) S 10897 10897 8036 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154425079 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295056176112 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10908] ppid=10897 vsize=13984976 memory=480912 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10908/stat : 10908 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295055124688 140296145819547 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10909] ppid=10897 vsize=13984976 memory=8716 CPUtime=4.19 cores=0,2,4,6
/proc/10899/task/10909/stat : 10909 (java) S 10897 10897 8036 0 -1 1077944384 23341 0 0 0 415 4 0 0 20 0 15 0 154425081 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295054072304 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10910] ppid=10897 vsize=13984976 memory=1712 CPUtime=4.16 cores=0,2,4,6
/proc/10899/task/10910/stat : 10910 (java) S 10897 10897 8036 0 -1 1077944384 29124 0 0 0 413 3 0 0 20 0 15 0 154425081 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295053019760 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10911] ppid=10897 vsize=13984976 memory=4612 CPUtime=0.6 cores=0,2,4,6
/proc/10899/task/10911/stat : 10911 (java) S 10897 10897 8036 0 -1 1077944384 8957 0 0 0 58 2 0 0 20 0 15 0 154425081 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295051967216 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10912] ppid=10897 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10899/task/10912/stat : 10912 (java) S 10897 10897 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425081 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295050914912 140296145811157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
[pid=10899/tid=10913] ppid=10897 vsize=13984976 memory=1200 CPUtime=0.12 cores=0,2,4,6
/proc/10899/task/10913/stat : 10913 (java) S 10897 10897 8036 0 -1 1077944384 802 0 0 0 6 6 0 0 20 0 15 0 154425082 14320615424 125869 33554432000 4194304 4196468 140728303271920 140295049861424 140296145812098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 24678400 140728303277213 140728303277388 140728303277388 140728303280079 0
Current children cumulated CPU time: 253.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 504860 KiB

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

[startup+240.02 s]
# the end of solver process 10897 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001036 s, system=0.001036 s

[startup+240.026 s]
# the end of solver process 10899 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.031 s, system=0.744931 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 240.026
CPU time (s): 253.776
CPU user time (s): 253.031
CPU system time (s): 0.744931
CPU usage (%): 105.728
Max. virtual memory (cumulated for all children) (KiB): 13998000
Max. memory (cumulated for all children) (KiB): 504860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.031
system time used= 0.744931
maximum resident set size= 504060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13871
involuntary context switches= 559


# summary of solver processes directly reported to runsolver:
#   pid: 10897,10899
#   total CPU time (s): 253.776
#   total CPU user time (s): 253.031
#   total CPU system time (s): 0.744931

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

The end

Launcher Data

Begin job on node113 at 2017-08-20 09:01:56
IDJOB=4284346
IDBENCH=133491
IDSOLVER=2680
FILE ID=node113/4284346-1503213376
RUNJOBID= node113-1503209106-8067
PBS_JOBID= 20630874
Free space on /tmp= 61588 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-17.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-4284346-1503213376/watcher-4284346-1503213376 -o /tmp/evaluation-result-4284346-1503213376/solver-4284346-1503213376 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8067 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 229422825 HOME/instance-4284346-1503213376.xml

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

MD5SUM BENCH= 55160ca1cb6892c8520106891d7cdd01
RANDOM SEED=229422825

node113.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.89
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.89
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.89
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.89
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:        25822992 kB
MemAvailable:   31191384 kB
Buffers:          257872 kB
Cached:          5400412 kB
SwapCached:            0 kB
Active:          2092008 kB
Inactive:        4401596 kB
Active(anon):     785804 kB
Inactive(anon):    85940 kB
Active(file):    1306204 kB
Inactive(file):  4315656 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7888 kB
Writeback:             0 kB
AnonPages:        842804 kB
Mapped:            63988 kB
Shmem:             33416 kB
Slab:             152216 kB
SReclaimable:     124736 kB
SUnreclaim:        27480 kB
KernelStack:        3552 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1556924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61580 MiB
End job on node113 at 2017-08-20 09:05:56