Trace number 4282765

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 243.15601 240.022

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-4282765-1503213438.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282765-1503213438.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
1.44/0.62	c solve instance...
243.12/240.01	s UNKNOWN
243.12/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 (9877 MiB free)
  memory of node 1: 16384 MiB (11873 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282765-1503213438/watcher-4282765-1503213438 -o /tmp/evaluation-result-4282765-1503213438/solver-4282765-1503213438 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5116 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 421461942 HOME/instance-4282765-1503213438.xml 

running on 4 cores: 0,2,4,6

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=8692, runsolver pid=8689
Current StackSize limit: 8192 KiB


[startup+0.100403 s]*
/proc/loadavg: 1.41 1.62 1.81 3/218 8708
/proc/meminfo: memFree=22257240/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0
[pid=8694] ppid=8692 vsize=13978596 memory=27852 CPUtime=0.12 cores=0,2,4,6
/proc/8694/stat : 8694 (java) S 8692 8692 5085 0 -1 1077944320 5324 0 0 0 11 1 0 0 20 0 15 0 154424816 14314082304 6963 33554432000 4194304 4196468 140721360352832 140721360335376 140391695982327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
/proc/8694/statm: 3494649 6963 2866 1 0 3482966 0
[pid=8694/tid=8695] ppid=8692 vsize=13978596 memory=8260065295529644891 CPUtime=0.08 cores=0,2,4,6
/proc/8694/task/8695/stat : 8695 (java) R 8692 8692 5085 0 -1 4202560 3322 0 0 0 8 0 0 0 20 0 15 0 154424817 14314082304 6963 33554432000 4194304 4196468 140721360352832 140391700215600 140391291557396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8696] ppid=8692 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8696/stat : 8696 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14314082304 6963 33554432000 4194304 4196468 140721360352832 140391611050384 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8697] ppid=8692 vsize=13978596 memory=140194690815616 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8697/stat : 8697 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14314082304 6963 33554432000 4194304 4196468 140721360352832 140391290497296 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8698] ppid=8692 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8698/stat : 8698 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14314082304 6963 33554432000 4194304 4196468 140721360352832 140391289445008 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8699] ppid=8692 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8699/stat : 8699 (java) S 8692 8692 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154424818 14314082304 6963 33554432000 4194304 4196468 140721360352832 140391288392208 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8700] ppid=8692 vsize=13978596 memory=140194690815616 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8700/stat : 8700 (java) S 8692 8692 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154424819 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390876899952 140391695993474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8701] ppid=8692 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8701/stat : 8701 (java) S 8692 8692 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154424819 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390875845920 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8702] ppid=8692 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154424819 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390874793584 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) S 8692 8692 5085 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 154424822 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390872688752 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) S 8692 8692 5085 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 154424822 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13978596 memory=140194690815616 CPUtime=0.01 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) R 8692 8692 5085 0 -1 4202560 338 0 0 0 1 0 0 0 20 0 15 0 154424822 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390333143408 140391674947017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13978596 memory=140194690815616 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424822 14314082304 7029 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29232 KiB

[startup+0.210744 s]*
/proc/loadavg: 1.41 1.62 1.81 3/218 8708
/proc/meminfo: memFree=22246448/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0
[pid=8694] ppid=8692 vsize=13982852 memory=40180 CPUtime=0.33 cores=0,2,4,6
/proc/8694/stat : 8694 (java) S 8692 8692 5085 0 -1 1077944320 8114 0 0 0 31 2 0 0 20 0 15 0 154424816 14318440448 10045 33554432000 4194304 4196468 140721360352832 140721360335376 140391695982327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
/proc/8694/statm: 3495713 10045 3044 1 0 3482966 0
[pid=8694/tid=8695] ppid=8692 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/8694/task/8695/stat : 8695 (java) R 8692 8692 5085 0 -1 4202560 5334 0 0 0 18 1 0 0 20 0 15 0 154424817 14318440448 10045 33554432000 4194304 4196468 140721360352832 140391700193120 140391688699431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8696] ppid=8692 vsize=13982852 memory=9010 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8696/stat : 8696 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 10045 33554432000 4194304 4196468 140721360352832 140391611050384 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8697] ppid=8692 vsize=13982852 memory=140194691589909 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8697/stat : 8697 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 10045 33554432000 4194304 4196468 140721360352832 140391290497296 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8698] ppid=8692 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8698/stat : 8698 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 10045 33554432000 4194304 4196468 140721360352832 140391289445008 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8699] ppid=8692 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8699/stat : 8699 (java) S 8692 8692 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 10045 33554432000 4194304 4196468 140721360352832 140391288392208 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8700] ppid=8692 vsize=13982852 memory=140194690815616 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8700/stat : 8700 (java) S 8692 8692 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154424819 14318440448 10045 33554432000 4194304 4196468 140721360352832 140390876899952 140391695993474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8701] ppid=8692 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8701/stat : 8701 (java) S 8692 8692 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154424819 14318440448 10045 33554432000 4194304 4196468 140721360352832 140390875845920 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8702] ppid=8692 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154424819 14318473216 10045 33554432000 4194304 4196468 140721360352832 140390874793584 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14318473216 10045 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) S 8692 8692 5085 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 15 0 154424822 14318440448 10045 33554432000 4194304 4196468 140721360352832 140390872688752 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) S 8692 8692 5085 0 -1 1077944384 319 0 0 0 1 0 0 0 20 0 15 0 154424822 14318440448 10045 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13982852 memory=140194690815616 CPUtime=0.08 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) S 8692 8692 5085 0 -1 1077944384 728 0 0 0 8 0 0 0 20 0 15 0 154424822 14318440448 10045 33554432000 4194304 4196468 140721360352832 140390333143408 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14318440448 10045 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424822 14318440448 10045 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41560 KiB

[startup+0.310466 s]*
/proc/loadavg: 1.41 1.62 1.81 5/218 8708
/proc/meminfo: memFree=22240080/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0
[pid=8694] ppid=8692 vsize=13982852 memory=48084 CPUtime=0.51 cores=0,2,4,6
/proc/8694/stat : 8694 (java) S 8692 8692 5085 0 -1 1077944320 9203 0 0 0 48 3 0 0 20 0 15 0 154424816 14318440448 12021 33554432000 4194304 4196468 140721360352832 140721360335376 140391695982327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
/proc/8694/statm: 3495713 12021 3126 1 0 3482966 0
[pid=8694/tid=8695] ppid=8692 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/8694/task/8695/stat : 8695 (java) R 8692 8692 5085 0 -1 4202560 5931 0 0 0 27 2 0 0 20 0 15 0 154424817 14318440448 12021 33554432000 4194304 4196468 140721360352832 140391700220608 140391696004253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8696] ppid=8692 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8696/stat : 8696 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 12021 33554432000 4194304 4196468 140721360352832 140391611050384 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8697] ppid=8692 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8697/stat : 8697 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 12021 33554432000 4194304 4196468 140721360352832 140391290497296 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8698] ppid=8692 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8698/stat : 8698 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 12021 33554432000 4194304 4196468 140721360352832 140391289445008 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8699] ppid=8692 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8699/stat : 8699 (java) S 8692 8692 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154424818 14318440448 12021 33554432000 4194304 4196468 140721360352832 140391288392208 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8700] ppid=8692 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8700/stat : 8700 (java) S 8692 8692 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154424819 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390876899952 140391695993474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8701] ppid=8692 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8701/stat : 8701 (java) S 8692 8692 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154424819 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390875845920 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8702] ppid=8692 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154424819 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390874793584 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) R 8692 8692 5085 0 -1 4202560 633 0 0 0 4 0 0 0 20 0 15 0 154424822 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390872669768 140391689088019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) R 8692 8692 5085 0 -1 1077944384 396 0 0 0 3 0 0 0 20 0 15 0 154424822 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) R 8692 8692 5085 0 -1 4202560 947 0 0 0 13 0 0 0 20 0 15 0 154424822 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390333137752 140391676170864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424822 14318440448 12021 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49464 KiB

[startup+0.700779 s]
/proc/loadavg: 1.41 1.62 1.81 6/218 8708
/proc/meminfo: memFree=22210176/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0
[pid=8694] ppid=8692 vsize=13984976 memory=93548 CPUtime=1.73 cores=0,2,4,6
/proc/8694/stat : 8694 (java) S 8692 8692 5085 0 -1 1077944320 13454 0 0 0 168 5 0 0 20 0 15 0 154424816 14320615424 23387 33554432000 4194304 4196468 140721360352832 140721360335376 140391695982327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
/proc/8694/statm: 3496244 23387 3206 1 0 3483478 0
[pid=8694/tid=8695] ppid=8692 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/8694/task/8695/stat : 8695 (java) R 8692 8692 5085 0 -1 4202560 6658 0 0 0 64 3 0 0 20 0 15 0 154424817 14320615424 23387 33554432000 4194304 4196468 140721360352832 140391700221184 140391695994262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8696] ppid=8692 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8696/stat : 8696 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14320615424 23387 33554432000 4194304 4196468 140721360352832 140391611050384 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8697] ppid=8692 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8697/stat : 8697 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14320615424 23387 33554432000 4194304 4196468 140721360352832 140391290497296 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8698] ppid=8692 vsize=13984976 memory=43072 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8698/stat : 8698 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424818 14320615424 23387 33554432000 4194304 4196468 140721360352832 140391289445008 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8699] ppid=8692 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8699/stat : 8699 (java) S 8692 8692 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154424818 14320615424 23387 33554432000 4194304 4196468 140721360352832 140391288392208 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8700] ppid=8692 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8700/stat : 8700 (java) S 8692 8692 5085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390876899952 140391695993474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8701] ppid=8692 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8701/stat : 8701 (java) S 8692 8692 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390875845920 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8702] ppid=8692 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390874793584 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13984976 memory=11112 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13984976 memory=5776 CPUtime=0.35 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) S 8692 8692 5085 0 -1 1077944384 1743 0 0 0 35 0 0 0 20 0 15 0 154424822 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390872688752 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13984976 memory=4616 CPUtime=0.34 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) S 8692 8692 5085 0 -1 1077944384 1877 0 0 0 34 0 0 0 20 0 15 0 154424822 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13984976 memory=792 CPUtime=0.33 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) R 8692 8692 5085 0 -1 4202560 1870 0 0 0 33 0 0 0 20 0 15 0 154424822 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390333143408 140391695994262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 23387 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 94928 KiB

[startup+1.50079 s]
/proc/loadavg: 1.54 1.64 1.82 3/218 8708
/proc/meminfo: memFree=22189176/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0

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

/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 55413 33554432000 4194304 4196468 140721360352832 140390874793600 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 55413 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13984976 memory=140194578414343 CPUtime=1.34 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) S 8692 8692 5085 0 -1 1077944384 7826 0 0 0 132 2 0 0 20 0 15 0 154424822 14320615424 55413 33554432000 4194304 4196468 140721360352832 140390872688752 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13984976 memory=-1807685287717842718 CPUtime=1.02 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) S 8692 8692 5085 0 -1 1077944384 6994 0 0 0 102 0 0 0 20 0 15 0 154424822 14320615424 55413 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13984976 memory=-2247047206238248274 CPUtime=0.49 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) S 8692 8692 5085 0 -1 1077944384 5036 0 0 0 48 1 0 0 20 0 15 0 154424822 14320615424 55413 33554432000 4194304 4196468 140721360352832 140390333143408 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 55413 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13984976 memory=1424 CPUtime=0.01 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 15 0 154424822 14320615424 55413 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 105.28 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 223032 KiB

[startup+162.301 s]
/proc/loadavg: 1.95 1.77 1.84 4/218 8864
/proc/meminfo: memFree=22083772/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0
[pid=8694] ppid=8692 vsize=13984976 memory=233476 CPUtime=165.33 cores=0,2,4,6
/proc/8694/stat : 8694 (java) S 8692 8692 5085 0 -1 1077944320 38596 0 0 0 16515 18 0 0 20 0 15 0 154424816 14320615424 58369 33554432000 4194304 4196468 140721360352832 140721360335376 140391695982327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
/proc/8694/statm: 3496244 58369 3258 1 0 3483478 0
[pid=8694/tid=8695] ppid=8692 vsize=13984976 memory=233476 CPUtime=162.21 cores=0,2,4,6
/proc/8694/task/8695/stat : 8695 (java) R 8692 8692 5085 0 -1 4202560 10334 0 0 0 16215 6 0 0 20 0 15 0 154424817 14320615424 58369 33554432000 4194304 4196468 140721360352832 140391700219960 140391294469410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8696] ppid=8692 vsize=13984976 memory=1380 CPUtime=0.03 cores=0,2,4,6
/proc/8694/task/8696/stat : 8696 (java) S 8692 8692 5085 0 -1 1077944384 1658 0 0 0 2 1 0 0 20 0 15 0 154424818 14320615424 58369 33554432000 4194304 4196468 140721360352832 140391611050384 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8697] ppid=8692 vsize=13984976 memory=233456 CPUtime=0.03 cores=0,2,4,6
/proc/8694/task/8697/stat : 8697 (java) S 8692 8692 5085 0 -1 1077944384 396 0 0 0 2 1 0 0 20 0 15 0 154424818 14320615424 58369 33554432000 4194304 4196468 140721360352832 140391290497296 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8698] ppid=8692 vsize=13984976 memory=1380 CPUtime=0.03 cores=0,2,4,6
/proc/8694/task/8698/stat : 8698 (java) S 8692 8692 5085 0 -1 1077944384 589 0 0 0 2 1 0 0 20 0 15 0 154424818 14320615424 58369 33554432000 4194304 4196468 140721360352832 140391289445008 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8699] ppid=8692 vsize=13984976 memory=233476 CPUtime=0.03 cores=0,2,4,6
/proc/8694/task/8699/stat : 8699 (java) S 8692 8692 5085 0 -1 1077944384 1144 0 0 0 2 1 0 0 20 0 15 0 154424818 14320615424 58369 33554432000 4194304 4196468 140721360352832 140391288392208 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8700] ppid=8692 vsize=13984976 memory=1424 CPUtime=0.01 cores=0,2,4,6
/proc/8694/task/8700/stat : 8700 (java) S 8692 8692 5085 0 -1 1077944384 1203 0 0 0 1 0 0 0 20 0 15 0 154424819 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390876899952 140391695993474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8701] ppid=8692 vsize=13984976 memory=221684 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8701/stat : 8701 (java) S 8692 8692 5085 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390875845984 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8702] ppid=8692 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390874793600 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13984976 memory=233476 CPUtime=1.34 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) S 8692 8692 5085 0 -1 1077944384 8036 0 0 0 132 2 0 0 20 0 15 0 154424822 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390872688752 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13984976 memory=4140 CPUtime=1.03 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) S 8692 8692 5085 0 -1 1077944384 8077 0 0 0 103 0 0 0 20 0 15 0 154424822 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13984976 memory=43072 CPUtime=0.49 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) S 8692 8692 5085 0 -1 1077944384 5199 0 0 0 48 1 0 0 20 0 15 0 154424822 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390333143408 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13984976 memory=106 CPUtime=0.03 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 579 0 0 0 2 1 0 0 20 0 15 0 154424822 14320615424 58369 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 165.33 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 234856 KiB

[startup+222.301 s]
/proc/loadavg: 1.78 1.75 1.83 3/217 8865
/proc/meminfo: memFree=22084956/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0
[pid=8694] ppid=8692 vsize=13984976 memory=231904 CPUtime=225.41 cores=0,2,4,6
/proc/8694/stat : 8694 (java) S 8692 8692 5085 0 -1 1077944320 40201 0 0 0 22521 20 0 0 20 0 15 0 154424816 14320615424 57976 33554432000 4194304 4196468 140721360352832 140721360335376 140391695982327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
/proc/8694/statm: 3496244 57976 3258 1 0 3483478 0
[pid=8694/tid=8695] ppid=8692 vsize=13984976 memory=231904 CPUtime=222.2 cores=0,2,4,6
/proc/8694/task/8695/stat : 8695 (java) R 8692 8692 5085 0 -1 4202560 10678 0 0 0 22214 6 0 0 20 0 15 0 154424817 14320615424 57976 33554432000 4194304 4196468 140721360352832 140391700218856 140391294474459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8696] ppid=8692 vsize=13984976 memory=960 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8696/stat : 8696 (java) S 8692 8692 5085 0 -1 1077944384 1678 0 0 0 3 1 0 0 20 0 15 0 154424818 14320615424 57976 33554432000 4194304 4196468 140721360352832 140391611050384 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8697] ppid=8692 vsize=13984976 memory=1380 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8697/stat : 8697 (java) S 8692 8692 5085 0 -1 1077944384 425 0 0 0 2 2 0 0 20 0 15 0 154424818 14320615424 57976 33554432000 4194304 4196468 140721360352832 140391290497296 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8698] ppid=8692 vsize=13984976 memory=1380 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8698/stat : 8698 (java) S 8692 8692 5085 0 -1 1077944384 867 0 0 0 3 1 0 0 20 0 15 0 154424818 14320615424 57976 33554432000 4194304 4196468 140721360352832 140391289445008 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8699] ppid=8692 vsize=13984976 memory=1200 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8699/stat : 8699 (java) S 8692 8692 5085 0 -1 1077944384 1161 0 0 0 3 1 0 0 20 0 15 0 154424818 14320615424 57976 33554432000 4194304 4196468 140721360352832 140391288392208 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8700] ppid=8692 vsize=13984976 memory=15876 CPUtime=0.01 cores=0,2,4,6
/proc/8694/task/8700/stat : 8700 (java) S 8692 8692 5085 0 -1 1077944384 1351 0 0 0 1 0 0 0 20 0 15 0 154424819 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390876899952 140391695993474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8701] ppid=8692 vsize=13984976 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8701/stat : 8701 (java) S 8692 8692 5085 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390875845984 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8702] ppid=8692 vsize=13984976 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390874793600 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13984976 memory=1380 CPUtime=1.34 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) S 8692 8692 5085 0 -1 1077944384 8038 0 0 0 132 2 0 0 20 0 15 0 154424822 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390872688752 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13984976 memory=231904 CPUtime=1.06 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) S 8692 8692 5085 0 -1 1077944384 8835 0 0 0 106 0 0 0 20 0 15 0 154424822 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13984976 memory=4140 CPUtime=0.49 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) S 8692 8692 5085 0 -1 1077944384 5202 0 0 0 48 1 0 0 20 0 15 0 154424822 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390333143408 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13984976 memory=43072 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13984976 memory=288230574492221466 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 585 0 0 0 2 2 0 0 20 0 15 0 154424822 14320615424 57976 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 225.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 233284 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.83 1.76 1.83 3/217 8865
/proc/meminfo: memFree=22085064/32770624 swapFree=67108860/67108860
[pid=8692] ppid=8689 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8692/stat : 8692 (xcsp3-exec) S 8689 8692 5085 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 154424816 9740288 345 33554432000 4194304 5098028 140733014048864 140733014046968 140556856332924 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28782592 140733014049909 140733014050112 140733014050112 140733014052843 0
/proc/8692/statm: 2378 345 289 221 0 87 0
[pid=8694] ppid=8692 vsize=13984976 memory=231916 CPUtime=243.12 cores=0,2,4,6
/proc/8694/stat : 8694 (java) S 8692 8692 5085 0 -1 1077944320 41100 0 0 0 24292 20 0 0 20 0 15 0 154424816 14320615424 57979 33554432000 4194304 4196468 140721360352832 140721360335376 140391695982327 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
/proc/8694/statm: 3496244 57979 3258 1 0 3483478 0
[pid=8694/tid=8695] ppid=8692 vsize=13984976 memory=8112282956445269571 CPUtime=239.91 cores=0,2,4,6
/proc/8694/task/8695/stat : 8695 (java) R 8692 8692 5085 0 -1 4202560 10965 0 0 0 23985 6 0 0 20 0 15 0 154424817 14320615424 57979 33554432000 4194304 4196468 140721360352832 140391700218512 140391294469410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8696] ppid=8692 vsize=13984976 memory=4126316290023845779 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8696/stat : 8696 (java) S 8692 8692 5085 0 -1 1077944384 1678 0 0 0 3 1 0 0 20 0 15 0 154424818 14320615424 57979 33554432000 4194304 4196468 140721360352832 140391611050384 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8697] ppid=8692 vsize=13984976 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8697/stat : 8697 (java) S 8692 8692 5085 0 -1 1077944384 425 0 0 0 2 2 0 0 20 0 15 0 154424818 14320615424 57979 33554432000 4194304 4196468 140721360352832 140391290497296 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8698] ppid=8692 vsize=13984976 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8698/stat : 8698 (java) S 8692 8692 5085 0 -1 1077944384 867 0 0 0 3 1 0 0 20 0 15 0 154424818 14320615424 57979 33554432000 4194304 4196468 140721360352832 140391289445008 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8699] ppid=8692 vsize=13984976 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8699/stat : 8699 (java) S 8692 8692 5085 0 -1 1077944384 1161 0 0 0 3 1 0 0 20 0 15 0 154424818 14320615424 57979 33554432000 4194304 4196468 140721360352832 140391288392208 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8700] ppid=8692 vsize=13984976 memory=135 CPUtime=0.01 cores=0,2,4,6
/proc/8694/task/8700/stat : 8700 (java) S 8692 8692 5085 0 -1 1077944384 1380 0 0 0 1 0 0 0 20 0 15 0 154424819 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390876899952 140391695993474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8701] ppid=8692 vsize=13984976 memory=106 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8701/stat : 8701 (java) S 8692 8692 5085 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390875845984 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8702] ppid=8692 vsize=13984976 memory=49 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8702/stat : 8702 (java) S 8692 8692 5085 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 154424819 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390874793600 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8703] ppid=8692 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8703/stat : 8703 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390873741904 140391696000923 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8704] ppid=8692 vsize=13984976 memory=4 CPUtime=1.35 cores=0,2,4,6
/proc/8694/task/8704/stat : 8704 (java) S 8692 8692 5085 0 -1 1077944384 8282 0 0 0 133 2 0 0 20 0 15 0 154424822 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390872688752 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8705] ppid=8692 vsize=13984976 memory=4140 CPUtime=1.06 cores=0,2,4,6
/proc/8694/task/8705/stat : 8705 (java) S 8692 8692 5085 0 -1 1077944384 8929 0 0 0 106 0 0 0 20 0 15 0 154424822 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390334195696 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8706] ppid=8692 vsize=13984976 memory=43072 CPUtime=0.49 cores=0,2,4,6
/proc/8694/task/8706/stat : 8706 (java) S 8692 8692 5085 0 -1 1077944384 5424 0 0 0 48 1 0 0 20 0 15 0 154424822 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390333143408 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8707] ppid=8692 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8694/task/8707/stat : 8707 (java) S 8692 8692 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154424822 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390332090848 140391695992533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
[pid=8694/tid=8708] ppid=8692 vsize=13984976 memory=2396 CPUtime=0.04 cores=0,2,4,6
/proc/8694/task/8708/stat : 8708 (java) S 8692 8692 5085 0 -1 1077944384 608 0 0 0 2 2 0 0 20 0 15 0 154424822 14320615424 57979 33554432000 4194304 4196468 140721360352832 140390331038640 140391695993474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 16261120 140721360356509 140721360356684 140721360356684 140721360359375 0
Current children cumulated CPU time: 243.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 233296 KiB

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

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

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

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

Child status: 143
Real time (s): 240.022
CPU time (s): 243.156
CPU user time (s): 242.94
CPU system time (s): 0.216075
CPU usage (%): 101.306
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 234856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.94
system time used= 0.216075
maximum resident set size= 241668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7692
involuntary context switches= 306


# summary of solver processes directly reported to runsolver:
#   pid: 8692,8694
#   total CPU time (s): 243.156
#   total CPU user time (s): 242.94
#   total CPU system time (s): 0.216075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3552 second user time and 2.2623 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 09:02:58
IDJOB=4282765
IDBENCH=133705
IDSOLVER=2678
FILE ID=node150/4282765-1503213438
RUNJOBID= node150-1503208459-5116
PBS_JOBID= 20630864
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
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-4282765-1503213438/watcher-4282765-1503213438 -o /tmp/evaluation-result-4282765-1503213438/solver-4282765-1503213438 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5116 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 421461942 HOME/instance-4282765-1503213438.xml

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

MD5SUM BENCH= 1c5d3440e59d0a9e624ef63cf534111e
RANDOM SEED=421461942

node150.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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22273688 kB
MemAvailable:   31582064 kB
Buffers:          302280 kB
Cached:          9284412 kB
SwapCached:            0 kB
Active:          3157580 kB
Inactive:        6863144 kB
Active(anon):     384180 kB
Inactive(anon):    85796 kB
Active(file):    2773400 kB
Inactive(file):  6777348 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7980 kB
Writeback:             0 kB
AnonPages:        451324 kB
Mapped:            64372 kB
Shmem:             33416 kB
Slab:             173372 kB
SReclaimable:     146924 kB
SUnreclaim:        26448 kB
KernelStack:        3824 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1388216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61756 MiB
End job on node150 at 2017-08-20 09:06:58