Trace number 4284616

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)? (TO) 264.121 238.319

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-2.xml
MD5SUMd6e216edd1b638252c6a206411b5a856
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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size999
Distribution of domain sizes[{"size":12,"count":15},{"size":13,"count":60},{"size":14,"count":45},{"size":15,"count":330},{"size":999,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284616-1503210448.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284616-1503210448.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
1.46/0.69	c solve instance...
264.09/238.30	s UNKNOWN
264.09/238.30	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 (13010 MiB free)
  memory of node 1: 16384 MiB (12967 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284616-1503210448/watcher-4284616-1503210448 -o /tmp/evaluation-result-4284616-1503210448/solver-4284616-1503210448 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8068 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 123996156 HOME/instance-4284616-1503210448.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8431, runsolver pid=8428

[startup+0.1002 s]*
/proc/loadavg: 1.81 1.73 1.67 5/217 8456
/proc/meminfo: memFree=26572936/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0
/proc/8431/statm: 2378 346 289 221 0 87 0
[pid=8434] ppid=8431 vsize=13978596 memory=28544 CPUtime=0.12 cores=1,3,5,7
/proc/8434/stat : 8434 (java) S 8431 8431 8036 0 -1 1077944320 5400 0 0 0 11 1 0 0 20 0 15 0 154132274 14314082304 7136 33554432000 4194304 4196468 140727157605376 140727157587920 139925338484471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
/proc/8434/statm: 3494649 7136 2917 1 0 3482966 0
[pid=8434/tid=8435] ppid=8431 vsize=13978596 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/8434/task/8435/stat : 8435 (java) R 8431 8431 8036 0 -1 4202560 3326 0 0 0 9 0 0 0 20 0 15 0 154132275 14314082304 7136 33554432000 4194304 4196468 140727157605376 139925342710192 139925322564958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8438] ppid=8431 vsize=13978596 memory=3472468702864536784 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8438/stat : 8438 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14314082304 7136 33554432000 4194304 4196468 140727157605376 139925276085136 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8439] ppid=8431 vsize=13978596 memory=140573969385088 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8439/stat : 8439 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14314082304 7136 33554432000 4194304 4196468 140727157605376 139925275032336 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8440] ppid=8431 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8440/stat : 8440 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14314082304 7136 33554432000 4194304 4196468 140727157605376 139925273980048 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8441] ppid=8431 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8441/stat : 8441 (java) S 8431 8431 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154132275 14314082304 7136 33554432000 4194304 4196468 140727157605376 139925272927248 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8442] ppid=8431 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8442/stat : 8442 (java) S 8431 8431 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154132277 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924879825008 139925338495618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8443] ppid=8431 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8443/stat : 8443 (java) S 8431 8431 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154132277 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924878770976 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8448] ppid=8431 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154132277 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924877718640 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) S 8431 8431 8036 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 154132280 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924875614832 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) R 8431 8431 8036 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 154132280 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924874562032 139925338495618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13978596 memory=140573969385088 CPUtime=0.01 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) R 8431 8431 8036 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 15 0 154132280 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924873509744 139925338505818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13978596 memory=140573969385088 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132280 14314082304 7136 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29928 KiB

[startup+0.21075 s]*
/proc/loadavg: 1.81 1.73 1.67 3/217 8456
/proc/meminfo: memFree=26550724/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0
/proc/8431/statm: 2378 346 289 221 0 87 0
[pid=8434] ppid=8431 vsize=13982852 memory=40556 CPUtime=0.34 cores=1,3,5,7
/proc/8434/stat : 8434 (java) S 8431 8431 8036 0 -1 1077944320 8282 0 0 0 32 2 0 0 20 0 15 0 154132274 14318440448 10139 33554432000 4194304 4196468 140727157605376 140727157587920 139925338484471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
/proc/8434/statm: 3495713 10139 3063 1 0 3482966 0
[pid=8434/tid=8435] ppid=8431 vsize=13982852 memory=4790596700399117203 CPUtime=0.19 cores=1,3,5,7
/proc/8434/task/8435/stat : 8435 (java) R 8431 8431 8036 0 -1 4202560 5369 0 0 0 19 0 0 0 20 0 15 0 154132275 14318440448 10139 33554432000 4194304 4196468 140727157605376 139925342695376 139925322564958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8438] ppid=8431 vsize=13982852 memory=3472468702864536784 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8438/stat : 8438 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 10139 33554432000 4194304 4196468 140727157605376 139925276085136 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8439] ppid=8431 vsize=13982852 memory=140573969385088 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8439/stat : 8439 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 10139 33554432000 4194304 4196468 140727157605376 139925275032336 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8440] ppid=8431 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8440/stat : 8440 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 10139 33554432000 4194304 4196468 140727157605376 139925273980048 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8441] ppid=8431 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8441/stat : 8441 (java) S 8431 8431 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 10139 33554432000 4194304 4196468 140727157605376 139925272927248 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8442] ppid=8431 vsize=13982852 memory=140573969385088 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8442/stat : 8442 (java) S 8431 8431 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154132277 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924879825008 139925338495618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8443] ppid=8431 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8443/stat : 8443 (java) S 8431 8431 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154132277 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924878770976 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8448] ppid=8431 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154132277 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924877718640 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) S 8431 8431 8036 0 -1 1077944384 366 0 0 0 3 0 0 0 20 0 15 0 154132280 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924875614832 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) S 8431 8431 8036 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 154132280 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924874562032 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13982852 memory=140573969385088 CPUtime=0.07 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) S 8431 8431 8036 0 -1 1077944384 762 0 0 0 7 0 0 0 20 0 15 0 154132280 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924873509744 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13982852 memory=140573969385088 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132280 14318440448 10139 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41940 KiB

[startup+0.31078 s]*
/proc/loadavg: 1.81 1.73 1.67 4/217 8456
/proc/meminfo: memFree=26538628/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0
/proc/8431/statm: 2378 346 289 221 0 87 0
[pid=8434] ppid=8431 vsize=13982852 memory=47420 CPUtime=0.51 cores=1,3,5,7
/proc/8434/stat : 8434 (java) S 8431 8431 8036 0 -1 1077944320 8985 0 0 0 49 2 0 0 20 0 15 0 154132274 14318440448 11855 33554432000 4194304 4196468 140727157605376 140727157587920 139925338484471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
/proc/8434/statm: 3495713 11855 3113 1 0 3482966 0
[pid=8434/tid=8435] ppid=8431 vsize=13982852 memory=-8976644418600983157 CPUtime=0.3 cores=1,3,5,7
/proc/8434/task/8435/stat : 8435 (java) R 8431 8431 8036 0 -1 4202560 5904 0 0 0 29 1 0 0 20 0 15 0 154132275 14318440448 11855 33554432000 4194304 4196468 140727157605376 139925342723056 139925338506397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8438] ppid=8431 vsize=13982852 memory=3472468702864536784 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8438/stat : 8438 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 11855 33554432000 4194304 4196468 140727157605376 139925276085136 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8439] ppid=8431 vsize=13982852 memory=140573969385088 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8439/stat : 8439 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 11855 33554432000 4194304 4196468 140727157605376 139925275032336 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8440] ppid=8431 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8440/stat : 8440 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 11855 33554432000 4194304 4196468 140727157605376 139925273980048 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8441] ppid=8431 vsize=13982852 memory=140573809977375 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8441/stat : 8441 (java) S 8431 8431 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154132275 14318440448 11855 33554432000 4194304 4196468 140727157605376 139925272927248 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8442] ppid=8431 vsize=13982852 memory=281147619933984 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8442/stat : 8442 (java) S 8431 8431 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154132277 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924879825008 139925338495618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8443] ppid=8431 vsize=13982852 memory=140573809954319 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8443/stat : 8443 (java) S 8431 8431 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154132277 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924878770976 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8448] ppid=8431 vsize=13982852 memory=281147779348576 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154132277 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924877718640 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13982852 memory=140573809958927 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) R 8431 8431 8036 0 -1 4202560 414 0 0 0 4 0 0 0 20 0 15 0 154132280 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924875614832 139925319184768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) R 8431 8431 8036 0 -1 1077944384 499 0 0 0 3 0 0 0 20 0 15 0 154132280 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924874562032 139925338495618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) R 8431 8431 8036 0 -1 4202560 868 0 0 0 12 0 0 0 20 0 15 0 154132280 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924873506920 139925317452580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13982852 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132280 14318440448 11855 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48804 KiB

[startup+0.700984 s]
/proc/loadavg: 1.99 1.77 1.68 7/217 8456
/proc/meminfo: memFree=26501796/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0
/proc/8431/statm: 2378 346 289 221 0 87 0
[pid=8434] ppid=8431 vsize=13984976 memory=83176 CPUtime=1.74 cores=1,3,5,7
/proc/8434/stat : 8434 (java) S 8431 8431 8036 0 -1 1077944320 12432 0 0 0 170 4 0 0 20 0 15 0 154132274 14320615424 20794 33554432000 4194304 4196468 140727157605376 140727157587920 139925338484471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
/proc/8434/statm: 3496244 20794 3213 1 0 3483478 0
[pid=8434/tid=8435] ppid=8431 vsize=13984976 memory=281147619741744 CPUtime=0.67 cores=1,3,5,7
/proc/8434/task/8435/stat : 8435 (java) R 8431 8431 8036 0 -1 4202560 6880 0 0 0 65 2 0 0 20 0 15 0 154132275 14320615424 20794 33554432000 4194304 4196468 140727157605376 139925342723968 139925338496406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8438] ppid=8431 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8438/stat : 8438 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14320615424 20794 33554432000 4194304 4196468 140727157605376 139925276085136 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8439] ppid=8431 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8439/stat : 8439 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14320615424 20794 33554432000 4194304 4196468 140727157605376 139925275032336 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8440] ppid=8431 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8440/stat : 8440 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132275 14320615424 20794 33554432000 4194304 4196468 140727157605376 139925273980048 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8441] ppid=8431 vsize=13984976 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8441/stat : 8441 (java) S 8431 8431 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154132275 14320615424 20794 33554432000 4194304 4196468 140727157605376 139925272927248 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8442] ppid=8431 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8442/stat : 8442 (java) S 8431 8431 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154132277 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924879825008 139925338495618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8443] ppid=8431 vsize=13984976 memory=8716 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8443/stat : 8443 (java) S 8431 8431 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154132277 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924878770976 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8448] ppid=8431 vsize=13984976 memory=7740655667640821056 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154132277 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924877718640 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13984976 memory=7450453974481135974 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13984976 memory=5787213827131598673 CPUtime=0.3 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) R 8431 8431 8036 0 -1 4202560 1115 0 0 0 30 0 0 0 20 0 15 0 154132280 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924875614016 139925331590163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13984976 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) R 8431 8431 8036 0 -1 4202560 1219 0 0 0 32 0 0 0 20 0 15 0 154132280 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924874562032 139925321970350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13984976 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) R 8431 8431 8036 0 -1 1077944384 1911 0 0 0 41 1 0 0 20 0 15 0 154132280 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924873509744 139925338495618 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13984976 memory=42520 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154132280 14320615424 20794 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 84560 KiB

[startup+1.50081 s]
/proc/loadavg: 1.99 1.77 1.68 8/217 8456
/proc/meminfo: memFree=26442720/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0

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

/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 154132277 14325821440 91586 33554432000 4194304 4196468 140727157605376 139924877718656 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 91586 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13990060 memory=2 CPUtime=12.22 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) S 8431 8431 8036 0 -1 1077944384 59040 0 0 0 1217 5 0 0 20 0 15 0 154132280 14325821440 91586 33554432000 4194304 4196468 140727157605376 139924875614832 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13990060 memory=0 CPUtime=12 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) S 8431 8431 8036 0 -1 1077944384 57368 0 0 0 1194 6 0 0 20 0 15 0 154132280 14325821440 91586 33554432000 4194304 4196468 140727157605376 139924874562032 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13990060 memory=8112282956445269571 CPUtime=1.1 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) S 8431 8431 8036 0 -1 1077944384 11749 0 0 0 107 3 0 0 20 0 15 0 154132280 14325821440 91586 33554432000 4194304 4196468 140727157605376 139924873509744 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13990060 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 91586 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13990060 memory=1440 CPUtime=0.03 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1009 0 0 0 2 1 0 0 20 0 15 0 154132280 14325821440 91586 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 188.01 s
Current children cumulated vsize: 13999572 KiB
Current children cumulated memory: 367728 KiB

[startup+222.301 s]
/proc/loadavg: 1.60 1.75 1.70 3/217 8459
/proc/meminfo: memFree=25906732/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0
/proc/8431/statm: 2378 346 289 221 0 87 0
[pid=8434] ppid=8431 vsize=13990060 memory=371472 CPUtime=248.07 cores=1,3,5,7
/proc/8434/stat : 8434 (java) S 8431 8431 8036 0 -1 1077944320 152487 0 0 0 24777 30 0 0 20 0 15 0 154132274 14325821440 92868 33554432000 4194304 4196468 140727157605376 140727157587920 139925338484471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
/proc/8434/statm: 3497515 92868 3278 1 0 3484749 0
[pid=8434/tid=8435] ppid=8431 vsize=13990060 memory=371472 CPUtime=222.04 cores=1,3,5,7
/proc/8434/task/8435/stat : 8435 (java) R 8431 8431 8036 0 -1 4202560 16661 0 0 0 22200 4 0 0 20 0 15 0 154132275 14325821440 92868 33554432000 4194304 4196468 140727157605376 139925342723728 139924960269398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8438] ppid=8431 vsize=13990060 memory=371472 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8438/stat : 8438 (java) S 8431 8431 8036 0 -1 1077944384 1578 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92868 33554432000 4194304 4196468 140727157605376 139925276085136 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8439] ppid=8431 vsize=13990060 memory=371472 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8439/stat : 8439 (java) S 8431 8431 8036 0 -1 1077944384 436 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92868 33554432000 4194304 4196468 140727157605376 139925275032336 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8440] ppid=8431 vsize=13990060 memory=371472 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8440/stat : 8440 (java) S 8431 8431 8036 0 -1 1077944384 1072 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92868 33554432000 4194304 4196468 140727157605376 139925273980048 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8441] ppid=8431 vsize=13990060 memory=371472 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8441/stat : 8441 (java) S 8431 8431 8036 0 -1 1077944384 868 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92868 33554432000 4194304 4196468 140727157605376 139925272927248 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8442] ppid=8431 vsize=13990060 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/8434/task/8442/stat : 8442 (java) S 8431 8431 8036 0 -1 1077944384 1314 0 0 0 2 0 0 0 20 0 15 0 154132277 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924879825008 139925338495618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8443] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8443/stat : 8443 (java) S 8431 8431 8036 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 154132277 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924878771040 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8448] ppid=8431 vsize=13990060 memory=281147620369376 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 154132277 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924877718656 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13990060 memory=2308 CPUtime=12.22 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) S 8431 8431 8036 0 -1 1077944384 59040 0 0 0 1217 5 0 0 20 0 15 0 154132280 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924875614832 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13990060 memory=1384 CPUtime=12 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) S 8431 8431 8036 0 -1 1077944384 57368 0 0 0 1194 6 0 0 20 0 15 0 154132280 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924874562032 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13990060 memory=1384 CPUtime=1.1 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) S 8431 8431 8036 0 -1 1077944384 11749 0 0 0 107 3 0 0 20 0 15 0 154132280 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924873509744 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13990060 memory=4100 CPUtime=0.05 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1013 0 0 0 3 2 0 0 20 0 15 0 154132280 14325821440 92868 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 248.07 s
Current children cumulated vsize: 13999572 KiB
Current children cumulated memory: 372856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.301 s]
/proc/loadavg: 1.68 1.77 1.70 3/217 8459
/proc/meminfo: memFree=25878488/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0
/proc/8431/statm: 2378 346 289 221 0 87 0
[pid=8434] ppid=8431 vsize=13990060 memory=370444 CPUtime=264.09 cores=1,3,5,7
/proc/8434/stat : 8434 (java) S 8431 8431 8036 0 -1 1077944320 152916 0 0 0 26379 30 0 0 20 0 15 0 154132274 14325821440 92611 33554432000 4194304 4196468 140727157605376 140727157587920 139925338484471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
/proc/8434/statm: 3497515 92611 3278 1 0 3484749 0
[pid=8434/tid=8435] ppid=8431 vsize=13990060 memory=370444 CPUtime=238.03 cores=1,3,5,7
/proc/8434/task/8435/stat : 8435 (java) R 8431 8431 8036 0 -1 4202560 17034 0 0 0 23799 4 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925342724016 139924956024744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8438] ppid=8431 vsize=13990060 memory=1384 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8438/stat : 8438 (java) S 8431 8431 8036 0 -1 1077944384 1581 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925276085136 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8439] ppid=8431 vsize=13990060 memory=1384 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8439/stat : 8439 (java) S 8431 8431 8036 0 -1 1077944384 438 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925275032336 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8440] ppid=8431 vsize=13990060 memory=370444 CPUtime=0.15 cores=1,3,5,7
/proc/8434/task/8440/stat : 8440 (java) S 8431 8431 8036 0 -1 1077944384 1076 0 0 0 13 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925273980048 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8441] ppid=8431 vsize=13990060 memory=370444 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8441/stat : 8441 (java) S 8431 8431 8036 0 -1 1077944384 874 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925272927248 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8442] ppid=8431 vsize=13990060 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/8434/task/8442/stat : 8442 (java) S 8431 8431 8036 0 -1 1077944384 1330 0 0 0 2 0 0 0 20 0 15 0 154132277 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924879825008 139925338495618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8443] ppid=8431 vsize=13990060 memory=370444 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8443/stat : 8443 (java) S 8431 8431 8036 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 154132277 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924878771040 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8448] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 154132277 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924877718656 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13990060 memory=1384 CPUtime=12.22 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) S 8431 8431 8036 0 -1 1077944384 59040 0 0 0 1217 5 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924875614832 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13990060 memory=4100 CPUtime=12 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) S 8431 8431 8036 0 -1 1077944384 57368 0 0 0 1194 6 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924874562032 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13990060 memory=42520 CPUtime=1.1 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) S 8431 8431 8036 0 -1 1077944384 11749 0 0 0 107 3 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924873509744 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13990060 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13990060 memory=2196 CPUtime=0.05 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1038 0 0 0 3 2 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 264.09 s
Current children cumulated vsize: 13999572 KiB
Current children cumulated memory: 371828 KiB

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

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

[startup+238.318 s]
# the end of solver process 8434 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=263.801 s, system=0.319089 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

[startup+238.301 s]
/proc/loadavg: 1.68 1.77 1.70 3/217 8459
/proc/meminfo: memFree=25878488/32770624 swapFree=67108860/67108860
[pid=8431] ppid=8428 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (xcsp3-exec) S 8428 8431 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154132274 9740288 346 33554432000 4194304 5098028 140734912465072 140734912463176 140633270932092 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 18427904 140734912472181 140734912472384 140734912472384 140734912475115 0
/proc/8431/statm: 2378 346 289 221 0 87 0
[pid=8434] ppid=8431 vsize=13990060 memory=370444 CPUtime=264.09 cores=1,3,5,7
/proc/8434/stat : 8434 (java) S 8431 8431 8036 0 -1 1077944320 152916 0 0 0 26379 30 0 0 20 0 15 0 154132274 14325821440 92611 33554432000 4194304 4196468 140727157605376 140727157587920 139925338484471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
/proc/8434/statm: 3497515 92611 3278 1 0 3484749 0
[pid=8434/tid=8435] ppid=8431 vsize=13990060 memory=370444 CPUtime=238.03 cores=1,3,5,7
/proc/8434/task/8435/stat : 8435 (java) R 8431 8431 8036 0 -1 4202560 17034 0 0 0 23799 4 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925342724016 139924956024744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8438] ppid=8431 vsize=13990060 memory=1384 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8438/stat : 8438 (java) S 8431 8431 8036 0 -1 1077944384 1581 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925276085136 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8439] ppid=8431 vsize=13990060 memory=1384 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8439/stat : 8439 (java) S 8431 8431 8036 0 -1 1077944384 438 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925275032336 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8440] ppid=8431 vsize=13990060 memory=370444 CPUtime=0.15 cores=1,3,5,7
/proc/8434/task/8440/stat : 8440 (java) S 8431 8431 8036 0 -1 1077944384 1076 0 0 0 13 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925273980048 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8441] ppid=8431 vsize=13990060 memory=370444 CPUtime=0.14 cores=1,3,5,7
/proc/8434/task/8441/stat : 8441 (java) S 8431 8431 8036 0 -1 1077944384 874 0 0 0 12 2 0 0 20 0 15 0 154132275 14325821440 92611 33554432000 4194304 4196468 140727157605376 139925272927248 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8442] ppid=8431 vsize=13990060 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/8434/task/8442/stat : 8442 (java) S 8431 8431 8036 0 -1 1077944384 1330 0 0 0 2 0 0 0 20 0 15 0 154132277 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924879825008 139925338495618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8443] ppid=8431 vsize=13990060 memory=370444 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8443/stat : 8443 (java) S 8431 8431 8036 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 154132277 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924878771040 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8448] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8448/stat : 8448 (java) S 8431 8431 8036 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 154132277 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924877718656 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8451] ppid=8431 vsize=13990060 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8451/stat : 8451 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924876666960 139925338503067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8452] ppid=8431 vsize=13990060 memory=1384 CPUtime=12.22 cores=1,3,5,7
/proc/8434/task/8452/stat : 8452 (java) S 8431 8431 8036 0 -1 1077944384 59040 0 0 0 1217 5 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924875614832 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8453] ppid=8431 vsize=13990060 memory=4100 CPUtime=12 cores=1,3,5,7
/proc/8434/task/8453/stat : 8453 (java) S 8431 8431 8036 0 -1 1077944384 57368 0 0 0 1194 6 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924874562032 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8454] ppid=8431 vsize=13990060 memory=42520 CPUtime=1.1 cores=1,3,5,7
/proc/8434/task/8454/stat : 8454 (java) S 8431 8431 8036 0 -1 1077944384 11749 0 0 0 107 3 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924873509744 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8455] ppid=8431 vsize=13990060 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/8434/task/8455/stat : 8455 (java) S 8431 8431 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924872457184 139925338494677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
[pid=8434/tid=8456] ppid=8431 vsize=13990060 memory=2196 CPUtime=0.05 cores=1,3,5,7
/proc/8434/task/8456/stat : 8456 (java) S 8431 8431 8036 0 -1 1077944384 1038 0 0 0 3 2 0 0 20 0 15 0 154132280 14325821440 92611 33554432000 4194304 4196468 140727157605376 139924871403952 139925338495618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 9633792 140727157609629 140727157609804 140727157609804 140727157612495 0
Current children cumulated CPU time: 264.09 s
Current children cumulated vsize: 13999572 KiB
Current children cumulated memory: 371828 KiB

Child status: 143
Real time (s): 238.319
CPU time (s): 264.121
CPU user time (s): 263.801
CPU system time (s): 0.319089
CPU usage (%): 110.827
Max. virtual memory (cumulated for all children) (KiB): 14001300
Max. memory (cumulated for all children) (KiB): 372856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 263.801
system time used= 0.319089
maximum resident set size= 373524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9647
involuntary context switches= 248


# summary of solver processes directly reported to runsolver:
#   pid: 8431,8434
#   total CPU time (s): 264.121
#   total CPU user time (s): 263.801
#   total CPU system time (s): 0.319089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27549 second user time and 2.31512 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 08:13:08
IDJOB=4284616
IDBENCH=115845
IDSOLVER=2680
FILE ID=node113/4284616-1503210448
RUNJOBID= node113-1503209106-8068
PBS_JOBID= 20630874
Free space on /tmp= 61588 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-2.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-4284616-1503210448/watcher-4284616-1503210448 -o /tmp/evaluation-result-4284616-1503210448/solver-4284616-1503210448 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503209106-8068 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 123996156 HOME/instance-4284616-1503210448.xml

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

MD5SUM BENCH= d6e216edd1b638252c6a206411b5a856
RANDOM SEED=123996156

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26606928 kB
MemAvailable:   31973344 kB
Buffers:          257356 kB
Cached:          5398716 kB
SwapCached:            0 kB
Active:          1310576 kB
Inactive:        4400800 kB
Active(anon):       5492 kB
Inactive(anon):    85940 kB
Active(file):    1305084 kB
Inactive(file):  4314860 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15756 kB
Writeback:             0 kB
AnonPages:         62872 kB
Mapped:            54796 kB
Shmem:             33416 kB
Slab:             151448 kB
SReclaimable:     124612 kB
SUnreclaim:        26836 kB
KernelStack:        3280 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     363452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61580 MiB
End job on node113 at 2017-08-20 08:17:06