Trace number 4405977

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 2019-09-24? (TO) 2520.04 2496.61

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-06-0021.xml
MD5SUM5b025fdb2af725278bd5449402283f43
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 benchmark50.8929
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405977-1569408882.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405977-1569408882.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
0.73/0.50	c solve instance...
2520.01/2496.60	s UNKNOWN
2520.01/2496.60	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 (12482 MiB free)
  memory of node 1: 16384 MiB (13038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405977-1569408882/watcher-4405977-1569408882 -o /tmp/evaluation-result-4405977-1569408882/solver-4405977-1569408882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569408839-17473 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 917363771 HOME/instance-4405977-1569408882.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=17496, runsolver pid=17493
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 0.74 0.81 0.93 5/230 17533
/proc/meminfo: memFree=26101572/32770624 swapFree=66975556/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0
[pid=17499] ppid=17496 vsize=15144776 memory=28820 CPUtime=0.13 cores=1,3,5,7
/proc/17499/stat : 17499 (java) S 17496 17496 17441 0 -1 1077944320 5680 0 0 0 12 1 0 0 20 0 15 0 517154946 15508250624 7205 33554432000 4194304 4196468 140723835864832 140723835847376 139794164825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
/proc/17499/statm: 3786194 7205 3119 1 0 3748377 0
[pid=17499/tid=17504] ppid=17496 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/17499/task/17504/stat : 17504 (java) R 17496 17496 17441 0 -1 4202560 3599 0 0 0 9 0 0 0 20 0 15 0 517154946 15508250624 7205 33554432000 4194304 4196468 140723835864832 139794169051680 139794148906334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17508] ppid=17496 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17508/stat : 17508 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 7205 33554432000 4194304 4196468 140723835864832 139794076482320 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17509] ppid=17496 vsize=15144776 memory=140134774802048 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17509/stat : 17509 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 7205 33554432000 4194304 4196468 140723835864832 139794075429776 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17510] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17510/stat : 17510 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 7205 33554432000 4194304 4196468 140723835864832 139794074377232 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17511] ppid=17496 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17511/stat : 17511 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 7205 33554432000 4194304 4196468 140723835864832 139794073324688 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17516] ppid=17496 vsize=15144776 memory=140134774802048 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17516/stat : 17516 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154948 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793498912752 139794164836994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17518] ppid=17496 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17518/stat : 17518 (java) S 17496 17496 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517154949 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793497858976 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17519] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517154949 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793496806384 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) R 17496 17496 17441 0 -1 4202560 323 0 0 0 0 0 0 0 20 0 15 0 517154951 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793494702576 139794150492000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) R 17496 17496 17441 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517154951 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793493650032 139794164836994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15144776 memory=140134774802048 CPUtime=0.02 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) R 17496 17496 17441 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 517154951 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793492597488 139794143382272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15144776 memory=140134774802048 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154952 15508250624 7205 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30272 KiB

[startup+0.213447 s]*
/proc/loadavg: 0.74 0.81 0.93 5/230 17533
/proc/meminfo: memFree=26077408/32770624 swapFree=66975556/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0
[pid=17499] ppid=17496 vsize=15144776 memory=39992 CPUtime=0.35 cores=1,3,5,7
/proc/17499/stat : 17499 (java) S 17496 17496 17441 0 -1 1077944320 9307 0 0 0 32 3 0 0 20 0 15 0 517154946 15508250624 9998 33554432000 4194304 4196468 140723835864832 140723835847376 139794164825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
/proc/17499/statm: 3786194 9998 3261 1 0 3748377 0
[pid=17499/tid=17504] ppid=17496 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/17499/task/17504/stat : 17504 (java) R 17496 17496 17441 0 -1 4202560 6592 0 0 0 18 2 0 0 20 0 15 0 517154946 15508250624 9998 33554432000 4194304 4196468 140723835864832 139794169064160 139794148906334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17508] ppid=17496 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17508/stat : 17508 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 9998 33554432000 4194304 4196468 140723835864832 139794076482320 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17509] ppid=17496 vsize=15144776 memory=140134774819746 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17509/stat : 17509 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 9998 33554432000 4194304 4196468 140723835864832 139794075429776 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17510] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17510/stat : 17510 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 9998 33554432000 4194304 4196468 140723835864832 139794074377232 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17511] ppid=17496 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17511/stat : 17511 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15508250624 9998 33554432000 4194304 4196468 140723835864832 139794073324688 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17516] ppid=17496 vsize=15144776 memory=140134774802048 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17516/stat : 17516 (java) S 17496 17496 17441 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517154948 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793498912752 139794164836994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17518] ppid=17496 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17518/stat : 17518 (java) S 17496 17496 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517154949 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793497858976 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17519] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517154949 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793496806384 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) S 17496 17496 17441 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 15 0 517154951 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793494702576 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) S 17496 17496 17441 0 -1 1077944384 193 0 0 0 2 0 0 0 20 0 15 0 517154951 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793493650032 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15144776 memory=140134774802048 CPUtime=0.08 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) S 17496 17496 17441 0 -1 1077944384 788 0 0 0 8 0 0 0 20 0 15 0 517154951 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793492597488 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154952 15508250624 9998 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41444 KiB

[startup+0.311579 s]*
/proc/loadavg: 0.74 0.81 0.93 5/230 17533
/proc/meminfo: memFree=26064156/32770624 swapFree=66975556/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0
[pid=17499] ppid=17496 vsize=15149032 memory=49792 CPUtime=0.53 cores=1,3,5,7
/proc/17499/stat : 17499 (java) S 17496 17496 17441 0 -1 1077944320 10826 0 0 0 49 4 0 0 20 0 15 0 517154946 15512608768 12448 33554432000 4194304 4196468 140723835864832 140723835847376 139794164825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
/proc/17499/statm: 3787258 12448 3368 1 0 3748377 0
[pid=17499/tid=17504] ppid=17496 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/17499/task/17504/stat : 17504 (java) R 17496 17496 17441 0 -1 4202560 7767 0 0 0 27 3 0 0 20 0 15 0 517154946 15512608768 12513 33554432000 4194304 4196468 140723835864832 139794169054048 139794148906334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17508] ppid=17496 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17508/stat : 17508 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15512608768 12517 33554432000 4194304 4196468 140723835864832 139794076482320 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17509] ppid=17496 vsize=15149032 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17509/stat : 17509 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15512608768 12517 33554432000 4194304 4196468 140723835864832 139794075429776 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17510] ppid=17496 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17510/stat : 17510 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15512608768 12517 33554432000 4194304 4196468 140723835864832 139794074377232 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17511] ppid=17496 vsize=15149032 memory=9122745479247552727 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17511/stat : 17511 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15512608768 12517 33554432000 4194304 4196468 140723835864832 139794073324688 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17516] ppid=17496 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17516/stat : 17516 (java) S 17496 17496 17441 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517154948 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793498912752 139794164836994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17518] ppid=17496 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17518/stat : 17518 (java) S 17496 17496 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517154949 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793497858976 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17519] ppid=17496 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517154949 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793496806384 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15149032 memory=4500088463514900084 CPUtime=0.05 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) R 17496 17496 17441 0 -1 4202560 587 0 0 0 5 0 0 0 20 0 15 0 517154951 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793494692960 139794146343688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15149032 memory=6944613755495348631 CPUtime=0.04 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) S 17496 17496 17441 0 -1 1077944384 223 0 0 0 4 0 0 0 20 0 15 0 517154951 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793493650032 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15149032 memory=7893295687695687954 CPUtime=0.12 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) S 17496 17496 17441 0 -1 1077944384 954 0 0 0 12 0 0 0 20 0 15 0 517154951 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793492597488 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15149032 memory=7827413994055111515 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154952 15512608768 12517 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51244 KiB

[startup+0.700777 s]
/proc/loadavg: 0.74 0.81 0.93 7/230 17533
/proc/meminfo: memFree=26032140/32770624 swapFree=66975556/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0
[pid=17499] ppid=17496 vsize=15151156 memory=78168 CPUtime=1.59 cores=1,3,5,7
/proc/17499/stat : 17499 (java) S 17496 17496 17441 0 -1 1077944320 16338 0 0 0 152 7 0 0 20 0 15 0 517154946 15514783744 19542 33554432000 4194304 4196468 140723835864832 140723835847376 139794164825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
/proc/17499/statm: 3787789 19542 3452 1 0 3748889 0
[pid=17499/tid=17504] ppid=17496 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/17499/task/17504/stat : 17504 (java) R 17496 17496 17441 0 -1 4202560 9288 0 0 0 63 4 0 0 20 0 15 0 517154946 15514783744 19542 33554432000 4194304 4196468 140723835864832 139794169064288 139793756506167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17508] ppid=17496 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17508/stat : 17508 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15514783744 19542 33554432000 4194304 4196468 140723835864832 139794076482320 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17509] ppid=17496 vsize=15151156 memory=124 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17509/stat : 17509 (java) S 17496 17496 17441 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517154947 15514783744 19542 33554432000 4194304 4196468 140723835864832 139794075429776 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17510] ppid=17496 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17510/stat : 17510 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15514783744 19542 33554432000 4194304 4196468 140723835864832 139794074377232 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17511] ppid=17496 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17511/stat : 17511 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154947 15514783744 19542 33554432000 4194304 4196468 140723835864832 139794073324688 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17516] ppid=17496 vsize=15151156 memory=10604 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17516/stat : 17516 (java) S 17496 17496 17441 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517154948 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793498912752 139794164836994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17518] ppid=17496 vsize=15151156 memory=716 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17518/stat : 17518 (java) S 17496 17496 17441 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793497858976 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17519] ppid=17496 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793496806384 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15151156 memory=2832 CPUtime=0.27 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) R 17496 17496 17441 0 -1 4202560 2462 0 0 0 27 0 0 0 20 0 15 0 517154951 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793494688072 139794144512368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15151156 memory=1192 CPUtime=0.29 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) R 17496 17496 17441 0 -1 4202560 1188 0 0 0 29 0 0 0 20 0 15 0 517154951 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793493649216 139794142655086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15151156 memory=940 CPUtime=0.32 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) R 17496 17496 17441 0 -1 1077944384 2092 0 0 0 31 1 0 0 20 0 15 0 517154951 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793492597488 139794164836994 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15151156 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517154952 15514783744 19542 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 79620 KiB

[startup+1.50086 s]
/proc/loadavg: 0.74 0.81 0.93 7/230 17533
/proc/meminfo: memFree=25977492/32770624 swapFree=66975556/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0

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

/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793496806400 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15151156 memory=2596 CPUtime=1.78 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) S 17496 17496 17441 0 -1 1077944384 12848 0 0 0 176 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793494702576 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15151156 memory=939944 CPUtime=1.69 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) S 17496 17496 17441 0 -1 1077944384 10443 0 0 0 168 1 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793493650032 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15151156 memory=1452 CPUtime=0.49 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) S 17496 17496 17441 0 -1 1077944384 6469 0 0 0 47 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793492597488 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15151156 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 978 0 0 0 25 33 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 2345.29 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 941396 KiB

[startup+2382.3 s]
/proc/loadavg: 1.37 1.36 1.38 3/229 17849
/proc/meminfo: memFree=19910512/32770624 swapFree=66975560/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0
[pid=17499] ppid=17496 vsize=15151156 memory=939944 CPUtime=2405.43 cores=1,3,5,7
/proc/17499/stat : 17499 (java) S 17496 17496 17441 0 -1 1077944320 170663 0 0 0 240324 219 0 0 20 0 15 0 517154946 15514783744 234986 33554432000 4194304 4196468 140723835864832 140723835847376 139794164825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
/proc/17499/statm: 3787789 234986 3521 1 0 3748889 0
[pid=17499/tid=17504] ppid=17496 vsize=15151156 memory=939944 CPUtime=2372.92 cores=1,3,5,7
/proc/17499/task/17504/stat : 17504 (java) R 17496 17496 17441 0 -1 4202560 72818 0 0 0 237172 120 0 0 20 0 15 0 517154946 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794169065696 139793757579249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17508] ppid=17496 vsize=15151156 memory=939944 CPUtime=6.53 cores=1,3,5,7
/proc/17499/task/17508/stat : 17508 (java) S 17496 17496 17441 0 -1 1077944384 13505 0 0 0 638 15 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794076482320 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17509] ppid=17496 vsize=15151156 memory=939944 CPUtime=6.51 cores=1,3,5,7
/proc/17499/task/17509/stat : 17509 (java) S 17496 17496 17441 0 -1 1077944384 13874 0 0 0 635 16 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794075429776 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17510] ppid=17496 vsize=15151156 memory=1452 CPUtime=6.5 cores=1,3,5,7
/proc/17499/task/17510/stat : 17510 (java) S 17496 17496 17441 0 -1 1077944384 13974 0 0 0 636 14 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794074377232 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17511] ppid=17496 vsize=15151156 memory=939944 CPUtime=6.52 cores=1,3,5,7
/proc/17499/task/17511/stat : 17511 (java) S 17496 17496 17441 0 -1 1077944384 13190 0 0 0 637 15 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794073324688 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17516] ppid=17496 vsize=15151156 memory=1452 CPUtime=1.82 cores=1,3,5,7
/proc/17499/task/17516/stat : 17516 (java) S 17496 17496 17441 0 -1 1077944384 11141 0 0 0 168 14 0 0 20 0 15 0 517154948 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793498912752 139794164836994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17518] ppid=17496 vsize=15151156 memory=939944 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17518/stat : 17518 (java) S 17496 17496 17441 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793497859040 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17519] ppid=17496 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793496806400 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15151156 memory=939944 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15151156 memory=3620 CPUtime=1.78 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) S 17496 17496 17441 0 -1 1077944384 12852 0 0 0 176 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793494702576 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15151156 memory=65600 CPUtime=1.69 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) S 17496 17496 17441 0 -1 1077944384 10447 0 0 0 168 1 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793493650032 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15151156 memory=1452 CPUtime=0.49 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) S 17496 17496 17441 0 -1 1077944384 6473 0 0 0 47 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793492597488 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15151156 memory=939944 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15151156 memory=939944 CPUtime=0.59 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 1004 0 0 0 26 33 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 2405.43 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 941396 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.38 1.39 3/229 17853
/proc/meminfo: memFree=19910984/32770624 swapFree=66975560/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0
[pid=17499] ppid=17496 vsize=15151156 memory=939944 CPUtime=2465.59 cores=1,3,5,7
/proc/17499/stat : 17499 (java) S 17496 17496 17441 0 -1 1077944320 172379 0 0 0 246337 222 0 0 20 0 15 0 517154946 15514783744 234986 33554432000 4194304 4196468 140723835864832 140723835847376 139794164825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
/proc/17499/statm: 3787789 234986 3521 1 0 3748889 0
[pid=17499/tid=17504] ppid=17496 vsize=15151156 memory=939944 CPUtime=2432.8 cores=1,3,5,7
/proc/17499/task/17504/stat : 17504 (java) R 17496 17496 17441 0 -1 4202560 73320 0 0 0 243159 121 0 0 20 0 15 0 517154946 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794169065584 139793757405765 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17508] ppid=17496 vsize=15151156 memory=939944 CPUtime=6.59 cores=1,3,5,7
/proc/17499/task/17508/stat : 17508 (java) S 17496 17496 17441 0 -1 1077944384 13828 0 0 0 644 15 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794076482320 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17509] ppid=17496 vsize=15151156 memory=939944 CPUtime=6.56 cores=1,3,5,7
/proc/17499/task/17509/stat : 17509 (java) S 17496 17496 17441 0 -1 1077944384 14243 0 0 0 640 16 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794075429776 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17510] ppid=17496 vsize=15151156 memory=939944 CPUtime=6.55 cores=1,3,5,7
/proc/17499/task/17510/stat : 17510 (java) S 17496 17496 17441 0 -1 1077944384 14031 0 0 0 640 15 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794074377232 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17511] ppid=17496 vsize=15151156 memory=939944 CPUtime=6.57 cores=1,3,5,7
/proc/17499/task/17511/stat : 17511 (java) S 17496 17496 17441 0 -1 1077944384 13267 0 0 0 642 15 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794073324688 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17516] ppid=17496 vsize=15151156 memory=1452 CPUtime=1.87 cores=1,3,5,7
/proc/17499/task/17516/stat : 17516 (java) S 17496 17496 17441 0 -1 1077944384 11487 0 0 0 173 14 0 0 20 0 15 0 517154948 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793498912752 139794164836994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17518] ppid=17496 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17518/stat : 17518 (java) S 17496 17496 17441 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793497859040 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17519] ppid=17496 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793496806400 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15151156 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15151156 memory=65600 CPUtime=1.78 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) S 17496 17496 17441 0 -1 1077944384 12856 0 0 0 176 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793494702576 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15151156 memory=939944 CPUtime=1.69 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) S 17496 17496 17441 0 -1 1077944384 10451 0 0 0 168 1 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793493650032 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15151156 memory=1452 CPUtime=0.49 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) S 17496 17496 17441 0 -1 1077944384 6477 0 0 0 47 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793492597488 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15151156 memory=1452 CPUtime=0.6 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 1034 0 0 0 26 34 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 2465.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 941396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.6 s]
/proc/loadavg: 1.17 1.32 1.37 3/229 17857
/proc/meminfo: memFree=19911680/32770624 swapFree=66975560/67108860
[pid=17496] ppid=17493 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17496/stat : 17496 (xcsp3-exec) S 17493 17496 17441 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517154946 115843072 363 33554432000 4194304 5098028 140734677355200 140734677353304 139920087253628 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 13869056 140734677361531 140734677361773 140734677361773 140734677364682 0
/proc/17496/statm: 28282 363 304 221 0 87 0
[pid=17499] ppid=17496 vsize=15151156 memory=939944 CPUtime=2520.01 cores=1,3,5,7
/proc/17499/stat : 17499 (java) S 17496 17496 17441 0 -1 1077944320 174110 0 0 0 251778 223 0 0 20 0 15 0 517154946 15514783744 234986 33554432000 4194304 4196468 140723835864832 140723835847376 139794164825847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
/proc/17499/statm: 3787789 234986 3521 1 0 3748889 0
[pid=17499/tid=17504] ppid=17496 vsize=15151156 memory=14690799036140186 CPUtime=2486.98 cores=1,3,5,7
/proc/17499/task/17504/stat : 17504 (java) R 17496 17496 17441 0 -1 4202560 73836 0 0 0 248577 121 0 0 20 0 15 0 517154946 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794169065696 139793759058112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17508] ppid=17496 vsize=15151156 memory=1808 CPUtime=6.63 cores=1,3,5,7
/proc/17499/task/17508/stat : 17508 (java) S 17496 17496 17441 0 -1 1077944384 14202 0 0 0 648 15 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794076482320 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17509] ppid=17496 vsize=15151156 memory=924 CPUtime=6.61 cores=1,3,5,7
/proc/17499/task/17509/stat : 17509 (java) S 17496 17496 17441 0 -1 1077944384 14273 0 0 0 645 16 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794075429776 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17510] ppid=17496 vsize=15151156 memory=3848 CPUtime=6.6 cores=1,3,5,7
/proc/17499/task/17510/stat : 17510 (java) S 17496 17496 17441 0 -1 1077944384 14118 0 0 0 645 15 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794074377232 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17511] ppid=17496 vsize=15151156 memory=2596 CPUtime=6.63 cores=1,3,5,7
/proc/17499/task/17511/stat : 17511 (java) S 17496 17496 17441 0 -1 1077944384 13608 0 0 0 647 16 0 0 20 0 15 0 517154947 15514783744 234986 33554432000 4194304 4196468 140723835864832 139794073324688 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17516] ppid=17496 vsize=15151156 memory=2300 CPUtime=1.92 cores=1,3,5,7
/proc/17499/task/17516/stat : 17516 (java) S 17496 17496 17441 0 -1 1077944384 11832 0 0 0 178 14 0 0 20 0 15 0 517154948 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793498912752 139794164836994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17518] ppid=17496 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17518/stat : 17518 (java) S 17496 17496 17441 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793497859040 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17519] ppid=17496 vsize=15151156 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17519/stat : 17519 (java) S 17496 17496 17441 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 517154949 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793496806400 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17522] ppid=17496 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17522/stat : 17522 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793495754960 139794164844443 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17523] ppid=17496 vsize=15151156 memory=939944 CPUtime=1.78 cores=1,3,5,7
/proc/17499/task/17523/stat : 17523 (java) S 17496 17496 17441 0 -1 1077944384 12860 0 0 0 176 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793494702576 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17524] ppid=17496 vsize=15151156 memory=1408 CPUtime=1.69 cores=1,3,5,7
/proc/17499/task/17524/stat : 17524 (java) S 17496 17496 17441 0 -1 1077944384 10455 0 0 0 168 1 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793493650032 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17525] ppid=17496 vsize=15151156 memory=3292 CPUtime=0.49 cores=1,3,5,7
/proc/17499/task/17525/stat : 17525 (java) S 17496 17496 17441 0 -1 1077944384 6481 0 0 0 47 2 0 0 20 0 15 0 517154951 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793492597488 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17526] ppid=17496 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/17499/task/17526/stat : 17526 (java) S 17496 17496 17441 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793491545184 139794164836053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
[pid=17499/tid=17529] ppid=17496 vsize=15151156 memory=1556 CPUtime=0.62 cores=1,3,5,7
/proc/17499/task/17529/stat : 17529 (java) S 17496 17496 17441 0 -1 1077944384 1060 0 0 0 27 35 0 0 20 0 15 0 517154952 15514783744 234986 33554432000 4194304 4196468 140723835864832 139793490491696 139794164836994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33976320 140723835872239 140723835872410 140723835872410 140723835875279 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 941396 KiB

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

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

[startup+2496.61 s]
# the end of solver process 17499 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.79 s, system=2.24712 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): 2496.61
CPU time (s): 2520.04
CPU user time (s): 2517.79
CPU system time (s): 2.24712
CPU usage (%): 100.938
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 3170180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.79
system time used= 2.24712
maximum resident set size= 3185112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174941
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= 104325
involuntary context switches= 4455


# summary of solver processes directly reported to runsolver:
#   pid: 17496,17499
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.79
#   total CPU system time (s): 2.24712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8826 second user time and 23.2549 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-25 12:53:59
IDJOB=4405977
IDBENCH=133559
IDSOLVER=2869
FILE ID=node125/4405977-1569408882
RUNJOBID= node125-1569408839-17473
PBS_JOBID= 21705712
Free space on /tmp= 4252 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-06-0021.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405977-1569408882/watcher-4405977-1569408882 -o /tmp/evaluation-result-4405977-1569408882/solver-4405977-1569408882 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1569408839-17473 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 917363771 HOME/instance-4405977-1569408882.xml

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

MD5SUM BENCH= 5b025fdb2af725278bd5449402283f43
RANDOM SEED=917363771

node125.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.29
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.29
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.29
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.29
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:        26133840 kB
MemAvailable:   31814560 kB
Buffers:          120516 kB
Cached:          5637764 kB
SwapCached:        29888 kB
Active:          2715568 kB
Inactive:        3076032 kB
Active(anon):       4072 kB
Inactive(anon):    85384 kB
Active(file):    2711496 kB
Inactive(file):  2990648 kB
Unevictable:      108372 kB
Mlocked:          108372 kB
SwapTotal:      67108860 kB
SwapFree:       66975556 kB
Dirty:             52112 kB
Writeback:             0 kB
AnonPages:        113784 kB
Mapped:            57668 kB
Shmem:             47372 kB
Slab:             436284 kB
SReclaimable:     407036 kB
SUnreclaim:        29248 kB
KernelStack:        3296 kB
PageTables:         6392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     517992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4204 MiB
End job on node125 at 2019-09-25 13:35:36