Trace number 4282564

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.5 seq (2017-08-18)? (TO) 2520.0901 2468.02

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-34.xml
MD5SUM1b92d79ba6653e54d61f1abcadddddde
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 variables1717
Number of constraints697
Number of domains2
Minimum domain size34
Maximum domain size561
Distribution of domain sizes[{"size":34,"count":1156},{"size":561,"count":561}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":578},{"degree":4,"count":1139}]
Minimum constraint arity1
Maximum constraint arity561
Distribution of constraint arities[{"arity":1,"count":17},{"arity":2,"count":17},{"arity":3,"count":561},{"arity":17,"count":33},{"arity":34,"count":34},{"arity":66,"count":17},{"arity":68,"count":17},{"arity":561,"count":1}]
Number of extensional constraints561
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":561},{"type":"intension","count":34},{"type":"allDifferent","count":35},{"type":"count","count":33},{"type":"cardinality","count":34}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282564-1503142884.xml"  -tl '2520s' -p 1 -x 0
0.16/0.24	c [HOME/instance-4282564-1503142884.xml, -tl, 2520s, -p, 1, -x, 0]
0.16/0.30	c simple solver
0.35/0.36	c parse instance...
1.62/0.87	c solve instance...
2520.07/2468.01	s UNKNOWN
2520.07/2468.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282564-1503142884/watcher-4282564-1503142884 -o /tmp/evaluation-result-4282564-1503142884/solver-4282564-1503142884 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 756463383 HOME/instance-4282564-1503142884.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=16575, runsolver pid=16572
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 1.27 1.54 1.69 3/205 16585
/proc/meminfo: memFree=31232416/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13574484 memory=18636 CPUtime=0.03 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 4035 0 0 0 3 0 0 0 20 0 9 0 116483497 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3393621 4659 2104 1 0 3383118 0
[pid=16577/tid=16578] ppid=16575 vsize=13574484 memory=-8713483618642983523 CPUtime=0.03 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) D 16575 16575 8557 0 -1 1077944384 2736 0 0 0 3 0 0 0 20 0 9 0 116483497 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140398425538424 140398413982320 0 4 1 16800970 18446744072101613092 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 116483498 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13574484 memory=140712191481472 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116483498 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 116483498 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16582/stat : 16582 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116483498 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140398018243472 140398421313237 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16583] ppid=16575 vsize=13574484 memory=140712191481472 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16583/stat : 16583 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116483499 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140397899770096 140398421314178 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16584] ppid=16575 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16584/stat : 16584 (java) S 16575 16575 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 116483500 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140397898716320 140398421313237 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16585] ppid=16575 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 116483500 13900271616 4659 18446744073709551615 4194304 4196468 140734203699744 140397897663216 140398421313237 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20016 KiB

[startup+0.209787 s]*
/proc/loadavg: 1.27 1.54 1.69 4/211 16591
/proc/meminfo: memFree=31225372/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13974352 memory=29216 CPUtime=0.16 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 5750 0 0 0 15 1 0 0 20 0 15 0 116483497 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3493588 7304 2939 1 0 3482964 0
[pid=16577/tid=16578] ppid=16575 vsize=13974352 memory=7311146985107750967 CPUtime=0.1 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) R 16575 16575 8557 0 -1 4202560 3468 0 0 0 10 0 0 0 20 0 15 0 116483497 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140398425525088 140398413540158 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13974352 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13974352 memory=288371088343193216 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483498 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16582/stat : 16582 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483498 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140398018243472 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16583] ppid=16575 vsize=13974352 memory=140712191481472 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16583/stat : 16583 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483499 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140397899770096 140398421314178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16584] ppid=16575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16584/stat : 16584 (java) S 16575 16575 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116483500 14309736448 7304 18446744073709551615 4194304 4196468 140734203699744 140397898716320 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16585] ppid=16575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116483500 14309736448 7370 18446744073709551615 4194304 4196468 140734203699744 140397897663216 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16586] ppid=16575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16586/stat : 16586 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14309736448 7370 18446744073709551615 4194304 4196468 140734203699744 140397896611792 140398421321627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16587] ppid=16575 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16587/stat : 16587 (java) S 16575 16575 8557 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 116483502 14309736448 7370 18446744073709551615 4194304 4196468 140734203699744 140397895559920 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16588] ppid=16575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16588/stat : 16588 (java) S 16575 16575 8557 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 116483502 14309736448 7370 18446744073709551615 4194304 4196468 140734203699744 140397894507376 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16589] ppid=16575 vsize=13974352 memory=140712191481472 CPUtime=0.03 cores=1,3,5,7
/proc/16577/task/16589/stat : 16589 (java) R 16575 16575 8557 0 -1 4202560 475 0 0 0 3 0 0 0 20 0 15 0 116483502 14309736448 7370 18446744073709551615 4194304 4196468 140734203699744 140397893454448 140398400701547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16590] ppid=16575 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16590/stat : 16590 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14309736448 7370 18446744073709551615 4194304 4196468 140734203699744 140397892402016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16591] ppid=16575 vsize=13974352 memory=140712191481472 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16591/stat : 16591 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483506 14309736448 7370 18446744073709551615 4194304 4196468 140734203699744 140397891349040 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30596 KiB

[startup+0.310463 s]*
/proc/loadavg: 1.27 1.54 1.69 3/211 16591
/proc/meminfo: memFree=31212388/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13978608 memory=40616 CPUtime=0.35 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 9588 0 0 0 32 3 0 0 20 0 15 0 116483497 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3494652 10154 3054 1 0 3482964 0
[pid=16577/tid=16578] ppid=16575 vsize=13979632 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) R 16575 16575 8557 0 -1 4202560 6777 0 0 0 19 2 0 0 20 0 15 0 116483497 14315143168 10154 18446744073709551615 4194304 4196468 140734203699744 140398425513824 140398413982749 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13979632 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14315143168 10154 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483498 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16582/stat : 16582 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483498 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140398018243472 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16583] ppid=16575 vsize=13979632 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16583/stat : 16583 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483499 14315143168 10154 18446744073709551615 4194304 4196468 140734203699744 140397899770096 140398421314178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16584] ppid=16575 vsize=13979632 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16584/stat : 16584 (java) S 16575 16575 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116483500 14315143168 10154 18446744073709551615 4194304 4196468 140734203699744 140397898716320 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16585] ppid=16575 vsize=13979632 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116483500 14315143168 10154 18446744073709551615 4194304 4196468 140734203699744 140397897663216 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16586] ppid=16575 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16586/stat : 16586 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140397896611792 140398421321627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16587] ppid=16575 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16577/task/16587/stat : 16587 (java) S 16575 16575 8557 0 -1 1077944384 596 0 0 0 3 0 0 0 20 0 15 0 116483502 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140397895559920 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16588] ppid=16575 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16577/task/16588/stat : 16588 (java) S 16575 16575 8557 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 116483502 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140397894507376 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16589] ppid=16575 vsize=13978608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16577/task/16589/stat : 16589 (java) S 16575 16575 8557 0 -1 1077944384 749 0 0 0 8 0 0 0 20 0 15 0 116483502 14314094592 10154 18446744073709551615 4194304 4196468 140734203699744 140397893454320 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16590] ppid=16575 vsize=13979632 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16590/stat : 16590 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14315143168 10154 18446744073709551615 4194304 4196468 140734203699744 140397892402016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16591] ppid=16575 vsize=13979632 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16591/stat : 16591 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483506 14315143168 10154 18446744073709551615 4194304 4196468 140734203699744 140397891349040 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41996 KiB

[startup+0.700834 s]
/proc/loadavg: 1.27 1.54 1.69 5/211 16591
/proc/meminfo: memFree=31201312/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13980732 memory=71808 CPUtime=1.29 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 12685 0 0 0 125 4 0 0 20 0 15 0 116483497 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3495183 17952 3164 1 0 3483476 0
[pid=16577/tid=16578] ppid=16575 vsize=13980732 memory=6153415001170666065 CPUtime=0.58 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) R 16575 16575 8557 0 -1 4202560 8049 0 0 0 55 3 0 0 20 0 15 0 116483497 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140398425540720 140398064711212 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13980732 memory=33 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483498 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16582/stat : 16582 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483498 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140398018243472 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16583] ppid=16575 vsize=13980732 memory=872 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16583/stat : 16583 (java) S 16575 16575 8557 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 116483499 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397899770096 140398421314178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16584] ppid=16575 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16584/stat : 16584 (java) S 16575 16575 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397898716320 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16585] ppid=16575 vsize=13980732 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397897663216 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16586] ppid=16575 vsize=13980732 memory=7336 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16586/stat : 16586 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397896611792 140398421321627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16587] ppid=16575 vsize=13980732 memory=1628 CPUtime=0.2 cores=1,3,5,7
/proc/16577/task/16587/stat : 16587 (java) R 16575 16575 8557 0 -1 1077944384 1071 0 0 0 20 0 0 0 20 0 15 0 116483502 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397895559920 140398421314178 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16588] ppid=16575 vsize=13980732 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/16577/task/16588/stat : 16588 (java) R 16575 16575 8557 0 -1 4202560 819 0 0 0 15 0 0 0 20 0 15 0 116483502 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397894495616 140398405692832 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16589] ppid=16575 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/16577/task/16589/stat : 16589 (java) R 16575 16575 8557 0 -1 4202560 1436 0 0 0 32 0 0 0 20 0 15 0 116483502 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397893454320 140398421324378 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16590] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16590/stat : 16590 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397892402016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16591] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16591/stat : 16591 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483506 14316269568 17952 18446744073709551615 4194304 4196468 140734203699744 140397891349040 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 73188 KiB

[startup+1.50083 s]
/proc/loadavg: 1.27 1.54 1.69 6/211 16591
/proc/meminfo: memFree=31162476/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13980732 memory=130768 CPUtime=3.78 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 19261 0 0 0 372 6 0 0 20 0 15 0 116483497 14316269568 32692 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3495183 32692 3189 1 0 3483476 0
[pid=16577/tid=16578] ppid=16575 vsize=13980732 memory=281424108221056 CPUtime=1.38 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) R 16575 16575 8557 0 -1 4202560 9380 0 0 0 134 4 0 0 20 0 15 0 116483497 14316269568 32692 18446744073709551615 4194304 4196468 140734203699744 140398425541728 140398067642914 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14316269568 32692 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116483498 14316269568 32692 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116483498 14316269568 32692 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 70479 18446744073709551615 4194304 4196468 140734203699744 140397897663232 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16586] ppid=16575 vsize=13980732 memory=281916 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16586/stat : 16586 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 70479 18446744073709551615 4194304 4196468 140734203699744 140397896611792 140398421321627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16587] ppid=16575 vsize=13980732 memory=1380 CPUtime=3.01 cores=1,3,5,7
/proc/16577/task/16587/stat : 16587 (java) S 16575 16575 8557 0 -1 1077944384 18465 0 0 0 299 2 0 0 20 0 15 0 116483502 14316269568 70479 18446744073709551615 4194304 4196468 140734203699744 140397895559920 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16588] ppid=16575 vsize=13980732 memory=4144 CPUtime=3.21 cores=1,3,5,7
/proc/16577/task/16588/stat : 16588 (java) S 16575 16575 8557 0 -1 1077944384 18078 0 0 0 319 2 0 0 20 0 15 0 116483502 14316269568 70479 18446744073709551615 4194304 4196468 140734203699744 140397894507376 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16589] ppid=16575 vsize=13980732 memory=5768 CPUtime=0.71 cores=1,3,5,7
/proc/16577/task/16589/stat : 16589 (java) S 16575 16575 8557 0 -1 1077944384 10424 0 0 0 70 1 0 0 20 0 15 0 116483502 14316269568 70479 18446744073709551615 4194304 4196468 140734203699744 140397893454320 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16590] ppid=16575 vsize=13980732 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16590/stat : 16590 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 70479 18446744073709551615 4194304 4196468 140734203699744 140397892402016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16591] ppid=16575 vsize=13980732 memory=-8774313645642428999 CPUtime=0.92 cores=1,3,5,7
/proc/16577/task/16591/stat : 16591 (java) S 16575 16575 8557 0 -1 1077944384 904 0 0 0 43 49 0 0 20 0 15 0 116483506 14316269568 70479 18446744073709551615 4194304 4196468 140734203699744 140397891349040 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 2371.34 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 283296 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.35 1.39 2/192 16791
/proc/meminfo: memFree=31107876/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13980732 memory=281920 CPUtime=2432.59 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 116285 0 0 0 243101 158 0 0 20 0 15 0 116483497 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3495183 70480 3236 1 0 3483476 0
[pid=16577/tid=16578] ppid=16575 vsize=13980732 memory=281920 CPUtime=2362.01 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) R 16575 16575 8557 0 -1 4202560 38627 0 0 0 236184 17 0 0 20 0 15 0 116483497 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140398425542160 140398067222272 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13980732 memory=281920 CPUtime=15.06 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 5258 0 0 0 1487 19 0 0 20 0 15 0 116483498 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13980732 memory=1380 CPUtime=15.08 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 5334 0 0 0 1489 19 0 0 20 0 15 0 116483498 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13980732 memory=281920 CPUtime=15.04 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 5113 0 0 0 1486 18 0 0 20 0 15 0 116483498 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13980732 memory=281920 CPUtime=15.08 cores=1,3,5,7
/proc/16577/task/16582/stat : 16582 (java) S 16575 16575 8557 0 -1 1077944384 5086 0 0 0 1487 21 0 0 20 0 15 0 116483498 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140398018243472 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16583] ppid=16575 vsize=13980732 memory=1380 CPUtime=2.35 cores=1,3,5,7
/proc/16577/task/16583/stat : 16583 (java) S 16575 16575 8557 0 -1 1077944384 7624 0 0 0 215 20 0 0 20 0 15 0 116483499 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397899770096 140398421314178 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16584] ppid=16575 vsize=13980732 memory=68 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16584/stat : 16584 (java) S 16575 16575 8557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397898716384 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16585] ppid=16575 vsize=13980732 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397897663232 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16586] ppid=16575 vsize=13980732 memory=1672 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16586/stat : 16586 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397896611792 140398421321627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16587] ppid=16575 vsize=13980732 memory=1380 CPUtime=3.01 cores=1,3,5,7
/proc/16577/task/16587/stat : 16587 (java) S 16575 16575 8557 0 -1 1077944384 18467 0 0 0 299 2 0 0 20 0 15 0 116483502 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397895559920 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16588] ppid=16575 vsize=13980732 memory=4144 CPUtime=3.21 cores=1,3,5,7
/proc/16577/task/16588/stat : 16588 (java) S 16575 16575 8557 0 -1 1077944384 18080 0 0 0 319 2 0 0 20 0 15 0 116483502 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397894507376 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16589] ppid=16575 vsize=13980732 memory=1380 CPUtime=0.71 cores=1,3,5,7
/proc/16577/task/16589/stat : 16589 (java) S 16575 16575 8557 0 -1 1077944384 10426 0 0 0 70 1 0 0 20 0 15 0 116483502 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397893454320 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16590] ppid=16575 vsize=13980732 memory=281920 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16590/stat : 16590 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397892402016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16591] ppid=16575 vsize=13980732 memory=4144 CPUtime=0.94 cores=1,3,5,7
/proc/16577/task/16591/stat : 16591 (java) S 16575 16575 8557 0 -1 1077944384 919 0 0 0 44 50 0 0 20 0 15 0 116483506 14316269568 70480 18446744073709551615 4194304 4196468 140734203699744 140397891349040 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 2432.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 283300 KiB

[startup+2442.3 s]
/proc/loadavg: 1.77 1.48 1.43 3/211 16836
/proc/meminfo: memFree=30747500/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13980732 memory=284056 CPUtime=2493.79 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 117485 0 0 0 249217 162 0 0 20 0 15 0 116483497 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3495183 71014 3236 1 0 3483476 0
[pid=16577/tid=16578] ppid=16575 vsize=13980732 memory=1380 CPUtime=2421.46 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) R 16575 16575 8557 0 -1 4202560 39152 0 0 0 242129 17 0 0 20 0 15 0 116483497 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140398425542160 140398069509743 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13980732 memory=284056 CPUtime=15.48 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 5536 0 0 0 1528 20 0 0 20 0 15 0 116483498 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13980732 memory=284056 CPUtime=15.5 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 5422 0 0 0 1530 20 0 0 20 0 15 0 116483498 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13980732 memory=284056 CPUtime=15.46 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 5191 0 0 0 1527 19 0 0 20 0 15 0 116483498 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13980732 memory=1380 CPUtime=15.5 cores=1,3,5,7
/proc/16577/task/16582/stat : 16582 (java) S 16575 16575 8557 0 -1 1077944384 5103 0 0 0 1528 22 0 0 20 0 15 0 116483498 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140398018243472 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16583] ppid=16575 vsize=13980732 memory=284056 CPUtime=2.42 cores=1,3,5,7
/proc/16577/task/16583/stat : 16583 (java) S 16575 16575 8557 0 -1 1077944384 7813 0 0 0 221 21 0 0 20 0 15 0 116483499 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397899770096 140398421314178 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16584] ppid=16575 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16584/stat : 16584 (java) S 16575 16575 8557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397898716384 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16585] ppid=16575 vsize=13980732 memory=14340 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397897663232 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16586] ppid=16575 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16586/stat : 16586 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397896611792 140398421321627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16587] ppid=16575 vsize=13980732 memory=-8774313645642428999 CPUtime=3.01 cores=1,3,5,7
/proc/16577/task/16587/stat : 16587 (java) S 16575 16575 8557 0 -1 1077944384 18469 0 0 0 299 2 0 0 20 0 15 0 116483502 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397895559920 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16588] ppid=16575 vsize=13980732 memory=1228 CPUtime=3.21 cores=1,3,5,7
/proc/16577/task/16588/stat : 16588 (java) S 16575 16575 8557 0 -1 1077944384 18082 0 0 0 319 2 0 0 20 0 15 0 116483502 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397894507376 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16589] ppid=16575 vsize=13980732 memory=1380 CPUtime=0.71 cores=1,3,5,7
/proc/16577/task/16589/stat : 16589 (java) S 16575 16575 8557 0 -1 1077944384 10428 0 0 0 70 1 0 0 20 0 15 0 116483502 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397893454320 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16590] ppid=16575 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16590/stat : 16590 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397892402016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16591] ppid=16575 vsize=13980732 memory=1380 CPUtime=0.97 cores=1,3,5,7
/proc/16577/task/16591/stat : 16591 (java) S 16575 16575 8557 0 -1 1077944384 938 0 0 0 45 52 0 0 20 0 15 0 116483506 14316269568 71014 18446744073709551615 4194304 4196468 140734203699744 140397891349040 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 2493.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 285436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468 s]*
/proc/loadavg: 1.79 1.51 1.44 3/211 16837
/proc/meminfo: memFree=30745328/32770624 swapFree=67105588/67108860
[pid=16575] ppid=16572 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16575/stat : 16575 (xcsp3-exec) S 16572 16575 8557 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 116483490 9740288 345 18446744073709551615 4194304 5098028 140722158413936 140722158412040 139662887346812 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 16044032 140722158420345 140722158420549 140722158420549 140722158424043 0
/proc/16575/statm: 2378 345 289 221 0 87 0
[pid=16577] ppid=16575 vsize=13980732 memory=286124 CPUtime=2520.07 cores=1,3,5,7
/proc/16577/stat : 16577 (java) S 16575 16575 8557 0 -1 1077944320 118657 0 0 0 251843 164 0 0 20 0 15 0 116483497 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140734203682288 140398421303031 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
/proc/16577/statm: 3495183 71531 3236 1 0 3483476 0
[pid=16577/tid=16578] ppid=16575 vsize=13980732 memory=-8774313645642428999 CPUtime=2446.91 cores=1,3,5,7
/proc/16577/task/16578/stat : 16578 (java) R 16575 16575 8557 0 -1 4202560 39516 0 0 0 244674 17 0 0 20 0 15 0 116483497 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140398425542048 140398069124087 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16579] ppid=16575 vsize=13980732 memory=4872558044660077418 CPUtime=15.67 cores=1,3,5,7
/proc/16577/task/16579/stat : 16579 (java) S 16575 16575 8557 0 -1 1077944384 5600 0 0 0 1547 20 0 0 20 0 15 0 116483498 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140398388861968 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16580] ppid=16575 vsize=13980732 memory=286124 CPUtime=15.69 cores=1,3,5,7
/proc/16577/task/16580/stat : 16580 (java) S 16575 16575 8557 0 -1 1077944384 5700 0 0 0 1549 20 0 0 20 0 15 0 116483498 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140398020349072 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16581] ppid=16575 vsize=13980732 memory=4068 CPUtime=15.65 cores=1,3,5,7
/proc/16577/task/16581/stat : 16581 (java) S 16575 16575 8557 0 -1 1077944384 5270 0 0 0 1546 19 0 0 20 0 15 0 116483498 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140398019296016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16582] ppid=16575 vsize=13980732 memory=1152 CPUtime=15.69 cores=1,3,5,7
/proc/16577/task/16582/stat : 16582 (java) S 16575 16575 8557 0 -1 1077944384 5118 0 0 0 1547 22 0 0 20 0 15 0 116483498 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140398018243472 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16583] ppid=16575 vsize=13980732 memory=2928 CPUtime=2.45 cores=1,3,5,7
/proc/16577/task/16583/stat : 16583 (java) S 16575 16575 8557 0 -1 1077944384 7989 0 0 0 224 21 0 0 20 0 15 0 116483499 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397899770096 140398421314178 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16584] ppid=16575 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16584/stat : 16584 (java) S 16575 16575 8557 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397898716384 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16585] ppid=16575 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16585/stat : 16585 (java) S 16575 16575 8557 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 116483500 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397897663232 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16586] ppid=16575 vsize=13980732 memory=2944 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16586/stat : 16586 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397896611792 140398421321627 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16587] ppid=16575 vsize=13980732 memory=1380 CPUtime=3.01 cores=1,3,5,7
/proc/16577/task/16587/stat : 16587 (java) S 16575 16575 8557 0 -1 1077944384 18471 0 0 0 299 2 0 0 20 0 15 0 116483502 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397895559920 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16588] ppid=16575 vsize=13980732 memory=372540 CPUtime=3.21 cores=1,3,5,7
/proc/16577/task/16588/stat : 16588 (java) S 16575 16575 8557 0 -1 1077944384 18248 0 0 0 319 2 0 0 20 0 15 0 116483502 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397894507376 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16589] ppid=16575 vsize=13980732 memory=-8774313645642428999 CPUtime=0.71 cores=1,3,5,7
/proc/16577/task/16589/stat : 16589 (java) S 16575 16575 8557 0 -1 1077944384 10430 0 0 0 70 1 0 0 20 0 15 0 116483502 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397893454320 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16590] ppid=16575 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16577/task/16590/stat : 16590 (java) S 16575 16575 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116483502 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397892402016 140398421313237 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
[pid=16577/tid=16591] ppid=16575 vsize=13980732 memory=2760 CPUtime=0.98 cores=1,3,5,7
/proc/16577/task/16591/stat : 16591 (java) S 16575 16575 8557 0 -1 1077944384 964 0 0 0 45 53 0 0 20 0 15 0 116483506 14316269568 71531 18446744073709551615 4194304 4196468 140734203699744 140397891349040 140398421314178 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32133120 140734203703729 140734203703905 140734203703905 140734203707343 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 287504 KiB

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

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

[startup+2468.02 s]
# the end of solver process 16577 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.44 s, system=1.65121 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): 2468.02
CPU time (s): 2520.09
CPU user time (s): 2518.44
CPU system time (s): 1.65121
CPU usage (%): 102.11
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 324612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.44
system time used= 1.65122
maximum resident set size= 323232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119410
involuntary context switches= 8797


# summary of solver processes directly reported to runsolver:
#   pid: 16575,16577
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.44
#   total CPU system time (s): 1.65121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5155 second user time and 19.9312 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 13:27:19
IDJOB=4282564
IDBENCH=133921
IDSOLVER=2677
FILE ID=node126/4282564-1503142884
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-34.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282564-1503142884/watcher-4282564-1503142884 -o /tmp/evaluation-result-4282564-1503142884/solver-4282564-1503142884 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 756463383 HOME/instance-4282564-1503142884.xml

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

MD5SUM BENCH= 1b92d79ba6653e54d61f1abcadddddde
RANDOM SEED=756463383

node126.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.81
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.81
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.81
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.81
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:        31242340 kB
MemAvailable:   31814008 kB
Buffers:          307704 kB
Cached:           553592 kB
SwapCached:          524 kB
Active:           687048 kB
Inactive:         366744 kB
Active(anon):     148376 kB
Inactive(anon):    93904 kB
Active(file):     538672 kB
Inactive(file):   272840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7808 kB
Writeback:             4 kB
AnonPages:        191696 kB
Mapped:            70648 kB
Shmem:             49824 kB
Slab:             178528 kB
SReclaimable:     151980 kB
SUnreclaim:        26548 kB
KernelStack:        3424 kB
PageTables:         5908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-19 14:08:27