Trace number 4272451

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 5a (2017-07-26)UNSAT 7.89891 2.88046

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-080-25.xml
MD5SUM86f21c6f99b90e2b5de67b4ee346bae4
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 variables25
Number of constraints300
Number of domains1
Minimum domain size6400
Maximum domain size6400
Distribution of domain sizes[{"size":6400,"count":25}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272451-1502714582.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4272451-1502714582.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
1.16/0.70	c solve instance...
7.69/2.86	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272451-1502714582/watcher-4272451-1502714582 -o /tmp/evaluation-result-4272451-1502714582/solver-4272451-1502714582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1936272281 HOME/instance-4272451-1502714582.xml 

running on 4 cores: 0,2,4,6

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=19053, runsolver pid=19050

[startup+0.100063 s]*
/proc/loadavg: 2.03 1.78 1.76 3/202 19060
/proc/meminfo: memFree=27487956/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13441356 memory=15952 CPUtime=0.01 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 3764 0 0 0 1 0 0 0 20 0 7 0 73678882 13763948544 3988 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3360339 3988 2025 1 0 3349836 0
[pid=19055/tid=19056] ppid=19053 vsize=13441356 memory=7311146985107750967 CPUtime=0.01 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) R 19053 19053 897 0 -1 4202560 2530 0 0 0 1 0 0 0 20 0 7 0 73678882 13763948544 3988 18446744073709551615 4194304 4196468 140727786450656 140203601193744 140203581031804 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13441356 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73678883 13763948544 3988 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13441356 memory=140419360956314 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73678883 13763948544 3988 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73678883 13763948544 3988 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 73678883 13763948544 3988 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13441356 memory=140419360937600 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 73678885 13763948544 3988 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 17332 KiB

[startup+0.212379 s]*
/proc/loadavg: 2.03 1.78 1.76 3/211 19069
/proc/meminfo: memFree=27477832/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13974352 memory=27792 CPUtime=0.11 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 5447 0 0 0 10 1 0 0 20 0 15 0 73678882 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3493588 6948 2809 1 0 3482964 0
[pid=19055/tid=19056] ppid=19053 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) R 19053 19053 897 0 -1 4202560 3465 0 0 0 8 0 0 0 20 0 15 0 73678882 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203601180704 140203596963222 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13974352 memory=140419360956314 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13974352 memory=140419360937600 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678885 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19062] ppid=19053 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19062/stat : 19062 (java) S 19053 19053 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73678885 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203073725856 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19063] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19063/stat : 19063 (java) S 19053 19053 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73678885 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203072673264 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19064] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19064/stat : 19064 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203071621840 140203596969883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19065] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19065/stat : 19065 (java) S 19053 19053 897 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 73678888 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203070568432 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19066] ppid=19053 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19066/stat : 19066 (java) S 19053 19053 897 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 73678888 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203069515888 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19067] ppid=19053 vsize=13974352 memory=140419360937600 CPUtime=0.01 cores=0,2,4,6
/proc/19055/task/19067/stat : 19067 (java) R 19053 19053 897 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 73678888 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203068463344 140203596962434 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19068] ppid=19053 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19068/stat : 19068 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203067411040 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19069] ppid=19053 vsize=13974352 memory=140419360937600 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19069/stat : 19069 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678892 14309736448 6948 18446744073709551615 4194304 4196468 140727786450656 140203066358576 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29172 KiB

[startup+0.310176 s]*
/proc/loadavg: 2.03 1.78 1.76 4/211 19069
/proc/meminfo: memFree=27467084/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13974352 memory=39496 CPUtime=0.31 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 9116 0 0 0 29 2 0 0 20 0 15 0 73678882 14309736448 9874 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3493588 9874 2987 1 0 3482964 0
[pid=19055/tid=19056] ppid=19053 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) S 19053 19053 897 0 -1 1077944384 6263 0 0 0 17 1 0 0 20 0 15 0 73678882 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203601185088 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678883 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678885 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19062] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19062/stat : 19062 (java) S 19053 19053 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73678885 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203073725856 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19063] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19063/stat : 19063 (java) S 19053 19053 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73678885 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203072673264 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19064] ppid=19053 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19064/stat : 19064 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203071621840 140203596969883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19065] ppid=19053 vsize=13974352 memory=140419258405824 CPUtime=0.02 cores=0,2,4,6
/proc/19055/task/19065/stat : 19065 (java) S 19053 19053 897 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 15 0 73678888 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203070568432 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19066] ppid=19053 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19055/task/19066/stat : 19066 (java) S 19053 19053 897 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 73678888 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203069515888 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19067] ppid=19053 vsize=13974352 memory=140419360937600 CPUtime=0.06 cores=0,2,4,6
/proc/19055/task/19067/stat : 19067 (java) R 19053 19053 897 0 -1 4202560 787 0 0 0 6 0 0 0 20 0 15 0 73678888 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203068463344 140203589267792 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19068] ppid=19053 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19068/stat : 19068 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203067411040 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19069] ppid=19053 vsize=13974352 memory=140419360937600 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19069/stat : 19069 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678892 14309736448 9940 18446744073709551615 4194304 4196468 140727786450656 140203066358576 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40876 KiB

[startup+0.700798 s]
/proc/loadavg: 2.03 1.78 1.76 3/211 19069
/proc/meminfo: memFree=27455884/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13980732 memory=67748 CPUtime=1.16 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 13565 0 0 0 112 4 0 0 20 0 15 0 73678882 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3495183 16937 3171 1 0 3483476 0
[pid=19055/tid=19056] ppid=19053 vsize=13980732 memory=1712 CPUtime=0.56 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) R 19053 19053 897 0 -1 4202560 8632 0 0 0 54 2 0 0 20 0 15 0 73678882 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203601190432 140203596963222 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13980732 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13980732 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13980732 memory=7453282923428146022 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19062] ppid=19053 vsize=13980732 memory=140419258157104 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19062/stat : 19062 (java) S 19053 19053 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203073725856 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19063] ppid=19053 vsize=13980732 memory=140419258157296 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19063/stat : 19063 (java) S 19053 19053 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203072673264 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19064] ppid=19053 vsize=13980732 memory=140419258157392 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19064/stat : 19064 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203071621840 140203596969883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19065] ppid=19053 vsize=13980732 memory=280 CPUtime=0.13 cores=0,2,4,6
/proc/19055/task/19065/stat : 19065 (java) S 19053 19053 897 0 -1 1077944384 960 0 0 0 13 0 0 0 20 0 15 0 73678888 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203070568432 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19066] ppid=19053 vsize=13980732 memory=947 CPUtime=0.14 cores=0,2,4,6
/proc/19055/task/19066/stat : 19066 (java) S 19053 19053 897 0 -1 1077944384 1029 0 0 0 14 0 0 0 20 0 15 0 73678888 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203069515888 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19067] ppid=19053 vsize=13980732 memory=251 CPUtime=0.3 cores=0,2,4,6
/proc/19055/task/19067/stat : 19067 (java) R 19053 19053 897 0 -1 4202560 1636 0 0 0 30 0 0 0 20 0 15 0 73678888 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203068463344 140203575754408 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19068] ppid=19053 vsize=13980732 memory=64 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19068/stat : 19068 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203067411040 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19069] ppid=19053 vsize=13980732 memory=5 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19069/stat : 19069 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678892 14316269568 16937 18446744073709551615 4194304 4196468 140727786450656 140203066358576 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69128 KiB

[startup+1.50118 s]
/proc/loadavg: 2.03 1.78 1.76 5/211 19069
/proc/meminfo: memFree=27405168/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13980732 memory=137668 CPUtime=3.65 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 46048 0 0 0 355 10 0 0 20 0 15 0 73678882 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3495183 34417 3185 1 0 3483476 0
[pid=19055/tid=19056] ppid=19053 vsize=13980732 memory=251 CPUtime=1.36 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) R 19053 19053 897 0 -1 4202560 9388 0 0 0 133 3 0 0 20 0 15 0 73678882 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203601189936 140203596963222 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13980732 memory=64 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13980732 memory=5 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13980732 memory=67748 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13980732 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19062] ppid=19053 vsize=13980732 memory=280838516262336 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19062/stat : 19062 (java) S 19053 19053 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203073725856 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19063] ppid=19053 vsize=13980732 memory=140419258136160 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19063/stat : 19063 (java) S 19053 19053 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203072673264 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19064] ppid=19053 vsize=13980732 memory=56 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19064/stat : 19064 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203071621840 140203596969883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19065] ppid=19053 vsize=13980732 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/19055/task/19065/stat : 19065 (java) R 19053 19053 897 0 -1 4202560 10736 0 0 0 87 1 0 0 20 0 15 0 73678888 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203070556912 140203577651591 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19066] ppid=19053 vsize=13980732 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/19055/task/19066/stat : 19066 (java) R 19053 19053 897 0 -1 4202560 21171 0 0 0 87 4 0 0 20 0 15 0 73678888 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203069496904 140203580857292 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19067] ppid=19053 vsize=13980732 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/19055/task/19067/stat : 19067 (java) R 19053 19053 897 0 -1 1077944384 3444 0 0 0 46 0 0 0 20 0 15 0 73678888 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203068463344 140203596962434 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19068] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19068/stat : 19068 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203067411040 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19069] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19069/stat : 19069 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678892 14316269568 34417 18446744073709551615 4194304 4196468 140727786450656 140203066358576 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 3.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 139048 KiB

[startup+2.8804 s]
# the end of solver process 19053 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.76672 s, system=0.132191 s

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

[startup+1.60093 s]
/proc/loadavg: 2.03 1.78 1.76 5/211 19069
/proc/meminfo: memFree=27405168/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13980732 memory=140040 CPUtime=3.98 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 47045 0 0 0 388 10 0 0 20 0 15 0 73678882 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3495183 35010 3186 1 0 3483476 0
[pid=19055/tid=19056] ppid=19053 vsize=13980732 memory=-7737605721172012177 CPUtime=1.46 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) R 19053 19053 897 0 -1 4202560 9389 0 0 0 143 3 0 0 20 0 15 0 73678882 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203601190352 140203596963222 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13980732 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13980732 memory=-7465405268641471099 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13980732 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13980732 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13980732 memory=7007711350974866521 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19062] ppid=19053 vsize=13980732 memory=7014783306572408474 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19062/stat : 19062 (java) S 19053 19053 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203073725856 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19063] ppid=19053 vsize=13980732 memory=7014783306572408474 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19063/stat : 19063 (java) S 19053 19053 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203072673264 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19064] ppid=19053 vsize=13980732 memory=14383415333 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19064/stat : 19064 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203071621840 140203596969883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19065] ppid=19053 vsize=13980732 memory=40708 CPUtime=0.98 cores=0,2,4,6
/proc/19055/task/19065/stat : 19065 (java) R 19053 19053 897 0 -1 4202560 10824 0 0 0 97 1 0 0 20 0 15 0 73678888 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203070556912 140203578474202 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19066] ppid=19053 vsize=13980732 memory=1292 CPUtime=1.01 cores=0,2,4,6
/proc/19055/task/19066/stat : 19066 (java) R 19053 19053 897 0 -1 4202560 21850 0 0 0 97 4 0 0 20 0 15 0 73678888 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203069496904 140203576197614 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19067] ppid=19053 vsize=13980732 memory=2316 CPUtime=0.49 cores=0,2,4,6
/proc/19055/task/19067/stat : 19067 (java) R 19053 19053 897 0 -1 1077944384 3672 0 0 0 49 0 0 0 20 0 15 0 73678888 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203068463344 140203596962434 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19068] ppid=19053 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19068/stat : 19068 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203067411040 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19069] ppid=19053 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19069/stat : 19069 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678892 14316269568 35010 18446744073709551615 4194304 4196468 140727786450656 140203066358576 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 141420 KiB

[startup+2.40077 s]
/proc/loadavg: 2.03 1.78 1.76 5/211 19069
/proc/meminfo: memFree=27347032/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13980732 memory=182220 CPUtime=6.42 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 58342 0 0 0 631 11 0 0 20 0 15 0 73678882 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3495183 45555 3198 1 0 3483476 0
[pid=19055/tid=19056] ppid=19053 vsize=13980732 memory=7019257425709197167 CPUtime=2.26 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) R 19053 19053 897 0 -1 4202560 10005 0 0 0 223 3 0 0 20 0 15 0 73678882 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203601188008 140203188667772 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13980732 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13980732 memory=7380668998048244581 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13980732 memory=4639924115538006630 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13980732 memory=4639924115538006630 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13980732 memory=280838516552464 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19062] ppid=19053 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19062/stat : 19062 (java) S 19053 19053 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203073725856 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19063] ppid=19053 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19063/stat : 19063 (java) S 19053 19053 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203072673264 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19064] ppid=19053 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19064/stat : 19064 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203071621840 140203596969883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19065] ppid=19053 vsize=13980732 memory=6944656575208382560 CPUtime=1.78 cores=0,2,4,6
/proc/19055/task/19065/stat : 19065 (java) R 19053 19053 897 0 -1 4202560 14813 0 0 0 177 1 0 0 20 0 15 0 73678888 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203070553928 140203575367610 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19066] ppid=19053 vsize=13980732 memory=0 CPUtime=1.81 cores=0,2,4,6
/proc/19055/task/19066/stat : 19066 (java) R 19053 19053 897 0 -1 4202560 27582 0 0 0 176 5 0 0 20 0 15 0 73678888 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203069502520 140203577587224 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19067] ppid=19053 vsize=13980732 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/19055/task/19067/stat : 19067 (java) S 19053 19053 897 0 -1 1077944384 4609 0 0 0 53 1 0 0 20 0 15 0 73678888 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203068463344 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19068] ppid=19053 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19068/stat : 19068 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203067411040 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19069] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19069/stat : 19069 (java) S 19053 19053 897 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 73678892 14316269568 45555 18446744073709551615 4194304 4196468 140727786450656 140203066358576 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 6.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183600 KiB

[startup+2.80192 s]
/proc/loadavg: 2.03 1.78 1.76 5/211 19069
/proc/meminfo: memFree=27347032/32770624 swapFree=67108860/67108860
[pid=19053] ppid=19050 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/19053/stat : 19053 (xcsp3-exec) S 19050 19053 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 73678874 9740288 345 18446744073709551615 4194304 5098028 140723302086784 140723302084888 140473806115452 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 7 0 0 7196144 7232144 8122368 140723302089080 140723302089285 140723302089285 140723302092779 0
/proc/19053/statm: 2378 345 289 221 0 87 0
[pid=19055] ppid=19053 vsize=13980732 memory=191540 CPUtime=7.69 cores=0,2,4,6
/proc/19055/stat : 19055 (java) S 19053 19053 897 0 -1 1077944320 59458 0 0 0 757 12 0 0 20 0 15 0 73678882 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140727786433200 140203596951287 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
/proc/19055/statm: 3495183 47885 3199 1 0 3483476 0
[pid=19055/tid=19056] ppid=19053 vsize=13980732 memory=7100839852556323184 CPUtime=2.66 cores=0,2,4,6
/proc/19055/task/19056/stat : 19056 (java) R 19053 19053 897 0 -1 4202560 10402 0 0 0 263 3 0 0 20 0 15 0 73678882 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203601188832 140203190903721 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19057] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19057/stat : 19057 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203516365072 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19058] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203515312528 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19059] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (java) S 19053 19053 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203514259984 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19060] ppid=19053 vsize=13980732 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (java) S 19053 19053 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73678883 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203513207440 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19061] ppid=19053 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19061/stat : 19061 (java) S 19053 19053 897 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203074779632 140203596962434 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19062] ppid=19053 vsize=13980732 memory=1414298054980309879 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19062/stat : 19062 (java) S 19053 19053 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203073725856 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19063] ppid=19053 vsize=13980732 memory=6944656592455350634 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19063/stat : 19063 (java) S 19053 19053 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73678885 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203072673264 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19064] ppid=19053 vsize=13980732 memory=7681407940103534239 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19064/stat : 19064 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203071621840 140203596969883 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19065] ppid=19053 vsize=13980732 memory=6944656592455359580 CPUtime=2.18 cores=0,2,4,6
/proc/19055/task/19065/stat : 19065 (java) R 19053 19053 897 0 -1 4202560 15004 0 0 0 217 1 0 0 20 0 15 0 73678888 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203070558288 140203581348301 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19066] ppid=19053 vsize=13980732 memory=6943526294502006880 CPUtime=2.21 cores=0,2,4,6
/proc/19055/task/19066/stat : 19066 (java) R 19053 19053 897 0 -1 4202560 27925 0 0 0 216 5 0 0 20 0 15 0 73678888 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203069502520 140203574801472 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19067] ppid=19053 vsize=13980732 memory=6944656592455360604 CPUtime=0.61 cores=0,2,4,6
/proc/19055/task/19067/stat : 19067 (java) S 19053 19053 897 0 -1 1077944384 4794 0 0 0 60 1 0 0 20 0 15 0 73678888 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203068463344 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19068] ppid=19053 vsize=13980732 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19068/stat : 19068 (java) S 19053 19053 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73678888 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203067411040 140203596961493 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
[pid=19055/tid=19069] ppid=19053 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19069/stat : 19069 (java) S 19053 19053 897 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 73678892 14316269568 47885 18446744073709551615 4194304 4196468 140727786450656 140203066358576 140203596962434 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140727786459569 140727786459745 140727786459745 140727786463183 0
Current children cumulated CPU time: 7.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 192920 KiB

Child status: 0
Real time (s): 2.88046
CPU time (s): 7.89891
CPU user time (s): 7.76672
CPU system time (s): 0.132191
CPU usage (%): 274.224
Max. virtual memory (cumulated for all children) (KiB): 13994268
Max. memory (cumulated for all children) (KiB): 192920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.76672
system time used= 0.132191
maximum resident set size= 194284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60438
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2301
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 19053
#   total CPU time (s): 7.89891
#   total CPU user time (s): 7.76672
#   total CPU system time (s): 0.132191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041591 second user time and 0.064367 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 14:28:56
IDJOB=4272451
IDBENCH=120660
IDSOLVER=2664
FILE ID=node125/4272451-1502714582
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-080-25.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-4272451-1502714582/watcher-4272451-1502714582 -o /tmp/evaluation-result-4272451-1502714582/solver-4272451-1502714582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1936272281 HOME/instance-4272451-1502714582.xml

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

MD5SUM BENCH= 86f21c6f99b90e2b5de67b4ee346bae4
RANDOM SEED=1936272281

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.07
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.07
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.07
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.07
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:        27494480 kB
MemAvailable:   28451328 kB
Buffers:          294948 kB
Cached:           956076 kB
SwapCached:            0 kB
Active:          4242368 kB
Inactive:         596868 kB
Active(anon):    3588548 kB
Inactive(anon):    33100 kB
Active(file):     653820 kB
Inactive(file):   563768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8040 kB
Writeback:             0 kB
AnonPages:       3588212 kB
Mapped:            61552 kB
Shmem:             33444 kB
Slab:             136172 kB
SReclaimable:     110188 kB
SUnreclaim:        25984 kB
KernelStack:        3440 kB
PageTables:        12012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4332940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3477504 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= 62012 MiB
End job on node125 at 2017-08-14 14:28:59