Trace number 4284558

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)122 251.168 240.02299

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark247.562
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"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-4284558-1503213828.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284558-1503213828.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
0.77/0.47	c solve instance...
1.05/0.59	o 183 
1.05/0.61	o 166 
1.36/0.61	o 162 
1.71/0.70	o 158 
1.71/0.71	o 157 
1.71/0.71	o 151 
1.71/0.72	o 148 
1.71/0.76	o 147 
3.58/1.32	o 144 
3.58/1.33	o 140 
3.90/1.41	o 138 
3.90/1.42	o 134 
4.21/1.54	o 131 
4.83/1.74	o 130 
76.34/68.05	o 128 
78.68/70.19	o 122 
251.14/240.01	s SATISFIABLE
251.14/240.01	v <instantiation>
251.14/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>
251.14/240.01	v 	<values>5 4 10 16 17 18 15 19 14 13 12 11 9 3 6 8 7 1 0 2 2 5 14 2 5 5 18 10 3 7 4 3 12 2 4 9 9 3 2 3 </values>
251.14/240.01	v </instantiation>
251.14/240.01	c Unexpected resolution interruption!

Verifier Data

OK	122

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

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


[startup+0.100633 s]*
/proc/loadavg: 1.96 1.81 1.84 3/217 26610
/proc/meminfo: memFree=22315784/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0
[pid=26596] ppid=26594 vsize=13978596 memory=28252 CPUtime=0.12 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26594 23654 0 -1 1077944320 5424 0 0 0 11 1 0 0 20 0 15 0 154454239 14314082304 7063 33554432000 4194304 4196468 140731395568768 140731395551312 140250650558199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
/proc/26596/statm: 3494649 7063 2868 1 0 3482966 0
[pid=26596/tid=26597] ppid=26594 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26594 23654 0 -1 4202560 3436 0 0 0 8 0 0 0 20 0 15 0 154454239 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250654790304 140250288357904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26598] ppid=26594 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26598/stat : 26598 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250246736528 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26599] ppid=26594 vsize=13978596 memory=139630272575104 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250245683728 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26600] ppid=26594 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250244630928 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26601] ppid=26594 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26594 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154454240 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250243578128 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26602] ppid=26594 vsize=13978596 memory=139630272575104 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26594 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154454241 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250124704624 140250650569346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26603] ppid=26594 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26594 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154454241 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250123650592 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26604] ppid=26594 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154454242 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26594 23654 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 154454244 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250120493424 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454244 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250119440624 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13978596 memory=139630272575104 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) R 26594 26594 23654 0 -1 4202560 318 0 0 0 1 0 0 0 20 0 15 0 154454244 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250118387824 140250629499855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13978596 memory=139630272575104 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454245 14314082304 7128 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29636 KiB

[startup+0.21067 s]*
/proc/loadavg: 1.96 1.81 1.84 3/217 26610
/proc/meminfo: memFree=22303876/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0
[pid=26596] ppid=26594 vsize=13982852 memory=40844 CPUtime=0.33 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26594 23654 0 -1 1077944320 8193 0 0 0 31 2 0 0 20 0 15 0 154454239 14318440448 10211 33554432000 4194304 4196468 140731395568768 140731395551312 140250650558199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
/proc/26596/statm: 3495713 10211 3072 1 0 3482966 0
[pid=26596/tid=26597] ppid=26594 vsize=13982884 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26594 23654 0 -1 4202560 5334 0 0 0 18 1 0 0 20 0 15 0 154454239 14318473216 10211 33554432000 4194304 4196468 140731395568768 140250654767824 140250643237917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26598] ppid=26594 vsize=13982884 memory=12546 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26598/stat : 26598 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14318473216 10211 33554432000 4194304 4196468 140731395568768 140250246736528 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26599] ppid=26594 vsize=13982852 memory=288370006424286848 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250245683728 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26600] ppid=26594 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250244630928 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26601] ppid=26594 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26594 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154454240 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250243578128 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26602] ppid=26594 vsize=13982852 memory=139630272575104 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26594 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154454241 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250124704624 140250650569346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26603] ppid=26594 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26594 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154454241 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250123650592 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26604] ppid=26594 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154454242 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26594 23654 0 -1 1077944384 686 0 0 0 3 0 0 0 20 0 15 0 154454244 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250120493424 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26594 23654 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 15 0 154454244 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250119440624 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13982884 memory=139630272575104 CPUtime=0.07 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26594 23654 0 -1 1077944384 728 0 0 0 7 0 0 0 20 0 15 0 154454244 14318473216 10211 33554432000 4194304 4196468 140731395568768 140250118387824 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454245 14318440448 10211 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42228 KiB

[startup+0.314363 s]*
/proc/loadavg: 1.96 1.81 1.84 3/217 26610
/proc/meminfo: memFree=22296804/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0
[pid=26596] ppid=26594 vsize=13982928 memory=48108 CPUtime=0.5 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26594 23654 0 -1 1077944320 9136 0 0 0 47 3 0 0 20 0 15 0 154454239 14318518272 12027 33554432000 4194304 4196468 140731395568768 140731395551312 140250650558199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
/proc/26596/statm: 3495732 12027 3120 1 0 3482966 0
[pid=26596/tid=26597] ppid=26594 vsize=13982928 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26594 23654 0 -1 4202560 6128 0 0 0 28 2 0 0 20 0 15 0 154454239 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250654790032 140250634638686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26598] ppid=26594 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26598/stat : 26598 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250246736528 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26599] ppid=26594 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250245683728 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26600] ppid=26594 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250244630928 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26601] ppid=26594 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26594 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154454240 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250243578128 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26602] ppid=26594 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26594 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154454241 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250124704624 140250650569346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26603] ppid=26594 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26594 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154454241 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250123650592 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26604] ppid=26594 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154454242 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13982928 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13982928 memory=4713750055892520310 CPUtime=0.04 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26594 23654 0 -1 1077944384 735 0 0 0 4 0 0 0 20 0 15 0 154454244 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250120493424 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13982928 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) R 26594 26594 23654 0 -1 1077944384 175 0 0 0 2 0 0 0 20 0 15 0 154454244 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250119440624 140250650569346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26594 23654 0 -1 1077944384 796 0 0 0 11 0 0 0 20 0 15 0 154454244 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250118387824 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454245 14318518272 12027 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49492 KiB

[startup+0.701332 s]
/proc/loadavg: 1.96 1.81 1.84 4/217 26610
/proc/meminfo: memFree=22284956/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0
[pid=26596] ppid=26594 vsize=13984976 memory=72852 CPUtime=1.71 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26594 23654 0 -1 1077944320 13393 0 0 0 166 5 0 0 20 0 15 0 154454239 14320615424 18213 33554432000 4194304 4196468 140731395568768 140731395551312 140250650558199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
/proc/26596/statm: 3496244 18213 3210 1 0 3483478 0
[pid=26596/tid=26597] ppid=26594 vsize=13984976 memory=42760 CPUtime=0.67 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26594 23654 0 -1 4202560 6744 0 0 0 65 2 0 0 20 0 15 0 154454239 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250654795280 140250288357919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26598] ppid=26594 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26598/stat : 26598 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250246736528 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26599] ppid=26594 vsize=13984976 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250245683728 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26600] ppid=26594 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454240 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250244630928 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26601] ppid=26594 vsize=13984976 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26594 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154454240 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250243578128 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26602] ppid=26594 vsize=13984976 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26594 23654 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154454241 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250124704624 140250650569346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26603] ppid=26594 vsize=13984976 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26594 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154454241 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250123650592 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26604] ppid=26594 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154454242 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13984976 memory=5784 CPUtime=0.33 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) R 26594 26594 23654 0 -1 4202560 2152 0 0 0 33 0 0 0 20 0 15 0 154454244 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250120479608 140250635665954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13984976 memory=4616 CPUtime=0.3 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) R 26594 26594 23654 0 -1 4202560 1106 0 0 0 30 0 0 0 20 0 15 0 154454244 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250119432464 140250632079590 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13984976 memory=1928 CPUtime=0.36 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) R 26594 26594 23654 0 -1 4202560 2086 0 0 0 36 0 0 0 20 0 15 0 154454244 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250118387824 140250643655035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13984976 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154454245 14320615424 18213 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 74236 KiB

[startup+1.50087 s]
/proc/loadavg: 1.96 1.81 1.84 5/217 26610
/proc/meminfo: memFree=22259960/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0

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

/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154454242 14320615424 47847 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 47847 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13984976 memory=0 CPUtime=3.92 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26594 23654 0 -1 1077944384 15889 0 0 0 391 1 0 0 20 0 15 0 154454244 14320615424 47847 33554432000 4194304 4196468 140731395568768 140250120493424 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13984976 memory=0 CPUtime=3.69 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26594 23654 0 -1 1077944384 16991 0 0 0 367 2 0 0 20 0 15 0 154454244 14320615424 47847 33554432000 4194304 4196468 140731395568768 140250119440624 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13984976 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26594 23654 0 -1 1077944384 7419 0 0 0 65 1 0 0 20 0 15 0 154454244 14320615424 47847 33554432000 4194304 4196468 140731395568768 140250118387824 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 47847 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13984976 memory=218656 CPUtime=0.03 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1015 0 0 0 1 2 0 0 20 0 15 0 154454245 14320615424 47847 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 111.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 192772 KiB

[startup+162.301 s]
/proc/loadavg: 1.79 1.83 1.85 4/218 26698
/proc/meminfo: memFree=22751336/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0
[pid=26596] ppid=26594 vsize=13984976 memory=210632 CPUtime=172.03 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26594 23654 0 -1 1077944320 67376 0 0 0 17176 27 0 0 20 0 15 0 154454239 14320615424 52658 33554432000 4194304 4196468 140731395568768 140731395551312 140250650558199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
/proc/26596/statm: 3496244 52658 3265 1 0 3483478 0
[pid=26596/tid=26597] ppid=26594 vsize=13984976 memory=1384 CPUtime=161.71 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26594 23654 0 -1 4202560 13975 0 0 0 16166 5 0 0 20 0 15 0 154454239 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250654797968 140250293574496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26598] ppid=26594 vsize=13984976 memory=1384 CPUtime=0.43 cores=1,3,5,7
/proc/26596/task/26598/stat : 26598 (java) S 26594 26594 23654 0 -1 1077944384 1942 0 0 0 40 3 0 0 20 0 15 0 154454240 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250246736528 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26599] ppid=26594 vsize=13984976 memory=1384 CPUtime=0.43 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26594 23654 0 -1 1077944384 1049 0 0 0 40 3 0 0 20 0 15 0 154454240 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250245683728 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26600] ppid=26594 vsize=13984976 memory=204428 CPUtime=0.42 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26594 23654 0 -1 1077944384 1092 0 0 0 39 3 0 0 20 0 15 0 154454240 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250244630928 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26601] ppid=26594 vsize=13984976 memory=42768 CPUtime=0.43 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26594 23654 0 -1 1077944384 1862 0 0 0 40 3 0 0 20 0 15 0 154454240 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250243578128 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26602] ppid=26594 vsize=13984976 memory=199144 CPUtime=0.07 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26594 23654 0 -1 1077944384 1317 0 0 0 6 1 0 0 20 0 15 0 154454241 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250124704624 140250650569346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26603] ppid=26594 vsize=13984976 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26594 23654 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154454241 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250123650592 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26604] ppid=26594 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154454242 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13984976 memory=203748 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13984976 memory=4012 CPUtime=3.96 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26594 23654 0 -1 1077944384 16736 0 0 0 395 1 0 0 20 0 15 0 154454244 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250120493424 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13984976 memory=42768 CPUtime=3.79 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26594 23654 0 -1 1077944384 18810 0 0 0 377 2 0 0 20 0 15 0 154454244 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250119440624 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13984976 memory=1384 CPUtime=0.67 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26594 23654 0 -1 1077944384 8198 0 0 0 66 1 0 0 20 0 15 0 154454244 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250118387824 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13984976 memory=207492 CPUtime=0.05 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1035 0 0 0 2 3 0 0 20 0 15 0 154454245 14320615424 52658 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 172.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 212016 KiB

[startup+222.301 s]
/proc/loadavg: 1.66 1.77 1.83 3/218 26699
/proc/meminfo: memFree=22682760/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0
[pid=26596] ppid=26594 vsize=13984976 memory=288972 CPUtime=233.12 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26594 23654 0 -1 1077944320 73591 0 0 0 23271 41 0 0 20 0 15 0 154454239 14320615424 72243 33554432000 4194304 4196468 140731395568768 140731395551312 140250650558199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
/proc/26596/statm: 3496244 72243 3265 1 0 3483478 0
[pid=26596/tid=26597] ppid=26594 vsize=13984976 memory=286924 CPUtime=221.32 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26594 23654 0 -1 4202560 15110 0 0 0 22127 5 0 0 20 0 15 0 154454239 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250654798032 140250291562491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26598] ppid=26594 vsize=13984976 memory=1384 CPUtime=0.74 cores=1,3,5,7
/proc/26596/task/26598/stat : 26598 (java) S 26594 26594 23654 0 -1 1077944384 2265 0 0 0 68 6 0 0 20 0 15 0 154454240 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250246736528 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26599] ppid=26594 vsize=13984976 memory=286924 CPUtime=0.75 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26594 23654 0 -1 1077944384 1789 0 0 0 69 6 0 0 20 0 15 0 154454240 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250245683728 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26600] ppid=26594 vsize=13984976 memory=280780 CPUtime=0.74 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26594 23654 0 -1 1077944384 1396 0 0 0 68 6 0 0 20 0 15 0 154454240 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250244630928 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26601] ppid=26594 vsize=13984976 memory=284876 CPUtime=0.75 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26594 23654 0 -1 1077944384 2153 0 0 0 69 6 0 0 20 0 15 0 154454240 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250243578128 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26602] ppid=26594 vsize=13984976 memory=286924 CPUtime=0.1 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26594 23654 0 -1 1077944384 1572 0 0 0 9 1 0 0 20 0 15 0 154454241 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250124704624 140250650569346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26603] ppid=26594 vsize=13984976 memory=288972 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26594 23654 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154454241 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250123650592 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26604] ppid=26594 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154454242 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13984976 memory=4012 CPUtime=4.04 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26594 23654 0 -1 1077944384 18639 0 0 0 403 1 0 0 20 0 15 0 154454244 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250120493424 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13984976 memory=42768 CPUtime=3.83 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26594 23654 0 -1 1077944384 19632 0 0 0 381 2 0 0 20 0 15 0 154454244 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250119440624 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13984976 memory=1384 CPUtime=0.68 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26594 23654 0 -1 1077944384 8570 0 0 0 67 1 0 0 20 0 15 0 154454244 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250118387824 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13984976 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1105 0 0 0 2 5 0 0 20 0 15 0 154454245 14320615424 72243 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 233.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 290356 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.58 1.75 1.82 3/218 26699
/proc/meminfo: memFree=22649132/32770624 swapFree=67108860/67108860
[pid=26594] ppid=26591 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26594/stat : 26594 (xcsp3-exec) S 26591 26594 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154454238 9740288 346 33554432000 4194304 5098028 140732702703168 140732702701272 140693899379324 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19877888 140732702708853 140732702709056 140732702709056 140732702711787 0
/proc/26594/statm: 2378 346 289 221 0 87 0
[pid=26596] ppid=26594 vsize=13984976 memory=317644 CPUtime=251.14 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26594 23654 0 -1 1077944320 74104 0 0 0 25069 45 0 0 20 0 15 0 154454239 14320615424 79411 33554432000 4194304 4196468 140731395568768 140731395551312 140250650558199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
/proc/26596/statm: 3496244 79411 3265 1 0 3483478 0
[pid=26596/tid=26597] ppid=26594 vsize=13984976 memory=6791534058613427641 CPUtime=238.9 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26594 23654 0 -1 4202560 15143 0 0 0 23885 5 0 0 20 0 15 0 154454239 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250654798032 140250288563524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26598] ppid=26594 vsize=13984976 memory=4872558044660077418 CPUtime=0.84 cores=1,3,5,7
/proc/26596/task/26598/stat : 26598 (java) S 26594 26594 23654 0 -1 1077944384 2298 0 0 0 77 7 0 0 20 0 15 0 154454240 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250246736528 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26599] ppid=26594 vsize=13984976 memory=4872558044660077418 CPUtime=0.85 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26594 23654 0 -1 1077944384 1834 0 0 0 78 7 0 0 20 0 15 0 154454240 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250245683728 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26600] ppid=26594 vsize=13984976 memory=1196 CPUtime=0.84 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26594 23654 0 -1 1077944384 1467 0 0 0 77 7 0 0 20 0 15 0 154454240 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250244630928 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26601] ppid=26594 vsize=13984976 memory=10688 CPUtime=0.85 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26594 23654 0 -1 1077944384 2209 0 0 0 78 7 0 0 20 0 15 0 154454240 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250243578128 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26602] ppid=26594 vsize=13984976 memory=15880 CPUtime=0.11 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26594 23654 0 -1 1077944384 1572 0 0 0 10 1 0 0 20 0 15 0 154454241 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250124704624 140250650569346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26603] ppid=26594 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26594 23654 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154454241 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250123650592 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26604] ppid=26594 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26594 23654 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154454242 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250122597744 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26605] ppid=26594 vsize=13984976 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250121546064 140250650576795 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26606] ppid=26594 vsize=13984976 memory=1428 CPUtime=4.05 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26594 23654 0 -1 1077944384 18679 0 0 0 404 1 0 0 20 0 15 0 154454244 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250120493424 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26607] ppid=26594 vsize=13984976 memory=1196 CPUtime=3.84 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26594 23654 0 -1 1077944384 19867 0 0 0 382 2 0 0 20 0 15 0 154454244 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250119440624 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26608] ppid=26594 vsize=13984976 memory=10688 CPUtime=0.68 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26594 23654 0 -1 1077944384 8570 0 0 0 67 1 0 0 20 0 15 0 154454244 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250118387824 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26609] ppid=26594 vsize=13984976 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26594 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154454244 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250117335264 140250650568405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
[pid=26596/tid=26610] ppid=26594 vsize=13984976 memory=23564 CPUtime=0.07 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26594 23654 0 -1 1077944384 1105 0 0 0 2 5 0 0 20 0 15 0 154454245 14320615424 79411 33554432000 4194304 4196468 140731395568768 140250116283568 140250650569346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 23724032 140731395576989 140731395577164 140731395577164 140731395579855 0
Current children cumulated CPU time: 251.14 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 319028 KiB

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

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

[startup+240.023 s]
# the end of solver process 26596 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.705 s, system=0.462365 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.023
CPU time (s): 251.168
CPU user time (s): 250.705
CPU system time (s): 0.462365
CPU usage (%): 104.643
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 319028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.705
system time used= 0.462365
maximum resident set size= 318224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10340
involuntary context switches= 532


# summary of solver processes directly reported to runsolver:
#   pid: 26594,26596
#   total CPU time (s): 251.168
#   total CPU user time (s): 250.705
#   total CPU system time (s): 0.462365

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

The end

Launcher Data

Begin job on node105 at 2017-08-20 09:09:28
IDJOB=4284558
IDBENCH=135672
IDSOLVER=2680
FILE ID=node105/4284558-1503213828
RUNJOBID= node105-1503209199-23686
PBS_JOBID= 20630876
Free space on /tmp= 61796 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.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-4284558-1503213828/watcher-4284558-1503213828 -o /tmp/evaluation-result-4284558-1503213828/solver-4284558-1503213828 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1503209199-23686 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 226535670 HOME/instance-4284558-1503213828.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=226535670

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22333728 kB
MemAvailable:   31168944 kB
Buffers:          239544 kB
Cached:          8885468 kB
SwapCached:            0 kB
Active:          1900296 kB
Inactive:        8084108 kB
Active(anon):     809744 kB
Inactive(anon):    85892 kB
Active(file):    1090552 kB
Inactive(file):  7998216 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:        874668 kB
Mapped:            64212 kB
Shmem:             33420 kB
Slab:             151620 kB
SReclaimable:     124568 kB
SUnreclaim:        27052 kB
KernelStack:        3808 kB
PageTables:         6972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2270824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

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