Trace number 4284089

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)OPT2 39.4832 28.201401

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284089-1503223671.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284089-1503223671.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
36.52/26.01	c solve instance...
38.91/27.95	o 2 
39.34/28.17	s OPTIMUM FOUND
39.34/28.17	v <instantiation>
39.34/28.17	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] </list>
39.34/28.17	v 	<values>0 0 0 1 1 0 1 1 0 1 0 1 2 1 0 0 1 2 2 2 1 1 0 0 0 </values>
39.34/28.17	v </instantiation>

Verifier Data

OK	2

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 (11287 MiB free)
  memory of node 1: 16384 MiB (11936 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284089-1503223671/watcher-4284089-1503223671 -o /tmp/evaluation-result-4284089-1503223671/solver-4284089-1503223671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503215430-18833 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1038510964 HOME/instance-4284089-1503223671.xml 

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

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


[startup+0.100128 s]*
/proc/loadavg: 1.28 1.38 1.48 4/217 19626
/proc/meminfo: memFree=23764088/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
[pid=19612] ppid=19610 vsize=13978596 memory=28088 CPUtime=0.12 cores=1,3,5,7
/proc/19612/stat : 19612 (java) S 19610 19610 12810 0 -1 1077944320 5462 0 0 0 11 1 0 0 20 0 15 0 155447785 14314082304 7022 33554432000 4194304 4196468 140732064851760 140732064834304 140282904338167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
/proc/19612/statm: 3494649 7022 2844 1 0 3482966 0
[pid=19612/tid=19613] ppid=19610 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/19612/task/19613/stat : 19613 (java) R 19610 19610 12810 0 -1 4202560 3463 0 0 0 8 0 0 0 20 0 15 0 155447785 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282908561968 140282904350102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19614] ppid=19610 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19614/stat : 19614 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282834426512 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19615] ppid=19610 vsize=13978596 memory=140220022892160 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19615/stat : 19615 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447786 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282833373712 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19616] ppid=19610 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19616/stat : 19616 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447786 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282832320912 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19617] ppid=19610 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19617/stat : 19617 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282831268112 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19618] ppid=19610 vsize=13978596 memory=140220022892160 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19618/stat : 19618 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447787 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282017332080 140282904349314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19619] ppid=19610 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155447788 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155447788 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) S 19610 19610 12810 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 155447790 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 155447790 14314082304 7022 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13978596 memory=140220022892160 CPUtime=0.01 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) R 19610 19610 12810 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 15 0 155447790 14314082304 7087 33554432000 4194304 4196468 140732064851760 140282011015280 140282883239504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14314082304 7087 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13978596 memory=140220022892160 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447791 14314082304 7087 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29472 KiB

[startup+0.210617 s]*
/proc/loadavg: 1.28 1.38 1.48 3/217 19626
/proc/meminfo: memFree=23752536/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
[pid=19612] ppid=19610 vsize=13982852 memory=40340 CPUtime=0.34 cores=1,3,5,7
/proc/19612/stat : 19612 (java) S 19610 19610 12810 0 -1 1077944320 8128 0 0 0 32 2 0 0 20 0 15 0 155447785 14318440448 10085 33554432000 4194304 4196468 140732064851760 140732064834304 140282904338167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
/proc/19612/statm: 3495713 10085 3065 1 0 3482966 0
[pid=19612/tid=19613] ppid=19610 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/19612/task/19613/stat : 19613 (java) D 19610 19610 12810 0 -1 1077944384 5355 0 0 0 18 1 0 0 20 0 15 0 155447785 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282908548976 140282897017389 0 4 0 16800975 18446744072101629476 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19614] ppid=19610 vsize=13982884 memory=2907 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19614/stat : 19614 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14318473216 10085 33554432000 4194304 4196468 140732064851760 140282834426512 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19615] ppid=19610 vsize=13982884 memory=288370596174603904 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19615/stat : 19615 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447786 14318473216 10085 33554432000 4194304 4196468 140732064851760 140282833373712 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19616] ppid=19610 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19616/stat : 19616 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447786 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282832320912 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19617] ppid=19610 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19617/stat : 19617 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282831268112 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19618] ppid=19610 vsize=13982852 memory=140220022892160 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19618/stat : 19618 (java) S 19610 19610 12810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155447787 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282017332080 140282904349314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19619] ppid=19610 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155447788 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155447788 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13982884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) S 19610 19610 12810 0 -1 1077944384 482 0 0 0 2 0 0 0 20 0 15 0 155447790 14318473216 10085 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 15 0 155447790 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13982852 memory=140220022892160 CPUtime=0.08 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) S 19610 19610 12810 0 -1 1077944384 684 0 0 0 8 0 0 0 20 0 15 0 155447790 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282011015280 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447791 14318440448 10085 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41724 KiB

[startup+0.312352 s]*
/proc/loadavg: 1.28 1.38 1.48 5/217 19626
/proc/meminfo: memFree=23746084/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
[pid=19612] ppid=19610 vsize=13982852 memory=48180 CPUtime=0.51 cores=1,3,5,7
/proc/19612/stat : 19612 (java) S 19610 19610 12810 0 -1 1077944320 9185 0 0 0 49 2 0 0 20 0 15 0 155447785 14318440448 12045 33554432000 4194304 4196468 140732064851760 140732064834304 140282904338167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
/proc/19612/statm: 3495713 12045 3116 1 0 3482966 0
[pid=19612/tid=19613] ppid=19610 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/19612/task/19613/stat : 19613 (java) D 19610 19610 12810 0 -1 1077944384 6070 0 0 0 28 2 0 0 20 0 15 0 155447785 14318440448 12045 33554432000 4194304 4196468 140732064851760 140282908570496 140282904362045 0 4 0 16800975 18446744072101629476 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19614] ppid=19610 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19614/stat : 19614 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14318440448 12045 33554432000 4194304 4196468 140732064851760 140282834426512 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19615] ppid=19610 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19615/stat : 19615 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447786 14318440448 12045 33554432000 4194304 4196468 140732064851760 140282833373712 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19616] ppid=19610 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19616/stat : 19616 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447786 14318440448 12045 33554432000 4194304 4196468 140732064851760 140282832320912 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19617] ppid=19610 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19617/stat : 19617 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282831268112 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19618] ppid=19610 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19618/stat : 19618 (java) S 19610 19610 12810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155447787 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282017332080 140282904349314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19619] ppid=19610 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155447788 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155447788 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13982928 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13982928 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) R 19610 19610 12810 0 -1 1077944384 609 0 0 0 3 0 0 0 20 0 15 0 155447790 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 357 0 0 0 3 0 0 0 20 0 15 0 155447790 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13982928 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) R 19610 19610 12810 0 -1 4202560 838 0 0 0 13 0 0 0 20 0 15 0 155447790 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282011015280 140282904350102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447791 14318518272 12045 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49564 KiB

[startup+0.700895 s]
/proc/loadavg: 1.28 1.38 1.48 3/217 19626
/proc/meminfo: memFree=23726780/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
[pid=19612] ppid=19610 vsize=13984976 memory=81172 CPUtime=1.16 cores=1,3,5,7
/proc/19612/stat : 19612 (java) S 19610 19610 12810 0 -1 1077944320 10361 0 0 0 113 3 0 0 20 0 15 0 155447785 14320615424 20293 33554432000 4194304 4196468 140732064851760 140732064834304 140282904338167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
/proc/19612/statm: 3496244 20293 3181 1 0 3483478 0
[pid=19612/tid=19613] ppid=19610 vsize=13984976 memory=3472328296227679313 CPUtime=0.67 cores=1,3,5,7
/proc/19612/task/19613/stat : 19613 (java) R 19610 19610 12810 0 -1 4202560 6563 0 0 0 65 2 0 0 20 0 15 0 155447785 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282908566896 140282510090726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19614] ppid=19610 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19614/stat : 19614 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282834426512 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19615] ppid=19610 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19615/stat : 19615 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447786 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282833373712 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19616] ppid=19610 vsize=13984976 memory=43224 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19616/stat : 19616 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447786 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282832320912 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19617] ppid=19610 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19617/stat : 19617 (java) S 19610 19610 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155447786 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282831268112 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19618] ppid=19610 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19618/stat : 19618 (java) S 19610 19610 12810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155447787 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282017332080 140282904349314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19619] ppid=19610 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13984976 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13984976 memory=1224 CPUtime=0.11 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) S 19610 19610 12810 0 -1 1077944384 828 0 0 0 11 0 0 0 20 0 15 0 155447790 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13984976 memory=5784 CPUtime=0.13 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 584 0 0 0 13 0 0 0 20 0 15 0 155447790 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13984976 memory=1720 CPUtime=0.22 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) S 19610 19610 12810 0 -1 1077944384 1075 0 0 0 22 0 0 0 20 0 15 0 155447790 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282011015280 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 20293 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 82556 KiB

[startup+1.50092 s]
/proc/loadavg: 1.28 1.38 1.48 3/217 19626
/proc/meminfo: memFree=23688784/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0

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

/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13984976 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13984976 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13984976 memory=8836 CPUtime=0.17 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) S 19610 19610 12810 0 -1 1077944384 948 0 0 0 17 0 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13984976 memory=14297946131068 CPUtime=0.19 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 974 0 0 0 19 0 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13984976 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) S 19610 19610 12810 0 -1 1077944384 3632 0 0 0 32 1 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282011015280 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13984976 memory=-4866522518848036719 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 36.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2849508 KiB

[startup+28.2014 s]
# the end of solver process 19610 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=36.5445 s, system=2.93868 s

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

[startup+25.601 s]
/proc/loadavg: 1.35 1.38 1.48 3/217 19626
/proc/meminfo: memFree=20939352/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
[pid=19612] ppid=19610 vsize=13984976 memory=2848124 CPUtime=36.22 cores=1,3,5,7
/proc/19612/stat : 19612 (java) S 19610 19610 12810 0 -1 1077944320 68917 0 0 0 3332 290 0 0 20 0 15 0 155447785 14320615424 712031 33554432000 4194304 4196468 140732064851760 140732064834304 140282904338167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
/proc/19612/statm: 3496244 712031 3233 1 0 3483478 0
[pid=19612/tid=19613] ppid=19610 vsize=13984976 memory=76 CPUtime=18.96 cores=1,3,5,7
/proc/19612/task/19613/stat : 19613 (java) R 19610 19610 12810 0 -1 4202560 9073 0 0 0 1888 8 0 0 20 0 15 0 155447785 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282908573376 140282510140800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19614] ppid=19610 vsize=13984976 memory=179 CPUtime=3.32 cores=1,3,5,7
/proc/19612/task/19614/stat : 19614 (java) S 19610 19610 12810 0 -1 1077944384 10866 0 0 0 265 67 0 0 20 0 15 0 155447786 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282834426512 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19615] ppid=19610 vsize=13984976 memory=227 CPUtime=3.31 cores=1,3,5,7
/proc/19612/task/19615/stat : 19615 (java) S 19610 19610 12810 0 -1 1077944384 10791 0 0 0 259 72 0 0 20 0 15 0 155447786 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282833373712 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19616] ppid=19610 vsize=13984976 memory=470 CPUtime=3.28 cores=1,3,5,7
/proc/19612/task/19616/stat : 19616 (java) S 19610 19610 12810 0 -1 1077944384 8275 0 0 0 262 66 0 0 20 0 15 0 155447786 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282832320912 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19617] ppid=19610 vsize=13984976 memory=5742 CPUtime=3.29 cores=1,3,5,7
/proc/19612/task/19617/stat : 19617 (java) S 19610 19610 12810 0 -1 1077944384 15649 0 0 0 258 71 0 0 20 0 15 0 155447786 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282831268112 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19618] ppid=19610 vsize=13984976 memory=4052 CPUtime=3.29 cores=1,3,5,7
/proc/19612/task/19618/stat : 19618 (java) S 19610 19610 12810 0 -1 1077944384 7202 0 0 0 328 1 0 0 20 0 15 0 155447787 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282017332080 140282904349314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19619] ppid=19610 vsize=13984976 memory=24928 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13984976 memory=2448464 CPUtime=0.17 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) S 19610 19610 12810 0 -1 1077944384 948 0 0 0 17 0 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13984976 memory=960 CPUtime=0.19 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 974 0 0 0 19 0 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13984976 memory=1384 CPUtime=0.33 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) S 19610 19610 12810 0 -1 1077944384 3632 0 0 0 32 1 0 0 20 0 15 0 155447790 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282011015280 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13984976 memory=759748 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13984976 memory=707 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712031 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 36.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2849508 KiB

[startup+27.2008 s]
/proc/loadavg: 1.35 1.38 1.48 3/217 19626
/proc/meminfo: memFree=20936996/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
[pid=19612] ppid=19610 vsize=13984976 memory=2850600 CPUtime=38.07 cores=1,3,5,7
/proc/19612/stat : 19612 (java) S 19610 19610 12810 0 -1 1077944320 72929 0 0 0 3516 291 0 0 20 0 15 0 155447785 14320615424 712650 33554432000 4194304 4196468 140732064851760 140732064834304 140282904338167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
/proc/19612/statm: 3496244 712650 3244 1 0 3483478 0
[pid=19612/tid=19613] ppid=19610 vsize=13984976 memory=1796 CPUtime=20.55 cores=1,3,5,7
/proc/19612/task/19613/stat : 19613 (java) R 19610 19610 12810 0 -1 4202560 11429 0 0 0 2047 8 0 0 20 0 15 0 155447785 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282908573696 140282511140874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19614] ppid=19610 vsize=13984976 memory=6791534058613427641 CPUtime=3.32 cores=1,3,5,7
/proc/19612/task/19614/stat : 19614 (java) S 19610 19610 12810 0 -1 1077944384 10866 0 0 0 265 67 0 0 20 0 15 0 155447786 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282834426512 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19615] ppid=19610 vsize=13984976 memory=43224 CPUtime=3.31 cores=1,3,5,7
/proc/19612/task/19615/stat : 19615 (java) S 19610 19610 12810 0 -1 1077944384 10791 0 0 0 259 72 0 0 20 0 15 0 155447786 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282833373712 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19616] ppid=19610 vsize=13984976 memory=1292 CPUtime=3.28 cores=1,3,5,7
/proc/19612/task/19616/stat : 19616 (java) S 19610 19610 12810 0 -1 1077944384 8275 0 0 0 262 66 0 0 20 0 15 0 155447786 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282832320912 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19617] ppid=19610 vsize=13984976 memory=2428 CPUtime=3.29 cores=1,3,5,7
/proc/19612/task/19617/stat : 19617 (java) S 19610 19610 12810 0 -1 1077944384 15649 0 0 0 258 71 0 0 20 0 15 0 155447786 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282831268112 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19618] ppid=19610 vsize=13984976 memory=1728 CPUtime=3.29 cores=1,3,5,7
/proc/19612/task/19618/stat : 19618 (java) S 19610 19610 12810 0 -1 1077944384 7261 0 0 0 328 1 0 0 20 0 15 0 155447787 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282017332080 140282904349314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19619] ppid=19610 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13984976 memory=1738320 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13984976 memory=6791534058613427641 CPUtime=0.24 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) S 19610 19610 12810 0 -1 1077944384 1556 0 0 0 24 0 0 0 20 0 15 0 155447790 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13984976 memory=1720 CPUtime=0.29 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 1440 0 0 0 29 0 0 0 20 0 15 0 155447790 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13984976 memory=4612 CPUtime=0.41 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) S 19610 19610 12810 0 -1 1077944384 4155 0 0 0 40 1 0 0 20 0 15 0 155447790 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282011015280 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712650 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 38.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2851984 KiB

[startup+28.0009 s]*
/proc/loadavg: 1.40 1.39 1.48 5/217 19626
/proc/meminfo: memFree=20936252/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
[pid=19612] ppid=19610 vsize=13984976 memory=2851792 CPUtime=39.19 cores=1,3,5,7
/proc/19612/stat : 19612 (java) S 19610 19610 12810 0 -1 1077944320 73290 0 0 0 3627 292 0 0 20 0 15 0 155447785 14320615424 712948 33554432000 4194304 4196468 140732064851760 140732064834304 140282904338167 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
/proc/19612/statm: 3496244 712948 3253 1 0 3483478 0
[pid=19612/tid=19613] ppid=19610 vsize=13984976 memory=6791534058613427641 CPUtime=21.36 cores=1,3,5,7
/proc/19612/task/19613/stat : 19613 (java) R 19610 19610 12810 0 -1 4202560 11476 0 0 0 2128 8 0 0 20 0 15 0 155447785 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282908576608 140282511732015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19614] ppid=19610 vsize=13984976 memory=1384 CPUtime=3.32 cores=1,3,5,7
/proc/19612/task/19614/stat : 19614 (java) S 19610 19610 12810 0 -1 1077944384 10866 0 0 0 265 67 0 0 20 0 15 0 155447786 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282834426512 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19615] ppid=19610 vsize=13984976 memory=2850148 CPUtime=3.31 cores=1,3,5,7
/proc/19612/task/19615/stat : 19615 (java) S 19610 19610 12810 0 -1 1077944384 10791 0 0 0 259 72 0 0 20 0 15 0 155447786 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282833373712 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19616] ppid=19610 vsize=13984976 memory=6791534058613427641 CPUtime=3.28 cores=1,3,5,7
/proc/19612/task/19616/stat : 19616 (java) S 19610 19610 12810 0 -1 1077944384 8275 0 0 0 262 66 0 0 20 0 15 0 155447786 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282832320912 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19617] ppid=19610 vsize=13984976 memory=0 CPUtime=3.29 cores=1,3,5,7
/proc/19612/task/19617/stat : 19617 (java) S 19610 19610 12810 0 -1 1077944384 15649 0 0 0 258 71 0 0 20 0 15 0 155447786 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282831268112 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19618] ppid=19610 vsize=13984976 memory=0 CPUtime=3.29 cores=1,3,5,7
/proc/19612/task/19618/stat : 19618 (java) S 19610 19610 12810 0 -1 1077944384 7261 0 0 0 328 1 0 0 20 0 15 0 155447787 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282017332080 140282904349314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19619] ppid=19610 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19619/stat : 19619 (java) S 19610 19610 12810 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282016278048 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19620] ppid=19610 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19620/stat : 19620 (java) S 19610 19610 12810 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 155447788 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282015225200 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19621] ppid=19610 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19621/stat : 19621 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447790 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282014173520 140282904356763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19622] ppid=19610 vsize=13984976 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/19612/task/19622/stat : 19622 (java) S 19610 19610 12810 0 -1 1077944384 1755 0 0 0 41 0 0 0 20 0 15 0 155447790 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282013120880 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19623] ppid=19610 vsize=13984976 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/19612/task/19623/stat : 19623 (java) S 19610 19610 12810 0 -1 1077944384 1462 0 0 0 37 0 0 0 20 0 15 0 155447790 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282012068080 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19624] ppid=19610 vsize=13984976 memory=8913 CPUtime=0.46 cores=1,3,5,7
/proc/19612/task/19624/stat : 19624 (java) R 19610 19610 12810 0 -1 4202560 4248 0 0 0 45 1 0 0 20 0 15 0 155447790 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282011015280 140282882470954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19625] ppid=19610 vsize=13984976 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19625/stat : 19625 (java) S 19610 19610 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282009962720 140282904348373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
[pid=19612/tid=19626] ppid=19610 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/19612/task/19626/stat : 19626 (java) S 19610 19610 12810 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 155447791 14320615424 712948 33554432000 4194304 4196468 140732064851760 140282008911024 140282904349314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18694144 140732064859287 140732064859463 140732064859463 140732064862159 0
Current children cumulated CPU time: 39.19 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2853176 KiB

[startup+28.2008 s]
/proc/loadavg: 1.40 1.39 1.48 5/217 19626
/proc/meminfo: memFree=20936252/32770624 swapFree=67108860/67108860
[pid=19610] ppid=19607 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (xcsp3-exec) S 19607 19610 12810 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155447785 9740288 346 33554432000 4194304 5098028 140725498681824 140725498679928 140282050212476 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 10592256 140725498688622 140725498688827 140725498688827 140725498691563 0
/proc/19610/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 0
Real time (s): 28.2014
CPU time (s): 39.4832
CPU user time (s): 36.5445
CPU system time (s): 2.93868
CPU usage (%): 140.004
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 2853324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.5445
system time used= 2.93868
maximum resident set size= 2852652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3442
involuntary context switches= 161


# summary of solver processes directly reported to runsolver:
#   pid: 19610
#   total CPU time (s): 39.4832
#   total CPU user time (s): 36.5445
#   total CPU system time (s): 2.93868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.212566 second user time and 0.321181 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 11:53:30
IDJOB=4284089
IDBENCH=139720
IDSOLVER=2679
FILE ID=node151/4284089-1503223671
RUNJOBID= node151-1503215430-18833
PBS_JOBID= 20630871
Free space on /tmp= 61672 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284089-1503223671/watcher-4284089-1503223671 -o /tmp/evaluation-result-4284089-1503223671/solver-4284089-1503223671 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503215430-18833 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1038510964 HOME/instance-4284089-1503223671.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=1038510964

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        23781680 kB
MemAvailable:   31613252 kB
Buffers:          329976 kB
Cached:          7790124 kB
SwapCached:            0 kB
Active:          2291092 kB
Inactive:        6240500 kB
Active(anon):     403236 kB
Inactive(anon):    44324 kB
Active(file):    1887856 kB
Inactive(file):  6196176 kB
Unevictable:        7580 kB
Mlocked:            7580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             0 kB
AnonPages:        418772 kB
Mapped:            64400 kB
Shmem:             33416 kB
Slab:             153856 kB
SReclaimable:     126752 kB
SUnreclaim:        27104 kB
KernelStack:        3504 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1046028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61664 MiB
End job on node151 at 2017-08-20 11:53:59