Trace number 4406676

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 2019-09-24 parallelSAT 16.116 2.88335

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K05-P02.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.274715
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406676-1569344376.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406676-1569344376.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.29/0.63	c solve instance...
15.86/2.53	s SATISFIABLE
15.86/2.53	v <instantiation>
15.86/2.53	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] </list>
15.86/2.53	v 	<values>23 3 14 6 1 0 19 4 18 25 20 9 17 22 11 3 2 8 13 5 19 4 18 25 15 1 6 14 21 7 23 16 10 12 24 </values>
15.86/2.53	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406676-1569344376/watcher-4406676-1569344376 -o /var/tmp/evaluation-result-4406676-1569344376/solver-4406676-1569344376 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node133-1569335938-16664 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1515817887 HOME/instance-4406676-1569344376.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100136 s]*
/proc/loadavg: 7.14 5.07 3.53 2/217 18659
/proc/meminfo: memFree=24321668/32770624 swapFree=67002960/67108860
[pid=18638] ppid=18635 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18638/stat : 18638 (xcsp3-exec) S 18635 18638 16637 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 510677077 115843072 363 33554432000 4194304 5098028 140721611835360 140721611833464 139815930319484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14606336 140721611842385 140721611842645 140721611842645 140721611845574 0
/proc/18638/statm: 28282 363 304 221 0 87 0
[pid=18640] ppid=18638 vsize=28227396 memory=28892 CPUtime=0.12 cores=0-7
/proc/18640/stat : 18640 (java) S 18638 18638 16637 0 -1 1077944320 5639 0 0 0 11 1 0 0 20 0 20 0 510677077 28904853504 7223 33554432000 4194304 4196468 140731845700976 140731845683520 139733465374455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
/proc/18640/statm: 7056849 7223 3162 1 0 7019032 0
[pid=18640/tid=18641] ppid=18638 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18640/task/18641/stat : 18641 (java) R 18638 18638 16637 0 -1 4202560 3572 0 0 0 8 1 0 0 20 0 20 0 510677077 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733469598864 139733465386390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18642] ppid=18638 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18640/task/18642/stat : 18642 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733417995408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18643] ppid=18638 vsize=28227396 memory=140315657991808 CPUtime=0 cores=0-7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733416942608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18644] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733415889808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18645] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733414837008 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18646] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733413784208 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18647] ppid=18638 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733412731408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18648] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733411678608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18649] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 7223 33554432000 4194304 4196468 140731845700976 139733410625808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18650] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677080 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731862023024 139733465385602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18651] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18638 16637 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510677080 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731860968992 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18652] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18638 16637 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510677080 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731859916144 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18653] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731858864464 139733465393051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18654] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18638 16637 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731857811824 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18655] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18655/stat : 18655 (java) R 18638 18638 16637 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731856759024 139733448810193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18656] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731855706224 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18657] ppid=18638 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18640/task/18657/stat : 18657 (java) R 18638 18638 16637 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 20 0 510677083 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731854653424 139733444074656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18658] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731853601888 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18659] ppid=18638 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 7223 33554432000 4194304 4196468 140731845700976 139731852549168 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30344 KiB

[startup+0.210883 s]*
/proc/loadavg: 7.14 5.07 3.53 3/217 18659
/proc/meminfo: memFree=24308056/32770624 swapFree=67002960/67108860
[pid=18638] ppid=18635 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18638/stat : 18638 (xcsp3-exec) S 18635 18638 16637 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 510677077 115843072 363 33554432000 4194304 5098028 140721611835360 140721611833464 139815930319484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14606336 140721611842385 140721611842645 140721611842645 140721611845574 0
/proc/18638/statm: 28282 363 304 221 0 87 0
[pid=18640] ppid=18638 vsize=28227396 memory=41048 CPUtime=0.34 cores=0-7
/proc/18640/stat : 18640 (java) S 18638 18638 16637 0 -1 1077944320 9543 0 0 0 31 3 0 0 20 0 20 0 510677077 28904853504 10262 33554432000 4194304 4196468 140731845700976 140731845683520 139733465374455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
/proc/18640/statm: 7056849 10262 3275 1 0 7019032 0
[pid=18640/tid=18641] ppid=18638 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18640/task/18641/stat : 18641 (java) R 18638 18638 16637 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 20 0 510677077 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733469609152 139733465386390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18642] ppid=18638 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/18640/task/18642/stat : 18642 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733417995408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18643] ppid=18638 vsize=28227396 memory=140315661807534 CPUtime=0 cores=0-7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733416942608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18644] ppid=18638 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733415889808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18645] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733414837008 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18646] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733413784208 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18647] ppid=18638 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733412731408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18648] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733411678608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18649] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28904853504 10262 33554432000 4194304 4196468 140731845700976 139733410625808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18650] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18638 16637 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510677080 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731862023024 139733465385602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18651] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18638 16637 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510677080 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731860968992 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18652] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18638 16637 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510677080 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731859916144 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18653] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731858864464 139733465393051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18654] ppid=18638 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18640/task/18654/stat : 18654 (java) S 18638 18638 16637 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 20 0 510677083 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731857811824 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18655] ppid=18638 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18638 16637 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 20 0 510677083 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731856759024 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18656] ppid=18638 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18638 16637 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 510677083 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731855706224 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18657] ppid=18638 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/18640/task/18657/stat : 18657 (java) R 18638 18638 16637 0 -1 4202560 828 0 0 0 8 0 0 0 20 0 20 0 510677083 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731854653424 139733465386390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18658] ppid=18638 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731853601888 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18659] ppid=18638 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677083 28904853504 10262 33554432000 4194304 4196468 140731845700976 139731852549168 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42500 KiB

[startup+0.310774 s]*
/proc/loadavg: 7.14 5.07 3.53 4/217 18659
/proc/meminfo: memFree=24301148/32770624 swapFree=67002960/67108860
[pid=18638] ppid=18635 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18638/stat : 18638 (xcsp3-exec) S 18635 18638 16637 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 510677077 115843072 363 33554432000 4194304 5098028 140721611835360 140721611833464 139815930319484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14606336 140721611842385 140721611842645 140721611842645 140721611845574 0
/proc/18638/statm: 28282 363 304 221 0 87 0
[pid=18640] ppid=18638 vsize=28231652 memory=50032 CPUtime=0.53 cores=0-7
/proc/18640/stat : 18640 (java) S 18638 18638 16637 0 -1 1077944320 10889 0 0 0 49 4 0 0 20 0 20 0 510677077 28909211648 12508 33554432000 4194304 4196468 140731845700976 140731845683520 139733465374455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
/proc/18640/statm: 7057913 12508 3355 1 0 7019032 0
[pid=18640/tid=18641] ppid=18638 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/18640/task/18641/stat : 18641 (java) R 18638 18638 16637 0 -1 4202560 7798 0 0 0 27 3 0 0 20 0 20 0 510677077 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733469605568 139733449454942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18642] ppid=18638 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18642/stat : 18642 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733417995408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18643] ppid=18638 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733416942608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18644] ppid=18638 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733415889808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18645] ppid=18638 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733414837008 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18646] ppid=18638 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733413784208 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18647] ppid=18638 vsize=28231652 memory=140315507913647 CPUtime=0 cores=0-7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733412731408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18648] ppid=18638 vsize=28231652 memory=140315507915952 CPUtime=0 cores=0-7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733411678608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18649] ppid=18638 vsize=28231652 memory=140315507918256 CPUtime=0 cores=0-7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510677078 28909211648 12508 33554432000 4194304 4196468 140731845700976 139733410625808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18650] ppid=18638 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18638 16637 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510677080 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731862023024 139733465385602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18651] ppid=18638 vsize=28231652 memory=280631015843472 CPUtime=0 cores=0-7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18638 16637 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510677080 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731860968992 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18652] ppid=18638 vsize=28231652 memory=280631015850384 CPUtime=0 cores=0-7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18638 16637 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510677080 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731859916144 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18653] ppid=18638 vsize=28231652 memory=280631015791664 CPUtime=0 cores=0-7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677083 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731858864464 139733465393051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18654] ppid=18638 vsize=28231652 memory=280631015864208 CPUtime=0.04 cores=0-7
/proc/18640/task/18654/stat : 18654 (java) R 18638 18638 16637 0 -1 4202560 559 0 0 0 4 0 0 0 20 0 20 0 510677083 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731857802208 139733446918634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18655] ppid=18638 vsize=28231652 memory=280631015871120 CPUtime=0.02 cores=0-7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18638 16637 0 -1 1077944384 231 0 0 0 2 0 0 0 20 0 20 0 510677083 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731856759024 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18656] ppid=18638 vsize=28231652 memory=280631015868816 CPUtime=0.02 cores=0-7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18638 16637 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 20 0 510677083 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731855706224 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18657] ppid=18638 vsize=28231652 memory=280631015884976 CPUtime=0.12 cores=0-7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18638 16637 0 -1 1077944384 900 0 0 0 12 0 0 0 20 0 20 0 510677083 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731854653424 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18658] ppid=18638 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510677083 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731853601888 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18659] ppid=18638 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510677083 28909211648 12508 33554432000 4194304 4196468 140731845700976 139731852549168 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51484 KiB

[startup+0.708547 s]
/proc/loadavg: 6.73 5.02 3.52 3/217 18659
/proc/meminfo: memFree=24283336/32770624 swapFree=67002960/67108860
[pid=18638] ppid=18635 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18638/stat : 18638 (xcsp3-exec) S 18635 18638 16637 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 510677077 115843072 363 33554432000 4194304 5098028 140721611835360 140721611833464 139815930319484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14606336 140721611842385 140721611842645 140721611842645 140721611845574 0
/proc/18638/statm: 28282 363 304 221 0 87 0
[pid=18640] ppid=18638 vsize=28766288 memory=98444 CPUtime=1.79 cores=0-7
/proc/18640/stat : 18640 (java) S 18638 18638 16637 0 -1 1077944320 15530 0 0 0 171 8 0 0 20 0 28 0 510677077 29456678912 24611 33554432000 4194304 4196468 140731845700976 140731845683520 139733465374455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
/proc/18640/statm: 7191572 24611 3454 1 0 7152672 0
[pid=18640/tid=18641] ppid=18638 vsize=28766288 memory=280631016242864 CPUtime=0.62 cores=0-7
/proc/18640/task/18641/stat : 18641 (java) S 18638 18638 16637 0 -1 1077944384 9286 0 0 0 58 4 0 0 20 0 28 0 510677077 29456678912 24611 33554432000 4194304 4196468 140731845700976 139733469615232 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18642] ppid=18638 vsize=28766288 memory=140315508122480 CPUtime=0 cores=0-7
/proc/18640/task/18642/stat : 18642 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 24611 33554432000 4194304 4196468 140731845700976 139733417995408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18643] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 24611 33554432000 4194304 4196468 140731845700976 139733416942608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18644] ppid=18638 vsize=28766288 memory=2832 CPUtime=0 cores=0-7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 24611 33554432000 4194304 4196468 140731845700976 139733415889808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0

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

[pid=18640/tid=18665] ppid=18638 vsize=28766288 memory=0 CPUtime=0.58 cores=0-7
/proc/18640/task/18665/stat : 18665 (java) R 18638 18638 16637 0 -1 4202560 31 0 0 0 58 0 0 0 20 0 28 0 510677142 29456678912 31815 33554432000 4194304 4196468 140731845700976 139731838304680 139733091450374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18666] ppid=18638 vsize=28766288 memory=0 CPUtime=0.54 cores=0-7
/proc/18640/task/18666/stat : 18666 (java) R 18638 18638 16637 0 -1 4202560 42 0 0 0 54 0 0 0 20 0 28 0 510677142 29456678912 31815 33554432000 4194304 4196468 140731845700976 139731837251208 139733091450403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18667] ppid=18638 vsize=28766288 memory=0 CPUtime=0.66 cores=0-7
/proc/18640/task/18667/stat : 18667 (java) R 18638 18638 16637 0 -1 4202560 43 0 0 0 66 0 0 0 20 0 28 0 510677142 29456678912 31815 33554432000 4194304 4196468 140731845700976 139731836199272 139733092300674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 128712 KiB

[startup+2.55015 s]
# the end of solver process 18638 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.9553 s, system=0.160647 s

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

[startup+1.60155 s]
/proc/loadavg: 6.73 5.02 3.52 10/225 18667
/proc/meminfo: memFree=24241584/32770624 swapFree=67002960/67108860
[pid=18638] ppid=18635 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18638/stat : 18638 (xcsp3-exec) S 18635 18638 16637 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 510677077 115843072 363 33554432000 4194304 5098028 140721611835360 140721611833464 139815930319484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14606336 140721611842385 140721611842645 140721611842645 140721611845574 0
/proc/18638/statm: 28282 363 304 221 0 87 0
[pid=18640] ppid=18638 vsize=28766288 memory=131524 CPUtime=8.82 cores=0-7
/proc/18640/stat : 18640 (java) S 18638 18638 16637 0 -1 1077944320 22843 0 0 0 872 10 0 0 20 0 28 0 510677077 29456678912 32881 33554432000 4194304 4196468 140731845700976 140731845683520 139733465374455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
/proc/18640/statm: 7191572 32881 3462 1 0 7152672 0
[pid=18640/tid=18641] ppid=18638 vsize=28766288 memory=0 CPUtime=0.62 cores=0-7
/proc/18640/task/18641/stat : 18641 (java) S 18638 18638 16637 0 -1 1077944384 9286 0 0 0 58 4 0 0 20 0 28 0 510677077 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733469615232 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18642] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18642/stat : 18642 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733417995408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18643] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733416942608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18644] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733415889808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18645] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733414837008 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18646] ppid=18638 vsize=28766288 memory=-3253322038155611931 CPUtime=0 cores=0-7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733413784208 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18647] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733412731408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18648] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733411678608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18649] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 32881 33554432000 4194304 4196468 140731845700976 139733410625808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18650] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18638 16637 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 510677080 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731862023024 139733465385602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18651] ppid=18638 vsize=28766288 memory=1540 CPUtime=0 cores=0-7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18638 16637 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510677080 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731860968992 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18652] ppid=18638 vsize=28766288 memory=728 CPUtime=0 cores=0-7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18638 16637 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 510677080 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731859916144 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18653] ppid=18638 vsize=28766288 memory=3956 CPUtime=0 cores=0-7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510677083 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731858864464 139733465393051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18654] ppid=18638 vsize=28766288 memory=2832 CPUtime=0.67 cores=0-7
/proc/18640/task/18654/stat : 18654 (java) R 18638 18638 16637 0 -1 4202560 4061 0 0 0 66 1 0 0 20 0 28 0 510677083 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731857797848 139733444631093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18655] ppid=18638 vsize=28766288 memory=1212 CPUtime=0.65 cores=0-7
/proc/18640/task/18655/stat : 18655 (java) R 18638 18638 16637 0 -1 4202560 2435 0 0 0 64 1 0 0 20 0 28 0 510677083 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731856743984 139733448874787 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18656] ppid=18638 vsize=28766288 memory=1036 CPUtime=0.74 cores=0-7
/proc/18640/task/18656/stat : 18656 (java) R 18638 18638 16637 0 -1 4202560 2458 0 0 0 73 1 0 0 20 0 28 0 510677083 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731855692280 139733446895855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18657] ppid=18638 vsize=28766288 memory=14008 CPUtime=0.55 cores=0-7
/proc/18640/task/18657/stat : 18657 (java) S 18638 18638 16637 0 -1 1077944384 2882 0 0 0 55 0 0 0 20 0 28 0 510677083 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731854653424 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18658] ppid=18638 vsize=28766288 memory=12024 CPUtime=0 cores=0-7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510677083 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731853601888 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18659] ppid=18638 vsize=28766288 memory=2116 CPUtime=0 cores=0-7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510677083 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731852549168 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18660] ppid=18638 vsize=28766288 memory=34672 CPUtime=0.6 cores=0-7
/proc/18640/task/18660/stat : 18660 (java) R 18638 18638 16637 0 -1 4202560 52 0 0 0 60 0 0 0 20 0 28 0 510677141 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731843567128 139733091388351 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18661] ppid=18638 vsize=28766288 memory=496 CPUtime=0.69 cores=0-7
/proc/18640/task/18661/stat : 18661 (java) R 18638 18638 16637 0 -1 4202560 63 0 0 0 69 0 0 0 20 0 28 0 510677142 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731842510920 139733091469941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18662] ppid=18638 vsize=28766288 memory=6390911337647 CPUtime=0.7 cores=0-7
/proc/18640/task/18662/stat : 18662 (java) R 18638 18638 16637 0 -1 4202560 61 0 0 0 70 0 0 0 20 0 28 0 510677142 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731841463960 139733091449782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18663] ppid=18638 vsize=28766288 memory=288230596050944315 CPUtime=0.76 cores=0-7
/proc/18640/task/18663/stat : 18663 (java) R 18638 18638 16637 0 -1 4202560 71 0 0 0 76 0 0 0 20 0 28 0 510677142 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731840412216 139733091388244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18664] ppid=18638 vsize=28766288 memory=13568180484311317 CPUtime=0.71 cores=0-7
/proc/18640/task/18664/stat : 18664 (java) R 18638 18638 16637 0 -1 4202560 34 0 0 0 71 0 0 0 20 0 28 0 510677142 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731839356728 139733091388345 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18665] ppid=18638 vsize=28766288 memory=0 CPUtime=0.67 cores=0-7
/proc/18640/task/18665/stat : 18665 (java) R 18638 18638 16637 0 -1 4202560 33 0 0 0 67 0 0 0 20 0 28 0 510677142 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731838304680 139733091490292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18666] ppid=18638 vsize=28766288 memory=0 CPUtime=0.64 cores=0-7
/proc/18640/task/18666/stat : 18666 (java) R 18638 18638 16637 0 -1 4202560 43 0 0 0 64 0 0 0 20 0 28 0 510677142 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731837247944 139733086885581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18667] ppid=18638 vsize=28766288 memory=6944656592455359580 CPUtime=0.71 cores=0-7
/proc/18640/task/18667/stat : 18667 (java) R 18638 18638 16637 0 -1 4202560 47 0 0 0 71 0 0 0 20 0 28 0 510677142 29456678912 32881 33554432000 4194304 4196468 140731845700976 139731836202040 139733091388222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
Current children cumulated CPU time: 8.82 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 132976 KiB

[startup+2.40154 s]
/proc/loadavg: 6.73 5.02 3.52 11/225 18667
/proc/meminfo: memFree=24214220/32770624 swapFree=67002960/67108860
[pid=18638] ppid=18635 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18638/stat : 18638 (xcsp3-exec) S 18635 18638 16637 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 510677077 115843072 363 33554432000 4194304 5098028 140721611835360 140721611833464 139815930319484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14606336 140721611842385 140721611842645 140721611842645 140721611845574 0
/proc/18638/statm: 28282 363 304 221 0 87 0
[pid=18640] ppid=18638 vsize=28766288 memory=159716 CPUtime=15.06 cores=0-7
/proc/18640/stat : 18640 (java) S 18638 18638 16637 0 -1 1077944320 32299 0 0 0 1492 14 0 0 20 0 28 0 510677077 29456678912 39929 33554432000 4194304 4196468 140731845700976 140731845683520 139733465374455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
/proc/18640/statm: 7191572 39929 3482 1 0 7152672 0
[pid=18640/tid=18641] ppid=18638 vsize=28766288 memory=0 CPUtime=0.62 cores=0-7
/proc/18640/task/18641/stat : 18641 (java) S 18638 18638 16637 0 -1 1077944384 9286 0 0 0 58 4 0 0 20 0 28 0 510677077 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733469615232 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18642] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18642/stat : 18642 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733417995408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18643] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18643/stat : 18643 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733416942608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18644] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18644/stat : 18644 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733415889808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18645] ppid=18638 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/18640/task/18645/stat : 18645 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733414837008 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18646] ppid=18638 vsize=28766288 memory=114376 CPUtime=0 cores=0-7
/proc/18640/task/18646/stat : 18646 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733413784208 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18647] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18647/stat : 18647 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733412731408 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18648] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18648/stat : 18648 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733411678608 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18649] ppid=18638 vsize=28766288 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/18640/task/18649/stat : 18649 (java) S 18638 18638 16637 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510677078 29456678912 39929 33554432000 4194304 4196468 140731845700976 139733410625808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18650] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18650/stat : 18650 (java) S 18638 18638 16637 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 510677080 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731862023024 139733465385602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18651] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18651/stat : 18651 (java) S 18638 18638 16637 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510677080 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731860968992 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18652] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18652/stat : 18652 (java) S 18638 18638 16637 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 510677080 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731859916144 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18653] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18653/stat : 18653 (java) S 18638 18638 16637 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510677083 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731858864464 139733465393051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18654] ppid=18638 vsize=28766288 memory=0 CPUtime=1.27 cores=0-7
/proc/18640/task/18654/stat : 18654 (java) D 18638 18638 16637 0 -1 4202560 7865 0 0 0 125 2 0 0 20 0 28 0 510677083 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731857792840 139733458091607 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18655] ppid=18638 vsize=28766288 memory=0 CPUtime=1.27 cores=0-7
/proc/18640/task/18655/stat : 18655 (java) S 18638 18638 16637 0 -1 1077944384 4331 0 0 0 125 2 0 0 20 0 28 0 510677083 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731856745808 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18656] ppid=18638 vsize=28766288 memory=0 CPUtime=1.33 cores=0-7
/proc/18640/task/18656/stat : 18656 (java) S 18638 18638 16637 0 -1 1077944384 5426 0 0 0 132 1 0 0 20 0 28 0 510677083 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731855699248 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18657] ppid=18638 vsize=28766288 memory=0 CPUtime=0.6 cores=0-7
/proc/18640/task/18657/stat : 18657 (java) R 18638 18638 16637 0 -1 4202560 3178 0 0 0 59 1 0 0 20 0 28 0 510677083 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731854650600 139733446784605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18658] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18658/stat : 18658 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510677083 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731853601888 139733465384661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18659] ppid=18638 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18640/task/18659/stat : 18659 (java) S 18638 18638 16637 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510677083 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731852549168 139733465385602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18660] ppid=18638 vsize=28766288 memory=0 CPUtime=1.04 cores=0-7
/proc/18640/task/18660/stat : 18660 (java) R 18638 18638 16637 0 -1 4202560 106 0 0 0 104 0 0 0 20 0 28 0 510677141 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731843568216 139733093067180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18661] ppid=18638 vsize=28766288 memory=0 CPUtime=1.16 cores=0-7
/proc/18640/task/18661/stat : 18661 (java) D 18638 18638 16637 0 -1 4202560 138 0 0 0 116 0 0 0 20 0 28 0 510677142 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731842516256 139733086842626 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18662] ppid=18638 vsize=28766288 memory=0 CPUtime=1.25 cores=0-7
/proc/18640/task/18662/stat : 18662 (java) R 18638 18638 16637 0 -1 4202560 120 0 0 0 125 0 0 0 20 0 28 0 510677142 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731841462744 139733093766490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18663] ppid=18638 vsize=28766288 memory=0 CPUtime=1.35 cores=0-7
/proc/18640/task/18663/stat : 18663 (java) R 18638 18638 16637 0 -1 4202560 162 0 0 0 135 0 0 0 20 0 28 0 510677142 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731840409800 139733092824246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18664] ppid=18638 vsize=28766288 memory=0 CPUtime=1.25 cores=0-7
/proc/18640/task/18664/stat : 18664 (java) R 18638 18638 16637 0 -1 4202560 89 0 0 0 125 0 0 0 20 0 28 0 510677142 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731839356584 139733093211015 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18665] ppid=18638 vsize=28766288 memory=0 CPUtime=1.33 cores=0-7
/proc/18640/task/18665/stat : 18665 (java) R 18638 18638 16637 0 -1 4202560 78 0 0 0 133 0 0 0 20 0 28 0 510677142 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731838306056 139733093068131 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18666] ppid=18638 vsize=28766288 memory=0 CPUtime=1.24 cores=0-7
/proc/18640/task/18666/stat : 18666 (java) R 18638 18638 16637 0 -1 4202560 82 0 0 0 124 0 0 0 20 0 28 0 510677142 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731837254504 139733092258790 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
[pid=18640/tid=18667] ppid=18638 vsize=28766288 memory=0 CPUtime=1.26 cores=0-7
/proc/18640/task/18667/stat : 18667 (java) R 18638 18638 16637 0 -1 4202560 119 0 0 0 126 0 0 0 20 0 28 0 510677142 29456678912 39929 33554432000 4194304 4196468 140731845700976 139731836200576 139733092540182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140731845706710 140731845706886 140731845706886 140731845709775 0
Current children cumulated CPU time: 15.06 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 161168 KiB

[startup+2.80014 s]
/proc/loadavg: 6.73 5.02 3.52 1/195 18667
/proc/meminfo: memFree=24325332/32770624 swapFree=67002960/67108860
Current cumulated CPU time of completed processes: 16.116 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.88335
CPU time (s): 16.116
CPU user time (s): 15.9553
CPU system time (s): 0.160647
CPU usage (%): 558.932
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 172352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9553
system time used= 0.160647
maximum resident set size= 170900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33845
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= 3665
involuntary context switches= 518


# summary of solver processes directly reported to runsolver:
#   pid: 18638
#   total CPU time (s): 16.116
#   total CPU user time (s): 15.9553
#   total CPU system time (s): 0.160647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038511 second user time and 0.078035 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-24 18:58:55
IDJOB=4406676
IDBENCH=120720
IDSOLVER=2871
FILE ID=node133/4406676-1569344376
RUNJOBID= node133-1569335938-16664
PBS_JOBID= 21705057
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K05-P02.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406676-1569344376/watcher-4406676-1569344376 -o /var/tmp/evaluation-result-4406676-1569344376/solver-4406676-1569344376 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node133-1569335938-16664 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1515817887 HOME/instance-4406676-1569344376.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1515817887

node133.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.18
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.18
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.18
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.18
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:        24338464 kB
MemAvailable:   31839716 kB
Buffers:          140472 kB
Cached:          7415848 kB
SwapCached:         5164 kB
Active:          3731800 kB
Inactive:        3829812 kB
Active(anon):       2900 kB
Inactive(anon):    57824 kB
Active(file):    3728900 kB
Inactive(file):  3771988 kB
Unevictable:      110888 kB
Mlocked:          110888 kB
SwapTotal:      67108860 kB
SwapFree:       67002960 kB
Dirty:             26288 kB
Writeback:             0 kB
AnonPages:        112664 kB
Mapped:            57584 kB
Shmem:             46812 kB
Slab:             457840 kB
SReclaimable:     428824 kB
SUnreclaim:        29016 kB
KernelStack:        3424 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node133 at 2019-09-24 18:58:58