Trace number 4306915

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.1 2507.53

General information on the benchmark

NameFrb/
frb-53-24-3-mgd_c18.xml
MD5SUM2687d075c2954ad7539e74b041f9986e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints470
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree11
Maximum variable degree26
Distribution of variable degrees[{"degree":11,"count":1},{"degree":13,"count":2},{"degree":14,"count":5},{"degree":15,"count":4},{"degree":16,"count":6},{"degree":17,"count":7},{"degree":18,"count":12},{"degree":19,"count":4},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":25,"count":1},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":470}]
Number of extensional constraints470
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":470}]
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-4306915-1534127456.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4306915-1534127456.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
2.12/0.81	c solve instance...
2520.04/2507.51	s UNKNOWN
2520.04/2507.51	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 (2355 MiB free)
  memory of node 1: 16384 MiB (9966 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306915-1534127456/watcher-4306915-1534127456 -o /tmp/evaluation-result-4306915-1534127456/solver-4306915-1534127456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534096899-2741 --watchdog 2580 HOME/xcsp3-exec -seed 2139277594 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306915-1534127456.xml 

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

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


[startup+0.100081 s]*
/proc/loadavg: 1.52 1.60 1.67 3/218 7933
/proc/meminfo: memFree=12601676/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0
[pid=7919] ppid=7917 vsize=14082940 memory=28508 CPUtime=0.12 cores=1,3,5,7
/proc/7919/stat : 7919 (java) S 7917 7917 2709 0 -1 1077944320 5499 0 0 0 11 1 0 0 20 0 15 0 230308855 14420930560 7127 33554432000 4194304 4196468 140735937099872 140735937082416 140502535749367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
/proc/7919/statm: 3520735 7127 3018 1 0 3483012 0
[pid=7919/tid=7920] ppid=7917 vsize=14082940 memory=-8976644418600983157 CPUtime=0.08 cores=1,3,5,7
/proc/7919/task/7920/stat : 7920 (java) R 7917 7917 2709 0 -1 4202560 3506 0 0 0 8 0 0 0 20 0 15 0 230308855 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502539981632 140502535761302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7921] ppid=7917 vsize=14082940 memory=3472467905195431120 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7921/stat : 7921 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502131808528 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7922] ppid=7917 vsize=14082940 memory=139776300279424 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7922/stat : 7922 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502130755984 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7923] ppid=7917 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7923/stat : 7923 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502129703440 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7924] ppid=7917 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7924/stat : 7924 (java) S 7917 7917 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230308856 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502128650896 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7925] ppid=7917 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7925/stat : 7925 (java) S 7917 7917 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230308857 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502077098480 140502535760514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7926] ppid=7917 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7926/stat : 7926 (java) S 7917 7917 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230308858 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502076044704 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7927] ppid=7917 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230308858 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502074992112 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) R 7917 7917 2709 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 230308860 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502072887280 140502535760514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) S 7917 7917 2709 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 230308860 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502071834736 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14082940 memory=139776300279424 CPUtime=0.01 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) R 7917 7917 2709 0 -1 4202560 276 0 0 0 1 0 0 0 20 0 15 0 230308861 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502003345648 140502520326465 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14082940 memory=139776300279424 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308861 14420930560 7127 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29960 KiB

[startup+0.210584 s]*
/proc/loadavg: 1.52 1.60 1.67 5/218 7933
/proc/meminfo: memFree=12589588/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0
[pid=7919] ppid=7917 vsize=14082940 memory=41340 CPUtime=0.34 cores=1,3,5,7
/proc/7919/stat : 7919 (java) S 7917 7917 2709 0 -1 1077944320 8356 0 0 0 32 2 0 0 20 0 15 0 230308855 14420930560 10271 33554432000 4194304 4196468 140735937099872 140735937082416 140502535749367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
/proc/7919/statm: 3520735 10271 3193 1 0 3483012 0
[pid=7919/tid=7920] ppid=7917 vsize=14085056 memory=4788064525053108374 CPUtime=0.2 cores=1,3,5,7
/proc/7919/task/7920/stat : 7920 (java) D 7917 7917 2709 0 -1 1077944384 5433 0 0 0 19 1 0 0 20 0 15 0 230308855 14423097344 10337 33554432000 4194304 4196468 140735937099872 140502539970360 140502538024647 0 4 0 16800975 18446744072101727780 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7921] ppid=7917 vsize=14085056 memory=3472467905195431120 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7921/stat : 7921 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14423097344 10337 33554432000 4194304 4196468 140735937099872 140502131808528 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7922] ppid=7917 vsize=14087196 memory=139776300279424 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7922/stat : 7922 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502130755984 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7923] ppid=7917 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7923/stat : 7923 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502129703440 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7924] ppid=7917 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7924/stat : 7924 (java) S 7917 7917 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230308856 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502128650896 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7925] ppid=7917 vsize=14087196 memory=139776300279424 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7925/stat : 7925 (java) S 7917 7917 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230308857 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502077098480 140502535760514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7926] ppid=7917 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7926/stat : 7926 (java) S 7917 7917 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230308858 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502076044704 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7927] ppid=7917 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230308858 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502074992112 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) S 7917 7917 2709 0 -1 1077944384 655 0 0 0 3 0 0 0 20 0 15 0 230308860 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502072887280 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14087196 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) S 7917 7917 2709 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 15 0 230308860 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502071834736 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14087196 memory=139776300279424 CPUtime=0.08 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) S 7917 7917 2709 0 -1 1077944384 815 0 0 0 8 0 0 0 20 0 15 0 230308861 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502003345648 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14087196 memory=139776300279424 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308861 14425288704 10340 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42792 KiB

[startup+0.313123 s]*
/proc/loadavg: 1.52 1.60 1.67 4/218 7933
/proc/meminfo: memFree=12583260/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0
[pid=7919] ppid=7917 vsize=14087196 memory=48544 CPUtime=0.52 cores=1,3,5,7
/proc/7919/stat : 7919 (java) S 7917 7917 2709 0 -1 1077944320 9288 0 0 0 49 3 0 0 20 0 15 0 230308855 14425288704 12136 33554432000 4194304 4196468 140735937099872 140735937082416 140502535749367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
/proc/7919/statm: 3521799 12136 3277 1 0 3483012 0
[pid=7919/tid=7920] ppid=7917 vsize=14087196 memory=-8976644418600983157 CPUtime=0.29 cores=1,3,5,7
/proc/7919/task/7920/stat : 7920 (java) R 7917 7917 2709 0 -1 4202560 6167 0 0 0 28 1 0 0 20 0 15 0 230308855 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502539983152 140502519829854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7921] ppid=7917 vsize=14087196 memory=3472467905195431120 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7921/stat : 7921 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502131808528 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7922] ppid=7917 vsize=14087196 memory=139776300279424 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7922/stat : 7922 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502130755984 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7923] ppid=7917 vsize=14087196 memory=17 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7923/stat : 7923 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502129703440 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7924] ppid=7917 vsize=14087196 memory=139776154019871 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7924/stat : 7924 (java) S 7917 7917 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230308856 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502128650896 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7925] ppid=7917 vsize=14087196 memory=279552308000512 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7925/stat : 7925 (java) S 7917 7917 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230308857 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502077098480 140502535760514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7926] ppid=7917 vsize=14087196 memory=139776153996815 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7926/stat : 7926 (java) S 7917 7917 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230308858 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502076044704 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7927] ppid=7917 vsize=14087196 memory=279552454285408 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230308858 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502074992112 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14087196 memory=139776154001423 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) S 7917 7917 2709 0 -1 1077944384 666 0 0 0 4 0 0 0 20 0 15 0 230308860 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502072887280 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14087196 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) S 7917 7917 2709 0 -1 1077944384 264 0 0 0 4 0 0 0 20 0 15 0 230308860 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502071834736 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) S 7917 7917 2709 0 -1 1077944384 892 0 0 0 12 0 0 0 20 0 15 0 230308861 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502003345648 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14087196 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308861 14425288704 12136 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49996 KiB

[startup+0.701855 s]
/proc/loadavg: 1.52 1.60 1.67 5/218 7933
/proc/meminfo: memFree=12550156/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0
[pid=7919] ppid=7917 vsize=14089320 memory=154724 CPUtime=1.77 cores=1,3,5,7
/proc/7919/stat : 7919 (java) S 7917 7917 2709 0 -1 1077944320 12780 0 0 0 172 5 0 0 20 0 15 0 230308855 14427463680 38681 33554432000 4194304 4196468 140735937099872 140735937082416 140502535749367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
/proc/7919/statm: 3522330 38681 3351 1 0 3483524 0
[pid=7919/tid=7920] ppid=7917 vsize=14089320 memory=53 CPUtime=0.67 cores=1,3,5,7
/proc/7919/task/7920/stat : 7920 (java) R 7917 7917 2709 0 -1 4202560 6643 0 0 0 64 3 0 0 20 0 15 0 230308855 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502539982192 140502154496728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7921] ppid=7917 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7921/stat : 7921 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502131808528 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7922] ppid=7917 vsize=14089320 memory=8320808402719618869 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7922/stat : 7922 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502130755984 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7923] ppid=7917 vsize=14089320 memory=7223880817056039022 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7923/stat : 7923 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308856 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502129703440 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7924] ppid=7917 vsize=14089320 memory=7588675599774802240 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7924/stat : 7924 (java) S 7917 7917 2709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230308856 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502128650896 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7925] ppid=7917 vsize=14089320 memory=734122130331934768 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7925/stat : 7925 (java) S 7917 7917 2709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230308857 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502077098480 140502535760514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7926] ppid=7917 vsize=14089320 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7926/stat : 7926 (java) S 7917 7917 2709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502076044704 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7927] ppid=7917 vsize=14089320 memory=1264 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502074992112 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14089320 memory=7136 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14089320 memory=748 CPUtime=0.36 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) R 7917 7917 2709 0 -1 4202560 1679 0 0 0 36 0 0 0 20 0 15 0 230308860 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502072874064 140502515466503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14089320 memory=872 CPUtime=0.38 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) R 7917 7917 2709 0 -1 4202560 1231 0 0 0 38 0 0 0 20 0 15 0 230308860 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502071833920 140502535761302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14089320 memory=1220 CPUtime=0.32 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) R 7917 7917 2709 0 -1 1077944384 1920 0 0 0 32 0 0 0 20 0 15 0 230308861 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502003341408 140502535759573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14089320 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14089320 memory=15336 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230308861 14427463680 38681 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 156176 KiB

[startup+1.50076 s]
/proc/loadavg: 1.52 1.60 1.67 6/218 7933
/proc/meminfo: memFree=12434916/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0

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

/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 657136 33554432000 4194304 4196468 140735937099872 140502074992128 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14089320 memory=2628544 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14427463680 657136 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14089320 memory=1452 CPUtime=1.35 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) S 7917 7917 2709 0 -1 1077944384 9771 0 0 0 135 0 0 0 20 0 15 0 230308860 14427463680 657136 33554432000 4194304 4196468 140735937099872 140502072887280 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14089320 memory=1452 CPUtime=1.15 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) S 7917 7917 2709 0 -1 1077944384 6136 0 0 0 114 1 0 0 20 0 15 0 230308860 14427463680 657136 33554432000 4194304 4196468 140735937099872 140502071834736 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14089320 memory=1452 CPUtime=0.55 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) S 7917 7917 2709 0 -1 1077944384 6316 0 0 0 54 1 0 0 20 0 15 0 230308861 14427463680 657136 33554432000 4194304 4196468 140735937099872 140502003345648 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14427463680 657136 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14089320 memory=1452 CPUtime=0.53 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1217 0 0 0 20 33 0 0 20 0 15 0 230308861 14427463680 657136 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 2454.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 2629996 KiB

[startup+2502.3 s]
/proc/loadavg: 1.42 1.53 1.64 3/218 8109
/proc/meminfo: memFree=12517324/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0
[pid=7919] ppid=7917 vsize=14089320 memory=2632672 CPUtime=2514.84 cores=1,3,5,7
/proc/7919/stat : 7919 (java) S 7917 7917 2709 0 -1 1077944320 152553 0 0 0 251081 403 0 0 20 0 15 0 230308855 14427463680 658168 33554432000 4194304 4196468 140735937099872 140735937082416 140502535749367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
/proc/7919/statm: 3522330 658168 3421 1 0 3483524 0
[pid=7919/tid=7920] ppid=7917 vsize=14089320 memory=2632672 CPUtime=2497.76 cores=1,3,5,7
/proc/7919/task/7920/stat : 7920 (java) R 7917 7917 2709 0 -1 4202560 80863 0 0 0 249458 318 0 0 20 0 15 0 230308855 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502539988896 140502159281978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7921] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.09 cores=1,3,5,7
/proc/7919/task/7921/stat : 7921 (java) S 7917 7917 2709 0 -1 1077944384 9162 0 0 0 299 10 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502131808528 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7922] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.08 cores=1,3,5,7
/proc/7919/task/7922/stat : 7922 (java) S 7917 7917 2709 0 -1 1077944384 8008 0 0 0 297 11 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502130755984 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7923] ppid=7917 vsize=14089320 memory=2630592 CPUtime=3.1 cores=1,3,5,7
/proc/7919/task/7923/stat : 7923 (java) S 7917 7917 2709 0 -1 1077944384 10716 0 0 0 298 12 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502129703440 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7924] ppid=7917 vsize=14089320 memory=2630624 CPUtime=3.09 cores=1,3,5,7
/proc/7919/task/7924/stat : 7924 (java) S 7917 7917 2709 0 -1 1077944384 7716 0 0 0 299 10 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502128650896 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7925] ppid=7917 vsize=14089320 memory=2632672 CPUtime=1.04 cores=1,3,5,7
/proc/7919/task/7925/stat : 7925 (java) S 7917 7917 2709 0 -1 1077944384 11273 0 0 0 90 14 0 0 20 0 15 0 230308857 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502077098480 140502535760514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7926] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7926/stat : 7926 (java) S 7917 7917 2709 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502076044768 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7927] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502074992128 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14089320 memory=7597401513116522602 CPUtime=1.35 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) S 7917 7917 2709 0 -1 1077944384 9774 0 0 0 135 0 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502072887280 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14089320 memory=1452 CPUtime=1.16 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) S 7917 7917 2709 0 -1 1077944384 6138 0 0 0 115 1 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502071834736 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0.55 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) S 7917 7917 2709 0 -1 1077944384 6319 0 0 0 54 1 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502003345648 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14089320 memory=748 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14089320 memory=872 CPUtime=0.55 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1238 0 0 0 21 34 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 2514.84 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 2634124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.5 s]
/proc/loadavg: 1.47 1.54 1.64 3/218 8109
/proc/meminfo: memFree=12492500/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0
[pid=7919] ppid=7917 vsize=14089320 memory=2632672 CPUtime=2520.04 cores=1,3,5,7
/proc/7919/stat : 7919 (java) S 7917 7917 2709 0 -1 1077944320 152557 0 0 0 251601 403 0 0 20 0 15 0 230308855 14427463680 658168 33554432000 4194304 4196468 140735937099872 140735937082416 140502535749367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
/proc/7919/statm: 3522330 658168 3421 1 0 3483524 0
[pid=7919/tid=7920] ppid=7917 vsize=14089320 memory=2632672 CPUtime=2502.96 cores=1,3,5,7
/proc/7919/task/7920/stat : 7920 (java) R 7917 7917 2709 0 -1 4202560 80867 0 0 0 249978 318 0 0 20 0 15 0 230308855 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502539988896 140502159283370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7921] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.09 cores=1,3,5,7
/proc/7919/task/7921/stat : 7921 (java) S 7917 7917 2709 0 -1 1077944384 9162 0 0 0 299 10 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502131808528 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7922] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.08 cores=1,3,5,7
/proc/7919/task/7922/stat : 7922 (java) S 7917 7917 2709 0 -1 1077944384 8008 0 0 0 297 11 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502130755984 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7923] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.1 cores=1,3,5,7
/proc/7919/task/7923/stat : 7923 (java) S 7917 7917 2709 0 -1 1077944384 10716 0 0 0 298 12 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502129703440 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7924] ppid=7917 vsize=14089320 memory=2630592 CPUtime=3.09 cores=1,3,5,7
/proc/7919/task/7924/stat : 7924 (java) S 7917 7917 2709 0 -1 1077944384 7716 0 0 0 299 10 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502128650896 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7925] ppid=7917 vsize=14089320 memory=2630624 CPUtime=1.04 cores=1,3,5,7
/proc/7919/task/7925/stat : 7925 (java) S 7917 7917 2709 0 -1 1077944384 11273 0 0 0 90 14 0 0 20 0 15 0 230308857 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502077098480 140502535760514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7926] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7926/stat : 7926 (java) S 7917 7917 2709 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502076044768 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7927] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502074992128 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14089320 memory=2632672 CPUtime=1.35 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) S 7917 7917 2709 0 -1 1077944384 9774 0 0 0 135 0 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502072887280 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14089320 memory=2632672 CPUtime=1.16 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) S 7917 7917 2709 0 -1 1077944384 6138 0 0 0 115 1 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502071834736 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0.55 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) S 7917 7917 2709 0 -1 1077944384 6319 0 0 0 54 1 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502003345648 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14089320 memory=8112282956445269571 CPUtime=0.55 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1238 0 0 0 21 34 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 2634124 KiB

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

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

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

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

[startup+2507.5 s]
/proc/loadavg: 1.47 1.54 1.64 3/218 8109
/proc/meminfo: memFree=12492500/32770624 swapFree=67108792/67108860
[pid=7917] ppid=7914 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7917/stat : 7917 (xcsp3-exec) S 7914 7917 2709 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 230308855 115843072 363 33554432000 4194304 5098028 140725517058400 140725517056504 140188335690364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34848768 140725517063226 140725517063428 140725517063428 140725517066186 0
/proc/7917/statm: 28282 363 305 221 0 87 0
[pid=7919] ppid=7917 vsize=14089320 memory=2632672 CPUtime=2520.04 cores=1,3,5,7
/proc/7919/stat : 7919 (java) S 7917 7917 2709 0 -1 1077944320 152557 0 0 0 251601 403 0 0 20 0 15 0 230308855 14427463680 658168 33554432000 4194304 4196468 140735937099872 140735937082416 140502535749367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
/proc/7919/statm: 3522330 658168 3421 1 0 3483524 0
[pid=7919/tid=7920] ppid=7917 vsize=14089320 memory=2632672 CPUtime=2502.96 cores=1,3,5,7
/proc/7919/task/7920/stat : 7920 (java) R 7917 7917 2709 0 -1 4202560 80867 0 0 0 249978 318 0 0 20 0 15 0 230308855 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502539988896 140502159283370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7921] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.09 cores=1,3,5,7
/proc/7919/task/7921/stat : 7921 (java) S 7917 7917 2709 0 -1 1077944384 9162 0 0 0 299 10 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502131808528 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7922] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.08 cores=1,3,5,7
/proc/7919/task/7922/stat : 7922 (java) S 7917 7917 2709 0 -1 1077944384 8008 0 0 0 297 11 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502130755984 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7923] ppid=7917 vsize=14089320 memory=2632672 CPUtime=3.1 cores=1,3,5,7
/proc/7919/task/7923/stat : 7923 (java) S 7917 7917 2709 0 -1 1077944384 10716 0 0 0 298 12 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502129703440 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7924] ppid=7917 vsize=14089320 memory=2630592 CPUtime=3.09 cores=1,3,5,7
/proc/7919/task/7924/stat : 7924 (java) S 7917 7917 2709 0 -1 1077944384 7716 0 0 0 299 10 0 0 20 0 15 0 230308856 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502128650896 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7925] ppid=7917 vsize=14089320 memory=2630624 CPUtime=1.04 cores=1,3,5,7
/proc/7919/task/7925/stat : 7925 (java) S 7917 7917 2709 0 -1 1077944384 11273 0 0 0 90 14 0 0 20 0 15 0 230308857 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502077098480 140502535760514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7926] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7926/stat : 7926 (java) S 7917 7917 2709 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502076044768 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7927] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7927/stat : 7927 (java) S 7917 7917 2709 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 230308858 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502074992128 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7928] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7928/stat : 7928 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502073940688 140502535767963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7929] ppid=7917 vsize=14089320 memory=2632672 CPUtime=1.35 cores=1,3,5,7
/proc/7919/task/7929/stat : 7929 (java) S 7917 7917 2709 0 -1 1077944384 9774 0 0 0 135 0 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502072887280 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7930] ppid=7917 vsize=14089320 memory=2632672 CPUtime=1.16 cores=1,3,5,7
/proc/7919/task/7930/stat : 7930 (java) S 7917 7917 2709 0 -1 1077944384 6138 0 0 0 115 1 0 0 20 0 15 0 230308860 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502071834736 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7931] ppid=7917 vsize=14089320 memory=2632672 CPUtime=0.55 cores=1,3,5,7
/proc/7919/task/7931/stat : 7931 (java) S 7917 7917 2709 0 -1 1077944384 6319 0 0 0 54 1 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502003345648 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7932] ppid=7917 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7919/task/7932/stat : 7932 (java) S 7917 7917 2709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502002293344 140502535759573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
[pid=7919/tid=7933] ppid=7917 vsize=14089320 memory=8112282956445269571 CPUtime=0.55 cores=1,3,5,7
/proc/7919/task/7933/stat : 7933 (java) S 7917 7917 2709 0 -1 1077944384 1238 0 0 0 21 34 0 0 20 0 15 0 230308861 14427463680 658168 33554432000 4194304 4196468 140735937099872 140502001240880 140502535760514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 21749760 140735937102982 140735937103153 140735937103153 140735937105871 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 2634124 KiB

Child status: 143
Real time (s): 2507.53
CPU time (s): 2520.1
CPU user time (s): 2516.06
CPU system time (s): 4.04839
CPU usage (%): 100.502
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 3309860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 4.04839
maximum resident set size= 3330972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76403
involuntary context switches= 1856


# summary of solver processes directly reported to runsolver:
#   pid: 7917,7919
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 4.04839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.161 second user time and 19.8536 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 04:30:56
IDJOB=4306915
IDBENCH=141580
IDSOLVER=2787
FILE ID=node150/4306915-1534127456
RUNJOBID= node150-1534096899-2741
PBS_JOBID= 21036998
Free space on /tmp= 35016 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Frb/frb-53-24-3-mgd_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-4306915-1534127456/watcher-4306915-1534127456 -o /tmp/evaluation-result-4306915-1534127456/solver-4306915-1534127456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534096899-2741 --watchdog 2580  HOME/xcsp3-exec -seed 2139277594 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306915-1534127456.xml

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

MD5SUM BENCH= 2687d075c2954ad7539e74b041f9986e
RANDOM SEED=2139277594

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	: 5333.76
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.76
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.76
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.76
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:        12618288 kB
MemAvailable:   28598816 kB
Buffers:          227976 kB
Cached:         15816568 kB
SwapCached:           32 kB
Active:         11273892 kB
Inactive:        8123920 kB
Active(anon):    3304304 kB
Inactive(anon):   101220 kB
Active(file):    7969588 kB
Inactive(file):  8022700 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             22148 kB
Writeback:             0 kB
AnonPages:       3475668 kB
Mapped:            66284 kB
Shmem:             49732 kB
Slab:             444552 kB
SReclaimable:     416700 kB
SUnreclaim:        27852 kB
KernelStack:        3856 kB
PageTables:        12344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4007576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3399680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 34992 MiB
End job on node150 at 2018-08-13 05:12:44