Trace number 4292598

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.08 2382.71

General information on the benchmark

NameSportsScheduling/
SportsScheduling-22_c18.xml
MD5SUM13c66cb7417087d31bdec501d06a9dbf
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 variables715
Number of constraints319
Number of domains2
Minimum domain size22
Maximum domain size231
Distribution of domain sizes[{"size":22,"count":484},{"size":231,"count":231}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":242},{"degree":4,"count":473}]
Minimum constraint arity1
Maximum constraint arity231
Distribution of constraint arities[{"arity":1,"count":11},{"arity":2,"count":11},{"arity":3,"count":231},{"arity":11,"count":21},{"arity":22,"count":22},{"arity":42,"count":11},{"arity":44,"count":11},{"arity":231,"count":1}]
Number of extensional constraints231
Number of intensional constraints22
Distribution of constraint types[{"type":"extension","count":231},{"type":"intension","count":22},{"type":"allDifferent","count":23},{"type":"count","count":21},{"type":"cardinality","count":22}]
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-4292598-1532582653.xml"  -tl '2400s' -p 1 -x 0
0.08/0.31	c Choco 493a269
0.08/0.31	c [HOME/instance-4292598-1532582653.xml, -tl, 2400s, -p, 1, -x, 0]
0.29/0.34	c simple solver
0.29/0.41	c parse instance...
1.16/0.78	c solve instance...
2400.05/2382.70	s UNKNOWN
2400.05/2382.70	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 (11622 MiB free)
  memory of node 1: 16384 MiB (9655 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292598-1532582653/watcher-4292598-1532582653 -o /tmp/evaluation-result-4292598-1532582653/solver-4292598-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532582652-2837 --watchdog 2560 HOME/xcsp3-exec -seed 223816382 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292598-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
solver pid=2851, runsolver pid=2848
Current StackSize limit: 8192 KiB


[startup+0.100151 s]*
/proc/loadavg: 0.00 0.01 0.05 1/190 2861
/proc/meminfo: memFree=21778308/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=13682316 memory=18536 CPUtime=0.03 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 3899 0 0 0 3 0 0 0 20 0 9 0 75828518 14010691584 4634 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3420579 4634 2147 1 0 3383120 0
[pid=2853/tid=2854] ppid=2851 vsize=13682316 memory=-7673721927108614497 CPUtime=0.03 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) D 2851 2851 2805 0 -1 1077944384 2601 0 0 0 3 0 0 0 20 0 9 0 75828520 14010691584 4634 33554432000 4194304 4196468 140723674403680 140489978687272 140489967129973 0 4 0 16800971 18446744072101756452 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=13682316 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 75828524 14010691584 4634 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=13682316 memory=139638710851200 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 75828524 14010691584 4634 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=13682316 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 75828524 14010691584 4634 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=13682316 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2858/stat : 2858 (java) S 2851 2851 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 75828524 14010691584 4634 33554432000 4194304 4196468 140723674403680 140489567431056 140489974462165 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2859] ppid=2851 vsize=13682316 memory=139638710851200 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2859/stat : 2859 (java) S 2851 2851 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 75828525 14010691584 4634 33554432000 4194304 4196468 140723674403680 140488886950640 140489974463106 0 0 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2860] ppid=2851 vsize=13682316 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2860/stat : 2860 (java) S 2851 2851 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 75828526 14010691584 4634 33554432000 4194304 4196468 140723674403680 140488885896864 140489974462165 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2861] ppid=2851 vsize=13682316 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 75828526 14010691584 4634 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13795444 KiB
Current children cumulated memory: 19992 KiB

[startup+0.20998 s]*
/proc/loadavg: 0.00 0.01 0.05 2/196 2867
/proc/meminfo: memFree=21774148/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=14082840 memory=27196 CPUtime=0.08 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 5129 0 0 0 7 1 0 0 20 0 15 0 75828518 14420828160 6799 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3520710 6799 2882 1 0 3483008 0
[pid=2853/tid=2854] ppid=2851 vsize=14082840 memory=8390339637985935414 CPUtime=0.07 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) R 2851 2851 2805 0 -1 4202560 3304 0 0 0 6 1 0 0 20 0 15 0 75828520 14420828160 6799 33554432000 4194304 4196468 140723674403680 140489978676768 140489974473885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=14082840 memory=288230596134830103 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 6799 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=14082840 memory=3473315679892264608 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 6799 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 6799 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2858/stat : 2858 (java) S 2851 2851 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 6799 33554432000 4194304 4196468 140723674403680 140489567431056 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2859] ppid=2851 vsize=14082840 memory=139638710851200 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2859/stat : 2859 (java) S 2851 2851 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828525 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488886950640 140489974463106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2860] ppid=2851 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2860/stat : 2860 (java) S 2851 2851 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828526 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488885896864 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2861] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828526 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2862] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2862/stat : 2862 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488883792336 140489974470555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2863] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2863/stat : 2863 (java) S 2851 2851 2805 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 75828534 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488882739440 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2864] ppid=2851 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2864/stat : 2864 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828534 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488881686896 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2865] ppid=2851 vsize=14082840 memory=139638710851200 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2865/stat : 2865 (java) S 2851 2851 2805 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 75828534 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488880633840 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2866] ppid=2851 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2866/stat : 2866 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488879581536 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2867] ppid=2851 vsize=14082840 memory=139638710851200 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2867/stat : 2867 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828537 14420828160 6799 33554432000 4194304 4196468 140723674403680 140488878529584 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 28652 KiB

[startup+0.310343 s]*
/proc/loadavg: 0.00 0.01 0.05 3/196 2867
/proc/meminfo: memFree=21762116/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=14082840 memory=40292 CPUtime=0.29 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 8058 0 0 0 27 2 0 0 20 0 15 0 75828518 14420828160 10073 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3520710 10073 3190 1 0 3483008 0
[pid=2853/tid=2854] ppid=2851 vsize=14082840 memory=8112282956445269571 CPUtime=0.17 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) R 2851 2851 2805 0 -1 4202560 5219 0 0 0 16 1 0 0 20 0 15 0 75828520 14420828160 10073 33554432000 4194304 4196468 140723674403680 140489978664736 140489605133075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=14082840 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 10073 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 10073 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 10073 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2858/stat : 2858 (java) S 2851 2851 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828524 14420828160 10073 33554432000 4194304 4196468 140723674403680 140489567431056 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2859] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2859/stat : 2859 (java) S 2851 2851 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828525 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488886950640 140489974463106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2860] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2860/stat : 2860 (java) S 2851 2851 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828526 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488885896864 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2861] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828526 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2862] ppid=2851 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2862/stat : 2862 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488883792336 140489974470555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2863] ppid=2851 vsize=14082840 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2853/task/2863/stat : 2863 (java) S 2851 2851 2805 0 -1 1077944384 740 0 0 0 3 0 0 0 20 0 15 0 75828534 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488882739440 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2864] ppid=2851 vsize=14082840 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2853/task/2864/stat : 2864 (java) S 2851 2851 2805 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 15 0 75828534 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488881686896 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2865] ppid=2851 vsize=14082840 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/2853/task/2865/stat : 2865 (java) S 2851 2851 2805 0 -1 1077944384 782 0 0 0 6 0 0 0 20 0 15 0 75828534 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488880633840 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2866] ppid=2851 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2866/stat : 2866 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488879581536 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2867] ppid=2851 vsize=14082840 memory=139638710851200 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2867/stat : 2867 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828537 14420828160 10073 33554432000 4194304 4196468 140723674403680 140488878529584 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41748 KiB

[startup+0.701573 s]
/proc/loadavg: 0.00 0.01 0.05 4/211 2891
/proc/meminfo: memFree=21715688/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=14089220 memory=65972 CPUtime=1.16 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 10691 0 0 0 112 4 0 0 20 0 15 0 75828518 14427361280 16493 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3522305 16493 3320 1 0 3483520 0
[pid=2853/tid=2854] ppid=2851 vsize=14089220 memory=2209 CPUtime=0.53 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) R 2851 2851 2805 0 -1 4202560 6848 0 0 0 51 2 0 0 20 0 15 0 75828520 14427361280 16493 33554432000 4194304 4196468 140723674403680 140489978689504 140489605128064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=14089220 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14427361280 16493 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14427361280 16493 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=14089220 memory=6369436501164 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14427361280 16493 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=14089220 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2858/stat : 2858 (java) S 2851 2851 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828524 14427361280 16493 33554432000 4194304 4196468 140723674403680 140489567431056 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2859] ppid=2851 vsize=14089220 memory=14132268587288901 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2859/stat : 2859 (java) S 2851 2851 2805 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 75828525 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488886950640 140489974463106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2860] ppid=2851 vsize=14089220 memory=14104 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2860/stat : 2860 (java) S 2851 2851 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488885896864 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2861] ppid=2851 vsize=14089220 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2862] ppid=2851 vsize=14089220 memory=640 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2862/stat : 2862 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488883792336 140489974470555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2863] ppid=2851 vsize=14089220 memory=1792 CPUtime=0.16 cores=1,3,5,7
/proc/2853/task/2863/stat : 2863 (java) S 2851 2851 2805 0 -1 1077944384 902 0 0 0 16 0 0 0 20 0 15 0 75828534 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488882739440 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2864] ppid=2851 vsize=14089220 memory=956 CPUtime=0.12 cores=1,3,5,7
/proc/2853/task/2864/stat : 2864 (java) S 2851 2851 2805 0 -1 1077944384 270 0 0 0 12 0 0 0 20 0 15 0 75828534 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488881686896 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2865] ppid=2851 vsize=14089220 memory=2424 CPUtime=0.31 cores=1,3,5,7
/proc/2853/task/2865/stat : 2865 (java) S 2851 2851 2805 0 -1 1077944384 1363 0 0 0 31 0 0 0 20 0 15 0 75828534 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488880633840 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2866] ppid=2851 vsize=14089220 memory=932 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2866/stat : 2866 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488879581536 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2867] ppid=2851 vsize=14089220 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2867/stat : 2867 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828537 14427361280 16493 33554432000 4194304 4196468 140723674403680 140488878529584 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 67428 KiB

[startup+1.50083 s]
/proc/loadavg: 0.00 0.01 0.05 7/217 2897
/proc/meminfo: memFree=21646584/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=14089220 memory=114788 CPUtime=3.63 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 19762 0 0 0 357 6 0 0 20 0 15 0 75828518 14427361280 28697 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3522305 28697 3351 1 0 3483520 0
[pid=2853/tid=2854] ppid=2851 vsize=14089220 memory=1456 CPUtime=1.34 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) R 2851 2851 2805 0 -1 4202560 7290 0 0 0 131 3 0 0 20 0 15 0 75828520 14427361280 28697 33554432000 4194304 4196468 140723674403680 140489978690352 140489609601013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=14089220 memory=105140 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14427361280 28697 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14427361280 28697 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=14089220 memory=-7379533380093572288 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828524 14427361280 28697 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7

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

/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2862] ppid=2851 vsize=14089220 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2862/stat : 2862 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488883792336 140489974470555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2863] ppid=2851 vsize=14089220 memory=1456 CPUtime=2.81 cores=1,3,5,7
/proc/2853/task/2863/stat : 2863 (java) S 2851 2851 2805 0 -1 1077944384 12005 0 0 0 279 2 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488882739440 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2864] ppid=2851 vsize=14089220 memory=201452 CPUtime=2.77 cores=1,3,5,7
/proc/2853/task/2864/stat : 2864 (java) S 2851 2851 2805 0 -1 1077944384 8180 0 0 0 277 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488881686896 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2865] ppid=2851 vsize=14089220 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/2853/task/2865/stat : 2865 (java) S 2851 2851 2805 0 -1 1077944384 7371 0 0 0 66 1 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488880633840 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2866] ppid=2851 vsize=14089220 memory=201452 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2866/stat : 2866 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488879581536 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2867] ppid=2851 vsize=14089220 memory=2324 CPUtime=0.98 cores=1,3,5,7
/proc/2853/task/2867/stat : 2867 (java) S 2851 2851 2805 0 -1 1077944384 744 0 0 0 46 52 0 0 20 0 15 0 75828537 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488878529584 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 2339.36 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202908 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.24 1.20 3/218 2993
/proc/meminfo: memFree=21331364/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=14089220 memory=201452 CPUtime=2399.65 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 66933 0 0 0 239809 156 0 0 20 0 15 0 75828518 14427361280 50363 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3522305 50363 3393 1 0 3483520 0
[pid=2853/tid=2854] ppid=2851 vsize=14089220 memory=201452 CPUtime=2374.61 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) R 2851 2851 2805 0 -1 4202560 23063 0 0 0 237445 16 0 0 20 0 15 0 75828520 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489978691216 140489610569990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.67 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1757 0 0 0 345 22 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=14089220 memory=1456 CPUtime=3.67 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1966 0 0 0 346 21 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.69 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 3611 0 0 0 346 23 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=14089220 memory=1456 CPUtime=3.66 cores=1,3,5,7
/proc/2853/task/2858/stat : 2858 (java) S 2851 2851 2805 0 -1 1077944384 2899 0 0 0 344 22 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489567431056 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2859] ppid=2851 vsize=14089220 memory=201452 CPUtime=2.98 cores=1,3,5,7
/proc/2853/task/2859/stat : 2859 (java) S 2851 2851 2805 0 -1 1077944384 3975 0 0 0 274 24 0 0 20 0 15 0 75828525 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488886950640 140489974463106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2860] ppid=2851 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2860/stat : 2860 (java) S 2851 2851 2805 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488885896864 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2861] ppid=2851 vsize=14089220 memory=164 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2862] ppid=2851 vsize=14089220 memory=33 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2862/stat : 2862 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488883792336 140489974470555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2863] ppid=2851 vsize=14089220 memory=4140 CPUtime=2.81 cores=1,3,5,7
/proc/2853/task/2863/stat : 2863 (java) S 2851 2851 2805 0 -1 1077944384 12005 0 0 0 279 2 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488882739440 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2864] ppid=2851 vsize=14089220 memory=22888 CPUtime=2.77 cores=1,3,5,7
/proc/2853/task/2864/stat : 2864 (java) S 2851 2851 2805 0 -1 1077944384 8180 0 0 0 277 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488881686896 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2865] ppid=2851 vsize=14089220 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/2853/task/2865/stat : 2865 (java) S 2851 2851 2805 0 -1 1077944384 7371 0 0 0 66 1 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488880633840 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2866] ppid=2851 vsize=14089220 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2866/stat : 2866 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488879581536 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2867] ppid=2851 vsize=14089220 memory=4140 CPUtime=1.01 cores=1,3,5,7
/proc/2853/task/2867/stat : 2867 (java) S 2851 2851 2805 0 -1 1077944384 757 0 0 0 47 54 0 0 20 0 15 0 75828537 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488878529584 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 2399.65 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.7 s]
/proc/loadavg: 1.48 1.24 1.20 3/218 2993
/proc/meminfo: memFree=21331364/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=14089220 memory=201452 CPUtime=2400.05 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 66934 0 0 0 239849 156 0 0 20 0 15 0 75828518 14427361280 50363 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3522305 50363 3393 1 0 3483520 0
[pid=2853/tid=2854] ppid=2851 vsize=14089220 memory=201452 CPUtime=2375.01 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) R 2851 2851 2805 0 -1 4202560 23064 0 0 0 237485 16 0 0 20 0 15 0 75828520 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489978691216 140489610569720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.67 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1757 0 0 0 345 22 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.67 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1966 0 0 0 346 21 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=14089220 memory=1456 CPUtime=3.69 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 3611 0 0 0 346 23 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.66 cores=1,3,5,7
/proc/2853/task/2858/stat : 2858 (java) S 2851 2851 2805 0 -1 1077944384 2899 0 0 0 344 22 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489567431056 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2859] ppid=2851 vsize=14089220 memory=1456 CPUtime=2.98 cores=1,3,5,7
/proc/2853/task/2859/stat : 2859 (java) S 2851 2851 2805 0 -1 1077944384 3975 0 0 0 274 24 0 0 20 0 15 0 75828525 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488886950640 140489974463106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2860] ppid=2851 vsize=14089220 memory=201452 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2860/stat : 2860 (java) S 2851 2851 2805 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488885896864 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2861] ppid=2851 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2862] ppid=2851 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2862/stat : 2862 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488883792336 140489974470555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2863] ppid=2851 vsize=14089220 memory=164 CPUtime=2.81 cores=1,3,5,7
/proc/2853/task/2863/stat : 2863 (java) S 2851 2851 2805 0 -1 1077944384 12005 0 0 0 279 2 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488882739440 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2864] ppid=2851 vsize=14089220 memory=33 CPUtime=2.77 cores=1,3,5,7
/proc/2853/task/2864/stat : 2864 (java) S 2851 2851 2805 0 -1 1077944384 8180 0 0 0 277 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488881686896 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2865] ppid=2851 vsize=14089220 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/2853/task/2865/stat : 2865 (java) S 2851 2851 2805 0 -1 1077944384 7371 0 0 0 66 1 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488880633840 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2866] ppid=2851 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2866/stat : 2866 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488879581536 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2867] ppid=2851 vsize=14089220 memory=1456 CPUtime=1.01 cores=1,3,5,7
/proc/2853/task/2867/stat : 2867 (java) S 2851 2851 2805 0 -1 1077944384 757 0 0 0 47 54 0 0 20 0 15 0 75828537 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488878529584 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202908 KiB

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

[startup+2382.71 s]
# the end of solver process 2851 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001843 s, system=0.000614 s

[startup+2382.71 s]
# the end of solver process 2853 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.51 s, system=1.56816 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+2382.7 s]
/proc/loadavg: 1.48 1.24 1.20 3/218 2993
/proc/meminfo: memFree=21331364/32770624 swapFree=67108860/67108860
[pid=2851] ppid=2848 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2851/stat : 2851 (xcsp3-exec) S 2848 2851 2805 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828517 115843072 364 33554432000 4194304 5098028 140732991457664 140732991455768 139678739718780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14352384 140732991460411 140732991460612 140732991460612 140732991463370 0
/proc/2851/statm: 28282 364 306 221 0 87 0
[pid=2853] ppid=2851 vsize=14089220 memory=201452 CPUtime=2400.05 cores=1,3,5,7
/proc/2853/stat : 2853 (java) S 2851 2851 2805 0 -1 1077944320 66934 0 0 0 239849 156 0 0 20 0 15 0 75828518 14427361280 50363 33554432000 4194304 4196468 140723674403680 140723674386224 140489974451959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
/proc/2853/statm: 3522305 50363 3393 1 0 3483520 0
[pid=2853/tid=2854] ppid=2851 vsize=14089220 memory=201452 CPUtime=2375.01 cores=1,3,5,7
/proc/2853/task/2854/stat : 2854 (java) R 2851 2851 2805 0 -1 4202560 23064 0 0 0 237485 16 0 0 20 0 15 0 75828520 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489978691216 140489610569720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2855] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.67 cores=1,3,5,7
/proc/2853/task/2855/stat : 2855 (java) S 2851 2851 2805 0 -1 1077944384 1757 0 0 0 345 22 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489927072272 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2856] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.67 cores=1,3,5,7
/proc/2853/task/2856/stat : 2856 (java) S 2851 2851 2805 0 -1 1077944384 1966 0 0 0 346 21 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489926019728 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2857] ppid=2851 vsize=14089220 memory=1456 CPUtime=3.69 cores=1,3,5,7
/proc/2853/task/2857/stat : 2857 (java) S 2851 2851 2805 0 -1 1077944384 3611 0 0 0 346 23 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489924966672 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2858] ppid=2851 vsize=14089220 memory=201452 CPUtime=3.66 cores=1,3,5,7
/proc/2853/task/2858/stat : 2858 (java) S 2851 2851 2805 0 -1 1077944384 2899 0 0 0 344 22 0 0 20 0 15 0 75828524 14427361280 50363 33554432000 4194304 4196468 140723674403680 140489567431056 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2859] ppid=2851 vsize=14089220 memory=1456 CPUtime=2.98 cores=1,3,5,7
/proc/2853/task/2859/stat : 2859 (java) S 2851 2851 2805 0 -1 1077944384 3975 0 0 0 274 24 0 0 20 0 15 0 75828525 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488886950640 140489974463106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2860] ppid=2851 vsize=14089220 memory=201452 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2860/stat : 2860 (java) S 2851 2851 2805 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488885896864 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2861] ppid=2851 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2861/stat : 2861 (java) S 2851 2851 2805 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828526 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488884843760 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2862] ppid=2851 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2862/stat : 2862 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488883792336 140489974470555 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2863] ppid=2851 vsize=14089220 memory=164 CPUtime=2.81 cores=1,3,5,7
/proc/2853/task/2863/stat : 2863 (java) S 2851 2851 2805 0 -1 1077944384 12005 0 0 0 279 2 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488882739440 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2864] ppid=2851 vsize=14089220 memory=33 CPUtime=2.77 cores=1,3,5,7
/proc/2853/task/2864/stat : 2864 (java) S 2851 2851 2805 0 -1 1077944384 8180 0 0 0 277 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488881686896 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2865] ppid=2851 vsize=14089220 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/2853/task/2865/stat : 2865 (java) S 2851 2851 2805 0 -1 1077944384 7371 0 0 0 66 1 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488880633840 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2866] ppid=2851 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2853/task/2866/stat : 2866 (java) S 2851 2851 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828534 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488879581536 140489974462165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
[pid=2853/tid=2867] ppid=2851 vsize=14089220 memory=1456 CPUtime=1.01 cores=1,3,5,7
/proc/2853/task/2867/stat : 2867 (java) S 2851 2851 2805 0 -1 1077944384 757 0 0 0 47 54 0 0 20 0 15 0 75828537 14427361280 50363 33554432000 4194304 4196468 140723674403680 140488878529584 140489974463106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22802432 140723674412161 140723674412337 140723674412337 140723674415055 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 202908 KiB

Child status: 143
Real time (s): 2382.71
CPU time (s): 2400.08
CPU user time (s): 2398.51
CPU system time (s): 1.56816
CPU usage (%): 100.729
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 230684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.51
system time used= 1.56817
maximum resident set size= 229228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135130
involuntary context switches= 1936


# summary of solver processes directly reported to runsolver:
#   pid: 2851,2853
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2398.51
#   total CPU system time (s): 1.56816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1504 second user time and 24.5872 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-26 07:24:13
IDJOB=4292598
IDBENCH=141594
IDSOLVER=2747
FILE ID=node149/4292598-1532582653
RUNJOBID= node149-1532582652-2837
PBS_JOBID= 21021960
Free space on /tmp= 43260 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-22_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-4292598-1532582653/watcher-4292598-1532582653 -o /tmp/evaluation-result-4292598-1532582653/solver-4292598-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532582652-2837 --watchdog 2560  HOME/xcsp3-exec -seed 223816382 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292598-1532582653.xml

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

MD5SUM BENCH= 13c66cb7417087d31bdec501d06a9dbf
RANDOM SEED=223816382

node149.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.60
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.60
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.60
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.60
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:        21788300 kB
MemAvailable:   31929028 kB
Buffers:          140560 kB
Cached:         10143316 kB
SwapCached:            0 kB
Active:          2360036 kB
Inactive:        7977488 kB
Active(anon):       3092 kB
Inactive(anon):    78460 kB
Active(file):    2356944 kB
Inactive(file):  7899028 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20588 kB
Writeback:             0 kB
AnonPages:         61088 kB
Mapped:            39896 kB
Shmem:             25224 kB
Slab:             341524 kB
SReclaimable:     313216 kB
SUnreclaim:        28308 kB
KernelStack:        3168 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43220 MiB
End job on node149 at 2018-07-26 08:03:56