Trace number 4404009

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 2019-09-20OPT44 11.1193 3.26145

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark3.78942
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404009-1568992903.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404009-1568992903.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.58	c solve instance...
1.28/0.66	o 65 
1.28/0.66	o 61 
1.28/0.68	o 59 
1.28/0.68	o 57 
1.28/0.69	o 53 
1.58/0.71	o 52 
1.58/0.72	o 50 
1.58/0.79	o 49 
1.96/0.80	o 47 
1.96/0.88	o 45 
2.37/0.91	o 44 
10.95/3.24	s OPTIMUM FOUND
10.95/3.24	v <instantiation>
10.95/3.24	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
10.95/3.24	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
10.95/3.24	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404009-1568992903/watcher-4404009-1568992903 -o /var/tmp/evaluation-result-4404009-1568992903/solver-4404009-1568992903 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568991652-22530 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1088258349 HOME/instance-4404009-1568992903.xml 

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

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


[startup+0.101036 s]*
/proc/loadavg: 8.42 8.36 6.44 10/235 23539
/proc/meminfo: memFree=8058172/32770624 swapFree=66993304/67108860
[pid=23523] ppid=23520 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23523/stat : 23523 (xcsp3-exec) S 23520 23523 22498 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475558045 115843072 363 33554432000 4194304 5098028 140729911126832 140729911124936 140095667245692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23228416 140729911128918 140729911129177 140729911129177 140729911132102 0
/proc/23523/statm: 28282 363 305 221 0 87 0
[pid=23525] ppid=23523 vsize=15144776 memory=29616 CPUtime=0.12 cores=1,3,5,7
/proc/23525/stat : 23525 (java) S 23523 23523 22498 0 -1 1077944320 5823 0 0 0 11 1 0 0 20 0 15 0 475558045 15508250624 7404 33554432000 4194304 4196468 140736844752640 140736844735184 139679060926199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
/proc/23525/statm: 3786194 7404 3149 1 0 3748377 0
[pid=23525/tid=23526] ppid=23523 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/23525/task/23526/stat : 23526 (java) R 23523 23523 22498 0 -1 4202560 3708 0 0 0 8 1 0 0 20 0 15 0 475558046 15508250624 7404 33554432000 4194304 4196468 140736844752640 139679065154224 139679060938134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23527] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23527/stat : 23527 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678988966416 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23528] ppid=23523 vsize=15144776 memory=3474721940282320544 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23528/stat : 23528 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678987913872 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23529] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23529/stat : 23529 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678986860816 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23530] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23530/stat : 23530 (java) S 23523 23523 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678985808272 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23531] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23531/stat : 23531 (java) S 23523 23523 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475558048 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678529477360 139679060937346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23532] ppid=23523 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23532/stat : 23532 (java) S 23523 23523 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475558048 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678528423584 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23533] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23533/stat : 23533 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475558048 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678527370480 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23534] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23534/stat : 23534 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678526319056 139679060944795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23535] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23535/stat : 23535 (java) S 23523 23523 22498 0 -1 1077944384 357 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678525266160 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23536] ppid=23523 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23536/stat : 23536 (java) S 23523 23523 22498 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678524213616 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23537] ppid=23523 vsize=15144776 memory=139636597106304 CPUtime=0.02 cores=1,3,5,7
/proc/23525/task/23537/stat : 23537 (java) R 23523 23523 22498 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 475558051 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678523160560 139679060938134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23538] ppid=23523 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23538/stat : 23538 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678522108256 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23539] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23539/stat : 23539 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 7404 33554432000 4194304 4196468 140736844752640 139678521056304 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31068 KiB

[startup+0.210855 s]*
/proc/loadavg: 8.42 8.36 6.44 9/235 23539
/proc/meminfo: memFree=8045328/32770624 swapFree=66993304/67108860
[pid=23523] ppid=23520 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23523/stat : 23523 (xcsp3-exec) S 23520 23523 22498 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475558045 115843072 363 33554432000 4194304 5098028 140729911126832 140729911124936 140095667245692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23228416 140729911128918 140729911129177 140729911129177 140729911132102 0
/proc/23523/statm: 28282 363 305 221 0 87 0
[pid=23525] ppid=23523 vsize=15144776 memory=41144 CPUtime=0.34 cores=1,3,5,7
/proc/23525/stat : 23525 (java) S 23523 23523 22498 0 -1 1077944320 9491 0 0 0 31 3 0 0 20 0 15 0 475558045 15508250624 10286 33554432000 4194304 4196468 140736844752640 140736844735184 139679060926199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
/proc/23525/statm: 3786194 10286 3314 1 0 3748377 0
[pid=23525/tid=23526] ppid=23523 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/23525/task/23526/stat : 23526 (java) R 23523 23523 22498 0 -1 4202560 6606 0 0 0 17 2 0 0 20 0 15 0 475558046 15508250624 10286 33554432000 4194304 4196468 140736844752640 139679065163664 139679045006686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23527] ppid=23523 vsize=15144776 memory=8998 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23527/stat : 23527 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678988966416 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23528] ppid=23523 vsize=15144776 memory=139636600683038 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23528/stat : 23528 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678987913872 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23529] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23529/stat : 23529 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678986860816 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23530] ppid=23523 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23530/stat : 23530 (java) S 23523 23523 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475558046 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678985808272 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23531] ppid=23523 vsize=15144776 memory=139636597106304 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23531/stat : 23531 (java) S 23523 23523 22498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475558048 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678529477360 139679060937346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23532] ppid=23523 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23532/stat : 23532 (java) S 23523 23523 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475558048 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678528423584 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23533] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23533/stat : 23533 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475558048 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678527370480 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23534] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23534/stat : 23534 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678526319056 139679060944795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23535] ppid=23523 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23525/task/23535/stat : 23535 (java) S 23523 23523 22498 0 -1 1077944384 664 0 0 0 3 0 0 0 20 0 15 0 475558051 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678525266160 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23536] ppid=23523 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23525/task/23536/stat : 23536 (java) S 23523 23523 22498 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 15 0 475558051 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678524213616 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23537] ppid=23523 vsize=15144776 memory=139636597106304 CPUtime=0.08 cores=1,3,5,7
/proc/23525/task/23537/stat : 23537 (java) S 23523 23523 22498 0 -1 1077944384 737 0 0 0 8 0 0 0 20 0 15 0 475558051 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678523160560 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23538] ppid=23523 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23538/stat : 23538 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678522108256 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23539] ppid=23523 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23539/stat : 23539 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558051 15508250624 10286 33554432000 4194304 4196468 140736844752640 139678521056304 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42596 KiB

[startup+0.317875 s]*
/proc/loadavg: 8.42 8.36 6.44 9/235 23539
/proc/meminfo: memFree=8037672/32770624 swapFree=66993304/67108860
[pid=23523] ppid=23520 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23523/stat : 23523 (xcsp3-exec) S 23520 23523 22498 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475558045 115843072 363 33554432000 4194304 5098028 140729911126832 140729911124936 140095667245692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23228416 140729911128918 140729911129177 140729911129177 140729911132102 0
/proc/23523/statm: 28282 363 305 221 0 87 0
[pid=23525] ppid=23523 vsize=15149032 memory=50312 CPUtime=0.54 cores=1,3,5,7
/proc/23525/stat : 23525 (java) S 23523 23523 22498 0 -1 1077944320 10929 0 0 0 51 3 0 0 20 0 15 0 475558045 15512608768 12578 33554432000 4194304 4196468 140736844752640 140736844735184 139679060926199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
/proc/23525/statm: 3787258 12578 3350 1 0 3748377 0
[pid=23525/tid=23526] ppid=23523 vsize=15149032 memory=1398722017469774279 CPUtime=0.31 cores=1,3,5,7
/proc/23525/task/23526/stat : 23526 (java) R 23523 23523 22498 0 -1 4202560 7868 0 0 0 28 3 0 0 20 0 15 0 475558046 15512608768 12578 33554432000 4194304 4196468 140736844752640 139679065162912 139679045006686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23527] ppid=23523 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23527/stat : 23527 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678988966416 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23528] ppid=23523 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23528/stat : 23528 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678987913872 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23529] ppid=23523 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23529/stat : 23529 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558046 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678986860816 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23530] ppid=23523 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23530/stat : 23530 (java) S 23523 23523 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475558046 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678985808272 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23531] ppid=23523 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23531/stat : 23531 (java) S 23523 23523 22498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475558048 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678529477360 139679060937346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23532] ppid=23523 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23532/stat : 23532 (java) S 23523 23523 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475558048 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678528423584 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23533] ppid=23523 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23533/stat : 23533 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475558048 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678527370480 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23534] ppid=23523 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23534/stat : 23534 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475558051 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678526319056 139679060944795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23535] ppid=23523 vsize=15149032 memory=7827413994055111515 CPUtime=0.06 cores=1,3,5,7
/proc/23525/task/23535/stat : 23535 (java) S 23523 23523 22498 0 -1 1077944384 758 0 0 0 6 0 0 0 20 0 15 0 475558051 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678525266160 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23536] ppid=23523 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23525/task/23536/stat : 23536 (java) S 23523 23523 22498 0 -1 1077944384 191 0 0 0 3 0 0 0 20 0 15 0 475558051 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678524213616 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23537] ppid=23523 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23525/task/23537/stat : 23537 (java) S 23523 23523 22498 0 -1 1077944384 806 0 0 0 12 0 0 0 20 0 15 0 475558051 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678523160560 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23538] ppid=23523 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23538/stat : 23538 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475558051 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678522108256 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23539] ppid=23523 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23539/stat : 23539 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475558051 15512608768 12578 33554432000 4194304 4196468 140736844752640 139678521056304 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51764 KiB

[startup+0.700739 s]
/proc/loadavg: 8.55 8.39 6.46 11/235 23539
/proc/meminfo: memFree=8019500/32770624 swapFree=66993304/67108860
[pid=23523] ppid=23520 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23523/stat : 23523 (xcsp3-exec) S 23520 23523 22498 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475558045 115843072 363 33554432000 4194304 5098028 140729911126832 140729911124936 140095667245692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23228416 140729911128918 140729911129177 140729911129177 140729911132102 0
/proc/23523/statm: 28282 363 305 221 0 87 0
[pid=23525] ppid=23523 vsize=15483976 memory=116164 CPUtime=1.58 cores=1,3,5,7
/proc/23525/stat : 23525 (java) S 23523 23523 22498 0 -1 1077944320 15625 0 0 0 152 6 0 0 20 0 20 0 475558045 15855591424 29041 33554432000 4194304 4196468 140736844752640 140736844735184 139679060926199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
/proc/23525/statm: 3870994 29041 3460 1 0 3832094 0
[pid=23525/tid=23526] ppid=23523 vsize=15483976 memory=-3704326594973231466 CPUtime=0.57 cores=1,3,5,7
/proc/23525/task/23526/stat : 23526 (java) S 23523 23523 22498 0 -1 1077944384 9219 0 0 0 53 4 0 0 20 0 20 0 475558046 15855591424 29041 33554432000 4194304 4196468 140736844752640 139679065166976 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23527] ppid=23523 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23527/stat : 23527 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475558046 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678988966416 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23528] ppid=23523 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23528/stat : 23528 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475558046 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678987913872 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23529] ppid=23523 vsize=15483976 memory=740 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23529/stat : 23529 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475558046 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678986860816 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23530] ppid=23523 vsize=15483976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23530/stat : 23530 (java) S 23523 23523 22498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475558046 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678985808272 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23531] ppid=23523 vsize=15483976 memory=9520 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23531/stat : 23531 (java) S 23523 23523 22498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475558048 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678529477360 139679060937346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23532] ppid=23523 vsize=15483976 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23532/stat : 23532 (java) S 23523 23523 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475558048 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678528423584 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23533] ppid=23523 vsize=15483976 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23533/stat : 23533 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475558048 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678527370480 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23534] ppid=23523 vsize=15483976 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23534/stat : 23534 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475558051 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678526319056 139679060944795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23535] ppid=23523 vsize=15483976 memory=1736 CPUtime=0.25 cores=1,3,5,7
/proc/23525/task/23535/stat : 23535 (java) R 23523 23523 22498 0 -1 4202560 1876 0 0 0 25 0 0 0 20 0 20 0 475558051 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678525252184 139679040172905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23536] ppid=23523 vsize=15483976 memory=6100 CPUtime=0.23 cores=1,3,5,7
/proc/23525/task/23536/stat : 23536 (java) R 23523 23523 22498 0 -1 4202560 996 0 0 0 23 0 0 0 20 0 20 0 475558051 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678524204448 139679038522672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23537] ppid=23523 vsize=15483976 memory=772 CPUtime=0.34 cores=1,3,5,7
/proc/23525/task/23537/stat : 23537 (java) D 23523 23523 22498 0 -1 4202560 1760 0 0 0 34 0 0 0 20 0 20 0 475558051 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678523157816 139679040641014 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23538] ppid=23523 vsize=15483976 memory=952 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23538/stat : 23538 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475558051 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678522108256 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23539] ppid=23523 vsize=15483976 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23539/stat : 23539 (java) S 23523 23523 22498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475558051 15855591424 29041 33554432000 4194304 4196468 140736844752640 139678521056304 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 117616 KiB

[startup+1.50099 s]
/proc/loadavg: 8.55 8.39 6.46 11/239 23587
/proc/meminfo: memFree=7907116/32770624 swapFree=66993304/67108860
[pid=23523] ppid=23520 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23523/stat : 23523 (xcsp3-exec) S 23520 23523 22498 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475558045 115843072 363 33554432000 4194304 5098028 140729911126832 140729911124936 140095667245692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23228416 140729911128918 140729911129177 140729911129177 140729911132102 0
/proc/23523/statm: 28282 363 305 221 0 87 0
[pid=23525] ppid=23523 vsize=15483976 memory=188716 CPUtime=4.43 cores=1,3,5,7
/proc/23525/stat : 23525 (java) S 23523 23523 22498 0 -1 1077944320 20625 0 0 0 435 8 0 0 20 0 19 0 475558045 15855591424 47179 33554432000 4194304 4196468 140736844752640 140736844735184 139679060926199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
/proc/23525/statm: 3870994 47179 3466 1 0 3832094 0
[pid=23525/tid=23526] ppid=23523 vsize=15483976 memory=57 CPUtime=0.57 cores=1,3,5,7
/proc/23525/task/23526/stat : 23526 (java) S 23523 23523 22498 0 -1 1077944384 9219 0 0 0 53 4 0 0 20 0 19 0 475558046 15855591424 47179 33554432000 4194304 4196468 140736844752640 139679065166976 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23527] ppid=23523 vsize=15483976 memory=7013623321968339282 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23527/stat : 23527 (java) S 23523 23523 22498 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 475558046 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678988966416 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23528] ppid=23523 vsize=15483976 memory=7308893960966729324 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23528/stat : 23528 (java) S 23523 23523 22498 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 475558046 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678987913872 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23529] ppid=23523 vsize=15483976 memory=5860703015573540944 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23529/stat : 23529 (java) S 23523 23523 22498 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 475558046 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678986860816 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23530] ppid=23523 vsize=15483976 memory=740 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23530/stat : 23530 (java) S 23523 23523 22498 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 475558046 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678985808272 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23531] ppid=23523 vsize=15483976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23531/stat : 23531 (java) S 23523 23523 22498 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 475558048 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678529477360 139679060937346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23532] ppid=23523 vsize=15483976 memory=9520 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23532/stat : 23532 (java) S 23523 23523 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475558048 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678528423584 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23533] ppid=23523 vsize=15483976 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23533/stat : 23533 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475558048 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678527370480 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23534] ppid=23523 vsize=15483976 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23534/stat : 23534 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678526319056 139679060944795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23535] ppid=23523 vsize=15483976 memory=202138340866006 CPUtime=0.5 cores=1,3,5,7
/proc/23525/task/23535/stat : 23535 (java) D 23523 23523 22498 0 -1 4202560 3213 0 0 0 50 0 0 0 20 0 19 0 475558051 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678525250824 139679046033216 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23536] ppid=23523 vsize=15483976 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/23525/task/23536/stat : 23536 (java) D 23523 23523 22498 0 -1 4202560 2994 0 0 0 53 0 0 0 20 0 19 0 475558051 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678524198280 139679046033216 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23537] ppid=23523 vsize=15483976 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/23525/task/23537/stat : 23537 (java) D 23523 23523 22498 0 -1 4202560 2690 0 0 0 47 1 0 0 20 0 19 0 475558051 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678523158152 139679039502928 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23538] ppid=23523 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23538/stat : 23538 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678522108256 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23539] ppid=23523 vsize=15483976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23539/stat : 23539 (java) D 23523 23523 22498 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 475558051 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678521056224 139679045782286 0 4 0 16800975 18446744072100592773 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23584] ppid=23523 vsize=15483976 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/23525/task/23584/stat : 23584 (java) D 23523 23523 22498 0 -1 4202560 66 0 0 0 39 0 0 0 20 0 19 0 475558136 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678046980904 139679053163326 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23585] ppid=23523 vsize=15483976 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/23525/task/23585/stat : 23585 (java) D 23523 23523 22498 0 -1 4202560 39 0 0 0 45 0 0 0 20 0 19 0 475558136 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678049087000 139679053643351 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23586] ppid=23523 vsize=15483976 memory=236377820125154 CPUtime=0.46 cores=1,3,5,7
/proc/23525/task/23586/stat : 23586 (java) D 23523 23523 22498 0 -1 4202560 46 0 0 0 46 0 0 0 20 0 19 0 475558136 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678050139800 139679053643351 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23587] ppid=23523 vsize=15483976 memory=236377820125154 CPUtime=0.46 cores=1,3,5,7
/proc/23525/task/23587/stat : 23587 (java) D 23523 23523 22498 0 -1 4202560 43 0 0 0 46 0 0 0 20 0 19 0 475558137 15855591424 47179 33554432000 4194304 4196468 140736844752640 139678511832520 139679053163326 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
Current children cumulated CPU time: 4.43 s
Current children cumulated vsize: 15597104 KiB
Current children cumulated memory: 190168 KiB

[startup+3.11087 s]
/proc/loadavg: 8.55 8.39 6.46 7/217 23616
/proc/meminfo: memFree=8071028/32770624 swapFree=66993304/67108860
[pid=23523] ppid=23520 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23523/stat : 23523 (xcsp3-exec) S 23520 23523 22498 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475558045 115843072 363 33554432000 4194304 5098028 140729911126832 140729911124936 140095667245692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23228416 140729911128918 140729911129177 140729911129177 140729911132102 0
/proc/23523/statm: 28282 363 305 221 0 87 0
[pid=23525] ppid=23523 vsize=15486024 memory=199456 CPUtime=10.57 cores=1,3,5,7
/proc/23525/stat : 23525 (java) S 23523 23523 22498 0 -1 1077944320 22785 0 0 0 1048 9 0 0 20 0 19 0 475558045 15857688576 49864 33554432000 4194304 4196468 140736844752640 140736844735184 139679060926199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
/proc/23525/statm: 3871506 49864 3485 1 0 3832606 0
[pid=23525/tid=23526] ppid=23523 vsize=15486024 memory=199024 CPUtime=0.57 cores=1,3,5,7
/proc/23525/task/23526/stat : 23526 (java) S 23523 23523 22498 0 -1 1077944384 9219 0 0 0 53 4 0 0 20 0 19 0 475558046 15857688576 49864 33554432000 4194304 4196468 140736844752640 139679065166976 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23527] ppid=23523 vsize=15486024 memory=236377820125154 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23527/stat : 23527 (java) S 23523 23523 22498 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678988966416 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23528] ppid=23523 vsize=15486024 memory=236377820125154 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23528/stat : 23528 (java) S 23523 23523 22498 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678987913872 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23529] ppid=23523 vsize=15486024 memory=57 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23529/stat : 23529 (java) S 23523 23523 22498 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678986860816 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23530] ppid=23523 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23530/stat : 23530 (java) S 23523 23523 22498 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678985808272 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23531] ppid=23523 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23531/stat : 23531 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475558048 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678529477360 139679060937346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23532] ppid=23523 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23532/stat : 23532 (java) S 23523 23523 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475558048 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678528423584 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23533] ppid=23523 vsize=15486024 memory=740 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23533/stat : 23533 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475558048 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678527370480 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23534] ppid=23523 vsize=15486024 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23534/stat : 23534 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678526319056 139679060944795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23535] ppid=23523 vsize=15486024 memory=9520 CPUtime=1.62 cores=1,3,5,7
/proc/23525/task/23535/stat : 23535 (java) R 23523 23523 22498 0 -1 4202560 3972 0 0 0 162 0 0 0 20 0 19 0 475558051 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678525266456 139679045845082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23536] ppid=23523 vsize=15486024 memory=4076 CPUtime=1.42 cores=1,3,5,7
/proc/23525/task/23536/stat : 23536 (java) R 23523 23523 22498 0 -1 4202560 3840 0 0 0 142 0 0 0 20 0 19 0 475558051 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678524213912 139679054023035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23537] ppid=23523 vsize=15486024 memory=2836 CPUtime=0.58 cores=1,3,5,7
/proc/23525/task/23537/stat : 23537 (java) R 23523 23523 22498 0 -1 1077944384 3206 0 0 0 57 1 0 0 20 0 19 0 475558051 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678523160560 139679060937346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23538] ppid=23523 vsize=15486024 memory=202138340866006 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23538/stat : 23538 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678522108256 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23539] ppid=23523 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23539/stat : 23539 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678521056304 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23584] ppid=23523 vsize=15486024 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/23525/task/23584/stat : 23584 (java) R 23523 23523 22498 0 -1 4202560 79 0 0 0 142 0 0 0 20 0 19 0 475558136 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678046985416 139678667465082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23585] ppid=23523 vsize=15486024 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/23525/task/23585/stat : 23585 (java) R 23523 23523 22498 0 -1 4202560 50 0 0 0 149 0 0 0 20 0 19 0 475558136 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678049091384 139678667351513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23586] ppid=23523 vsize=15486024 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/23525/task/23586/stat : 23586 (java) R 23523 23523 22498 0 -1 4202560 51 0 0 0 137 0 0 0 20 0 19 0 475558136 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678050144120 139678667351459 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23587] ppid=23523 vsize=15486024 memory=279273000715584 CPUtime=1.51 cores=1,3,5,7
/proc/23525/task/23587/stat : 23587 (java) R 23523 23523 22498 0 -1 4202560 53 0 0 0 151 0 0 0 20 0 19 0 475558137 15857688576 49864 33554432000 4194304 4196468 140736844752640 139678511837832 139678665576369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
Current children cumulated CPU time: 10.57 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 200908 KiB

[startup+3.26139 s]
# the end of solver process 23523 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.0146 s, system=0.104707 s

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

[startup+3.20687 s]
/proc/loadavg: 8.55 8.39 6.46 7/217 23616
/proc/meminfo: memFree=8071028/32770624 swapFree=66993304/67108860
[pid=23523] ppid=23520 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23523/stat : 23523 (xcsp3-exec) S 23520 23523 22498 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475558045 115843072 363 33554432000 4194304 5098028 140729911126832 140729911124936 140095667245692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 23228416 140729911128918 140729911129177 140729911129177 140729911132102 0
/proc/23523/statm: 28282 363 305 221 0 87 0
[pid=23525] ppid=23523 vsize=15486024 memory=199540 CPUtime=10.95 cores=1,3,5,7
/proc/23525/stat : 23525 (java) S 23523 23523 22498 0 -1 1077944320 22818 0 0 0 1086 9 0 0 20 0 19 0 475558045 15857688576 49885 33554432000 4194304 4196468 140736844752640 140736844735184 139679060926199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
/proc/23525/statm: 3871506 49885 3485 1 0 3832606 0
[pid=23525/tid=23526] ppid=23523 vsize=15486024 memory=4120947965158263892 CPUtime=0.57 cores=1,3,5,7
/proc/23525/task/23526/stat : 23526 (java) S 23523 23523 22498 0 -1 1077944384 9219 0 0 0 53 4 0 0 20 0 19 0 475558046 15857688576 49885 33554432000 4194304 4196468 140736844752640 139679065166976 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23527] ppid=23523 vsize=15486024 memory=7523918913252386898 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23527/stat : 23527 (java) S 23523 23523 22498 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678988966416 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23528] ppid=23523 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23528/stat : 23528 (java) S 23523 23523 22498 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678987913872 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23529] ppid=23523 vsize=15486024 memory=279273000929152 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23529/stat : 23529 (java) S 23523 23523 22498 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678986860816 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23530] ppid=23523 vsize=15486024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23530/stat : 23530 (java) S 23523 23523 22498 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 475558046 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678985808272 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23531] ppid=23523 vsize=15486024 memory=8099561564667007843 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23531/stat : 23531 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475558048 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678529477360 139679060937346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23532] ppid=23523 vsize=15486024 memory=6227190101276452199 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23532/stat : 23532 (java) S 23523 23523 22498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475558048 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678528423584 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23533] ppid=23523 vsize=15486024 memory=7594589967497324399 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23533/stat : 23533 (java) S 23523 23523 22498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475558048 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678527370480 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23534] ppid=23523 vsize=15486024 memory=5796527893645715555 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23534/stat : 23534 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678526319056 139679060944795 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23535] ppid=23523 vsize=15486024 memory=7521944250719104100 CPUtime=1.7 cores=1,3,5,7
/proc/23525/task/23535/stat : 23535 (java) R 23523 23523 22498 0 -1 4202560 3988 0 0 0 170 0 0 0 20 0 19 0 475558051 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678525266456 139679038814897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23536] ppid=23523 vsize=15486024 memory=7521944250719104100 CPUtime=1.45 cores=1,3,5,7
/proc/23525/task/23536/stat : 23536 (java) R 23523 23523 22498 0 -1 1077944384 3845 0 0 0 145 0 0 0 20 0 19 0 475558051 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678524198664 139679060947389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23537] ppid=23523 vsize=15486024 memory=7163085619790438501 CPUtime=0.58 cores=1,3,5,7
/proc/23525/task/23537/stat : 23537 (java) S 23523 23523 22498 0 -1 1077944384 3213 0 0 0 57 1 0 0 20 0 19 0 475558051 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678523160560 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23538] ppid=23523 vsize=15486024 memory=7588684550706915689 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23538/stat : 23538 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678522108256 139679060936405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23539] ppid=23523 vsize=15486024 memory=7667208389858781541 CPUtime=0 cores=1,3,5,7
/proc/23525/task/23539/stat : 23539 (java) S 23523 23523 22498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475558051 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678521056304 139679060937346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23584] ppid=23523 vsize=15486024 memory=7453004837113455191 CPUtime=1.49 cores=1,3,5,7
/proc/23525/task/23584/stat : 23584 (java) R 23523 23523 22498 0 -1 4202560 79 0 0 0 149 0 0 0 20 0 19 0 475558136 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678046985272 139678667465414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23585] ppid=23523 vsize=15486024 memory=7739265988089178730 CPUtime=1.53 cores=1,3,5,7
/proc/23525/task/23585/stat : 23585 (java) R 23523 23523 22498 0 -1 4202560 50 0 0 0 153 0 0 0 20 0 19 0 475558136 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678049091232 139678666996824 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23586] ppid=23523 vsize=15486024 memory=7589797204866721111 CPUtime=1.44 cores=1,3,5,7
/proc/23525/task/23586/stat : 23586 (java) R 23523 23523 22498 0 -1 4202560 52 0 0 0 144 0 0 0 20 0 19 0 475558136 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678050144376 139678667534576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
[pid=23525/tid=23587] ppid=23523 vsize=15486024 memory=7589797204816389463 CPUtime=1.58 cores=1,3,5,7
/proc/23525/task/23587/stat : 23587 (java) R 23523 23523 22498 0 -1 4202560 54 0 0 0 158 0 0 0 20 0 19 0 475558137 15857688576 49885 33554432000 4194304 4196468 140736844752640 139678511838136 139678665819809 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18059264 140736844755931 140736844756106 140736844756106 140736844758991 0
Current children cumulated CPU time: 10.95 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 200992 KiB

Child status: 0
Real time (s): 3.26145
CPU time (s): 11.1193
CPU user time (s): 11.0146
CPU system time (s): 0.104707
CPU usage (%): 340.932
Max. virtual memory (cumulated for all children) (KiB): 15599152
Max. memory (cumulated for all children) (KiB): 200992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0146
system time used= 0.104707
maximum resident set size= 203012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23409
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= 3010
involuntary context switches= 523


# summary of solver processes directly reported to runsolver:
#   pid: 23523
#   total CPU time (s): 11.1193
#   total CPU user time (s): 11.0146
#   total CPU system time (s): 0.104707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044544 second user time and 0.066698 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 17:21:05
IDJOB=4404009
IDBENCH=141376
IDSOLVER=2864
FILE ID=node126/4404009-1568992903
RUNJOBID= node126-1568991652-22530
PBS_JOBID= 21704660
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404009-1568992903/watcher-4404009-1568992903 -o /var/tmp/evaluation-result-4404009-1568992903/solver-4404009-1568992903 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568991652-22530 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1088258349 HOME/instance-4404009-1568992903.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1088258349

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         8075536 kB
MemAvailable:   31678200 kB
Buffers:          133920 kB
Cached:         23525668 kB
SwapCached:         7112 kB
Active:         11994400 kB
Inactive:       11857704 kB
Active(anon):     184208 kB
Inactive(anon):    46364 kB
Active(file):   11810192 kB
Inactive(file): 11811340 kB
Unevictable:      109452 kB
Mlocked:          109452 kB
SwapTotal:      67108860 kB
SwapFree:       66993304 kB
Dirty:             52248 kB
Writeback:             0 kB
AnonPages:        155420 kB
Mapped:            60712 kB
Shmem:             29696 kB
Slab:             438484 kB
SReclaimable:     409592 kB
SUnreclaim:        28892 kB
KernelStack:        4064 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1647840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node126 at 2019-09-20 17:21:08