Trace number 4306909

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? (TO) 2520.08 2506.05

General information on the benchmark

NameFrb/
frb-45-21-1_c18.xml
MD5SUMb87938282b595c2beb3624311f73a470
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1151.63
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Number of domains1
Minimum domain size21
Maximum domain size21
Distribution of domain sizes[{"size":21,"count":45}]
Minimum variable degree13
Maximum variable degree29
Distribution of variable degrees[{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":4},{"degree":19,"count":3},{"degree":20,"count":2},{"degree":21,"count":2},{"degree":22,"count":5},{"degree":23,"count":6},{"degree":24,"count":3},{"degree":25,"count":3},{"degree":26,"count":3},{"degree":27,"count":1},{"degree":28,"count":2},{"degree":29,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":476}]
Number of extensional constraints476
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":476}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306909-1534130240.xml"  -tl '2520s' -p 1
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4306909-1534130240.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
1.70/0.78	c solve instance...
2520.02/2506.01	s UNKNOWN
2520.02/2506.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 (10818 MiB free)
  memory of node 1: 16384 MiB (6641 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306909-1534130240/watcher-4306909-1534130240 -o /tmp/evaluation-result-4306909-1534130240/solver-4306909-1534130240 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534097780-4444 --watchdog 2580 HOME/xcsp3-exec -seed 190075725 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306909-1534130240.xml 

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

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

solver pid=8714, runsolver pid=8711

[startup+0.100281 s]*
/proc/loadavg: 1.67 1.57 1.58 3/216 8730
/proc/meminfo: memFree=17861968/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0
[pid=8716] ppid=8714 vsize=14082940 memory=29284 CPUtime=0.11 cores=0,2,4,6
/proc/8716/stat : 8716 (java) S 8714 8714 4413 0 -1 1077944320 5216 0 0 0 10 1 0 0 20 0 15 0 230587158 14420930560 7321 33554432000 4194304 4196468 140726669922464 140726669905008 140084144590583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
/proc/8716/statm: 3520735 7321 2994 1 0 3483012 0
[pid=8716/tid=8717] ppid=8714 vsize=14082940 memory=-8976644418600983157 CPUtime=0.09 cores=0,2,4,6
/proc/8716/task/8717/stat : 8717 (java) R 8714 8714 4413 0 -1 4202560 3242 0 0 0 8 1 0 0 20 0 15 0 230587158 14420930560 7321 33554432000 4194304 4196468 140726669922464 140084148815312 140084128634213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8718] ppid=8714 vsize=14082940 memory=3472468541770335440 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8718/stat : 8718 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 7321 33554432000 4194304 4196468 140726669922464 140084059658896 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8719] ppid=8714 vsize=14082940 memory=140412875183744 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8719/stat : 8719 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 7321 33554432000 4194304 4196468 140726669922464 140084058606096 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8720] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8720/stat : 8720 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 7321 33554432000 4194304 4196468 140726669922464 140084057553296 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8721] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8721/stat : 8721 (java) S 8714 8714 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 7321 33554432000 4194304 4196468 140726669922464 140084056500496 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8722] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8722/stat : 8722 (java) S 8714 8714 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230587160 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083617844080 140084144601730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8723] ppid=8714 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8723/stat : 8723 (java) S 8714 8714 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230587161 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083616790048 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8724] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230587161 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) S 8714 8714 4413 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 230587163 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083613632880 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) S 8714 8714 4413 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 230587163 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083612580080 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14082940 memory=140412875183744 CPUtime=0.01 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) R 8714 8714 4413 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 15 0 230587163 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083611527280 140084128773542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14082940 memory=140412875183744 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587164 14420930560 7321 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30736 KiB

[startup+0.210312 s]*
/proc/loadavg: 1.67 1.57 1.58 3/216 8730
/proc/meminfo: memFree=17851208/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0
[pid=8716] ppid=8714 vsize=14082940 memory=41092 CPUtime=0.34 cores=0,2,4,6
/proc/8716/stat : 8716 (java) S 8714 8714 4413 0 -1 1077944320 7775 0 0 0 31 3 0 0 20 0 15 0 230587158 14420930560 10273 33554432000 4194304 4196468 140726669922464 140726669905008 140084144590583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
/proc/8716/statm: 3520735 10273 3185 1 0 3483012 0
[pid=8716/tid=8717] ppid=8714 vsize=14082940 memory=4500115623978573208 CPUtime=0.2 cores=0,2,4,6
/proc/8716/task/8717/stat : 8717 (java) R 8714 8714 4413 0 -1 4202560 4920 0 0 0 18 2 0 0 20 0 15 0 230587158 14420930560 10273 33554432000 4194304 4196468 140726669922464 140084148828896 140084144612509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8718] ppid=8714 vsize=14082940 memory=3472468541770335440 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8718/stat : 8718 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 10273 33554432000 4194304 4196468 140726669922464 140084059658896 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8719] ppid=8714 vsize=14082940 memory=140412875183744 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8719/stat : 8719 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 10273 33554432000 4194304 4196468 140726669922464 140084058606096 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8720] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8720/stat : 8720 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 10273 33554432000 4194304 4196468 140726669922464 140084057553296 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8721] ppid=8714 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8721/stat : 8721 (java) S 8714 8714 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230587159 14420930560 10273 33554432000 4194304 4196468 140726669922464 140084056500496 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8722] ppid=8714 vsize=14082940 memory=140412875183744 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8722/stat : 8722 (java) S 8714 8714 4413 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230587160 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083617844080 140084144601730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8723] ppid=8714 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8723/stat : 8723 (java) S 8714 8714 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230587161 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083616790048 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8724] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230587161 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) S 8714 8714 4413 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 230587163 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083613632880 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) S 8714 8714 4413 0 -1 1077944384 445 0 0 0 2 0 0 0 20 0 15 0 230587163 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083612580080 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14082940 memory=140412875183744 CPUtime=0.07 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) S 8714 8714 4413 0 -1 1077944384 752 0 0 0 7 0 0 0 20 0 15 0 230587163 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083611527280 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14082940 memory=140412875183744 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587164 14420930560 10273 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42544 KiB

[startup+0.31044 s]*
/proc/loadavg: 1.67 1.57 1.58 5/216 8730
/proc/meminfo: memFree=17834832/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0
[pid=8716] ppid=8714 vsize=14087196 memory=46892 CPUtime=0.51 cores=0,2,4,6
/proc/8716/stat : 8716 (java) S 8714 8714 4413 0 -1 1077944320 8454 0 0 0 47 4 0 0 20 0 15 0 230587158 14425288704 11723 33554432000 4194304 4196468 140726669922464 140726669905008 140084144590583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
/proc/8716/statm: 3521799 11723 3218 1 0 3483012 0
[pid=8716/tid=8717] ppid=8714 vsize=14087196 memory=4500115623978573208 CPUtime=0.29 cores=0,2,4,6
/proc/8716/task/8717/stat : 8717 (java) R 8714 8714 4413 0 -1 4202560 5517 0 0 0 26 3 0 0 20 0 15 0 230587158 14425288704 11789 33554432000 4194304 4196468 140726669922464 140084148821696 140084144612509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8718] ppid=8714 vsize=14087196 memory=3472468709102864048 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8718/stat : 8718 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14425288704 11789 33554432000 4194304 4196468 140726669922464 140084059658896 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8719] ppid=8714 vsize=14087196 memory=140412875183744 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8719/stat : 8719 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14425288704 11789 33554432000 4194304 4196468 140726669922464 140084058606096 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8720] ppid=8714 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8720/stat : 8720 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14425288704 11789 33554432000 4194304 4196468 140726669922464 140084057553296 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8721] ppid=8714 vsize=14087196 memory=140412748701471 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8721/stat : 8721 (java) S 8714 8714 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230587159 14425288704 11789 33554432000 4194304 4196468 140726669922464 140084056500496 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8722] ppid=8714 vsize=14087196 memory=280825497382176 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8722/stat : 8722 (java) S 8714 8714 4413 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 230587160 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083617844080 140084144601730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8723] ppid=8714 vsize=14087196 memory=140412748678415 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8723/stat : 8723 (java) S 8714 8714 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230587161 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083616790048 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8724] ppid=8714 vsize=14087196 memory=280825623871328 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230587161 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14087196 memory=140412748683023 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14087196 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) R 8714 8714 4413 0 -1 4202560 357 0 0 0 3 0 0 0 20 0 15 0 230587163 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083613632880 140084123945893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14087196 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) R 8714 8714 4413 0 -1 4202560 453 0 0 0 4 0 0 0 20 0 15 0 230587163 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083612580080 140084128090980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) S 8714 8714 4413 0 -1 1077944384 841 0 0 0 12 0 0 0 20 0 15 0 230587163 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083611527280 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14087196 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587164 14425288704 11789 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 48344 KiB

[startup+0.701381 s]
/proc/loadavg: 1.67 1.57 1.58 5/216 8730
/proc/meminfo: memFree=17821740/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0
[pid=8716] ppid=8714 vsize=14089320 memory=126136 CPUtime=1.7 cores=0,2,4,6
/proc/8716/stat : 8716 (java) S 8714 8714 4413 0 -1 1077944320 12303 0 0 0 163 7 0 0 20 0 15 0 230587158 14427463680 31534 33554432000 4194304 4196468 140726669922464 140726669905008 140084144590583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
/proc/8716/statm: 3522330 31534 3347 1 0 3483524 0
[pid=8716/tid=8717] ppid=8714 vsize=14089320 memory=7301856077481666896 CPUtime=0.67 cores=0,2,4,6
/proc/8716/task/8717/stat : 8717 (java) R 8714 8714 4413 0 -1 4202560 6171 0 0 0 62 5 0 0 20 0 15 0 230587158 14427463680 31534 33554432000 4194304 4196468 140726669922464 140084148828272 140083734553463 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8718] ppid=8714 vsize=14089320 memory=7662142948277310575 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8718/stat : 8718 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14427463680 31534 33554432000 4194304 4196468 140726669922464 140084059658896 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8719] ppid=8714 vsize=14089320 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8719/stat : 8719 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14427463680 31534 33554432000 4194304 4196468 140726669922464 140084058606096 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8720] ppid=8714 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8720/stat : 8720 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587159 14427463680 31534 33554432000 4194304 4196468 140726669922464 140084057553296 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8721] ppid=8714 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8721/stat : 8721 (java) S 8714 8714 4413 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230587159 14427463680 31534 33554432000 4194304 4196468 140726669922464 140084056500496 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8722] ppid=8714 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8722/stat : 8722 (java) S 8714 8714 4413 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 230587160 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083617844080 140084144601730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8723] ppid=8714 vsize=14089320 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8723/stat : 8723 (java) S 8714 8714 4413 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083616790048 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8724] ppid=8714 vsize=14089320 memory=3804 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14089320 memory=3164 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14089320 memory=1244 CPUtime=0.33 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) R 8714 8714 4413 0 -1 4202560 1648 0 0 0 33 0 0 0 20 0 15 0 230587163 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083613619312 140084128493684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14089320 memory=1060 CPUtime=0.32 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) R 8714 8714 4413 0 -1 4202560 1487 0 0 0 32 0 0 0 20 0 15 0 230587163 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083612565232 140084128147403 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14089320 memory=1776 CPUtime=0.34 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) R 8714 8714 4413 0 -1 4202560 1688 0 0 0 34 0 0 0 20 0 15 0 230587163 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083611522320 140084137687419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14089320 memory=5656 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14089320 memory=14772 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230587164 14427463680 31534 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 127588 KiB

[startup+1.50086 s]
/proc/loadavg: 1.67 1.57 1.58 5/216 8730
/proc/meminfo: memFree=17742796/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0

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

/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 2059189 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14089320 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14427463680 2059189 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14089320 memory=1776 CPUtime=1.19 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) S 8714 8714 4413 0 -1 1077944384 9551 0 0 0 118 1 0 0 20 0 15 0 230587163 14427463680 2059189 33554432000 4194304 4196468 140726669922464 140083613632880 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14089320 memory=8236756 CPUtime=1.31 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) S 8714 8714 4413 0 -1 1077944384 9349 0 0 0 129 2 0 0 20 0 15 0 230587163 14427463680 2059189 33554432000 4194304 4196468 140726669922464 140083612580080 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14089320 memory=1592 CPUtime=0.57 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) S 8714 8714 4413 0 -1 1077944384 6003 0 0 0 55 2 0 0 20 0 15 0 230587163 14427463680 2059189 33554432000 4194304 4196468 140726669922464 140083611527280 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14089320 memory=2056 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14427463680 2059189 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14089320 memory=932 CPUtime=0.7 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 902 0 0 0 27 43 0 0 20 0 15 0 230587164 14427463680 2059189 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 2396.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8238208 KiB

[startup+2442.3 s]
/proc/loadavg: 1.00 0.93 0.95 2/195 8853
/proc/meminfo: memFree=10302844/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0
[pid=8716] ppid=8714 vsize=14089320 memory=8236784 CPUtime=2456.23 cores=0,2,4,6
/proc/8716/stat : 8716 (java) S 8714 8714 4413 0 -1 1077944320 208380 0 0 0 245129 494 0 0 20 0 15 0 230587158 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140726669905008 140084144590583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
/proc/8716/statm: 3522330 2059196 3418 1 0 3483524 0
[pid=8716/tid=8717] ppid=8714 vsize=14089320 memory=1452 CPUtime=2437.33 cores=0,2,4,6
/proc/8716/task/8717/stat : 8717 (java) R 8714 8714 4413 0 -1 4202560 108485 0 0 0 243312 421 0 0 20 0 15 0 230587158 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140084148830208 140083735368242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8718] ppid=8714 vsize=14089320 memory=8236756 CPUtime=3.54 cores=0,2,4,6
/proc/8716/task/8718/stat : 8718 (java) S 8714 8714 4413 0 -1 1077944384 22539 0 0 0 348 6 0 0 20 0 15 0 230587159 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140084059658896 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8719] ppid=8714 vsize=14089320 memory=8236760 CPUtime=3.51 cores=0,2,4,6
/proc/8716/task/8719/stat : 8719 (java) S 8714 8714 4413 0 -1 1077944384 14447 0 0 0 344 7 0 0 20 0 15 0 230587159 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140084058606096 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8720] ppid=8714 vsize=14089320 memory=1452 CPUtime=3.53 cores=0,2,4,6
/proc/8716/task/8720/stat : 8720 (java) S 8714 8714 4413 0 -1 1077944384 10633 0 0 0 349 4 0 0 20 0 15 0 230587159 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140084057553296 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8721] ppid=8714 vsize=14089320 memory=1452 CPUtime=3.51 cores=0,2,4,6
/proc/8716/task/8721/stat : 8721 (java) S 8714 8714 4413 0 -1 1077944384 15442 0 0 0 346 5 0 0 20 0 15 0 230587159 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140084056500496 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8722] ppid=8714 vsize=14089320 memory=8236760 CPUtime=0.93 cores=0,2,4,6
/proc/8716/task/8722/stat : 8722 (java) S 8714 8714 4413 0 -1 1077944384 9653 0 0 0 76 17 0 0 20 0 15 0 230587160 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083617844080 140084144601730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8723] ppid=8714 vsize=14089320 memory=8236784 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8723/stat : 8723 (java) S 8714 8714 4413 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083616790048 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8724] ppid=8714 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14089320 memory=1452 CPUtime=1.19 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) S 8714 8714 4413 0 -1 1077944384 9554 0 0 0 118 1 0 0 20 0 15 0 230587163 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083613632880 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14089320 memory=8236760 CPUtime=1.31 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) S 8714 8714 4413 0 -1 1077944384 9351 0 0 0 129 2 0 0 20 0 15 0 230587163 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083612580080 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14089320 memory=1452 CPUtime=0.57 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) S 8714 8714 4413 0 -1 1077944384 6005 0 0 0 55 2 0 0 20 0 15 0 230587163 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083611527280 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14089320 memory=8236760 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14089320 memory=3164 CPUtime=0.71 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 921 0 0 0 28 43 0 0 20 0 15 0 230587164 14427463680 2059196 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 2456.23 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8238236 KiB

[startup+2502.3 s]
/proc/loadavg: 1.15 0.98 0.97 2/195 8854
/proc/meminfo: memFree=10302708/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0
[pid=8716] ppid=8714 vsize=14089320 memory=8236788 CPUtime=2516.31 cores=0,2,4,6
/proc/8716/stat : 8716 (java) S 8714 8714 4413 0 -1 1077944320 219810 0 0 0 251136 495 0 0 20 0 15 0 230587158 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140726669905008 140084144590583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
/proc/8716/statm: 3522330 2059197 3418 1 0 3483524 0
[pid=8716/tid=8717] ppid=8714 vsize=14089320 memory=1452 CPUtime=2497.3 cores=0,2,4,6
/proc/8716/task/8717/stat : 8717 (java) R 8714 8714 4413 0 -1 4202560 111689 0 0 0 249309 421 0 0 20 0 15 0 230587158 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084148830208 140083735388339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8718] ppid=8714 vsize=14089320 memory=8236788 CPUtime=3.56 cores=0,2,4,6
/proc/8716/task/8718/stat : 8718 (java) S 8714 8714 4413 0 -1 1077944384 26704 0 0 0 350 6 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084059658896 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8719] ppid=8714 vsize=14089320 memory=8236788 CPUtime=3.53 cores=0,2,4,6
/proc/8716/task/8719/stat : 8719 (java) S 8714 8714 4413 0 -1 1077944384 15911 0 0 0 346 7 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084058606096 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8720] ppid=8714 vsize=14089320 memory=8236788 CPUtime=3.56 cores=0,2,4,6
/proc/8716/task/8720/stat : 8720 (java) S 8714 8714 4413 0 -1 1077944384 11686 0 0 0 351 5 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084057553296 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8721] ppid=8714 vsize=14089320 memory=8236788 CPUtime=3.54 cores=0,2,4,6
/proc/8716/task/8721/stat : 8721 (java) S 8714 8714 4413 0 -1 1077944384 16791 0 0 0 349 5 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084056500496 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8722] ppid=8714 vsize=14089320 memory=8236788 CPUtime=0.93 cores=0,2,4,6
/proc/8716/task/8722/stat : 8722 (java) S 8714 8714 4413 0 -1 1077944384 9820 0 0 0 76 17 0 0 20 0 15 0 230587160 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083617844080 140084144601730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8723] ppid=8714 vsize=14089320 memory=8236788 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8723/stat : 8723 (java) S 8714 8714 4413 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083616790048 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8724] ppid=8714 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14089320 memory=8236788 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14089320 memory=1452 CPUtime=1.19 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) S 8714 8714 4413 0 -1 1077944384 9557 0 0 0 118 1 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083613632880 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14089320 memory=8236788 CPUtime=1.31 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) S 8714 8714 4413 0 -1 1077944384 9353 0 0 0 129 2 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083612580080 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14089320 memory=1452 CPUtime=0.57 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) S 8714 8714 4413 0 -1 1077944384 6007 0 0 0 55 2 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083611527280 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14089320 memory=8236788 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14089320 memory=8236788 CPUtime=0.73 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 942 0 0 0 29 44 0 0 20 0 15 0 230587164 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 2516.31 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8238240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506 s]*
/proc/loadavg: 1.22 0.99 0.97 2/195 8854
/proc/meminfo: memFree=10302708/32770624 swapFree=67108796/67108860
[pid=8714] ppid=8711 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8714/stat : 8714 (xcsp3-exec) S 8711 8714 4413 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 230587157 115843072 363 33554432000 4194304 5098028 140736464839728 140736464837832 140384117813884 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29868032 140736464847931 140736464848132 140736464848132 140736464850890 0
/proc/8714/statm: 28282 363 305 221 0 87 0
[pid=8716] ppid=8714 vsize=14089320 memory=8236788 CPUtime=2520.02 cores=0,2,4,6
/proc/8716/stat : 8716 (java) S 8714 8714 4413 0 -1 1077944320 219856 0 0 0 251507 495 0 0 20 0 15 0 230587158 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140726669905008 140084144590583 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
/proc/8716/statm: 3522330 2059197 3418 1 0 3483524 0
[pid=8716/tid=8717] ppid=8714 vsize=14089320 memory=-6733704525061579059 CPUtime=2501.01 cores=0,2,4,6
/proc/8716/task/8717/stat : 8717 (java) R 8714 8714 4413 0 -1 4202560 111731 0 0 0 249680 421 0 0 20 0 15 0 230587158 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084148830208 140083735386498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8718] ppid=8714 vsize=14089320 memory=-7003737579269690708 CPUtime=3.56 cores=0,2,4,6
/proc/8716/task/8718/stat : 8718 (java) S 8714 8714 4413 0 -1 1077944384 26704 0 0 0 350 6 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084059658896 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8719] ppid=8714 vsize=14089320 memory=1600 CPUtime=3.53 cores=0,2,4,6
/proc/8716/task/8719/stat : 8719 (java) S 8714 8714 4413 0 -1 1077944384 15911 0 0 0 346 7 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084058606096 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8720] ppid=8714 vsize=14089320 memory=932 CPUtime=3.56 cores=0,2,4,6
/proc/8716/task/8720/stat : 8720 (java) S 8714 8714 4413 0 -1 1077944384 11686 0 0 0 351 5 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084057553296 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8721] ppid=8714 vsize=14089320 memory=1168 CPUtime=3.54 cores=0,2,4,6
/proc/8716/task/8721/stat : 8721 (java) S 8714 8714 4413 0 -1 1077944384 16791 0 0 0 349 5 0 0 20 0 15 0 230587159 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140084056500496 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8722] ppid=8714 vsize=14089320 memory=3884 CPUtime=0.93 cores=0,2,4,6
/proc/8716/task/8722/stat : 8722 (java) S 8714 8714 4413 0 -1 1077944384 9820 0 0 0 76 17 0 0 20 0 15 0 230587160 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083617844080 140084144601730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8723] ppid=8714 vsize=14089320 memory=2180 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8723/stat : 8723 (java) S 8714 8714 4413 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083616790048 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8724] ppid=8714 vsize=14089320 memory=3980 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8724/stat : 8724 (java) S 8714 8714 4413 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 230587161 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083615737200 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8725] ppid=8714 vsize=14089320 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8725/stat : 8725 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083614685520 140084144609179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8726] ppid=8714 vsize=14089320 memory=288230596050944315 CPUtime=1.19 cores=0,2,4,6
/proc/8716/task/8726/stat : 8726 (java) S 8714 8714 4413 0 -1 1077944384 9557 0 0 0 118 1 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083613632880 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8727] ppid=8714 vsize=14089320 memory=13846387007688923 CPUtime=1.31 cores=0,2,4,6
/proc/8716/task/8727/stat : 8727 (java) S 8714 8714 4413 0 -1 1077944384 9353 0 0 0 129 2 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083612580080 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8728] ppid=8714 vsize=14089320 memory=14772 CPUtime=0.57 cores=0,2,4,6
/proc/8716/task/8728/stat : 8728 (java) S 8714 8714 4413 0 -1 1077944384 6007 0 0 0 55 2 0 0 20 0 15 0 230587163 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083611527280 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8729] ppid=8714 vsize=14089320 memory=39376 CPUtime=0 cores=0,2,4,6
/proc/8716/task/8729/stat : 8729 (java) S 8714 8714 4413 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230587164 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083610474720 140084144600789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
[pid=8716/tid=8730] ppid=8714 vsize=14089320 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/8716/task/8730/stat : 8730 (java) S 8714 8714 4413 0 -1 1077944384 946 0 0 0 29 44 0 0 20 0 15 0 230587164 14427463680 2059197 33554432000 4194304 4196468 140726669922464 140083609423024 140084144601730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9986048 140726669927558 140726669927729 140726669927729 140726669930447 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8238240 KiB

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

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

[startup+2506.05 s]
# the end of solver process 8716 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.09 s, system=4.99361 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): 2506.05
CPU time (s): 2520.08
CPU user time (s): 2515.09
CPU system time (s): 4.99361
CPU usage (%): 100.56
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 8238240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.09
system time used= 4.99361
maximum resident set size= 8237360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220757
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72186
involuntary context switches= 3096


# summary of solver processes directly reported to runsolver:
#   pid: 8714,8716
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.09
#   total CPU system time (s): 4.99361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0908 second user time and 22.5321 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-13 05:17:20
IDJOB=4306909
IDBENCH=141587
IDSOLVER=2787
FILE ID=node138/4306909-1534130240
RUNJOBID= node138-1534097780-4444
PBS_JOBID= 21037001
Free space on /tmp= 24416 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Frb/frb-45-21-1_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306909-1534130240/watcher-4306909-1534130240 -o /tmp/evaluation-result-4306909-1534130240/solver-4306909-1534130240 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534097780-4444 --watchdog 2580  HOME/xcsp3-exec -seed 190075725 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306909-1534130240.xml

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

MD5SUM BENCH= b87938282b595c2beb3624311f73a470
RANDOM SEED=190075725

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
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:        17879096 kB
MemAvailable:   31260672 kB
Buffers:          183096 kB
Cached:         13272576 kB
SwapCached:           12 kB
Active:          7339712 kB
Inactive:        6813624 kB
Active(anon):     640188 kB
Inactive(anon):   109752 kB
Active(file):    6699524 kB
Inactive(file):  6703872 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             22028 kB
Writeback:             0 kB
AnonPages:        704856 kB
Mapped:            64008 kB
Shmem:             49740 kB
Slab:             434696 kB
SReclaimable:     406640 kB
SUnreclaim:        28056 kB
KernelStack:        3600 kB
PageTables:         6896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1287004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24416 MiB
End job on node138 at 2018-08-13 05:59:06