Trace number 4282772

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)? (TO) 243.83701 240.022

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282772-1503213482.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282772-1503213482.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.14/0.60	c solve instance...
243.81/240.01	s UNKNOWN
243.81/240.01	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282772-1503213482/watcher-4282772-1503213482 -o /tmp/evaluation-result-4282772-1503213482/solver-4282772-1503213482 -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 739298505 HOME/instance-4282772-1503213482.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=25361, runsolver pid=25358

[startup+0.100059 s]*
/proc/loadavg: 1.63 1.76 1.87 3/218 25377
/proc/meminfo: memFree=28112904/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0
[pid=25363] ppid=25361 vsize=13978596 memory=29056 CPUtime=0.12 cores=1,3,5,7
/proc/25363/stat : 25363 (java) S 25361 25361 21899 0 -1 1077944320 5095 0 0 0 11 1 0 0 20 0 15 0 154436349 14314082304 7264 33554432000 4194304 4196468 140727068207088 140727068189632 140195812577015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
/proc/25363/statm: 3494649 7264 2895 1 0 3482966 0
[pid=25363/tid=25364] ppid=25361 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/25363/task/25364/stat : 25364 (java) R 25361 25361 21899 0 -1 4202560 3062 0 0 0 8 0 0 0 20 0 15 0 154436349 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195816810288 140195400783667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25365] ppid=25361 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25365/stat : 25365 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195727645456 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25366] ppid=25361 vsize=13978596 memory=139854061340288 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25366/stat : 25366 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195726592912 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25367] ppid=25361 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25367/stat : 25367 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195725540368 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25368] ppid=25361 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25368/stat : 25368 (java) S 25361 25361 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154436350 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195724487824 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25369] ppid=25361 vsize=13978596 memory=139854061340288 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25369/stat : 25369 (java) S 25361 25361 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154436351 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195285940208 140195812588162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25370] ppid=25361 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25370/stat : 25370 (java) S 25361 25361 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154436352 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195284886432 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25371] ppid=25361 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154436352 14314082304 7264 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14314082304 7330 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) S 25361 25361 21899 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 154436354 14314082304 7330 33554432000 4194304 4196468 140727068207088 140195281730032 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14314082304 7330 33554432000 4194304 4196468 140727068207088 140195280677488 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13978596 memory=139854061340288 CPUtime=0.01 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) R 25361 25361 21899 0 -1 4202560 332 0 0 0 1 0 0 0 20 0 15 0 154436354 14314082304 7330 33554432000 4194304 4196468 140727068207088 140195279624944 140195797107278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14314082304 7330 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13978596 memory=139854061340288 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436355 14314082304 7330 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30436 KiB

[startup+0.210809 s]*
/proc/loadavg: 1.63 1.76 1.87 3/218 25377
/proc/meminfo: memFree=28102484/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0
[pid=25363] ppid=25361 vsize=13982852 memory=40000 CPUtime=0.33 cores=1,3,5,7
/proc/25363/stat : 25363 (java) S 25361 25361 21899 0 -1 1077944320 7633 0 0 0 31 2 0 0 20 0 15 0 154436349 14318440448 10000 33554432000 4194304 4196468 140727068207088 140727068189632 140195812577015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
/proc/25363/statm: 3495713 10000 3056 1 0 3482966 0
[pid=25363/tid=25364] ppid=25361 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/25363/task/25364/stat : 25364 (java) D 25361 25361 21899 0 -1 1077944384 4877 0 0 0 18 1 0 0 20 0 15 0 154436349 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195816787920 140195805256237 0 4 0 16800975 18446744072101568036 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25365] ppid=25361 vsize=13982852 memory=8961 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25365/stat : 25365 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195727645456 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25366] ppid=25361 vsize=13982852 memory=3688648633309824672 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25366/stat : 25366 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195726592912 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25367] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25367/stat : 25367 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195725540368 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25368] ppid=25361 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25368/stat : 25368 (java) S 25361 25361 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195724487824 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25369] ppid=25361 vsize=13982852 memory=139854061340288 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25369/stat : 25369 (java) S 25361 25361 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154436351 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195285940208 140195812588162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25370] ppid=25361 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25370/stat : 25370 (java) S 25361 25361 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154436352 14318473216 10000 33554432000 4194304 4196468 140727068207088 140195284886432 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25371] ppid=25361 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154436352 14318473216 10000 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) S 25361 25361 21899 0 -1 1077944384 581 0 0 0 2 0 0 0 20 0 15 0 154436354 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195281730032 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) S 25361 25361 21899 0 -1 1077944384 178 0 0 0 3 0 0 0 20 0 15 0 154436354 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195280677488 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13982852 memory=139854061340288 CPUtime=0.08 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) S 25361 25361 21899 0 -1 1077944384 702 0 0 0 8 0 0 0 20 0 15 0 154436354 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195279624944 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436355 14318440448 10000 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41380 KiB

[startup+0.31094 s]*
/proc/loadavg: 1.63 1.76 1.87 5/218 25377
/proc/meminfo: memFree=28095164/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0
[pid=25363] ppid=25361 vsize=13982852 memory=47636 CPUtime=0.52 cores=1,3,5,7
/proc/25363/stat : 25363 (java) S 25361 25361 21899 0 -1 1077944320 8620 0 0 0 50 2 0 0 20 0 15 0 154436349 14318440448 11909 33554432000 4194304 4196468 140727068207088 140727068189632 140195812577015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
/proc/25363/statm: 3495713 11909 3115 1 0 3482966 0
[pid=25363/tid=25364] ppid=25361 vsize=13982852 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/25363/task/25364/stat : 25364 (java) R 25361 25361 21899 0 -1 4202560 5445 0 0 0 28 2 0 0 20 0 15 0 154436349 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195816807776 140195796657502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25365] ppid=25361 vsize=13982852 memory=9323 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25365/stat : 25365 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195727645456 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25366] ppid=25361 vsize=13982852 memory=4337868251985084448 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25366/stat : 25366 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195726592912 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25367] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25367/stat : 25367 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195725540368 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25368] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25368/stat : 25368 (java) S 25361 25361 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154436350 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195724487824 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25369] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25369/stat : 25369 (java) S 25361 25361 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154436351 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195285940208 140195812588162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25370] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25370/stat : 25370 (java) S 25361 25361 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154436352 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195284886432 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25371] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154436352 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) R 25361 25361 21899 0 -1 4202560 592 0 0 0 3 0 0 0 20 0 15 0 154436354 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195281730032 140195812588950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13982852 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) R 25361 25361 21899 0 -1 1077944384 391 0 0 0 5 0 0 0 20 0 15 0 154436354 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195280677488 140195812588162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) R 25361 25361 21899 0 -1 4202560 890 0 0 0 13 0 0 0 20 0 15 0 154436354 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195279620856 140195793810856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436355 14318440448 11909 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49016 KiB

[startup+0.70081 s]
/proc/loadavg: 1.90 1.81 1.89 5/218 25377
/proc/meminfo: memFree=28069108/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0
[pid=25363] ppid=25361 vsize=13984976 memory=87520 CPUtime=1.75 cores=1,3,5,7
/proc/25363/stat : 25363 (java) S 25361 25361 21899 0 -1 1077944320 13007 0 0 0 171 4 0 0 20 0 15 0 154436349 14320615424 21880 33554432000 4194304 4196468 140727068207088 140727068189632 140195812577015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
/proc/25363/statm: 3496244 21880 3210 1 0 3483478 0
[pid=25363/tid=25364] ppid=25361 vsize=13984976 memory=24636 CPUtime=0.67 cores=1,3,5,7
/proc/25363/task/25364/stat : 25364 (java) R 25361 25361 21899 0 -1 4202560 6147 0 0 0 65 2 0 0 20 0 15 0 154436349 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195816811200 140195403832512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25365] ppid=25361 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25365/stat : 25365 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195727645456 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25366] ppid=25361 vsize=13984976 memory=648 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25366/stat : 25366 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195726592912 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25367] ppid=25361 vsize=13984976 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25367/stat : 25367 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436350 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195725540368 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25368] ppid=25361 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25368/stat : 25368 (java) S 25361 25361 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154436350 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195724487824 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25369] ppid=25361 vsize=13984976 memory=2468 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25369/stat : 25369 (java) S 25361 25361 21899 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154436351 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195285940208 140195812588162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25370] ppid=25361 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25370/stat : 25370 (java) S 25361 25361 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195284886432 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25371] ppid=25361 vsize=13984976 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13984976 memory=4316 CPUtime=0.34 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) R 25361 25361 21899 0 -1 4202560 1856 0 0 0 34 0 0 0 20 0 15 0 154436354 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195281716224 140195791828913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13984976 memory=2196 CPUtime=0.36 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) R 25361 25361 21899 0 -1 4202560 1664 0 0 0 36 0 0 0 20 0 15 0 154436354 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195280664336 140195790149936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13984976 memory=7784 CPUtime=0.35 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) R 25361 25361 21899 0 -1 1077944384 2034 0 0 0 35 0 0 0 20 0 15 0 154436354 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195279624944 140195812588162 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13984976 memory=832 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154436355 14320615424 21880 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 88900 KiB

[startup+1.50081 s]
/proc/loadavg: 1.90 1.81 1.89 3/218 25377
/proc/meminfo: memFree=28043364/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0

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

/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 51605 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13984976 memory=199196 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 51605 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13984976 memory=8608 CPUtime=1.4 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) S 25361 25361 21899 0 -1 1077944384 9783 0 0 0 139 1 0 0 20 0 15 0 154436354 14320615424 51605 33554432000 4194304 4196468 140727068207088 140195281730032 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13984976 memory=1724 CPUtime=1.64 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) S 25361 25361 21899 0 -1 1077944384 12058 0 0 0 163 1 0 0 20 0 15 0 154436354 14320615424 51605 33554432000 4194304 4196468 140727068207088 140195280677488 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13984976 memory=2468 CPUtime=0.51 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) S 25361 25361 21899 0 -1 1077944384 5260 0 0 0 50 1 0 0 20 0 15 0 154436354 14320615424 51605 33554432000 4194304 4196468 140727068207088 140195279624944 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 51605 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13984976 memory=1576 CPUtime=0.01 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 316 0 0 0 0 1 0 0 20 0 15 0 154436355 14320615424 51605 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 105.96 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 207800 KiB

[startup+162.301 s]
/proc/loadavg: 1.95 1.88 1.90 3/217 25379
/proc/meminfo: memFree=27950028/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0
[pid=25363] ppid=25361 vsize=13984976 memory=201436 CPUtime=166.03 cores=1,3,5,7
/proc/25363/stat : 25363 (java) S 25361 25361 21899 0 -1 1077944320 46839 0 0 0 16589 14 0 0 20 0 15 0 154436349 14320615424 50359 33554432000 4194304 4196468 140727068207088 140727068189632 140195812577015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
/proc/25363/statm: 3496244 50359 3256 1 0 3483478 0
[pid=25363/tid=25364] ppid=25361 vsize=13984976 memory=1380 CPUtime=162.22 cores=1,3,5,7
/proc/25363/task/25364/stat : 25364 (java) R 25361 25361 21899 0 -1 4202560 10781 0 0 0 16218 4 0 0 20 0 15 0 154436349 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195816816560 140195404359881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25365] ppid=25361 vsize=13984976 memory=201436 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25365/stat : 25365 (java) S 25361 25361 21899 0 -1 1077944384 1101 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195727645456 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25366] ppid=25361 vsize=13984976 memory=201436 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25366/stat : 25366 (java) S 25361 25361 21899 0 -1 1077944384 1340 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195726592912 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25367] ppid=25361 vsize=13984976 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/25363/task/25367/stat : 25367 (java) S 25361 25361 21899 0 -1 1077944384 1032 0 0 0 2 1 0 0 20 0 15 0 154436350 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195725540368 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25368] ppid=25361 vsize=13984976 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25368/stat : 25368 (java) S 25361 25361 21899 0 -1 1077944384 1017 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195724487824 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25369] ppid=25361 vsize=13984976 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/25363/task/25369/stat : 25369 (java) S 25361 25361 21899 0 -1 1077944384 1231 0 0 0 1 0 0 0 20 0 15 0 154436351 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195285940208 140195812588162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25370] ppid=25361 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25370/stat : 25370 (java) S 25361 25361 21899 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195284886432 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25371] ppid=25361 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13984976 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13984976 memory=4136 CPUtime=1.41 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) S 25361 25361 21899 0 -1 1077944384 10240 0 0 0 140 1 0 0 20 0 15 0 154436354 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195281730032 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13984976 memory=42916 CPUtime=1.65 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) S 25361 25361 21899 0 -1 1077944384 12368 0 0 0 164 1 0 0 20 0 15 0 154436354 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195280677488 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13984976 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) S 25361 25361 21899 0 -1 1077944384 5965 0 0 0 51 1 0 0 20 0 15 0 154436354 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195279624944 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13984976 memory=7450192191729198181 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13984976 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 423 0 0 0 0 2 0 0 20 0 15 0 154436355 14320615424 50359 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 166.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 202816 KiB

[startup+222.301 s]
/proc/loadavg: 1.87 1.87 1.89 3/217 25458
/proc/meminfo: memFree=27995080/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0
[pid=25363] ppid=25361 vsize=13984976 memory=192744 CPUtime=226.05 cores=1,3,5,7
/proc/25363/stat : 25363 (java) S 25361 25361 21899 0 -1 1077944320 48553 0 0 0 22590 15 0 0 20 0 15 0 154436349 14320615424 48186 33554432000 4194304 4196468 140727068207088 140727068189632 140195812577015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
/proc/25363/statm: 3496244 48186 3256 1 0 3483478 0
[pid=25363/tid=25364] ppid=25361 vsize=13984976 memory=192744 CPUtime=222.21 cores=1,3,5,7
/proc/25363/task/25364/stat : 25364 (java) R 25361 25361 21899 0 -1 4202560 11359 0 0 0 22217 4 0 0 20 0 15 0 154436349 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195816816816 140195404271998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25365] ppid=25361 vsize=13984976 memory=194796 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25365/stat : 25365 (java) S 25361 25361 21899 0 -1 1077944384 1130 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195727645456 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25366] ppid=25361 vsize=13984976 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25366/stat : 25366 (java) S 25361 25361 21899 0 -1 1077944384 1688 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195726592912 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25367] ppid=25361 vsize=13984976 memory=197860 CPUtime=0.03 cores=1,3,5,7
/proc/25363/task/25367/stat : 25367 (java) S 25361 25361 21899 0 -1 1077944384 1081 0 0 0 2 1 0 0 20 0 15 0 154436350 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195725540368 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25368] ppid=25361 vsize=13984976 memory=192744 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25368/stat : 25368 (java) S 25361 25361 21899 0 -1 1077944384 1024 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195724487824 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25369] ppid=25361 vsize=13984976 memory=192744 CPUtime=0.01 cores=1,3,5,7
/proc/25363/task/25369/stat : 25369 (java) S 25361 25361 21899 0 -1 1077944384 1448 0 0 0 1 0 0 0 20 0 15 0 154436351 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195285940208 140195812588162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25370] ppid=25361 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25370/stat : 25370 (java) S 25361 25361 21899 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195284886432 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25371] ppid=25361 vsize=13984976 memory=56 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13984976 memory=194796 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13984976 memory=1380 CPUtime=1.41 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) S 25361 25361 21899 0 -1 1077944384 10243 0 0 0 140 1 0 0 20 0 15 0 154436354 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195281730032 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13984976 memory=192744 CPUtime=1.65 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) S 25361 25361 21899 0 -1 1077944384 12370 0 0 0 164 1 0 0 20 0 15 0 154436354 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195280677488 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13984976 memory=1380 CPUtime=0.52 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) S 25361 25361 21899 0 -1 1077944384 6410 0 0 0 51 1 0 0 20 0 15 0 154436354 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195279624944 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13984976 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13984976 memory=3128 CPUtime=0.04 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 459 0 0 0 1 3 0 0 20 0 15 0 154436355 14320615424 48186 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 226.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 194124 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.90 1.87 1.89 3/217 25458
/proc/meminfo: memFree=27976152/32770624 swapFree=67108860/67108860
[pid=25361] ppid=25358 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25361/stat : 25361 (xcsp3-exec) S 25358 25361 21899 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154436349 9740288 345 33554432000 4194304 5098028 140723279825648 140723279823752 139876581405308 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35074048 140723279828085 140723279828288 140723279828288 140723279831019 0
/proc/25361/statm: 2378 345 289 221 0 87 0
[pid=25363] ppid=25361 vsize=13984976 memory=189684 CPUtime=243.81 cores=1,3,5,7
/proc/25363/stat : 25363 (java) S 25361 25361 21899 0 -1 1077944320 49660 0 0 0 24365 16 0 0 20 0 15 0 154436349 14320615424 47421 33554432000 4194304 4196468 140727068207088 140727068189632 140195812577015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
/proc/25363/statm: 3496244 47421 3256 1 0 3483478 0
[pid=25363/tid=25364] ppid=25361 vsize=13984976 memory=15880 CPUtime=239.92 cores=1,3,5,7
/proc/25363/task/25364/stat : 25364 (java) R 25361 25361 21899 0 -1 4202560 11384 0 0 0 23988 4 0 0 20 0 15 0 154436349 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195816813752 140195404360014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25365] ppid=25361 vsize=13984976 memory=16236 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25365/stat : 25365 (java) S 25361 25361 21899 0 -1 1077944384 1133 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195727645456 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25366] ppid=25361 vsize=13984976 memory=4872558044660077418 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25366/stat : 25366 (java) S 25361 25361 21899 0 -1 1077944384 1689 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195726592912 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25367] ppid=25361 vsize=13984976 memory=189684 CPUtime=0.03 cores=1,3,5,7
/proc/25363/task/25367/stat : 25367 (java) S 25361 25361 21899 0 -1 1077944384 1084 0 0 0 2 1 0 0 20 0 15 0 154436350 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195725540368 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25368] ppid=25361 vsize=13984976 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25368/stat : 25368 (java) S 25361 25361 21899 0 -1 1077944384 1025 0 0 0 2 0 0 0 20 0 15 0 154436350 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195724487824 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25369] ppid=25361 vsize=13984976 memory=189684 CPUtime=0.02 cores=1,3,5,7
/proc/25363/task/25369/stat : 25369 (java) S 25361 25361 21899 0 -1 1077944384 1456 0 0 0 2 0 0 0 20 0 15 0 154436351 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195285940208 140195812588162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25370] ppid=25361 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25370/stat : 25370 (java) S 25361 25361 21899 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195284886432 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25371] ppid=25361 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25371/stat : 25371 (java) S 25361 25361 21899 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154436352 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195283833840 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25372] ppid=25361 vsize=13984976 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25372/stat : 25372 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195282782416 140195812595611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25373] ppid=25361 vsize=13984976 memory=1200 CPUtime=1.43 cores=1,3,5,7
/proc/25363/task/25373/stat : 25373 (java) S 25361 25361 21899 0 -1 1077944384 10895 0 0 0 142 1 0 0 20 0 15 0 154436354 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195281730032 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25374] ppid=25361 vsize=13984976 memory=15880 CPUtime=1.67 cores=1,3,5,7
/proc/25363/task/25374/stat : 25374 (java) S 25361 25361 21899 0 -1 1077944384 12781 0 0 0 166 1 0 0 20 0 15 0 154436354 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195280677488 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25375] ppid=25361 vsize=13984976 memory=16236 CPUtime=0.52 cores=1,3,5,7
/proc/25363/task/25375/stat : 25375 (java) S 25361 25361 21899 0 -1 1077944384 6410 0 0 0 51 1 0 0 20 0 15 0 154436354 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195279624944 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25376] ppid=25361 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25363/task/25376/stat : 25376 (java) S 25361 25361 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154436354 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195278572640 140195812587221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
[pid=25363/tid=25377] ppid=25361 vsize=13984976 memory=648 CPUtime=0.04 cores=1,3,5,7
/proc/25363/task/25377/stat : 25377 (java) S 25361 25361 21899 0 -1 1077944384 462 0 0 0 1 3 0 0 20 0 15 0 154436355 14320615424 47421 33554432000 4194304 4196468 140727068207088 140195277519152 140195812588162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 31834112 140727068210333 140727068210508 140727068210508 140727068213199 0
Current children cumulated CPU time: 243.81 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 191064 KiB

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

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

[startup+240.022 s]
# the end of solver process 25363 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=243.669 s, system=0.167882 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.837
CPU user time (s): 243.669
CPU system time (s): 0.167882
CPU usage (%): 101.59
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 208204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.669
system time used= 0.167882
maximum resident set size= 212564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7646
involuntary context switches= 107


# summary of solver processes directly reported to runsolver:
#   pid: 25361,25363
#   total CPU time (s): 243.837
#   total CPU user time (s): 243.669
#   total CPU system time (s): 0.167882

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

The end

Launcher Data

Begin job on node102 at 2017-08-20 09:03:42
IDJOB=4282772
IDBENCH=133712
IDSOLVER=2678
FILE ID=node102/4282772-1503213482
RUNJOBID= node102-1503209175-21931
PBS_JOBID= 20630875
Free space on /tmp= 61676 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.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-4282772-1503213482/watcher-4282772-1503213482 -o /tmp/evaluation-result-4282772-1503213482/solver-4282772-1503213482 -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 739298505 HOME/instance-4282772-1503213482.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=739298505

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:        28130660 kB
MemAvailable:   31778780 kB
Buffers:          240404 kB
Cached:          3700376 kB
SwapCached:            0 kB
Active:          1271996 kB
Inactive:        2921248 kB
Active(anon):     205448 kB
Inactive(anon):    83092 kB
Active(file):    1066548 kB
Inactive(file):  2838156 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:        259660 kB
Mapped:            63984 kB
Shmem:             33420 kB
Slab:             146248 kB
SReclaimable:     118500 kB
SUnreclaim:        27748 kB
KernelStack:        3520 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1302432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:07:42