Trace number 4283245

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) 2520.1201 2453.8201

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1.xml
MD5SUM1c5d3440e59d0a9e624ef63cf534111e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables3829
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3829}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":118},{"degree":5,"count":320},{"degree":6,"count":620},{"degree":7,"count":639},{"degree":8,"count":575},{"degree":9,"count":511},{"degree":10,"count":455},{"degree":11,"count":306},{"degree":12,"count":196},{"degree":13,"count":83},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity477
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":2},{"arity":20,"count":2},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":31,"count":1},{"arity":32,"count":3},{"arity":33,"count":2},{"arity":41,"count":1},{"arity":42,"count":4},{"arity":46,"count":2},{"arity":47,"count":1},{"arity":48,"count":1},{"arity":49,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":54,"count":2},{"arity":56,"count":1},{"arity":57,"count":1},{"arity":65,"count":2},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},"...",{"arity":254,"count":1}, {"arity":256,"count":1}, {"arity":261,"count":1}, {"arity":276,"count":2}, {"arity":289,"count":1}, {"arity":293,"count":1}, {"arity":299,"count":1}, {"arity":309,"count":1}, {"arity":315,"count":1}, {"arity":334,"count":1}, {"arity":335,"count":1}, {"arity":352,"count":1}, {"arity":355,"count":1}, {"arity":364,"count":1}, {"arity":365,"count":1}, {"arity":371,"count":1}, {"arity":372,"count":1}, {"arity":377,"count":1}, {"arity":382,"count":1}, {"arity":385,"count":1}, {"arity":389,"count":1}, {"arity":417,"count":1}, {"arity":457,"count":1}, {"arity":471,"count":1}, {"arity":477,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
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-4283245-1503216290.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283245-1503216290.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
1.42/0.65	c solve instance...
2520.08/2453.80	s UNKNOWN
2520.08/2453.80	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 (11651 MiB free)
  memory of node 1: 16384 MiB (11936 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283245-1503216290/watcher-4283245-1503216290 -o /tmp/evaluation-result-4283245-1503216290/solver-4283245-1503216290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503215430-18833 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 864407131 HOME/instance-4283245-1503216290.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18847, runsolver pid=18844

[startup+0.10006 s]*
/proc/loadavg: 1.36 1.83 1.94 2/197 18863
/proc/meminfo: memFree=24137248/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0
[pid=18849] ppid=18847 vsize=13978596 memory=28016 CPUtime=0.12 cores=1,3,5,7
/proc/18849/stat : 18849 (java) S 18847 18847 12810 0 -1 1077944320 5410 0 0 0 12 0 0 0 20 0 15 0 154709742 14314082304 7004 33554432000 4194304 4196468 140732822488704 140732822471248 139707910692599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
/proc/18849/statm: 3494649 7004 2870 1 0 3482966 0
[pid=18849/tid=18850] ppid=18847 vsize=13978596 memory=-8035107114841901037 CPUtime=0.09 cores=1,3,5,7
/proc/18849/task/18850/stat : 18850 (java) R 18847 18847 12810 0 -1 4202560 3380 0 0 0 9 0 0 0 20 0 15 0 154709743 14314082304 7004 33554432000 4194304 4196468 140732822488704 139707914919136 139707518425012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18851] ppid=18847 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18851/stat : 18851 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14314082304 7004 33554432000 4194304 4196468 140732822488704 139707840781328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18852] ppid=18847 vsize=13978596 memory=140050961950336 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18852/stat : 18852 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14314082304 7004 33554432000 4194304 4196468 140732822488704 139707839728784 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18853] ppid=18847 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18853/stat : 18853 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14314082304 7004 33554432000 4194304 4196468 140732822488704 139707838675728 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18854] ppid=18847 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18854/stat : 18854 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14314082304 7004 33554432000 4194304 4196468 140732822488704 139707503262608 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18855] ppid=18847 vsize=13978596 memory=140050961950336 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18855/stat : 18855 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709745 14314082304 7004 33554432000 4194304 4196468 140732822488704 139706823047408 139707910703746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18856] ppid=18847 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18856/stat : 18856 (java) S 18847 18847 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154709745 14314082304 7004 33554432000 4194304 4196468 140732822488704 139706821993632 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18857] ppid=18847 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154709745 14314082304 7004 33554432000 4194304 4196468 140732822488704 139706820940528 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14314082304 7004 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) S 18847 18847 12810 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 154709748 14314082304 7004 33554432000 4194304 4196468 140732822488704 139706818837232 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) S 18847 18847 12810 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 154709748 14314082304 7004 33554432000 4194304 4196468 140732822488704 139706817784688 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13978596 memory=140050961950336 CPUtime=0.01 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) R 18847 18847 12810 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 154709748 14314082304 7004 33554432000 4194304 4196468 140732822488704 139706816731632 139707889648937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14314082304 7070 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13978596 memory=140050961950336 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709748 14314082304 7070 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29400 KiB

[startup+0.21053 s]*
/proc/loadavg: 1.36 1.83 1.94 3/198 18868
/proc/meminfo: memFree=24123740/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0
[pid=18849] ppid=18847 vsize=13982852 memory=40700 CPUtime=0.34 cores=1,3,5,7
/proc/18849/stat : 18849 (java) S 18847 18847 12810 0 -1 1077944320 8265 0 0 0 32 2 0 0 20 0 15 0 154709742 14318440448 10175 33554432000 4194304 4196468 140732822488704 140732822471248 139707910692599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
/proc/18849/statm: 3495713 10175 3049 1 0 3482966 0
[pid=18849/tid=18850] ppid=18847 vsize=13982884 memory=8390339637985935414 CPUtime=0.19 cores=1,3,5,7
/proc/18849/task/18850/stat : 18850 (java) R 18847 18847 12810 0 -1 4202560 5370 0 0 0 18 1 0 0 20 0 15 0 154709743 14318473216 10175 33554432000 4194304 4196468 140732822488704 139707914903504 139707903372317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18851] ppid=18847 vsize=13982852 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18851/stat : 18851 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 10175 33554432000 4194304 4196468 140732822488704 139707840781328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18852] ppid=18847 vsize=13982852 memory=288370427113662080 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18852/stat : 18852 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 10175 33554432000 4194304 4196468 140732822488704 139707839728784 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18853] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18853/stat : 18853 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 10175 33554432000 4194304 4196468 140732822488704 139707838675728 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18854] ppid=18847 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18854/stat : 18854 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 10175 33554432000 4194304 4196468 140732822488704 139707503262608 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18855] ppid=18847 vsize=13982852 memory=140050961950336 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18855/stat : 18855 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709745 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706823047408 139707910703746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18856] ppid=18847 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18856/stat : 18856 (java) S 18847 18847 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154709745 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706821993632 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18857] ppid=18847 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154709745 14318473216 10175 33554432000 4194304 4196468 140732822488704 139706820940528 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) S 18847 18847 12810 0 -1 1077944384 443 0 0 0 2 0 0 0 20 0 15 0 154709748 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706818837232 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) S 18847 18847 12810 0 -1 1077944384 417 0 0 0 2 0 0 0 20 0 15 0 154709748 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706817784688 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13982852 memory=140050961950336 CPUtime=0.08 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) S 18847 18847 12810 0 -1 1077944384 738 0 0 0 8 0 0 0 20 0 15 0 154709748 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706816731632 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13982852 memory=140050961950336 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709748 14318440448 10175 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42084 KiB

[startup+0.31055 s]*
/proc/loadavg: 1.36 1.83 1.94 5/212 18887
/proc/meminfo: memFree=24101720/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0
[pid=18849] ppid=18847 vsize=13982852 memory=48344 CPUtime=0.52 cores=1,3,5,7
/proc/18849/stat : 18849 (java) S 18847 18847 12810 0 -1 1077944320 9230 0 0 0 50 2 0 0 20 0 15 0 154709742 14318440448 12086 33554432000 4194304 4196468 140732822488704 140732822471248 139707910692599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
/proc/18849/statm: 3495713 12086 3128 1 0 3482966 0
[pid=18849/tid=18850] ppid=18847 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/18849/task/18850/stat : 18850 (java) R 18847 18847 12810 0 -1 4202560 5932 0 0 0 28 2 0 0 20 0 15 0 154709743 14318440448 12086 33554432000 4194304 4196468 140732822488704 139707914923392 139707910714525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18851] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18851/stat : 18851 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 12086 33554432000 4194304 4196468 140732822488704 139707840781328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18852] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18852/stat : 18852 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 12086 33554432000 4194304 4196468 140732822488704 139707839728784 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18853] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18853/stat : 18853 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 12086 33554432000 4194304 4196468 140732822488704 139707838675728 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18854] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18854/stat : 18854 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14318440448 12086 33554432000 4194304 4196468 140732822488704 139707503262608 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18855] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18855/stat : 18855 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709745 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706823047408 139707910703746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18856] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18856/stat : 18856 (java) S 18847 18847 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154709745 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706821993632 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18857] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154709745 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706820940528 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) R 18847 18847 12810 0 -1 1077944384 476 0 0 0 4 0 0 0 20 0 15 0 154709748 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706818837232 139707910703746 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) R 18847 18847 12810 0 -1 4202560 581 0 0 0 4 0 0 0 20 0 15 0 154709748 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706817765704 139707889935132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) R 18847 18847 12810 0 -1 4202560 937 0 0 0 13 0 0 0 20 0 15 0 154709748 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706816728568 139707889630693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709748 14318440448 12086 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49728 KiB

[startup+0.701701 s]
/proc/loadavg: 1.36 1.83 1.94 7/218 18893
/proc/meminfo: memFree=24049532/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0
[pid=18849] ppid=18847 vsize=13984976 memory=95508 CPUtime=1.74 cores=1,3,5,7
/proc/18849/stat : 18849 (java) S 18847 18847 12810 0 -1 1077944320 13470 0 0 0 170 4 0 0 20 0 15 0 154709742 14320615424 23877 33554432000 4194304 4196468 140732822488704 140732822471248 139707910692599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
/proc/18849/statm: 3496244 23877 3204 1 0 3483478 0
[pid=18849/tid=18850] ppid=18847 vsize=13984976 memory=1292 CPUtime=0.67 cores=1,3,5,7
/proc/18849/task/18850/stat : 18850 (java) R 18847 18847 12810 0 -1 4202560 6694 0 0 0 64 3 0 0 20 0 15 0 154709743 14320615424 23877 33554432000 4194304 4196468 140732822488704 139707914930736 139707522276632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18851] ppid=18847 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18851/stat : 18851 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14320615424 23877 33554432000 4194304 4196468 140732822488704 139707840781328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18852] ppid=18847 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18852/stat : 18852 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14320615424 23877 33554432000 4194304 4196468 140732822488704 139707839728784 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18853] ppid=18847 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18853/stat : 18853 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709743 14320615424 23877 33554432000 4194304 4196468 140732822488704 139707838675728 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18854] ppid=18847 vsize=13984976 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18854/stat : 18854 (java) S 18847 18847 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154709743 14320615424 23877 33554432000 4194304 4196468 140732822488704 139707503262608 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18855] ppid=18847 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18855/stat : 18855 (java) S 18847 18847 12810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706823047408 139707910703746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18856] ppid=18847 vsize=13984976 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18856/stat : 18856 (java) S 18847 18847 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706821993632 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18857] ppid=18847 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706820940528 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13984976 memory=1008 CPUtime=0.34 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) R 18847 18847 12810 0 -1 4202560 1930 0 0 0 34 0 0 0 20 0 15 0 154709748 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706818823776 139707892009214 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13984976 memory=1944 CPUtime=0.36 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) R 18847 18847 12810 0 -1 4202560 1685 0 0 0 36 0 0 0 20 0 15 0 154709748 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706817774480 139707895571188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13984976 memory=1200 CPUtime=0.34 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) S 18847 18847 12810 0 -1 1077944384 1853 0 0 0 34 0 0 0 20 0 15 0 154709748 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706816731632 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13984976 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13984976 memory=280101661120800 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 23877 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 96892 KiB

[startup+1.50079 s]
/proc/loadavg: 1.36 1.83 1.94 7/218 18893
/proc/meminfo: memFree=23989300/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0

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

/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 560752 33554432000 4194304 4196468 140732822488704 139706820940544 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 560752 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13984976 memory=2243008 CPUtime=3.07 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) S 18847 18847 12810 0 -1 1077944384 19636 0 0 0 306 1 0 0 20 0 15 0 154709748 14320615424 560752 33554432000 4194304 4196468 140732822488704 139706818837232 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13984976 memory=1384 CPUtime=2.65 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) S 18847 18847 12810 0 -1 1077944384 19377 0 0 0 263 2 0 0 20 0 15 0 154709748 14320615424 560752 33554432000 4194304 4196468 140732822488704 139706817784688 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13984976 memory=2243008 CPUtime=0.73 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) S 18847 18847 12810 0 -1 1077944384 9579 0 0 0 72 1 0 0 20 0 15 0 154709748 14320615424 560752 33554432000 4194304 4196468 140732822488704 139706816731632 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 560752 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13984976 memory=1384 CPUtime=1.24 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1401 0 0 0 57 67 0 0 20 0 15 0 154709748 14320615424 560752 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 2386.32 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2244392 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 1.97 1.96 3/217 19064
/proc/meminfo: memFree=19062212/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0
[pid=18849] ppid=18847 vsize=13984976 memory=2468920 CPUtime=2447.45 cores=1,3,5,7
/proc/18849/stat : 18849 (java) S 18847 18847 12810 0 -1 1077944320 252004 0 0 0 244235 510 0 0 20 0 15 0 154709742 14320615424 617230 33554432000 4194304 4196468 140732822488704 140732822471248 139707910692599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
/proc/18849/statm: 3496244 617230 3280 1 0 3483478 0
[pid=18849/tid=18850] ppid=18847 vsize=13984976 memory=1384 CPUtime=2362.49 cores=1,3,5,7
/proc/18849/task/18850/stat : 18850 (java) R 18847 18847 12810 0 -1 4202560 111905 0 0 0 236192 57 0 0 20 0 15 0 154709743 14320615424 617230 33554432000 4194304 4196468 140732822488704 139707914932000 139707523871733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18851] ppid=18847 vsize=13984976 memory=2468920 CPUtime=19.05 cores=1,3,5,7
/proc/18849/task/18851/stat : 18851 (java) S 18847 18847 12810 0 -1 1077944384 17654 0 0 0 1811 94 0 0 20 0 15 0 154709743 14320615424 617230 33554432000 4194304 4196468 140732822488704 139707840781328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18852] ppid=18847 vsize=13984976 memory=2468920 CPUtime=19.11 cores=1,3,5,7
/proc/18849/task/18852/stat : 18852 (java) S 18847 18847 12810 0 -1 1077944384 13745 0 0 0 1816 95 0 0 20 0 15 0 154709743 14320615424 617230 33554432000 4194304 4196468 140732822488704 139707839728784 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18853] ppid=18847 vsize=13984976 memory=2468920 CPUtime=19.13 cores=1,3,5,7
/proc/18849/task/18853/stat : 18853 (java) S 18847 18847 12810 0 -1 1077944384 13740 0 0 0 1819 94 0 0 20 0 15 0 154709743 14320615424 617230 33554432000 4194304 4196468 140732822488704 139707838675728 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18854] ppid=18847 vsize=13984976 memory=1384 CPUtime=19.13 cores=1,3,5,7
/proc/18849/task/18854/stat : 18854 (java) S 18847 18847 12810 0 -1 1077944384 12964 0 0 0 1816 97 0 0 20 0 15 0 154709743 14320615424 617230 33554432000 4194304 4196468 140732822488704 139707503262608 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18855] ppid=18847 vsize=13984976 memory=1905 CPUtime=0.7 cores=1,3,5,7
/proc/18849/task/18855/stat : 18855 (java) S 18847 18847 12810 0 -1 1077944384 30587 0 0 0 63 7 0 0 20 0 15 0 154709745 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706823047408 139707910703746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18856] ppid=18847 vsize=13984976 memory=2401064 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18856/stat : 18856 (java) S 18847 18847 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706821993696 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18857] ppid=18847 vsize=13984976 memory=1881 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706820940544 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13984976 memory=2401064 CPUtime=3.07 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) S 18847 18847 12810 0 -1 1077944384 19638 0 0 0 306 1 0 0 20 0 15 0 154709748 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706818837232 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13984976 memory=10096 CPUtime=2.65 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) S 18847 18847 12810 0 -1 1077944384 19379 0 0 0 263 2 0 0 20 0 15 0 154709748 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706817784688 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13984976 memory=1224 CPUtime=0.73 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) S 18847 18847 12810 0 -1 1077944384 9582 0 0 0 72 1 0 0 20 0 15 0 154709748 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706816731632 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13984976 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13984976 memory=43104 CPUtime=1.27 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1426 0 0 0 59 68 0 0 20 0 15 0 154709748 14320615424 617230 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 2447.45 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2470304 KiB

[startup+2442.3 s]
/proc/loadavg: 1.93 1.96 1.95 3/217 19065
/proc/meminfo: memFree=18907072/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0
[pid=18849] ppid=18847 vsize=13984976 memory=2641252 CPUtime=2508.22 cores=1,3,5,7
/proc/18849/stat : 18849 (java) S 18847 18847 12810 0 -1 1077944320 255395 0 0 0 250294 528 0 0 20 0 15 0 154709742 14320615424 660313 33554432000 4194304 4196468 140732822488704 140732822471248 139707910692599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
/proc/18849/statm: 3496244 660313 3280 1 0 3483478 0
[pid=18849/tid=18850] ppid=18847 vsize=13984976 memory=2641252 CPUtime=2422.24 cores=1,3,5,7
/proc/18849/task/18850/stat : 18850 (java) R 18847 18847 12810 0 -1 4202560 114657 0 0 0 242166 58 0 0 20 0 15 0 154709743 14320615424 660313 33554432000 4194304 4196468 140732822488704 139707914931872 139707524114078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18851] ppid=18847 vsize=13984976 memory=2569304 CPUtime=19.3 cores=1,3,5,7
/proc/18849/task/18851/stat : 18851 (java) S 18847 18847 12810 0 -1 1077944384 17770 0 0 0 1832 98 0 0 20 0 15 0 154709743 14320615424 660313 33554432000 4194304 4196468 140732822488704 139707840781328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18852] ppid=18847 vsize=13984976 memory=2641252 CPUtime=19.35 cores=1,3,5,7
/proc/18849/task/18852/stat : 18852 (java) S 18847 18847 12810 0 -1 1077944384 13896 0 0 0 1837 98 0 0 20 0 15 0 154709743 14320615424 660313 33554432000 4194304 4196468 140732822488704 139707839728784 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18853] ppid=18847 vsize=13984976 memory=2641252 CPUtime=19.37 cores=1,3,5,7
/proc/18849/task/18853/stat : 18853 (java) S 18847 18847 12810 0 -1 1077944384 13868 0 0 0 1839 98 0 0 20 0 15 0 154709743 14320615424 660313 33554432000 4194304 4196468 140732822488704 139707838675728 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18854] ppid=18847 vsize=13984976 memory=2641252 CPUtime=19.37 cores=1,3,5,7
/proc/18849/task/18854/stat : 18854 (java) S 18847 18847 12810 0 -1 1077944384 13091 0 0 0 1836 101 0 0 20 0 15 0 154709743 14320615424 660313 33554432000 4194304 4196468 140732822488704 139707503262608 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18855] ppid=18847 vsize=13984976 memory=1384 CPUtime=0.71 cores=1,3,5,7
/proc/18849/task/18855/stat : 18855 (java) S 18847 18847 12810 0 -1 1077944384 30680 0 0 0 63 8 0 0 20 0 15 0 154709745 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706823047408 139707910703746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18856] ppid=18847 vsize=13984976 memory=2641252 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18856/stat : 18856 (java) S 18847 18847 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706821993696 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18857] ppid=18847 vsize=13984976 memory=2641252 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706820940544 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13984976 memory=1881 CPUtime=3.07 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) S 18847 18847 12810 0 -1 1077944384 19640 0 0 0 306 1 0 0 20 0 15 0 154709748 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706818837232 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13984976 memory=2641252 CPUtime=2.65 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) S 18847 18847 12810 0 -1 1077944384 19381 0 0 0 263 2 0 0 20 0 15 0 154709748 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706817784688 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13984976 memory=1384 CPUtime=0.73 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) S 18847 18847 12810 0 -1 1077944384 9585 0 0 0 72 1 0 0 20 0 15 0 154709748 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706816731632 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13984976 memory=1384 CPUtime=1.31 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1443 0 0 0 60 71 0 0 20 0 15 0 154709748 14320615424 660313 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 2508.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2642636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453.8 s]
/proc/loadavg: 1.95 1.96 1.95 3/217 19065
/proc/meminfo: memFree=18847308/32770624 swapFree=67108860/67108860
[pid=18847] ppid=18844 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/18847/stat : 18847 (xcsp3-exec) S 18844 18847 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154709742 9740288 346 33554432000 4194304 5098028 140733705266304 140733705264408 140414855668348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20406272 140733705274479 140733705274683 140733705274683 140733705277419 0
/proc/18847/statm: 2378 346 289 221 0 87 0
[pid=18849] ppid=18847 vsize=13984976 memory=2700720 CPUtime=2520.08 cores=1,3,5,7
/proc/18849/stat : 18849 (java) S 18847 18847 12810 0 -1 1077944320 257490 0 0 0 251474 534 0 0 20 0 15 0 154709742 14320615424 675180 33554432000 4194304 4196468 140732822488704 140732822471248 139707910692599 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
/proc/18849/statm: 3496244 675180 3280 1 0 3483478 0
[pid=18849/tid=18850] ppid=18847 vsize=13984976 memory=15876 CPUtime=2433.62 cores=1,3,5,7
/proc/18849/task/18850/stat : 18850 (java) R 18847 18847 12810 0 -1 4202560 115199 0 0 0 243304 58 0 0 20 0 15 0 154709743 14320615424 675180 33554432000 4194304 4196468 140732822488704 139707914931984 139707524797800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18851] ppid=18847 vsize=13984976 memory=4052 CPUtime=19.42 cores=1,3,5,7
/proc/18849/task/18851/stat : 18851 (java) S 18847 18847 12810 0 -1 1077944384 18500 0 0 0 1843 99 0 0 20 0 15 0 154709743 14320615424 675180 33554432000 4194304 4196468 140732822488704 139707840781328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18852] ppid=18847 vsize=13984976 memory=4144 CPUtime=19.48 cores=1,3,5,7
/proc/18849/task/18852/stat : 18852 (java) S 18847 18847 12810 0 -1 1077944384 14087 0 0 0 1848 100 0 0 20 0 15 0 154709743 14320615424 675180 33554432000 4194304 4196468 140732822488704 139707839728784 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18853] ppid=18847 vsize=13984976 memory=43104 CPUtime=19.5 cores=1,3,5,7
/proc/18849/task/18853/stat : 18853 (java) S 18847 18847 12810 0 -1 1077944384 14047 0 0 0 1850 100 0 0 20 0 15 0 154709743 14320615424 675180 33554432000 4194304 4196468 140732822488704 139707838675728 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18854] ppid=18847 vsize=13984976 memory=1292 CPUtime=19.49 cores=1,3,5,7
/proc/18849/task/18854/stat : 18854 (java) S 18847 18847 12810 0 -1 1077944384 13372 0 0 0 1846 103 0 0 20 0 15 0 154709743 14320615424 675180 33554432000 4194304 4196468 140732822488704 139707503262608 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18855] ppid=18847 vsize=13984976 memory=6788 CPUtime=0.71 cores=1,3,5,7
/proc/18849/task/18855/stat : 18855 (java) S 18847 18847 12810 0 -1 1077944384 30850 0 0 0 63 8 0 0 20 0 15 0 154709745 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706823047408 139707910703746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18856] ppid=18847 vsize=13984976 memory=-8253362762722141311 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18856/stat : 18856 (java) S 18847 18847 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706821993696 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18857] ppid=18847 vsize=13984976 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18857/stat : 18857 (java) S 18847 18847 12810 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154709745 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706820940544 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18858] ppid=18847 vsize=13984976 memory=-7175204567652784766 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18858/stat : 18858 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706819889104 139707910711195 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18859] ppid=18847 vsize=13984976 memory=3054156605268465310 CPUtime=3.07 cores=1,3,5,7
/proc/18849/task/18859/stat : 18859 (java) S 18847 18847 12810 0 -1 1077944384 19640 0 0 0 306 1 0 0 20 0 15 0 154709748 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706818837232 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18860] ppid=18847 vsize=13984976 memory=8514726395714825349 CPUtime=2.65 cores=1,3,5,7
/proc/18849/task/18860/stat : 18860 (java) S 18847 18847 12810 0 -1 1077944384 19381 0 0 0 263 2 0 0 20 0 15 0 154709748 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706817784688 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18861] ppid=18847 vsize=13984976 memory=4713745541279610410 CPUtime=0.73 cores=1,3,5,7
/proc/18849/task/18861/stat : 18861 (java) S 18847 18847 12810 0 -1 1077944384 9585 0 0 0 72 1 0 0 20 0 15 0 154709748 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706816731632 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18862] ppid=18847 vsize=13984976 memory=4715433313220523562 CPUtime=0 cores=1,3,5,7
/proc/18849/task/18862/stat : 18862 (java) S 18847 18847 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154709748 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706815679328 139707910702805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
[pid=18849/tid=18863] ppid=18847 vsize=13984976 memory=-8341965534556230502 CPUtime=1.31 cores=1,3,5,7
/proc/18849/task/18863/stat : 18863 (java) S 18847 18847 12810 0 -1 1077944384 1445 0 0 0 60 71 0 0 20 0 15 0 154709748 14320615424 675180 33554432000 4194304 4196468 140732822488704 139706814626352 139707910703746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13205504 140732822492311 140732822492487 140732822492487 140732822495183 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2702104 KiB

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

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

[startup+2453.82 s]
# the end of solver process 18849 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.76 s, system=5.35824 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): 2453.82
CPU time (s): 2520.12
CPU user time (s): 2514.76
CPU system time (s): 5.35824
CPU usage (%): 102.702
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 3787296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.76
system time used= 5.35824
maximum resident set size= 3824496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59251
involuntary context switches= 2549


# summary of solver processes directly reported to runsolver:
#   pid: 18847,18849
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2514.76
#   total CPU system time (s): 5.35824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3657 second user time and 24.7701 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 09:50:30
IDJOB=4283245
IDBENCH=133705
IDSOLVER=2679
FILE ID=node151/4283245-1503216290
RUNJOBID= node151-1503215430-18833
PBS_JOBID= 20630871
Free space on /tmp= 61680 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1.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-4283245-1503216290/watcher-4283245-1503216290 -o /tmp/evaluation-result-4283245-1503216290/solver-4283245-1503216290 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503215430-18833 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 864407131 HOME/instance-4283245-1503216290.xml

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

MD5SUM BENCH= 1c5d3440e59d0a9e624ef63cf534111e
RANDOM SEED=864407131

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        24154432 kB
MemAvailable:   31974296 kB
Buffers:          329216 kB
Cached:          7778884 kB
SwapCached:            0 kB
Active:          1920600 kB
Inactive:        6239836 kB
Active(anon):      43732 kB
Inactive(anon):    44324 kB
Active(file):    1876868 kB
Inactive(file):  6195512 kB
Unevictable:        7580 kB
Mlocked:            7580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7892 kB
Writeback:             0 kB
AnonPages:         59604 kB
Mapped:            52136 kB
Shmem:             33416 kB
Slab:             153956 kB
SReclaimable:     126636 kB
SUnreclaim:        27320 kB
KernelStack:        3216 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334696 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61664 MiB
End job on node151 at 2017-08-20 10:31:24