Trace number 4270022

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-09)? (TO) 243.918 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-4270022-1502622708.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4270022-1502622708.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.19	c simple solver
0.33/0.26	c parse instance...
1.13/0.59	c solve instance...
243.89/240.01	s UNKNOWN
243.89/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 (14902 MiB free)
  memory of node 1: 16384 MiB (15752 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270022-1502622708/watcher-4270022-1502622708 -o /tmp/evaluation-result-4270022-1502622708/solver-4270022-1502622708 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31366 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1647406607 HOME/instance-4270022-1502622708.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
solver pid=476, runsolver pid=473
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 1.71 1.85 1.84 4/217 493
/proc/meminfo: memFree=31372748/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0
[pid=479] ppid=476 vsize=13978596 memory=28804 CPUtime=0.11 cores=1,3,5,7
/proc/479/stat : 479 (java) S 476 476 28385 0 -1 1077944320 5549 0 0 0 10 1 0 0 20 0 15 0 95358563 14314082304 7201 33554432000 4194304 4196468 140726282474336 140726282456880 140304634629879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
/proc/479/statm: 3494649 7201 2864 1 0 3482966 0
[pid=479/tid=480] ppid=476 vsize=13978596 memory=7022364632946311227 CPUtime=0.08 cores=1,3,5,7
/proc/479/task/480/stat : 480 (java) R 476 476 28385 0 -1 4202560 3577 0 0 0 8 0 0 0 20 0 15 0 95358563 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304638864416 140304634641814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=481] ppid=476 vsize=13978596 memory=4294980891 CPUtime=0 cores=1,3,5,7
/proc/479/task/481/stat : 481 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304572229904 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=482] ppid=476 vsize=13978596 memory=139933957606337 CPUtime=0 cores=1,3,5,7
/proc/479/task/482/stat : 482 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304571177360 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=483] ppid=476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/483/stat : 483 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304570124816 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=484] ppid=476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/479/task/484/stat : 484 (java) S 476 476 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95358564 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304227768976 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=485] ppid=476 vsize=13978596 memory=139933957252736 CPUtime=0 cores=1,3,5,7
/proc/479/task/485/stat : 485 (java) S 476 476 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95358565 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304176052720 140304634641026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=486] ppid=476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/479/task/486/stat : 486 (java) S 476 476 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95358566 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304174998944 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=487] ppid=476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95358566 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) S 476 476 28385 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 95358568 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304171841520 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304170788976 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13978596 memory=139933957252736 CPUtime=0.01 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) R 476 476 28385 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 95358568 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304169736432 140304626867006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358569 14314082304 7265 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30188 KiB

[startup+0.210609 s]*
/proc/loadavg: 1.71 1.85 1.84 4/217 493
/proc/meminfo: memFree=31362452/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0
[pid=479] ppid=476 vsize=13982852 memory=40524 CPUtime=0.33 cores=1,3,5,7
/proc/479/stat : 479 (java) S 476 476 28385 0 -1 1077944320 8157 0 0 0 31 2 0 0 20 0 15 0 95358563 14318440448 10131 33554432000 4194304 4196468 140726282474336 140726282456880 140304634629879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
/proc/479/statm: 3495713 10131 3055 1 0 3482966 0
[pid=479/tid=480] ppid=476 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/479/task/480/stat : 480 (java) R 476 476 28385 0 -1 4202560 5442 0 0 0 18 1 0 0 20 0 15 0 95358563 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304638839616 140304618710366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=481] ppid=476 vsize=13982852 memory=4294980891 CPUtime=0 cores=1,3,5,7
/proc/479/task/481/stat : 481 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304572229904 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=482] ppid=476 vsize=13982852 memory=139933957606337 CPUtime=0 cores=1,3,5,7
/proc/479/task/482/stat : 482 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304571177360 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=483] ppid=476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/483/stat : 483 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304570124816 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=484] ppid=476 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/479/task/484/stat : 484 (java) S 476 476 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304227768976 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=485] ppid=476 vsize=13982852 memory=139933957252736 CPUtime=0 cores=1,3,5,7
/proc/479/task/485/stat : 485 (java) S 476 476 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95358565 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304176052720 140304634641026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=486] ppid=476 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/479/task/486/stat : 486 (java) S 476 476 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95358566 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304174998944 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=487] ppid=476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95358566 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) R 476 476 28385 0 -1 1077944384 844 0 0 0 3 0 0 0 20 0 15 0 95358568 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304171841520 140304634641026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) R 476 476 28385 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 95358568 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304170788976 140304634641026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13982852 memory=139933957252736 CPUtime=0.07 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) R 476 476 28385 0 -1 4202560 689 0 0 0 7 0 0 0 20 0 15 0 95358568 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304169736432 140304634651226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358569 14318440448 10153 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41908 KiB

[startup+0.315828 s]*
/proc/loadavg: 1.71 1.85 1.84 5/217 493
/proc/meminfo: memFree=31353892/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0
[pid=479] ppid=476 vsize=13982852 memory=48228 CPUtime=0.53 cores=1,3,5,7
/proc/479/stat : 479 (java) S 476 476 28385 0 -1 1077944320 9255 0 0 0 50 3 0 0 20 0 15 0 95358563 14318440448 12057 33554432000 4194304 4196468 140726282474336 140726282456880 140304634629879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
/proc/479/statm: 3495713 12057 3117 1 0 3482966 0
[pid=479/tid=480] ppid=476 vsize=13982852 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/479/task/480/stat : 480 (java) R 476 476 28385 0 -1 4202560 6009 0 0 0 29 1 0 0 20 0 15 0 95358563 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304638868160 140304618710366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=481] ppid=476 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/479/task/481/stat : 481 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304572229904 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=482] ppid=476 vsize=13982852 memory=-7812193691855998918 CPUtime=0 cores=1,3,5,7
/proc/479/task/482/stat : 482 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304571177360 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=483] ppid=476 vsize=13982852 memory=-9178176116494409632 CPUtime=0 cores=1,3,5,7
/proc/479/task/483/stat : 483 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304570124816 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=484] ppid=476 vsize=13982852 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/479/task/484/stat : 484 (java) S 476 476 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95358564 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304227768976 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=485] ppid=476 vsize=13982852 memory=-8033973737701895300 CPUtime=0 cores=1,3,5,7
/proc/479/task/485/stat : 485 (java) S 476 476 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95358565 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304176052720 140304634641026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=486] ppid=476 vsize=13982852 memory=-9123011406873178988 CPUtime=0 cores=1,3,5,7
/proc/479/task/486/stat : 486 (java) S 476 476 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95358566 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304174998944 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=487] ppid=476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95358566 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13982852 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) R 476 476 28385 0 -1 4202560 958 0 0 0 5 0 0 0 20 0 15 0 95358568 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304171841520 140304613875727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) S 476 476 28385 0 -1 1077944384 117 0 0 0 3 0 0 0 20 0 15 0 95358568 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304170788976 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) S 476 476 28385 0 -1 1077944384 891 0 0 0 13 0 0 0 20 0 15 0 95358568 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304169736432 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13982852 memory=2319389220926796084 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13982852 memory=2319529150572043440 CPUtime=0 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358569 14318440448 12057 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49612 KiB

[startup+0.701097 s]
/proc/loadavg: 1.71 1.85 1.84 5/217 493
/proc/meminfo: memFree=31329572/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0
[pid=479] ppid=476 vsize=13984976 memory=90620 CPUtime=1.76 cores=1,3,5,7
/proc/479/stat : 479 (java) S 476 476 28385 0 -1 1077944320 13756 0 0 0 171 5 0 0 20 0 15 0 95358563 14320615424 22655 33554432000 4194304 4196468 140726282474336 140726282456880 140304634629879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
/proc/479/statm: 3496244 22655 3204 1 0 3483478 0
[pid=479/tid=480] ppid=476 vsize=13984976 memory=5795153719298590087 CPUtime=0.67 cores=1,3,5,7
/proc/479/task/480/stat : 480 (java) R 476 476 28385 0 -1 4202560 6640 0 0 0 65 2 0 0 20 0 15 0 95358563 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304638867648 140304250457404 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=481] ppid=476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/481/stat : 481 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304572229904 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=482] ppid=476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/482/stat : 482 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304571177360 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=483] ppid=476 vsize=13984976 memory=202644 CPUtime=0 cores=1,3,5,7
/proc/479/task/483/stat : 483 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358564 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304570124816 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=484] ppid=476 vsize=13984976 memory=27376 CPUtime=0 cores=1,3,5,7
/proc/479/task/484/stat : 484 (java) S 476 476 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95358564 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304227768976 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=485] ppid=476 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/479/task/485/stat : 485 (java) S 476 476 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95358565 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304176052720 140304634641026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=486] ppid=476 vsize=13984976 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/479/task/486/stat : 486 (java) S 476 476 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304174998944 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=487] ppid=476 vsize=13984976 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13984976 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13984976 memory=1384 CPUtime=0.36 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) R 476 476 28385 0 -1 4202560 2033 0 0 0 36 0 0 0 20 0 15 0 95358568 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304171833472 140304614479618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13984976 memory=72996 CPUtime=0.35 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) R 476 476 28385 0 -1 4202560 2046 0 0 0 35 0 0 0 20 0 15 0 95358568 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304170775824 140304618146389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13984976 memory=1728 CPUtime=0.34 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) S 476 476 28385 0 -1 1077944384 1731 0 0 0 34 0 0 0 20 0 15 0 95358568 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304169736432 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95358569 14320615424 22655 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 92004 KiB

[startup+1.50081 s]
/proc/loadavg: 1.71 1.85 1.84 3/217 493
/proc/meminfo: memFree=31300352/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0

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

/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 54488 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14320615424 54488 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13984976 memory=2876 CPUtime=1.64 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) S 476 476 28385 0 -1 1077944384 11329 0 0 0 162 2 0 0 20 0 15 0 95358568 14320615424 54488 33554432000 4194304 4196468 140726282474336 140304171841520 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13984976 memory=1380 CPUtime=1.52 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) S 476 476 28385 0 -1 1077944384 11415 0 0 0 151 1 0 0 20 0 15 0 95358568 14320615424 54488 33554432000 4194304 4196468 140726282474336 140304170788976 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13984976 memory=195672 CPUtime=0.5 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) S 476 476 28385 0 -1 1077944384 5610 0 0 0 49 1 0 0 20 0 15 0 95358568 14320615424 54488 33554432000 4194304 4196468 140726282474336 140304169736432 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14320615424 54488 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13984976 memory=211808 CPUtime=0.01 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 624 0 0 0 0 1 0 0 20 0 15 0 95358569 14320615424 54488 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 106.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 219336 KiB

[startup+162.301 s]
/proc/loadavg: 1.99 1.89 1.86 3/218 504
/proc/meminfo: memFree=31242640/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0
[pid=479] ppid=476 vsize=13984976 memory=208332 CPUtime=166.11 cores=1,3,5,7
/proc/479/stat : 479 (java) S 476 476 28385 0 -1 1077944320 49150 0 0 0 16594 17 0 0 20 0 15 0 95358563 14320615424 52083 33554432000 4194304 4196468 140726282474336 140726282456880 140304634629879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
/proc/479/statm: 3496244 52083 3251 1 0 3483478 0
[pid=479/tid=480] ppid=476 vsize=13984976 memory=208332 CPUtime=162.2 cores=1,3,5,7
/proc/479/task/480/stat : 480 (java) R 476 476 28385 0 -1 4202560 11395 0 0 0 16216 4 0 0 20 0 15 0 95358563 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304638869296 140304256118950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=481] ppid=476 vsize=13984976 memory=208332 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/481/stat : 481 (java) S 476 476 28385 0 -1 1077944384 804 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304572229904 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=482] ppid=476 vsize=13984976 memory=208332 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/482/stat : 482 (java) S 476 476 28385 0 -1 1077944384 1481 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304571177360 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=483] ppid=476 vsize=13984976 memory=208332 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/483/stat : 483 (java) S 476 476 28385 0 -1 1077944384 835 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304570124816 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=484] ppid=476 vsize=13984976 memory=208332 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/484/stat : 484 (java) S 476 476 28385 0 -1 1077944384 1395 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304227768976 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=485] ppid=476 vsize=13984976 memory=208332 CPUtime=0.01 cores=1,3,5,7
/proc/479/task/485/stat : 485 (java) S 476 476 28385 0 -1 1077944384 1233 0 0 0 1 0 0 0 20 0 15 0 95358565 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304176052720 140304634641026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=486] ppid=476 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/479/task/486/stat : 486 (java) S 476 476 28385 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304174998944 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=487] ppid=476 vsize=13984976 memory=208332 CPUtime=0 cores=1,3,5,7
/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13984976 memory=208332 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13984976 memory=166 CPUtime=1.66 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) S 476 476 28385 0 -1 1077944384 11827 0 0 0 164 2 0 0 20 0 15 0 95358568 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304171841520 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13984976 memory=1384 CPUtime=1.52 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) S 476 476 28385 0 -1 1077944384 11753 0 0 0 151 1 0 0 20 0 15 0 95358568 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304170788976 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13984976 memory=1384 CPUtime=0.51 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) S 476 476 28385 0 -1 1077944384 6390 0 0 0 50 1 0 0 20 0 15 0 95358568 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304169736432 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13984976 memory=208332 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 679 0 0 0 0 2 0 0 20 0 15 0 95358569 14320615424 52083 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 166.11 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 209716 KiB

[startup+222.301 s]
/proc/loadavg: 1.94 1.89 1.86 3/219 531
/proc/meminfo: memFree=31270580/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0
[pid=479] ppid=476 vsize=13984976 memory=195524 CPUtime=226.18 cores=1,3,5,7
/proc/479/stat : 479 (java) S 476 476 28385 0 -1 1077944320 52053 0 0 0 22599 19 0 0 20 0 15 0 95358563 14320615424 48881 33554432000 4194304 4196468 140726282474336 140726282456880 140304634629879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
/proc/479/statm: 3496244 48881 3251 1 0 3483478 0
[pid=479/tid=480] ppid=476 vsize=13984976 memory=195524 CPUtime=222.19 cores=1,3,5,7
/proc/479/task/480/stat : 480 (java) R 476 476 28385 0 -1 4202560 11986 0 0 0 22214 5 0 0 20 0 15 0 95358563 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304638866616 140304255115757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=481] ppid=476 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/481/stat : 481 (java) S 476 476 28385 0 -1 1077944384 832 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304572229904 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=482] ppid=476 vsize=13984976 memory=195524 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/482/stat : 482 (java) S 476 476 28385 0 -1 1077944384 1493 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304571177360 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=483] ppid=476 vsize=13984976 memory=196540 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/483/stat : 483 (java) S 476 476 28385 0 -1 1077944384 899 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304570124816 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=484] ppid=476 vsize=13984976 memory=139933860035536 CPUtime=0.03 cores=1,3,5,7
/proc/479/task/484/stat : 484 (java) S 476 476 28385 0 -1 1077944384 1753 0 0 0 2 1 0 0 20 0 15 0 95358564 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304227768976 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=485] ppid=476 vsize=13984976 memory=196540 CPUtime=0.01 cores=1,3,5,7
/proc/479/task/485/stat : 485 (java) S 476 476 28385 0 -1 1077944384 1467 0 0 0 1 0 0 0 20 0 15 0 95358565 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304176052720 140304634641026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=486] ppid=476 vsize=13984976 memory=196540 CPUtime=0 cores=1,3,5,7
/proc/479/task/486/stat : 486 (java) S 476 476 28385 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304174998944 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=487] ppid=476 vsize=13984976 memory=195524 CPUtime=0 cores=1,3,5,7
/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13984976 memory=195524 CPUtime=1.67 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) S 476 476 28385 0 -1 1077944384 12430 0 0 0 165 2 0 0 20 0 15 0 95358568 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304171841520 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13984976 memory=1384 CPUtime=1.54 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) S 476 476 28385 0 -1 1077944384 12295 0 0 0 153 1 0 0 20 0 15 0 95358568 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304170788976 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13984976 memory=1384 CPUtime=0.51 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) S 476 476 28385 0 -1 1077944384 6818 0 0 0 50 1 0 0 20 0 15 0 95358568 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304169736432 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13984976 memory=-7745282787963661971 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13984976 memory=1384 CPUtime=0.04 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 722 0 0 0 1 3 0 0 20 0 15 0 95358569 14320615424 48881 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 226.18 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 196908 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.95 1.89 1.86 3/219 636
/proc/meminfo: memFree=31306216/32770624 swapFree=67108860/67108860
[pid=476] ppid=473 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/476/stat : 476 (xcsp3-exec) S 473 476 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95358563 9740288 346 33554432000 4194304 5098028 140721118749104 140721118747208 140651971842684 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31256576 140721118758004 140721118758208 140721118758208 140721118760939 0
/proc/476/statm: 2378 346 289 221 0 87 0
[pid=479] ppid=476 vsize=13984976 memory=190392 CPUtime=243.89 cores=1,3,5,7
/proc/479/stat : 479 (java) S 476 476 28385 0 -1 1077944320 52057 0 0 0 24370 19 0 0 20 0 15 0 95358563 14320615424 47598 33554432000 4194304 4196468 140726282474336 140726282456880 140304634629879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
/proc/479/statm: 3496244 47598 3251 1 0 3483478 0
[pid=479/tid=480] ppid=476 vsize=13984976 memory=17680 CPUtime=239.9 cores=1,3,5,7
/proc/479/task/480/stat : 480 (java) R 476 476 28385 0 -1 4202560 11988 0 0 0 23985 5 0 0 20 0 15 0 95358563 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304638869296 140304256141056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=481] ppid=476 vsize=13984976 memory=4048 CPUtime=0.02 cores=1,3,5,7
/proc/479/task/481/stat : 481 (java) S 476 476 28385 0 -1 1077944384 832 0 0 0 2 0 0 0 20 0 15 0 95358564 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304572229904 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=482] ppid=476 vsize=13984976 memory=18488 CPUtime=0.03 cores=1,3,5,7
/proc/479/task/482/stat : 482 (java) S 476 476 28385 0 -1 1077944384 1493 0 0 0 2 1 0 0 20 0 15 0 95358564 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304571177360 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=483] ppid=476 vsize=13984976 memory=4126316290023845779 CPUtime=0.03 cores=1,3,5,7
/proc/479/task/483/stat : 483 (java) S 476 476 28385 0 -1 1077944384 899 0 0 0 2 1 0 0 20 0 15 0 95358564 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304570124816 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=484] ppid=476 vsize=13984976 memory=840 CPUtime=0.03 cores=1,3,5,7
/proc/479/task/484/stat : 484 (java) S 476 476 28385 0 -1 1077944384 1754 0 0 0 2 1 0 0 20 0 15 0 95358564 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304227768976 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=485] ppid=476 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/479/task/485/stat : 485 (java) S 476 476 28385 0 -1 1077944384 1468 0 0 0 1 0 0 0 20 0 15 0 95358565 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304176052720 140304634641026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=486] ppid=476 vsize=13984976 memory=192444 CPUtime=0 cores=1,3,5,7
/proc/479/task/486/stat : 486 (java) S 476 476 28385 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304174998944 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=487] ppid=476 vsize=13984976 memory=27400 CPUtime=0 cores=1,3,5,7
/proc/479/task/487/stat : 487 (java) S 476 476 28385 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 95358566 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304173946352 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=488] ppid=476 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/479/task/488/stat : 488 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358568 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304172894928 140304634648475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=489] ppid=476 vsize=13984976 memory=2416 CPUtime=1.67 cores=1,3,5,7
/proc/479/task/489/stat : 489 (java) S 476 476 28385 0 -1 1077944384 12430 0 0 0 165 2 0 0 20 0 15 0 95358568 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304171841520 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=490] ppid=476 vsize=13984976 memory=1384 CPUtime=1.54 cores=1,3,5,7
/proc/479/task/490/stat : 490 (java) S 476 476 28385 0 -1 1077944384 12295 0 0 0 153 1 0 0 20 0 15 0 95358568 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304170788976 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=491] ppid=476 vsize=13984976 memory=1384 CPUtime=0.51 cores=1,3,5,7
/proc/479/task/491/stat : 491 (java) S 476 476 28385 0 -1 1077944384 6818 0 0 0 50 1 0 0 20 0 15 0 95358568 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304169736432 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=492] ppid=476 vsize=13984976 memory=192444 CPUtime=0 cores=1,3,5,7
/proc/479/task/492/stat : 492 (java) S 476 476 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95358569 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304168684128 140304634640085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
[pid=479/tid=493] ppid=476 vsize=13984976 memory=15257038917731832 CPUtime=0.04 cores=1,3,5,7
/proc/479/task/493/stat : 493 (java) S 476 476 28385 0 -1 1077944384 722 0 0 0 1 3 0 0 20 0 15 0 95358569 14320615424 47598 33554432000 4194304 4196468 140726282474336 140304167631664 140304634641026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 6434816 140726282482845 140726282483020 140726282483020 140726282485711 0
Current children cumulated CPU time: 243.89 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 191776 KiB

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.719
system time used= 0.199046
maximum resident set size= 217952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52976
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= 7738
involuntary context switches= 128


# summary of solver processes directly reported to runsolver:
#   pid: 476,479
#   total CPU time (s): 243.918
#   total CPU user time (s): 243.719
#   total CPU system time (s): 0.199046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46859 second user time and 2.07213 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 12:57:29
IDJOB=4270022
IDBENCH=133712
IDSOLVER=2661
FILE ID=node106/4270022-1502622708
RUNJOBID= node106-1502620090-31366
PBS_JOBID= 20628302
Free space on /tmp= 61764 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-4270022-1502622708/watcher-4270022-1502622708 -o /tmp/evaluation-result-4270022-1502622708/solver-4270022-1502622708 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31366 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1647406607 HOME/instance-4270022-1502622708.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=1647406607

node106.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.86
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.86
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.86
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.86
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:        31391240 kB
MemAvailable:   31800068 kB
Buffers:           99100 kB
Cached:           597776 kB
SwapCached:            0 kB
Active:           577484 kB
Inactive:         365568 kB
Active(anon):     202008 kB
Inactive(anon):    72092 kB
Active(file):     375476 kB
Inactive(file):   293476 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7952 kB
Writeback:             0 kB
AnonPages:        172572 kB
Mapped:            55636 kB
Shmem:             25228 kB
Slab:             137136 kB
SReclaimable:     111424 kB
SUnreclaim:        25712 kB
KernelStack:        3840 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1291596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61756 MiB
End job on node106 at 2017-08-13 13:01:29