Trace number 4283089

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT (TO)106 243.51199 240.022

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark254.672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283089-1503213723.xml"  -tl '264s' -p 1 -x 0
0.13/0.14	c [HOME/instance-4283089-1503213723.xml, -tl, 264s, -p, 1, -x, 0]
0.13/0.19	c simple solver
0.34/0.26	c parse instance...
0.74/0.45	c solve instance...
1.04/0.55	o 145 
1.04/0.55	o 142 
1.04/0.56	o 128 
1.04/0.61	o 127 
1.38/0.63	o 125 
1.38/0.63	o 120 
1.38/0.64	o 118 
2.58/1.07	o 116 
5.40/2.68	o 112 
5.40/2.68	o 111 
5.52/2.71	o 110 
8.27/5.28	o 109 
8.27/5.29	o 107 
16.10/12.91	o 106 
243.48/240.01	s SATISFIABLE
243.48/240.01	v <instantiation>
243.48/240.01	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
243.48/240.01	v 	<values>18 19 17 16 8 10 11 9 7 5 3 2 1 0 6 4 13 15 12 14 1 1 2 11 5 4 4 3 3 1 3 6 7 8 8 11 3 8 11 6 </values>
243.48/240.01	v </instantiation>
243.48/240.01	c Unexpected resolution interruption!

Verifier Data

OK	106

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

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

running on 4 cores: 1,3,5,7

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=25520, runsolver pid=25517

[startup+0.100138 s]*
/proc/loadavg: 1.83 1.86 1.89 3/217 25537
/proc/meminfo: memFree=28138616/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0
[pid=25522] ppid=25520 vsize=13978596 memory=28376 CPUtime=0.13 cores=1,3,5,7
/proc/25522/stat : 25522 (java) S 25520 25520 21899 0 -1 1077944320 5463 0 0 0 12 1 0 0 20 0 15 0 154460414 14314082304 7094 33554432000 4194304 4196468 140728131402432 140728131384976 140540169449207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
/proc/25522/statm: 3494649 7094 2868 1 0 3482966 0
[pid=25522/tid=25523] ppid=25520 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 21899 0 -1 4202560 3400 0 0 0 9 0 0 0 20 0 15 0 154460414 14314082304 7094 33554432000 4194304 4196468 140728131402432 140540173681312 140540169461142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25524] ppid=25520 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539764861840 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25525] ppid=25520 vsize=13978596 memory=139966567884416 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539763809040 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25526] ppid=25520 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539762756752 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25527] ppid=25520 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154460415 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539761703952 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25528] ppid=25520 vsize=13978596 memory=139966567884416 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154460416 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539643644016 140540169460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25529] ppid=25520 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154460417 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539642589984 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25530] ppid=25520 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154460417 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 21899 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 154460419 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539639433840 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 21899 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 154460419 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539638381040 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13978596 memory=139966567884416 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 21899 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 15 0 154460419 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13978596 memory=139966567884416 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460420 14314082304 7094 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29756 KiB

[startup+0.210862 s]*
/proc/loadavg: 1.83 1.86 1.89 4/217 25537
/proc/meminfo: memFree=28127328/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0
[pid=25522] ppid=25520 vsize=13982884 memory=40668 CPUtime=0.34 cores=1,3,5,7
/proc/25522/stat : 25522 (java) S 25520 25520 21899 0 -1 1077944320 8274 0 0 0 32 2 0 0 20 0 15 0 154460414 14318473216 10167 33554432000 4194304 4196468 140728131402432 140728131384976 140540169449207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
/proc/25522/statm: 3495721 10167 3083 1 0 3482974 0
[pid=25522/tid=25523] ppid=25520 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 21899 0 -1 4202560 5387 0 0 0 19 1 0 0 20 0 15 0 154460414 14318440448 10167 33554432000 4194304 4196468 140728131402432 140540173660128 140540169471133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25524] ppid=25520 vsize=13982852 memory=8961 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539764861840 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25525] ppid=25520 vsize=13982852 memory=139966567906526 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539763809040 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25526] ppid=25520 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539762756752 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25527] ppid=25520 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154460415 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539761703952 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25528] ppid=25520 vsize=13982852 memory=139966567884416 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154460416 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539643644016 140540169460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25529] ppid=25520 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154460417 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539642589984 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25530] ppid=25520 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154460417 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 21899 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 154460419 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539639433840 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) R 25520 25520 21899 0 -1 1077944384 349 0 0 0 3 0 0 0 20 0 15 0 154460419 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539638381040 140540169460354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13982852 memory=139966567884416 CPUtime=0.07 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 21899 0 -1 1077944384 731 0 0 0 7 0 0 0 20 0 15 0 154460419 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460420 14318440448 10167 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42048 KiB

[startup+0.310834 s]*
/proc/loadavg: 1.83 1.86 1.89 3/217 25537
/proc/meminfo: memFree=28120132/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0
[pid=25522] ppid=25520 vsize=13982928 memory=48016 CPUtime=0.5 cores=1,3,5,7
/proc/25522/stat : 25522 (java) S 25520 25520 21899 0 -1 1077944320 9119 0 0 0 48 2 0 0 20 0 15 0 154460414 14318518272 12004 33554432000 4194304 4196468 140728131402432 140728131384976 140540169449207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
/proc/25522/statm: 3495732 12004 3132 1 0 3482966 0
[pid=25522/tid=25523] ppid=25520 vsize=13982928 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 21899 0 -1 4202560 6088 0 0 0 28 1 0 0 20 0 15 0 154460414 14318518272 12004 33554432000 4194304 4196468 140728131402432 140540173681568 140540169461142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25524] ppid=25520 vsize=13982928 memory=9323 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539764861840 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25525] ppid=25520 vsize=13982928 memory=4048794550414890355 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539763809040 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25526] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539762756752 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25527] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154460415 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539761703952 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25528] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154460416 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539643644016 140540169460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25529] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154460417 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539642589984 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25530] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154460417 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) R 25520 25520 21899 0 -1 1077944384 518 0 0 0 3 0 0 0 20 0 15 0 154460419 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539639433840 140540169460354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 21899 0 -1 1077944384 398 0 0 0 4 0 0 0 20 0 15 0 154460419 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539638381040 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) R 25520 25520 21899 0 -1 1077944384 812 0 0 0 11 0 0 0 20 0 15 0 154460419 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460420 14318518272 12004 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49396 KiB

[startup+0.701411 s]
/proc/loadavg: 1.83 1.86 1.89 5/217 25537
/proc/meminfo: memFree=28108036/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0
[pid=25522] ppid=25520 vsize=13984976 memory=65540 CPUtime=1.64 cores=1,3,5,7
/proc/25522/stat : 25522 (java) S 25520 25520 21899 0 -1 1077944320 12108 0 0 0 161 3 0 0 20 0 15 0 154460414 14320615424 16385 33554432000 4194304 4196468 140728131402432 140728131384976 140540169449207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
/proc/25522/statm: 3496244 16385 3212 1 0 3483478 0
[pid=25522/tid=25523] ppid=25520 vsize=13984976 memory=24636 CPUtime=0.67 cores=1,3,5,7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 21899 0 -1 4202560 6607 0 0 0 66 1 0 0 20 0 15 0 154460414 14320615424 16385 33554432000 4194304 4196468 140728131402432 140540173680464 140540153529694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25524] ppid=25520 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539764861840 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25525] ppid=25520 vsize=13984976 memory=648 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539763809040 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25526] ppid=25520 vsize=13984976 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460415 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539762756752 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25527] ppid=25520 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154460415 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539761703952 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25528] ppid=25520 vsize=13984976 memory=2468 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154460416 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539643644016 140540169460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25529] ppid=25520 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539642589984 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25530] ppid=25520 vsize=13984976 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13984976 memory=4316 CPUtime=0.32 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) R 25520 25520 21899 0 -1 4202560 1411 0 0 0 32 0 0 0 20 0 15 0 154460419 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539639420408 140540148695097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13984976 memory=2196 CPUtime=0.33 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) R 25520 25520 21899 0 -1 4202560 1503 0 0 0 33 0 0 0 20 0 15 0 154460419 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539638367112 140540150152899 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13984976 memory=7784 CPUtime=0.28 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 21899 0 -1 1077944384 1281 0 0 0 28 0 0 0 20 0 15 0 154460419 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13984976 memory=832 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154460420 14320615424 16385 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 66920 KiB

[startup+1.50089 s]
/proc/loadavg: 1.83 1.86 1.89 5/217 25537
/proc/meminfo: memFree=28084320/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0

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

/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 49904 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14320615424 49904 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13984976 memory=199616 CPUtime=1.47 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 21899 0 -1 1077944384 9740 0 0 0 146 1 0 0 20 0 15 0 154460419 14320615424 49904 33554432000 4194304 4196468 140728131402432 140539639433840 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13984976 memory=15880 CPUtime=1.52 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 21899 0 -1 1077944384 8811 0 0 0 152 0 0 0 20 0 15 0 154460419 14320615424 49904 33554432000 4194304 4196468 140728131402432 140539638381040 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13984976 memory=6791534058613427641 CPUtime=0.39 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 21899 0 -1 1077944384 5096 0 0 0 39 0 0 0 20 0 15 0 154460419 14320615424 49904 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13984976 memory=197020 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14320615424 49904 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13984976 memory=7680491646476186387 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 389 0 0 0 0 1 0 0 20 0 15 0 154460420 14320615424 49904 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 105.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 200996 KiB

[startup+162.301 s]
/proc/loadavg: 1.60 1.78 1.85 3/218 25547
/proc/meminfo: memFree=27979976/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0
[pid=25522] ppid=25520 vsize=13984976 memory=198076 CPUtime=165.74 cores=1,3,5,7
/proc/25522/stat : 25522 (java) S 25520 25520 21899 0 -1 1077944320 42118 0 0 0 16564 10 0 0 20 0 15 0 154460414 14320615424 49519 33554432000 4194304 4196468 140728131402432 140728131384976 140540169449207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
/proc/25522/statm: 3496244 49519 3259 1 0 3483478 0
[pid=25522/tid=25523] ppid=25520 vsize=13984976 memory=1380 CPUtime=162.16 cores=1,3,5,7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 21899 0 -1 4202560 11443 0 0 0 16212 4 0 0 20 0 15 0 154460414 14320615424 49519 33554432000 4194304 4196468 140728131402432 140540173688784 140539805609717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25524] ppid=25520 vsize=13984976 memory=2196 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 21899 0 -1 1077944384 1126 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539764861840 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25525] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 21899 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539763809040 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25526] ppid=25520 vsize=13984976 memory=197020 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 21899 0 -1 1077944384 981 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539762756752 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25527] ppid=25520 vsize=13984976 memory=4136 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 21899 0 -1 1077944384 685 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539761703952 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25528] ppid=25520 vsize=13984976 memory=42928 CPUtime=0.02 cores=1,3,5,7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 21899 0 -1 1077944384 1187 0 0 0 2 0 0 0 20 0 15 0 154460416 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539643644016 140540169460354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25529] ppid=25520 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 21899 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539642589984 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25530] ppid=25520 vsize=13984976 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13984976 memory=4136 CPUtime=1.47 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 21899 0 -1 1077944384 9891 0 0 0 146 1 0 0 20 0 15 0 154460419 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539639433840 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13984976 memory=198076 CPUtime=1.54 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 21899 0 -1 1077944384 9528 0 0 0 154 0 0 0 20 0 15 0 154460419 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539638381040 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.4 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 21899 0 -1 1077944384 5212 0 0 0 40 0 0 0 20 0 15 0 154460419 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13984976 memory=199108 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 426 0 0 0 1 2 0 0 20 0 15 0 154460420 14320615424 49519 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 165.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 199456 KiB

[startup+222.301 s]
/proc/loadavg: 1.72 1.79 1.85 3/218 25626
/proc/meminfo: memFree=28047508/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0
[pid=25522] ppid=25520 vsize=13984976 memory=189904 CPUtime=225.76 cores=1,3,5,7
/proc/25522/stat : 25522 (java) S 25520 25520 21899 0 -1 1077944320 43844 0 0 0 22565 11 0 0 20 0 15 0 154460414 14320615424 47476 33554432000 4194304 4196468 140728131402432 140728131384976 140540169449207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
/proc/25522/statm: 3496244 47476 3259 1 0 3483478 0
[pid=25522/tid=25523] ppid=25520 vsize=13984976 memory=189904 CPUtime=222.16 cores=1,3,5,7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 21899 0 -1 4202560 12019 0 0 0 22212 4 0 0 20 0 15 0 154460414 14320615424 47476 33554432000 4194304 4196468 140728131402432 140540173688816 140539806416717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25524] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 21899 0 -1 1077944384 1482 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539764861840 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25525] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 21899 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539763809040 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25526] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 21899 0 -1 1077944384 1032 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539762756752 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25527] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 21899 0 -1 1077944384 691 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539761703952 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25528] ppid=25520 vsize=13984976 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 21899 0 -1 1077944384 1418 0 0 0 2 0 0 0 20 0 15 0 154460416 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539643644016 140540169460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25529] ppid=25520 vsize=13984976 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 21899 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539642589984 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25530] ppid=25520 vsize=13984976 memory=42928 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13984976 memory=189904 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13984976 memory=4136 CPUtime=1.47 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 21899 0 -1 1077944384 9899 0 0 0 146 1 0 0 20 0 15 0 154460419 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539639433840 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13984976 memory=928 CPUtime=1.54 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 21899 0 -1 1077944384 9530 0 0 0 154 0 0 0 20 0 15 0 154460419 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539638381040 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13984976 memory=1576 CPUtime=0.4 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 21899 0 -1 1077944384 5611 0 0 0 40 0 0 0 20 0 15 0 154460419 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13984976 memory=2404 CPUtime=0.03 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 461 0 0 0 1 2 0 0 20 0 15 0 154460420 14320615424 47476 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 225.76 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 191284 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.80 1.80 1.86 3/218 25626
/proc/meminfo: memFree=27967260/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154460414 9740288 345 33554432000 4194304 5098028 140722370194688 140722370192792 139798337262204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13213696 140722370196596 140722370196800 140722370196800 140722370199531 0
/proc/25520/statm: 2378 345 289 221 0 87 0
[pid=25522] ppid=25520 vsize=13984976 memory=185800 CPUtime=243.48 cores=1,3,5,7
/proc/25522/stat : 25522 (java) S 25520 25520 21899 0 -1 1077944320 44178 0 0 0 24337 11 0 0 20 0 15 0 154460414 14320615424 46450 33554432000 4194304 4196468 140728131402432 140728131384976 140540169449207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
/proc/25522/statm: 3496244 46450 3259 1 0 3483478 0
[pid=25522/tid=25523] ppid=25520 vsize=13984976 memory=6791534058613427641 CPUtime=239.86 cores=1,3,5,7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 21899 0 -1 4202560 12032 0 0 0 23982 4 0 0 20 0 15 0 154460414 14320615424 46450 33554432000 4194304 4196468 140728131402432 140540173688784 140539805609906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25524] ppid=25520 vsize=13984976 memory=4872558044660077418 CPUtime=0.02 cores=1,3,5,7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 21899 0 -1 1077944384 1483 0 0 0 2 0 0 0 20 0 15 0 154460415 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539764861840 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25525] ppid=25520 vsize=13984976 memory=2548 CPUtime=0.02 cores=1,3,5,7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 21899 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 154460415 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539763809040 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25526] ppid=25520 vsize=13984976 memory=2548 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 21899 0 -1 1077944384 1032 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539762756752 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25527] ppid=25520 vsize=13984976 memory=4108 CPUtime=0.01 cores=1,3,5,7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 21899 0 -1 1077944384 691 0 0 0 1 0 0 0 20 0 15 0 154460415 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539761703952 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25528] ppid=25520 vsize=13984976 memory=1156 CPUtime=0.02 cores=1,3,5,7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 21899 0 -1 1077944384 1425 0 0 0 2 0 0 0 20 0 15 0 154460416 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539643644016 140540169460354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25529] ppid=25520 vsize=13984976 memory=3080 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 21899 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539642589984 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25530] ppid=25520 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 21899 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154460417 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539641537648 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25531] ppid=25520 vsize=13984976 memory=185800 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460419 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539640485968 140540169467803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25532] ppid=25520 vsize=13984976 memory=11104 CPUtime=1.47 cores=1,3,5,7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 21899 0 -1 1077944384 10200 0 0 0 146 1 0 0 20 0 15 0 154460419 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539639433840 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25534] ppid=25520 vsize=13984976 memory=1224 CPUtime=1.54 cores=1,3,5,7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 21899 0 -1 1077944384 9530 0 0 0 154 0 0 0 20 0 15 0 154460419 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539638381040 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25535] ppid=25520 vsize=13984976 memory=5792 CPUtime=0.4 cores=1,3,5,7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 21899 0 -1 1077944384 5611 0 0 0 40 0 0 0 20 0 15 0 154460419 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539637328752 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25536] ppid=25520 vsize=13984976 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154460420 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539636276192 140540169459413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
[pid=25522/tid=25537] ppid=25520 vsize=13984976 memory=1200 CPUtime=0.04 cores=1,3,5,7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 21899 0 -1 1077944384 470 0 0 0 1 3 0 0 20 0 15 0 154460420 14320615424 46450 33554432000 4194304 4196468 140728131402432 140539635222960 140540169460354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30334976 140728131409053 140728131409228 140728131409228 140728131411919 0
Current children cumulated CPU time: 243.48 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 187180 KiB

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

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

[startup+240.022 s]
# the end of solver process 25522 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=243.385 s, system=0.126983 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.022
CPU time (s): 243.512
CPU user time (s): 243.385
CPU system time (s): 0.126983
CPU usage (%): 101.454
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 203548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.385
system time used= 0.126983
maximum resident set size= 204220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7641
involuntary context switches= 127


# summary of solver processes directly reported to runsolver:
#   pid: 25520,25522
#   total CPU time (s): 243.512
#   total CPU user time (s): 243.385
#   total CPU system time (s): 0.126983

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

The end

Launcher Data

Begin job on node102 at 2017-08-20 09:07:42
IDJOB=4283089
IDBENCH=135675
IDSOLVER=2678
FILE ID=node102/4283089-1503213723
RUNJOBID= node102-1503209175-21931
PBS_JOBID= 20630875
Free space on /tmp= 61676 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.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-4283089-1503213723/watcher-4283089-1503213723 -o /tmp/evaluation-result-4283089-1503213723/solver-4283089-1503213723 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21931 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2015897668 HOME/instance-4283089-1503213723.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=2015897668

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28156316 kB
MemAvailable:   31804576 kB
Buffers:          240480 kB
Cached:          3700360 kB
SwapCached:            0 kB
Active:          1245160 kB
Inactive:        2921584 kB
Active(anon):     178800 kB
Inactive(anon):    83092 kB
Active(file):    1066360 kB
Inactive(file):  2838492 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8004 kB
Writeback:             0 kB
AnonPages:        236972 kB
Mapped:            64012 kB
Shmem:             33420 kB
Slab:             146152 kB
SReclaimable:     118488 kB
SUnreclaim:        27664 kB
KernelStack:        3696 kB
PageTables:         6044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1280724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61668 MiB
End job on node102 at 2017-08-20 09:11:43