Trace number 4292599

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.7 seq (493a269)? (TO) 2400.09 2377.31

General information on the benchmark

NameSportsScheduling/
SportsScheduling-24_c18.xml
MD5SUM160b6465c319713d06d2dfba6c5298ba
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 variables852
Number of constraints372
Number of domains2
Minimum domain size24
Maximum domain size276
Distribution of domain sizes[{"size":24,"count":576},{"size":276,"count":276}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":288},{"degree":4,"count":564}]
Minimum constraint arity1
Maximum constraint arity276
Distribution of constraint arities[{"arity":1,"count":12},{"arity":2,"count":12},{"arity":3,"count":276},{"arity":12,"count":23},{"arity":24,"count":24},{"arity":46,"count":12},{"arity":48,"count":12},{"arity":276,"count":1}]
Number of extensional constraints276
Number of intensional constraints24
Distribution of constraint types[{"type":"extension","count":276},{"type":"intension","count":24},{"type":"allDifferent","count":25},{"type":"count","count":23},{"type":"cardinality","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292599-1532582653.xml"  -tl '2400s' -p 1 -x 0
0.11/0.18	c Choco 493a269
0.11/0.18	c [HOME/instance-4292599-1532582653.xml, -tl, 2400s, -p, 1, -x, 0]
0.30/0.24	c simple solver
0.41/0.34	c parse instance...
1.40/0.73	c solve instance...
2400.07/2377.30	s UNKNOWN
2400.07/2377.30	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 (8170 MiB free)
  memory of node 1: 16384 MiB (15516 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292599-1532582653/watcher-4292599-1532582653 -o /tmp/evaluation-result-4292599-1532582653/solver-4292599-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532582652-5699 --watchdog 2560 HOME/xcsp3-exec -seed 223816382 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292599-1532582653.xml 

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

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

solver pid=5727, runsolver pid=5723

[startup+0.100224 s]*
/proc/loadavg: 0.00 0.01 0.05 5/220 5762
/proc/meminfo: memFree=24221904/32770624 swapFree=67076816/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0
[pid=5733] ppid=5727 vsize=14082840 memory=28340 CPUtime=0.11 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5727 5727 5667 0 -1 1077944320 5491 0 0 0 10 1 0 0 20 0 15 0 75828515 14420828160 7085 33554432000 4194304 4196468 140721736718368 140721736700912 139671144746743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
/proc/5733/statm: 3520710 7085 2963 1 0 3483008 0
[pid=5733/tid=5735] ppid=5727 vsize=14082840 memory=-8961725393488101317 CPUtime=0.08 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5727 5727 5667 0 -1 4202560 3512 0 0 0 8 0 0 0 20 0 15 0 75828516 14420828160 7085 33554432000 4194304 4196468 140721736718368 139671148974976 139670742757127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5737] ppid=5727 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7085 33554432000 4194304 4196468 140721736718368 139671074834960 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5740] ppid=5727 vsize=14082840 memory=139734515291776 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7085 33554432000 4194304 4196468 140721736718368 139671073782416 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5742] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7085 33554432000 4194304 4196468 140721736718368 139671072729360 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5744] ppid=5727 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 7085 33554432000 4194304 4196468 140721736718368 139671071676816 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5745] ppid=5727 vsize=14082840 memory=139734515291776 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828518 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670618483440 139671144757890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5748] ppid=5727 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5727 5727 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670617429664 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5750] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5727 5727 5667 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 75828521 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670614272240 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) R 5727 5727 5667 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 75828521 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670613219696 139671144757890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14082840 memory=139734515291776 CPUtime=0.01 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) R 5727 5727 5667 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 75828521 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670612166640 139671144757890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14082840 memory=139734515291776 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 7085 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29792 KiB

[startup+0.211074 s]*
/proc/loadavg: 0.00 0.01 0.05 2/220 5762
/proc/meminfo: memFree=24198596/32770624 swapFree=67076816/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0
[pid=5733] ppid=5727 vsize=14082840 memory=40616 CPUtime=0.3 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5727 5727 5667 0 -1 1077944320 8194 0 0 0 28 2 0 0 20 0 15 0 75828515 14420828160 10154 33554432000 4194304 4196468 140721736718368 140721736700912 139671144746743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
/proc/5733/statm: 3520710 10154 3163 1 0 3483008 0
[pid=5733/tid=5735] ppid=5727 vsize=14082840 memory=7883960649037381690 CPUtime=0.17 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5727 5727 5667 0 -1 4202560 5317 0 0 0 16 1 0 0 20 0 15 0 75828516 14420828160 10154 33554432000 4194304 4196468 140721736718368 139671148979952 139671144758678 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5737] ppid=5727 vsize=14082840 memory=8947 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10154 33554432000 4194304 4196468 140721736718368 139671074834960 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5740] ppid=5727 vsize=14082840 memory=288370110667003520 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10154 33554432000 4194304 4196468 140721736718368 139671073782416 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5742] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10154 33554432000 4194304 4196468 140721736718368 139671072729360 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5744] ppid=5727 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14420828160 10154 33554432000 4194304 4196468 140721736718368 139671071676816 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5745] ppid=5727 vsize=14082840 memory=139734515291776 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828518 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670618483440 139671144757890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5748] ppid=5727 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5727 5727 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670617429664 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5750] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14082840 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) R 5727 5727 5667 0 -1 4202560 554 0 0 0 2 0 0 0 20 0 15 0 75828521 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670614272240 139671144757890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14082840 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) S 5727 5727 5667 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 75828521 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670613219696 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14082840 memory=139734515291776 CPUtime=0.06 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) R 5727 5727 5667 0 -1 4202560 775 0 0 0 6 0 0 0 20 0 15 0 75828521 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670612164432 139671144758678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14420828160 10154 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42068 KiB

[startup+0.310683 s]*
/proc/loadavg: 0.00 0.01 0.05 5/220 5762
/proc/meminfo: memFree=24191540/32770624 swapFree=67076816/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0
[pid=5733] ppid=5727 vsize=14087096 memory=43880 CPUtime=0.41 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5727 5727 5667 0 -1 1077944320 8642 0 0 0 38 3 0 0 20 0 15 0 75828515 14425186304 10970 33554432000 4194304 4196468 140721736718368 140721736700912 139671144746743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
/proc/5733/statm: 3521774 10970 3184 1 0 3483008 0
[pid=5733/tid=5735] ppid=5727 vsize=14087096 memory=8112282956445269571 CPUtime=0.24 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5727 5727 5667 0 -1 4202560 5736 0 0 0 22 2 0 0 20 0 15 0 75828516 14425186304 10970 33554432000 4194304 4196468 140721736718368 139671148979232 139671128827230 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5737] ppid=5727 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 10970 33554432000 4194304 4196468 140721736718368 139671074834960 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5740] ppid=5727 vsize=14087096 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 10970 33554432000 4194304 4196468 140721736718368 139671073782416 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5742] ppid=5727 vsize=14087096 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 10970 33554432000 4194304 4196468 140721736718368 139671072729360 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5744] ppid=5727 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14425186304 10970 33554432000 4194304 4196468 140721736718368 139671071676816 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5745] ppid=5727 vsize=14087096 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5727 5727 5667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75828518 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670618483440 139671144757890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5748] ppid=5727 vsize=14087096 memory=7089317150647820184 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5727 5727 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670617429664 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5750] ppid=5727 vsize=14087096 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14087096 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14087096 memory=3047711566422646390 CPUtime=0.03 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) R 5727 5727 5667 0 -1 4202560 554 0 0 0 3 0 0 0 20 0 15 0 75828521 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670614272240 139671144768090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14087096 memory=-6516833586042938556 CPUtime=0.02 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) R 5727 5727 5667 0 -1 4202560 251 0 0 0 2 0 0 0 20 0 15 0 75828521 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670613219696 139671123992437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14087096 memory=8325818968683490714 CPUtime=0.09 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) S 5727 5727 5667 0 -1 1077944384 798 0 0 0 9 0 0 0 20 0 15 0 75828521 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670612166640 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14425186304 10970 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 45332 KiB

[startup+0.704178 s]
/proc/loadavg: 0.00 0.01 0.05 6/220 5762
/proc/meminfo: memFree=24166168/32770624 swapFree=67076816/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0
[pid=5733] ppid=5727 vsize=14089220 memory=74904 CPUtime=1.4 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5727 5727 5667 0 -1 1077944320 11375 0 0 0 135 5 0 0 20 0 15 0 75828515 14427361280 18726 33554432000 4194304 4196468 140721736718368 140721736700912 139671144746743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
/proc/5733/statm: 3522305 18726 3330 1 0 3483520 0
[pid=5733/tid=5735] ppid=5727 vsize=14089220 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5727 5727 5667 0 -1 4202560 6979 0 0 0 58 3 0 0 20 0 15 0 75828516 14427361280 18726 33554432000 4194304 4196468 140721736718368 139671148973040 139671144768669 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5737] ppid=5727 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 18726 33554432000 4194304 4196468 140721736718368 139671074834960 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5740] ppid=5727 vsize=14089220 memory=19768 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 18726 33554432000 4194304 4196468 140721736718368 139671073782416 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5742] ppid=5727 vsize=14089220 memory=776 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5727 5727 5667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 18726 33554432000 4194304 4196468 140721736718368 139671072729360 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5744] ppid=5727 vsize=14089220 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828517 14427361280 18726 33554432000 4194304 4196468 140721736718368 139671071676816 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5745] ppid=5727 vsize=14089220 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5727 5727 5667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75828518 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670618483440 139671144757890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5748] ppid=5727 vsize=14089220 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5727 5727 5667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670617429664 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5750] ppid=5727 vsize=14089220 memory=800 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14089220 memory=5196 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14089220 memory=12816 CPUtime=0.2 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) R 5727 5727 5667 0 -1 1077944384 935 0 0 0 20 0 0 0 20 0 15 0 75828521 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670614263568 139671144756949 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14089220 memory=1332 CPUtime=0.2 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) R 5727 5727 5667 0 -1 4202560 584 0 0 0 20 0 0 0 20 0 15 0 75828521 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670613209296 139671126268441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14089220 memory=1508 CPUtime=0.36 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) R 5727 5727 5667 0 -1 4202560 1571 0 0 0 36 0 0 0 20 0 15 0 75828521 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670612158560 139671124021408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14089220 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14089220 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 18726 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 76356 KiB

[startup+1.50111 s]
/proc/loadavg: 0.00 0.01 0.05 8/220 5762
/proc/meminfo: memFree=24108532/32770624 swapFree=67076816/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0

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

/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14089220 memory=1452 CPUtime=2.75 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5727 5727 5667 0 -1 1077944384 13846 0 0 0 273 2 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670614272240 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14089220 memory=3544 CPUtime=2.39 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) S 5727 5727 5667 0 -1 1077944384 13338 0 0 0 238 1 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670613219696 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14089220 memory=5196 CPUtime=0.69 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) S 5727 5727 5667 0 -1 1077944384 9488 0 0 0 68 1 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670612166640 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14089220 memory=12816 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14089220 memory=201128 CPUtime=1.14 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1262 0 0 0 47 67 0 0 20 0 15 0 75828522 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 2284.27 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202580 KiB

[startup+2322.3 s]
/proc/loadavg: 1.40 1.29 1.17 3/218 5857
/proc/meminfo: memFree=23762496/32770624 swapFree=67076836/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0
[pid=5733] ppid=5727 vsize=14089220 memory=201128 CPUtime=2344.69 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5727 5727 5667 0 -1 1077944320 85742 0 0 0 234292 177 0 0 20 0 15 0 75828515 14427361280 50282 33554432000 4194304 4196468 140721736718368 140721736700912 139671144746743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
/proc/5733/statm: 3522305 50282 3392 1 0 3483520 0
[pid=5733/tid=5735] ppid=5727 vsize=14089220 memory=201128 CPUtime=2309.7 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5727 5727 5667 0 -1 4202560 26423 0 0 0 230952 18 0 0 20 0 15 0 75828516 14427361280 50282 33554432000 4194304 4196468 140721736718368 139671148986144 139670749977132 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5737] ppid=5727 vsize=14089220 memory=201128 CPUtime=6.17 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5727 5727 5667 0 -1 1077944384 4282 0 0 0 595 22 0 0 20 0 15 0 75828517 14427361280 50282 33554432000 4194304 4196468 140721736718368 139671074834960 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5740] ppid=5727 vsize=14089220 memory=201128 CPUtime=6.17 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5727 5727 5667 0 -1 1077944384 4365 0 0 0 595 22 0 0 20 0 15 0 75828517 14427361280 50282 33554432000 4194304 4196468 140721736718368 139671073782416 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5742] ppid=5727 vsize=14089220 memory=201128 CPUtime=6.18 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5727 5727 5667 0 -1 1077944384 2902 0 0 0 593 25 0 0 20 0 15 0 75828517 14427361280 50282 33554432000 4194304 4196468 140721736718368 139671072729360 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5744] ppid=5727 vsize=14089220 memory=201128 CPUtime=6.16 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5727 5727 5667 0 -1 1077944384 3290 0 0 0 592 24 0 0 20 0 15 0 75828517 14427361280 50282 33554432000 4194304 4196468 140721736718368 139671071676816 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5745] ppid=5727 vsize=14089220 memory=1452 CPUtime=3.21 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5727 5727 5667 0 -1 1077944384 5196 0 0 0 296 25 0 0 20 0 15 0 75828518 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670618483440 139671144757890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5748] ppid=5727 vsize=14089220 memory=201128 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5727 5727 5667 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670617429664 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5750] ppid=5727 vsize=14089220 memory=201128 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14089220 memory=201128 CPUtime=2.75 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5727 5727 5667 0 -1 1077944384 13846 0 0 0 273 2 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670614272240 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14089220 memory=1452 CPUtime=2.39 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) S 5727 5727 5667 0 -1 1077944384 13338 0 0 0 238 1 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670613219696 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14089220 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) S 5727 5727 5667 0 -1 1077944384 9488 0 0 0 68 1 0 0 20 0 15 0 75828521 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670612166640 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14089220 memory=201128 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14089220 memory=1452 CPUtime=1.16 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1266 0 0 0 48 68 0 0 20 0 15 0 75828522 14427361280 50282 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 2344.69 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.3 s]
/proc/loadavg: 1.44 1.32 1.18 4/218 5858
/proc/meminfo: memFree=23758524/32770624 swapFree=67076836/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0
[pid=5733] ppid=5727 vsize=14089220 memory=201136 CPUtime=2400.07 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5727 5727 5667 0 -1 1077944320 86838 0 0 0 239826 181 0 0 20 0 15 0 75828515 14427361280 50284 33554432000 4194304 4196468 140721736718368 140721736700912 139671144746743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
/proc/5733/statm: 3522305 50284 3392 1 0 3483520 0
[pid=5733/tid=5735] ppid=5727 vsize=14089220 memory=1452 CPUtime=2364.39 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5727 5727 5667 0 -1 4202560 26882 0 0 0 236421 18 0 0 20 0 15 0 75828516 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671148986032 139670748026046 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5737] ppid=5727 vsize=14089220 memory=201136 CPUtime=6.32 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5727 5727 5667 0 -1 1077944384 4621 0 0 0 610 22 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671074834960 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5740] ppid=5727 vsize=14089220 memory=201136 CPUtime=6.32 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5727 5727 5667 0 -1 1077944384 4369 0 0 0 609 23 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671073782416 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5742] ppid=5727 vsize=14089220 memory=1452 CPUtime=6.34 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5727 5727 5667 0 -1 1077944384 2935 0 0 0 608 26 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671072729360 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5744] ppid=5727 vsize=14089220 memory=201136 CPUtime=6.32 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5727 5727 5667 0 -1 1077944384 3361 0 0 0 607 25 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671071676816 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5745] ppid=5727 vsize=14089220 memory=201136 CPUtime=3.28 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5727 5727 5667 0 -1 1077944384 5367 0 0 0 302 26 0 0 20 0 15 0 75828518 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670618483440 139671144757890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5748] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5727 5727 5667 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670617429664 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5750] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14089220 memory=1452 CPUtime=2.75 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5727 5727 5667 0 -1 1077944384 13848 0 0 0 273 2 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670614272240 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14089220 memory=201136 CPUtime=2.39 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) S 5727 5727 5667 0 -1 1077944384 13340 0 0 0 238 1 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670613219696 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14089220 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) S 5727 5727 5667 0 -1 1077944384 9490 0 0 0 68 1 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670612166640 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14089220 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1279 0 0 0 50 70 0 0 20 0 15 0 75828522 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202588 KiB

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

[startup+2377.31 s]
# the end of solver process 5727 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000821 s, system=0.001643 s

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

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

[startup+2377.3 s]
/proc/loadavg: 1.44 1.32 1.18 4/218 5858
/proc/meminfo: memFree=23758524/32770624 swapFree=67076836/67108860
[pid=5727] ppid=5723 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5727/stat : 5727 (xcsp3-exec) S 5723 5727 5667 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 75828515 115843072 363 33554432000 4194304 5098028 140735511108368 140735511106472 140447916511868 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 23613440 140735511114811 140735511115012 140735511115012 140735511117770 0
/proc/5727/statm: 28282 363 306 221 0 87 0
[pid=5733] ppid=5727 vsize=14089220 memory=201136 CPUtime=2400.07 cores=1,3,5,7
/proc/5733/stat : 5733 (java) S 5727 5727 5667 0 -1 1077944320 86838 0 0 0 239826 181 0 0 20 0 15 0 75828515 14427361280 50284 33554432000 4194304 4196468 140721736718368 140721736700912 139671144746743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
/proc/5733/statm: 3522305 50284 3392 1 0 3483520 0
[pid=5733/tid=5735] ppid=5727 vsize=14089220 memory=1452 CPUtime=2364.39 cores=1,3,5,7
/proc/5733/task/5735/stat : 5735 (java) R 5727 5727 5667 0 -1 4202560 26882 0 0 0 236421 18 0 0 20 0 15 0 75828516 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671148986032 139670748026046 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5737] ppid=5727 vsize=14089220 memory=201136 CPUtime=6.32 cores=1,3,5,7
/proc/5733/task/5737/stat : 5737 (java) S 5727 5727 5667 0 -1 1077944384 4621 0 0 0 610 22 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671074834960 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5740] ppid=5727 vsize=14089220 memory=201136 CPUtime=6.32 cores=1,3,5,7
/proc/5733/task/5740/stat : 5740 (java) S 5727 5727 5667 0 -1 1077944384 4369 0 0 0 609 23 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671073782416 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5742] ppid=5727 vsize=14089220 memory=1452 CPUtime=6.34 cores=1,3,5,7
/proc/5733/task/5742/stat : 5742 (java) S 5727 5727 5667 0 -1 1077944384 2935 0 0 0 608 26 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671072729360 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5744] ppid=5727 vsize=14089220 memory=201136 CPUtime=6.32 cores=1,3,5,7
/proc/5733/task/5744/stat : 5744 (java) S 5727 5727 5667 0 -1 1077944384 3361 0 0 0 607 25 0 0 20 0 15 0 75828517 14427361280 50284 33554432000 4194304 4196468 140721736718368 139671071676816 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5745] ppid=5727 vsize=14089220 memory=201136 CPUtime=3.28 cores=1,3,5,7
/proc/5733/task/5745/stat : 5745 (java) S 5727 5727 5667 0 -1 1077944384 5367 0 0 0 302 26 0 0 20 0 15 0 75828518 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670618483440 139671144757890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5748] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5748/stat : 5748 (java) S 5727 5727 5667 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670617429664 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5750] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5750/stat : 5750 (java) S 5727 5727 5667 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 75828519 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670616376560 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5751] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5751/stat : 5751 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670615325136 139671144765339 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5752] ppid=5727 vsize=14089220 memory=1452 CPUtime=2.75 cores=1,3,5,7
/proc/5733/task/5752/stat : 5752 (java) S 5727 5727 5667 0 -1 1077944384 13848 0 0 0 273 2 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670614272240 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5753] ppid=5727 vsize=14089220 memory=201136 CPUtime=2.39 cores=1,3,5,7
/proc/5733/task/5753/stat : 5753 (java) S 5727 5727 5667 0 -1 1077944384 13340 0 0 0 238 1 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670613219696 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5755] ppid=5727 vsize=14089220 memory=1452 CPUtime=0.69 cores=1,3,5,7
/proc/5733/task/5755/stat : 5755 (java) S 5727 5727 5667 0 -1 1077944384 9490 0 0 0 68 1 0 0 20 0 15 0 75828521 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670612166640 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5759] ppid=5727 vsize=14089220 memory=201136 CPUtime=0 cores=1,3,5,7
/proc/5733/task/5759/stat : 5759 (java) S 5727 5727 5667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828522 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670611114336 139671144756949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
[pid=5733/tid=5762] ppid=5727 vsize=14089220 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/5733/task/5762/stat : 5762 (java) S 5727 5727 5667 0 -1 1077944384 1279 0 0 0 50 70 0 0 20 0 15 0 75828522 14427361280 50284 33554432000 4194304 4196468 140721736718368 139670610062384 139671144757890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 37830656 140721736725633 140721736725809 140721736725809 140721736728527 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202588 KiB

Child status: 143
Real time (s): 2377.31
CPU time (s): 2400.09
CPU user time (s): 2398.28
CPU system time (s): 1.81686
CPU usage (%): 100.958
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 259024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.28
system time used= 1.81686
maximum resident set size= 257572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87667
page faults= 0
swaps= 0
block input operations= 1504
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144144
involuntary context switches= 6031


# summary of solver processes directly reported to runsolver:
#   pid: 5727,5733
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.28
#   total CPU system time (s): 1.81686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8715 second user time and 22.5047 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 07:24:13
IDJOB=4292599
IDBENCH=141596
IDSOLVER=2747
FILE ID=node102/4292599-1532582653
RUNJOBID= node102-1532582652-5699
PBS_JOBID= 21021970
Free space on /tmp= 52740 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-24_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292599-1532582653/watcher-4292599-1532582653 -o /tmp/evaluation-result-4292599-1532582653/solver-4292599-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532582652-5699 --watchdog 2560  HOME/xcsp3-exec -seed 223816382 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292599-1532582653.xml

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

MD5SUM BENCH= 160b6465c319713d06d2dfba6c5298ba
RANDOM SEED=223816382

node102.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.51
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.51
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.51
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.51
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:        24256108 kB
MemAvailable:   31963472 kB
Buffers:          180000 kB
Cached:          7763488 kB
SwapCached:         5448 kB
Active:          1329272 kB
Inactive:        6646372 kB
Active(anon):       3320 kB
Inactive(anon):    53668 kB
Active(file):    1325952 kB
Inactive(file):  6592704 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076816 kB
Dirty:             41072 kB
Writeback:             0 kB
AnonPages:         34180 kB
Mapped:            33016 kB
Shmem:             21748 kB
Slab:             235992 kB
SReclaimable:     209084 kB
SUnreclaim:        26908 kB
KernelStack:        3168 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52708 MiB
End job on node102 at 2018-07-26 08:03:51