Trace number 4284235

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) 251.619 240.033

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 benchmark251.879
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-4284235-1503213508.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284235-1503213508.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.43/0.64	c solve instance...
251.58/240.01	s UNKNOWN
251.58/240.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11137 MiB free)
  memory of node 1: 16384 MiB (11939 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284235-1503213508/watcher-4284235-1503213508 -o /tmp/evaluation-result-4284235-1503213508/solver-4284235-1503213508 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503208976-12842 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1967970076 HOME/instance-4284235-1503213508.xml 

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

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


[startup+0.104021 s]*
/proc/loadavg: 1.50 1.87 1.92 4/219 16387
/proc/meminfo: memFree=23613260/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0
[pid=16373] ppid=16371 vsize=13978596 memory=28252 CPUtime=0.12 cores=1,3,5,7
/proc/16373/stat : 16373 (java) S 16371 16371 12810 0 -1 1077944320 5452 0 0 0 11 1 0 0 20 0 15 0 154431512 14314082304 7063 33554432000 4194304 4196468 140722851296688 140722851279232 140511694429943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
/proc/16373/statm: 3494649 7063 2870 1 0 3482966 0
[pid=16373/tid=16374] ppid=16371 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/16373/task/16374/stat : 16374 (java) R 16371 16371 12810 0 -1 4202560 3373 0 0 0 8 1 0 0 20 0 15 0 154431513 14314082304 7063 33554432000 4194304 4196468 140722851296688 140511698656288 140511694441878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16375] ppid=16371 vsize=13978596 memory=3472468243299783888 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16375/stat : 16375 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14314082304 7063 33554432000 4194304 4196468 140722851296688 140511609498128 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16376] ppid=16371 vsize=13978596 memory=140114404632192 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16376/stat : 16376 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14314082304 7063 33554432000 4194304 4196468 140722851296688 140511608445584 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16377] ppid=16371 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16377/stat : 16377 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14314082304 7063 33554432000 4194304 4196468 140722851296688 140511607392528 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16378] ppid=16371 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16378/stat : 16378 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431514 14314082304 7063 33554432000 4194304 4196468 140722851296688 140511606339984 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16379] ppid=16371 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16379/stat : 16379 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431515 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510875044592 140511694441090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16380] ppid=16371 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16380/stat : 16380 (java) S 16371 16371 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154431515 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510873990816 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16381] ppid=16371 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154431516 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510872937712 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) S 16371 16371 12810 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 154431518 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510870833392 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) S 16371 16371 12810 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 154431518 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510869780848 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13978596 memory=140114404632192 CPUtime=0.01 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) R 16371 16371 12810 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 154431518 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510868727792 140511694451290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13978596 memory=140114404632192 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431518 14314082304 7063 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29636 KiB

[startup+0.210916 s]*
/proc/loadavg: 1.50 1.87 1.92 3/219 16387
/proc/meminfo: memFree=23602220/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0
[pid=16373] ppid=16371 vsize=13982884 memory=40416 CPUtime=0.34 cores=1,3,5,7
/proc/16373/stat : 16373 (java) S 16371 16371 12810 0 -1 1077944320 8201 0 0 0 32 2 0 0 20 0 15 0 154431512 14318473216 10104 33554432000 4194304 4196468 140722851296688 140722851279232 140511694429943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
/proc/16373/statm: 3495721 10104 3044 1 0 3482974 0
[pid=16373/tid=16374] ppid=16371 vsize=13982852 memory=5853961137533323680 CPUtime=0.19 cores=1,3,5,7
/proc/16373/task/16374/stat : 16374 (java) D 16371 16371 12810 0 -1 1077944384 5341 0 0 0 18 1 0 0 20 0 15 0 154431513 14318440448 10104 33554432000 4194304 4196468 140722851296688 140511698640736 140511687109165 0 4 0 16800975 18446744072101629476 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16375] ppid=16371 vsize=13982884 memory=3472468243299783888 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16375/stat : 16375 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14318473216 10104 33554432000 4194304 4196468 140722851296688 140511609498128 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16376] ppid=16371 vsize=13982884 memory=140114404632192 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16376/stat : 16376 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14318473216 10104 33554432000 4194304 4196468 140722851296688 140511608445584 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16377] ppid=16371 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16377/stat : 16377 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14318440448 10104 33554432000 4194304 4196468 140722851296688 140511607392528 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16378] ppid=16371 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16378/stat : 16378 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431514 14318440448 10104 33554432000 4194304 4196468 140722851296688 140511606339984 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16379] ppid=16371 vsize=13982852 memory=140114404632192 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16379/stat : 16379 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431515 14318440448 10104 33554432000 4194304 4196468 140722851296688 140510875044592 140511694441090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16380] ppid=16371 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16380/stat : 16380 (java) S 16371 16371 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154431515 14318440448 10104 33554432000 4194304 4196468 140722851296688 140510873990816 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16381] ppid=16371 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154431516 14318440448 10104 33554432000 4194304 4196468 140722851296688 140510872937712 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14318473216 10104 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13982884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) S 16371 16371 12810 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 154431518 14318473216 10104 33554432000 4194304 4196468 140722851296688 140510870833392 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) S 16371 16371 12810 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 154431518 14318440448 10104 33554432000 4194304 4196468 140722851296688 140510869780848 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13982852 memory=140114404632192 CPUtime=0.08 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) S 16371 16371 12810 0 -1 1077944384 735 0 0 0 8 0 0 0 20 0 15 0 154431518 14318440448 10104 33554432000 4194304 4196468 140722851296688 140510868727792 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14318440448 10104 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13982852 memory=140114404632192 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431518 14318440448 10104 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 41800 KiB

[startup+0.31072 s]*
/proc/loadavg: 1.50 1.87 1.92 5/219 16387
/proc/meminfo: memFree=23595520/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0
[pid=16373] ppid=16371 vsize=13982852 memory=48080 CPUtime=0.52 cores=1,3,5,7
/proc/16373/stat : 16373 (java) S 16371 16371 12810 0 -1 1077944320 9203 0 0 0 50 2 0 0 20 0 15 0 154431512 14318440448 12020 33554432000 4194304 4196468 140722851296688 140722851279232 140511694429943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
/proc/16373/statm: 3495713 12020 3127 1 0 3482966 0
[pid=16373/tid=16374] ppid=16371 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=1,3,5,7
/proc/16373/task/16374/stat : 16374 (java) R 16371 16371 12810 0 -1 4202560 5929 0 0 0 28 2 0 0 20 0 15 0 154431513 14318440448 12020 33554432000 4194304 4196468 140722851296688 140511698668208 140511694451965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16375] ppid=16371 vsize=13982852 memory=3472468243299783888 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16375/stat : 16375 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14318440448 12020 33554432000 4194304 4196468 140722851296688 140511609498128 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16376] ppid=16371 vsize=13982852 memory=140114404632192 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16376/stat : 16376 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14318440448 12020 33554432000 4194304 4196468 140722851296688 140511608445584 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16377] ppid=16371 vsize=13982852 memory=3 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16377/stat : 16377 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14318440448 12020 33554432000 4194304 4196468 140722851296688 140511607392528 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16378] ppid=16371 vsize=13982852 memory=140114248476703 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16378/stat : 16378 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431514 14318440448 12020 33554432000 4194304 4196468 140722851296688 140511606339984 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16379] ppid=16371 vsize=13982852 memory=280228496914176 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16379/stat : 16379 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431515 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510875044592 140511694441090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16380] ppid=16371 vsize=13982852 memory=140114248453647 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16380/stat : 16380 (java) S 16371 16371 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154431515 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510873990816 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16381] ppid=16371 vsize=13982852 memory=280228653095008 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154431516 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510872937712 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13982852 memory=140114248458255 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) R 16371 16371 12810 0 -1 1077944384 482 0 0 0 4 0 0 0 20 0 15 0 154431518 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510870833488 140511694440149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13982852 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) R 16371 16371 12810 0 -1 4202560 569 0 0 0 4 0 0 0 20 0 15 0 154431518 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510869761864 140511674257760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) R 16371 16371 12810 0 -1 4202560 922 0 0 0 13 0 0 0 20 0 15 0 154431518 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510868723536 140511672920421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13982852 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431518 14318440448 12020 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49464 KiB

[startup+0.70105 s]
/proc/loadavg: 1.50 1.87 1.92 6/219 16387
/proc/meminfo: memFree=23565368/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0
[pid=16373] ppid=16371 vsize=13984976 memory=95276 CPUtime=1.74 cores=1,3,5,7
/proc/16373/stat : 16373 (java) S 16371 16371 12810 0 -1 1077944320 13399 0 0 0 171 3 0 0 20 0 15 0 154431512 14320615424 23819 33554432000 4194304 4196468 140722851296688 140722851279232 140511694429943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
/proc/16373/statm: 3496244 23819 3206 1 0 3483478 0
[pid=16373/tid=16374] ppid=16371 vsize=13984976 memory=6154820267226784105 CPUtime=0.67 cores=1,3,5,7
/proc/16373/task/16374/stat : 16374 (java) R 16371 16371 12810 0 -1 4202560 6645 0 0 0 65 2 0 0 20 0 15 0 154431513 14320615424 23819 33554432000 4194304 4196468 140722851296688 140511698665800 140511285241744 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16375] ppid=16371 vsize=13984976 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16375/stat : 16375 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14320615424 23819 33554432000 4194304 4196468 140722851296688 140511609498128 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16376] ppid=16371 vsize=13984976 memory=4638778398333223008 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16376/stat : 16376 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14320615424 23819 33554432000 4194304 4196468 140722851296688 140511608445584 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16377] ppid=16371 vsize=13984976 memory=-7242455096852575424 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16377/stat : 16377 (java) S 16371 16371 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154431513 14320615424 23819 33554432000 4194304 4196468 140722851296688 140511607392528 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16378] ppid=16371 vsize=13984976 memory=4132774494331964790 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16378/stat : 16378 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431514 14320615424 23819 33554432000 4194304 4196468 140722851296688 140511606339984 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16379] ppid=16371 vsize=13984976 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16379/stat : 16379 (java) S 16371 16371 12810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154431515 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510875044592 140511694441090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16380] ppid=16371 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16380/stat : 16380 (java) S 16371 16371 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154431515 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510873990816 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16381] ppid=16371 vsize=13984976 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154431516 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510872937712 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13984976 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13984976 memory=42996 CPUtime=0.35 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) R 16371 16371 12810 0 -1 4202560 1502 0 0 0 35 0 0 0 20 0 15 0 154431518 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510870821504 140511679325759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13984976 memory=1292 CPUtime=0.35 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) R 16371 16371 12810 0 -1 4202560 2145 0 0 0 35 0 0 0 20 0 15 0 154431518 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510869780032 140511678827088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13984976 memory=2428 CPUtime=0.34 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) S 16371 16371 12810 0 -1 1077944384 1799 0 0 0 34 0 0 0 20 0 15 0 154431518 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510868727792 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13984976 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13984976 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 23819 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 96660 KiB

[startup+1.50084 s]
/proc/loadavg: 1.50 1.87 1.92 5/219 16387
/proc/meminfo: memFree=23535636/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0

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

/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154431516 14320615424 545186 33554432000 4194304 4196468 140722851296688 140510872937728 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13984976 memory=2080452 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 545186 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13984976 memory=1384 CPUtime=3.1 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) S 16371 16371 12810 0 -1 1077944384 22976 0 0 0 307 3 0 0 20 0 15 0 154431518 14320615424 545186 33554432000 4194304 4196468 140722851296688 140510870833392 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13984976 memory=2080440 CPUtime=2.53 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) S 16371 16371 12810 0 -1 1077944384 12396 0 0 0 252 1 0 0 20 0 15 0 154431518 14320615424 545186 33554432000 4194304 4196468 140722851296688 140510869780848 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13984976 memory=1384 CPUtime=0.67 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) S 16371 16371 12810 0 -1 1077944384 6126 0 0 0 65 2 0 0 20 0 15 0 154431518 14320615424 545186 33554432000 4194304 4196468 140722851296688 140510868727792 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 545186 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13984976 memory=2180744 CPUtime=0.04 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 400 0 0 0 2 2 0 0 20 0 15 0 154431518 14320615424 545186 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 110.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2182128 KiB

[startup+162.301 s]
/proc/loadavg: 1.92 1.90 1.93 3/217 16389
/proc/meminfo: memFree=19151588/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0
[pid=16373] ppid=16371 vsize=13984976 memory=2287804 CPUtime=172.92 cores=1,3,5,7
/proc/16373/stat : 16373 (java) S 16371 16371 12810 0 -1 1077944320 76769 0 0 0 17154 138 0 0 20 0 15 0 154431512 14320615424 571951 33554432000 4194304 4196468 140722851296688 140722851279232 140511694429943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
/proc/16373/statm: 3496244 571951 3278 1 0 3483478 0
[pid=16373/tid=16374] ppid=16371 vsize=13984976 memory=1384 CPUtime=160.66 cores=1,3,5,7
/proc/16373/task/16374/stat : 16374 (java) R 16371 16371 12810 0 -1 4202560 20287 0 0 0 16041 25 0 0 20 0 15 0 154431513 14320615424 571951 33554432000 4194304 4196468 140722851296688 140511698668616 140511285648657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16375] ppid=16371 vsize=13984976 memory=2287804 CPUtime=1.4 cores=1,3,5,7
/proc/16373/task/16375/stat : 16375 (java) S 16371 16371 12810 0 -1 1077944384 1548 0 0 0 116 24 0 0 20 0 15 0 154431513 14320615424 571951 33554432000 4194304 4196468 140722851296688 140511609498128 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16376] ppid=16371 vsize=13984976 memory=2287804 CPUtime=1.42 cores=1,3,5,7
/proc/16373/task/16376/stat : 16376 (java) S 16371 16371 12810 0 -1 1077944384 1902 0 0 0 116 26 0 0 20 0 15 0 154431513 14320615424 571951 33554432000 4194304 4196468 140722851296688 140511608445584 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16377] ppid=16371 vsize=13984976 memory=2287804 CPUtime=1.41 cores=1,3,5,7
/proc/16373/task/16377/stat : 16377 (java) S 16371 16371 12810 0 -1 1077944384 2036 0 0 0 116 25 0 0 20 0 15 0 154431513 14320615424 571951 33554432000 4194304 4196468 140722851296688 140511607392528 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16378] ppid=16371 vsize=13984976 memory=2287804 CPUtime=1.42 cores=1,3,5,7
/proc/16373/task/16378/stat : 16378 (java) S 16371 16371 12810 0 -1 1077944384 1566 0 0 0 116 26 0 0 20 0 15 0 154431514 14320615424 571951 33554432000 4194304 4196468 140722851296688 140511606339984 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16379] ppid=16371 vsize=13984976 memory=2287804 CPUtime=0.15 cores=1,3,5,7
/proc/16373/task/16379/stat : 16379 (java) S 16371 16371 12810 0 -1 1077944384 5642 0 0 0 15 0 0 0 20 0 15 0 154431515 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510875044592 140511694441090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16380] ppid=16371 vsize=13984976 memory=2287804 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16380/stat : 16380 (java) S 16371 16371 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154431515 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510873990880 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16381] ppid=16371 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154431516 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510872937728 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13984976 memory=2287804 CPUtime=3.1 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) S 16371 16371 12810 0 -1 1077944384 22985 0 0 0 307 3 0 0 20 0 15 0 154431518 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510870833392 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13984976 memory=1384 CPUtime=2.53 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) S 16371 16371 12810 0 -1 1077944384 12419 0 0 0 252 1 0 0 20 0 15 0 154431518 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510869780848 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13984976 memory=1384 CPUtime=0.68 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) S 16371 16371 12810 0 -1 1077944384 6505 0 0 0 66 2 0 0 20 0 15 0 154431518 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510868727792 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13984976 memory=2287804 CPUtime=0.08 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 496 0 0 0 4 4 0 0 20 0 15 0 154431518 14320615424 571951 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 172.92 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2289188 KiB

[startup+222.301 s]
/proc/loadavg: 1.89 1.90 1.93 6/217 16468
/proc/meminfo: memFree=21043280/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0
[pid=16373] ppid=16371 vsize=13984976 memory=3073988 CPUtime=233.54 cores=1,3,5,7
/proc/16373/stat : 16373 (java) S 16371 16371 12810 0 -1 1077944320 81173 0 0 0 23188 166 0 0 20 0 15 0 154431512 14320615424 768497 33554432000 4194304 4196468 140722851296688 140722851279232 140511694429943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
/proc/16373/statm: 3496244 768497 3278 1 0 3483478 0
[pid=16373/tid=16374] ppid=16371 vsize=13984976 memory=3073988 CPUtime=220.47 cores=1,3,5,7
/proc/16373/task/16374/stat : 16374 (java) R 16371 16371 12810 0 -1 4202560 23691 0 0 0 22011 36 0 0 20 0 15 0 154431513 14320615424 768497 33554432000 4194304 4196468 140722851296688 140511698669328 140511285648898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16375] ppid=16371 vsize=13984976 memory=3073988 CPUtime=1.59 cores=1,3,5,7
/proc/16373/task/16375/stat : 16375 (java) S 16371 16371 12810 0 -1 1077944384 1721 0 0 0 131 28 0 0 20 0 15 0 154431513 14320615424 768497 33554432000 4194304 4196468 140722851296688 140511609498128 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16376] ppid=16371 vsize=13984976 memory=3073988 CPUtime=1.61 cores=1,3,5,7
/proc/16373/task/16376/stat : 16376 (java) S 16371 16371 12810 0 -1 1077944384 1988 0 0 0 132 29 0 0 20 0 15 0 154431513 14320615424 768497 33554432000 4194304 4196468 140722851296688 140511608445584 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16377] ppid=16371 vsize=13984976 memory=1384 CPUtime=1.61 cores=1,3,5,7
/proc/16373/task/16377/stat : 16377 (java) S 16371 16371 12810 0 -1 1077944384 2122 0 0 0 132 29 0 0 20 0 15 0 154431513 14320615424 768497 33554432000 4194304 4196468 140722851296688 140511607392528 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16378] ppid=16371 vsize=13984976 memory=1384 CPUtime=1.6 cores=1,3,5,7
/proc/16373/task/16378/stat : 16378 (java) S 16371 16371 12810 0 -1 1077944384 1746 0 0 0 131 29 0 0 20 0 15 0 154431514 14320615424 768497 33554432000 4194304 4196468 140722851296688 140511606339984 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16379] ppid=16371 vsize=13984976 memory=3073988 CPUtime=0.15 cores=1,3,5,7
/proc/16373/task/16379/stat : 16379 (java) S 16371 16371 12810 0 -1 1077944384 6001 0 0 0 15 0 0 0 20 0 15 0 154431515 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510875044592 140511694441090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16380] ppid=16371 vsize=13984976 memory=2835208 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16380/stat : 16380 (java) S 16371 16371 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154431515 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510873990880 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16381] ppid=16371 vsize=13984976 memory=33 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154431516 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510872937728 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13984976 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13984976 memory=3073988 CPUtime=3.1 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) S 16371 16371 12810 0 -1 1077944384 22985 0 0 0 307 3 0 0 20 0 15 0 154431518 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510870833392 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13984976 memory=4144 CPUtime=2.54 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) S 16371 16371 12810 0 -1 1077944384 12530 0 0 0 253 1 0 0 20 0 15 0 154431518 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510869780848 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13984976 memory=42996 CPUtime=0.68 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) S 16371 16371 12810 0 -1 1077944384 6505 0 0 0 66 2 0 0 20 0 15 0 154431518 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510868727792 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13984976 memory=3073988 CPUtime=0.11 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 501 0 0 0 5 6 0 0 20 0 15 0 154431518 14320615424 768497 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 233.54 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3075372 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.91 1.91 1.93 3/217 16468
/proc/meminfo: memFree=20427208/32770624 swapFree=67108860/67108860
[pid=16371] ppid=16368 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/16371/stat : 16371 (xcsp3-exec) S 16368 16371 12810 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154431512 9740288 346 33554432000 4194304 5098028 140720800043616 140720800041720 140656282210940 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 20692992 140720800052340 140720800052544 140720800052544 140720800055275 0
/proc/16371/statm: 2378 346 289 221 0 87 0
[pid=16373] ppid=16371 vsize=13984976 memory=3074652 CPUtime=251.58 cores=1,3,5,7
/proc/16373/stat : 16373 (java) S 16371 16371 12810 0 -1 1077944320 87851 0 0 0 24992 166 0 0 20 0 15 0 154431512 14320615424 768663 33554432000 4194304 4196468 140722851296688 140722851279232 140511694429943 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
/proc/16373/statm: 3496244 768663 3278 1 0 3483478 0
[pid=16373/tid=16374] ppid=16371 vsize=13984976 memory=6791534058613427641 CPUtime=238.18 cores=1,3,5,7
/proc/16373/task/16374/stat : 16374 (java) R 16371 16371 12810 0 -1 4202560 23969 0 0 0 23782 36 0 0 20 0 15 0 154431513 14320615424 768663 33554432000 4194304 4196468 140722851296688 140511698667352 140511286781829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16375] ppid=16371 vsize=13984976 memory=15876 CPUtime=1.59 cores=1,3,5,7
/proc/16373/task/16375/stat : 16375 (java) S 16371 16371 12810 0 -1 1077944384 1721 0 0 0 131 28 0 0 20 0 15 0 154431513 14320615424 768663 33554432000 4194304 4196468 140722851296688 140511609498128 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16376] ppid=16371 vsize=13984976 memory=4052 CPUtime=1.61 cores=1,3,5,7
/proc/16373/task/16376/stat : 16376 (java) S 16371 16371 12810 0 -1 1077944384 1988 0 0 0 132 29 0 0 20 0 15 0 154431513 14320615424 768663 33554432000 4194304 4196468 140722851296688 140511608445584 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16377] ppid=16371 vsize=13984976 memory=-7003737579269690708 CPUtime=1.61 cores=1,3,5,7
/proc/16373/task/16377/stat : 16377 (java) S 16371 16371 12810 0 -1 1077944384 2122 0 0 0 132 29 0 0 20 0 15 0 154431513 14320615424 768663 33554432000 4194304 4196468 140722851296688 140511607392528 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16378] ppid=16371 vsize=13984976 memory=3024 CPUtime=1.6 cores=1,3,5,7
/proc/16373/task/16378/stat : 16378 (java) S 16371 16371 12810 0 -1 1077944384 1746 0 0 0 131 29 0 0 20 0 15 0 154431514 14320615424 768663 33554432000 4194304 4196468 140722851296688 140511606339984 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16379] ppid=16371 vsize=13984976 memory=1384 CPUtime=0.15 cores=1,3,5,7
/proc/16373/task/16379/stat : 16379 (java) S 16371 16371 12810 0 -1 1077944384 6015 0 0 0 15 0 0 0 20 0 15 0 154431515 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510875044592 140511694441090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16380] ppid=16371 vsize=13984976 memory=3074652 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16380/stat : 16380 (java) S 16371 16371 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154431515 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510873990880 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16381] ppid=16371 vsize=13984976 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16381/stat : 16381 (java) S 16371 16371 12810 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154431516 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510872937728 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16382] ppid=16371 vsize=13984976 memory=2704 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16382/stat : 16382 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510871886288 140511694448539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16383] ppid=16371 vsize=13984976 memory=1384 CPUtime=3.27 cores=1,3,5,7
/proc/16373/task/16383/stat : 16383 (java) S 16371 16371 12810 0 -1 1077944384 25759 0 0 0 324 3 0 0 20 0 15 0 154431518 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510870833392 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16384] ppid=16371 vsize=13984976 memory=532564 CPUtime=2.69 cores=1,3,5,7
/proc/16373/task/16384/stat : 16384 (java) S 16371 16371 12810 0 -1 1077944384 15959 0 0 0 268 1 0 0 20 0 15 0 154431518 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510869780848 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16385] ppid=16371 vsize=13984976 memory=330036 CPUtime=0.68 cores=1,3,5,7
/proc/16373/task/16385/stat : 16385 (java) S 16371 16371 12810 0 -1 1077944384 6681 0 0 0 66 2 0 0 20 0 15 0 154431518 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510868727792 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16386] ppid=16371 vsize=13984976 memory=3074064 CPUtime=0 cores=1,3,5,7
/proc/16373/task/16386/stat : 16386 (java) S 16371 16371 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154431518 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510867675488 140511694440149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
[pid=16373/tid=16387] ppid=16371 vsize=13984976 memory=-7003737579269690708 CPUtime=0.11 cores=1,3,5,7
/proc/16373/task/16387/stat : 16387 (java) S 16371 16371 12810 0 -1 1077944384 508 0 0 0 5 6 0 0 20 0 15 0 154431518 14320615424 768663 33554432000 4194304 4196468 140722851296688 140510866623536 140511694441090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6647808 140722851304605 140722851304780 140722851304780 140722851307471 0
Current children cumulated CPU time: 251.58 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3076036 KiB

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

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

[startup+240.033 s]
# the end of solver process 16373 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.933 s, system=1.68595 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.033
CPU time (s): 251.619
CPU user time (s): 249.933
CPU system time (s): 1.68595
CPU usage (%): 104.827
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 3076036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.933
system time used= 1.68595
maximum resident set size= 3075108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8353
involuntary context switches= 237


# summary of solver processes directly reported to runsolver:
#   pid: 16371,16373
#   total CPU time (s): 251.619
#   total CPU user time (s): 249.933
#   total CPU system time (s): 1.68595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42678 second user time and 2.50263 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 09:04:08
IDJOB=4284235
IDBENCH=133705
IDSOLVER=2680
FILE ID=node151/4284235-1503213508
RUNJOBID= node151-1503208976-12842
PBS_JOBID= 20630871
Free space on /tmp= 61672 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-4284235-1503213508/watcher-4284235-1503213508 -o /tmp/evaluation-result-4284235-1503213508/solver-4284235-1503213508 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503208976-12842 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1967970076 HOME/instance-4284235-1503213508.xml

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

MD5SUM BENCH= 1c5d3440e59d0a9e624ef63cf534111e
RANDOM SEED=1967970076

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:        23631100 kB
MemAvailable:   31454852 kB
Buffers:          328732 kB
Cached:          7783224 kB
SwapCached:            0 kB
Active:          2449272 kB
Inactive:        6237260 kB
Active(anon):     565712 kB
Inactive(anon):    44324 kB
Active(file):    1883560 kB
Inactive(file):  6192936 kB
Unevictable:        7580 kB
Mlocked:            7580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8004 kB
Writeback:             0 kB
AnonPages:        590940 kB
Mapped:            64296 kB
Shmem:             33416 kB
Slab:             153448 kB
SReclaimable:     126180 kB
SUnreclaim:        27268 kB
KernelStack:        3840 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1817216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 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= 61668 MiB
End job on node151 at 2017-08-20 09:08:08