Trace number 4404247

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-20 parallelSAT 2.58797 1.71075

General information on the benchmark

NamePrimes/
Primes-m1-p25/Primes-25-20-3-1.xml
MD5SUMcc05f472d5f8180cd89c35370563cdd2
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.010727
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size96
Maximum domain size96
Distribution of domain sizes[{"size":96,"count":55}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":45},{"degree":1,"count":40},{"degree":2,"count":12},{"degree":3,"count":3}]
Minimum constraint arity3
Maximum constraint arity4
Distribution of constraint arities[{"arity":3,"count":7},{"arity":4,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
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-4404247-1569002124.xml"  -tl '20160s' -p 8
0.09/0.20	c Choco 3fb4b153
0.09/0.20	c [HOME/instance-4404247-1569002124.xml, -tl, 20160s, -p, 8]
0.30/0.24	c 8 solvers in parallel
0.30/0.31	c parse instance...
2.25/1.63	c solve instance...
2.25/1.68	s SATISFIABLE
2.25/1.68	v <instantiation>
2.25/1.68	v 	<list>x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[13] x[14] x[17] x[18] x[19] x[21] x[22] x[24] x[25] x[26] x[28] x[29] x[31] x[33] x[36] x[42] x[43] x[45] x[48] x[49] x[50] x[52] x[53] x[55] x[61] x[65] x[67] x[68] x[69] x[71] x[73] x[75] x[76] x[77] x[78] x[79] x[80] x[82] x[84] x[86] x[87] x[90] x[92] x[93] x[95] x[96] x[98] x[99] </list>
2.25/1.68	v 	<values>96 91 66 2 2 67 11 9 53 2 68 28 8 96 20 44 55 83 2 10 4 5 50 75 80 2 96 76 77 2 64 37 7 49 27 2 81 93 68 97 4 95 2 38 44 31 7 92 56 2 29 87 29 43 2 </values>
2.25/1.68	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 (12693 MiB free)
  memory of node 1: 16384 MiB (11651 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404247-1569002124/watcher-4404247-1569002124 -o /tmp/evaluation-result-4404247-1569002124/solver-4404247-1569002124 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568994968-4744 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1488900934 HOME/instance-4404247-1569002124.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
Current StackSize limit: 8192 KiB
solver pid=7443, runsolver pid=7440


[startup+0.100156 s]*
/proc/loadavg: 8.18 8.42 8.26 2/213 7464
/proc/meminfo: memFree=24913196/32770624 swapFree=66955444/67108860
[pid=7443] ppid=7440 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7443/stat : 7443 (xcsp3-exec) S 7440 7443 4717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476483743 115843072 364 33554432000 4194304 5098028 140724821362672 140724821360776 140069725897340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25243648 140724821365621 140724821365865 140724821365865 140724821368778 0
/proc/7443/statm: 28282 364 305 221 0 87 0
[pid=7445] ppid=7443 vsize=28227396 memory=28032 CPUtime=0.09 cores=0-7
/proc/7445/stat : 7445 (java) S 7443 7443 4717 0 -1 1077944320 5457 0 0 0 7 2 0 0 20 0 20 0 476483744 28904853504 7008 33554432000 4194304 4196468 140731859581776 140731859564320 140358381874935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
/proc/7445/statm: 7056849 7008 3033 1 0 7019032 0
[pid=7445/tid=7446] ppid=7443 vsize=28227396 memory=4134692831991783777 CPUtime=0.07 cores=0-7
/proc/7445/task/7446/stat : 7446 (java) R 7443 7443 4717 0 -1 4202560 3596 0 0 0 6 1 0 0 20 0 20 0 476483744 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358386106784 140358381896861 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7447] ppid=7443 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7445/task/7447/stat : 7447 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358334495248 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7448] ppid=7443 vsize=28227396 memory=139796186945152 CPUtime=0 cores=0-7
/proc/7445/task/7448/stat : 7448 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358333442704 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7449] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7449/stat : 7449 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358332389648 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7450] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7450/stat : 7450 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358331337104 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7451] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7451/stat : 7451 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358330285072 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7452] ppid=7443 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7445/task/7452/stat : 7452 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358329232528 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7453] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7453/stat : 7453 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358328179472 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7454] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7454/stat : 7454 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 7073 33554432000 4194304 4196468 140731859581776 140358327126928 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7455] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7455/stat : 7455 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483746 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356711602416 140358381886082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7456] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7456/stat : 7456 (java) S 7443 7443 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476483747 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356710548640 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7457] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7457/stat : 7457 (java) S 7443 7443 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476483747 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356709495536 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7458] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7458/stat : 7458 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483749 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356708444112 140358381893531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7459] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7459/stat : 7459 (java) S 7443 7443 4717 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 476483751 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356707392240 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7460] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7460/stat : 7460 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483751 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356706339696 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7461] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7461/stat : 7461 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483751 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356705286640 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7462] ppid=7443 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/7445/task/7462/stat : 7462 (java) R 7443 7443 4717 0 -1 4202560 336 0 0 0 1 0 0 0 20 0 20 0 476483751 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356704230968 140358374112062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7463] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7463/stat : 7463 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483752 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356703181280 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7464] ppid=7443 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7445/task/7464/stat : 7464 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483752 28904853504 7139 33554432000 4194304 4196468 140731859581776 140356702128816 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29488 KiB

[startup+0.210542 s]*
/proc/loadavg: 8.18 8.42 8.26 2/213 7464
/proc/meminfo: memFree=24900668/32770624 swapFree=66955444/67108860
[pid=7443] ppid=7440 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7443/stat : 7443 (xcsp3-exec) S 7440 7443 4717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476483743 115843072 364 33554432000 4194304 5098028 140724821362672 140724821360776 140069725897340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25243648 140724821365621 140724821365865 140724821365865 140724821368778 0
/proc/7443/statm: 28282 364 305 221 0 87 0
[pid=7445] ppid=7443 vsize=28227396 memory=39596 CPUtime=0.3 cores=0-7
/proc/7445/stat : 7445 (java) S 7443 7443 4717 0 -1 1077944320 9270 0 0 0 27 3 0 0 20 0 20 0 476483744 28904853504 9899 33554432000 4194304 4196468 140731859581776 140731859564320 140358381874935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
/proc/7445/statm: 7056849 9899 3202 1 0 7019032 0
[pid=7445/tid=7446] ppid=7443 vsize=28227396 memory=8318255677412212789 CPUtime=0.17 cores=0-7
/proc/7445/task/7446/stat : 7446 (java) R 7443 7443 4717 0 -1 4202560 6552 0 0 0 15 2 0 0 20 0 20 0 476483744 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358386094272 140358365955422 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7447] ppid=7443 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/7445/task/7447/stat : 7447 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358334495248 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7448] ppid=7443 vsize=28227396 memory=139796186952849 CPUtime=0 cores=0-7
/proc/7445/task/7448/stat : 7448 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358333442704 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7449] ppid=7443 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7445/task/7449/stat : 7449 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358332389648 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7450] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7450/stat : 7450 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358331337104 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7451] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7451/stat : 7451 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358330285072 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7452] ppid=7443 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7445/task/7452/stat : 7452 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358329232528 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7453] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7453/stat : 7453 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358328179472 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7454] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7454/stat : 7454 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28904853504 9899 33554432000 4194304 4196468 140731859581776 140358327126928 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7455] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7455/stat : 7455 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483746 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356711602416 140358381886082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7456] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7456/stat : 7456 (java) S 7443 7443 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476483747 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356710548640 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7457] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7457/stat : 7457 (java) S 7443 7443 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476483747 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356709495536 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7458] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7458/stat : 7458 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483749 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356708444112 140358381893531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7459] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7459/stat : 7459 (java) S 7443 7443 4717 0 -1 1077944384 462 0 0 0 0 0 0 0 20 0 20 0 476483751 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356707392240 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7460] ppid=7443 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/7445/task/7460/stat : 7460 (java) S 7443 7443 4717 0 -1 1077944384 132 0 0 0 2 0 0 0 20 0 20 0 476483751 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356706339696 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7461] ppid=7443 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/7445/task/7461/stat : 7461 (java) S 7443 7443 4717 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 476483751 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356705286640 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7462] ppid=7443 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/7445/task/7462/stat : 7462 (java) S 7443 7443 4717 0 -1 1077944384 774 0 0 0 7 0 0 0 20 0 20 0 476483751 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356704234096 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7463] ppid=7443 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7463/stat : 7463 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483752 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356703181280 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7464] ppid=7443 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7445/task/7464/stat : 7464 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483752 28904853504 9899 33554432000 4194304 4196468 140731859581776 140356702128816 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41052 KiB

[startup+0.310221 s]*
/proc/loadavg: 8.18 8.42 8.26 3/213 7464
/proc/meminfo: memFree=24895180/32770624 swapFree=66955444/67108860
[pid=7443] ppid=7440 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7443/stat : 7443 (xcsp3-exec) S 7440 7443 4717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476483743 115843072 364 33554432000 4194304 5098028 140724821362672 140724821360776 140069725897340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25243648 140724821365621 140724821365865 140724821365865 140724821368778 0
/proc/7443/statm: 28282 364 305 221 0 87 0
[pid=7445] ppid=7443 vsize=28231652 memory=46692 CPUtime=0.47 cores=0-7
/proc/7445/stat : 7445 (java) S 7443 7443 4717 0 -1 1077944320 10530 0 0 0 43 4 0 0 20 0 20 0 476483744 28909211648 11673 33554432000 4194304 4196468 140731859581776 140731859564320 140358381874935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
/proc/7445/statm: 7057913 11673 3353 1 0 7019032 0
[pid=7445/tid=7446] ppid=7443 vsize=28231652 memory=8112282956445269571 CPUtime=0.28 cores=0-7
/proc/7445/task/7446/stat : 7446 (java) R 7443 7443 4717 0 -1 4202560 7577 0 0 0 25 3 0 0 20 0 20 0 476483744 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358386087344 140358365955422 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7447] ppid=7443 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7447/stat : 7447 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358334495248 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7448] ppid=7443 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7448/stat : 7448 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358333442704 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7449] ppid=7443 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7449/stat : 7449 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358332389648 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7450] ppid=7443 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7450/stat : 7450 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358331337104 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7451] ppid=7443 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/7445/task/7451/stat : 7451 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358330285072 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7452] ppid=7443 vsize=28231652 memory=139796085306287 CPUtime=0 cores=0-7
/proc/7445/task/7452/stat : 7452 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358329232528 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7453] ppid=7443 vsize=28231652 memory=139796085308592 CPUtime=0 cores=0-7
/proc/7445/task/7453/stat : 7453 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358328179472 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7454] ppid=7443 vsize=28231652 memory=139796085310896 CPUtime=0 cores=0-7
/proc/7445/task/7454/stat : 7454 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28909211648 11673 33554432000 4194304 4196468 140731859581776 140358327126928 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7455] ppid=7443 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7455/stat : 7455 (java) S 7443 7443 4717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476483746 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356711602416 140358381886082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7456] ppid=7443 vsize=28231652 memory=279592170628752 CPUtime=0 cores=0-7
/proc/7445/task/7456/stat : 7456 (java) S 7443 7443 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476483747 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356710548640 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7457] ppid=7443 vsize=28231652 memory=279592170635664 CPUtime=0 cores=0-7
/proc/7445/task/7457/stat : 7457 (java) S 7443 7443 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476483747 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356709495536 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7458] ppid=7443 vsize=28231652 memory=279592170576944 CPUtime=0 cores=0-7
/proc/7445/task/7458/stat : 7458 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483749 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356708444112 140358381893531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7459] ppid=7443 vsize=28231652 memory=279592170649488 CPUtime=0.01 cores=0-7
/proc/7445/task/7459/stat : 7459 (java) S 7443 7443 4717 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 20 0 476483751 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356707392240 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7460] ppid=7443 vsize=28231652 memory=279592170656400 CPUtime=0.02 cores=0-7
/proc/7445/task/7460/stat : 7460 (java) S 7443 7443 4717 0 -1 1077944384 135 0 0 0 2 0 0 0 20 0 20 0 476483751 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356706339696 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7461] ppid=7443 vsize=28231652 memory=279592170654096 CPUtime=0.02 cores=0-7
/proc/7445/task/7461/stat : 7461 (java) S 7443 7443 4717 0 -1 1077944384 95 0 0 0 2 0 0 0 20 0 20 0 476483751 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356705286640 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7462] ppid=7443 vsize=28231652 memory=279592170670256 CPUtime=0.12 cores=0-7
/proc/7445/task/7462/stat : 7462 (java) S 7443 7443 4717 0 -1 1077944384 919 0 0 0 12 0 0 0 20 0 20 0 476483751 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356704234096 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7463] ppid=7443 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7463/stat : 7463 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483752 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356703181280 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7464] ppid=7443 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/7445/task/7464/stat : 7464 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483752 28909211648 11673 33554432000 4194304 4196468 140731859581776 140356702128816 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48148 KiB

[startup+0.700925 s]
/proc/loadavg: 7.68 8.31 8.23 3/213 7464
/proc/meminfo: memFree=24884820/32770624 swapFree=66955444/67108860
[pid=7443] ppid=7440 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7443/stat : 7443 (xcsp3-exec) S 7440 7443 4717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476483743 115843072 364 33554432000 4194304 5098028 140724821362672 140724821360776 140069725897340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25243648 140724821365621 140724821365865 140724821365865 140724821368778 0
/proc/7443/statm: 28282 364 305 221 0 87 0
[pid=7445] ppid=7443 vsize=28233776 memory=64116 CPUtime=1.17 cores=0-7
/proc/7445/stat : 7445 (java) S 7443 7443 4717 0 -1 1077944320 13853 0 0 0 112 5 0 0 20 0 20 0 476483744 28911386624 16029 33554432000 4194304 4196468 140731859581776 140731859564320 140358381874935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
/proc/7445/statm: 7058444 16029 3448 1 0 7019544 0
[pid=7445/tid=7446] ppid=7443 vsize=28233776 memory=279592171028144 CPUtime=0.65 cores=0-7
/proc/7445/task/7446/stat : 7446 (java) R 7443 7443 4717 0 -1 4202560 9086 0 0 0 62 3 0 0 20 0 20 0 476483744 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358386112672 140358007225024 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7447] ppid=7443 vsize=28233776 memory=139796085515120 CPUtime=0 cores=0-7
/proc/7445/task/7447/stat : 7447 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358334495248 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7448] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7448/stat : 7448 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358333442704 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7449] ppid=7443 vsize=28233776 memory=8444 CPUtime=0 cores=0-7
/proc/7445/task/7449/stat : 7449 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358332389648 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7450] ppid=7443 vsize=28233776 memory=6140 CPUtime=0 cores=0-7
/proc/7445/task/7450/stat : 7450 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358331337104 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7451] ppid=7443 vsize=28233776 memory=1124 CPUtime=0 cores=0-7
/proc/7445/task/7451/stat : 7451 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358330285072 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7452] ppid=7443 vsize=28233776 memory=14004 CPUtime=0 cores=0-7
/proc/7445/task/7452/stat : 7452 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358329232528 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7453] ppid=7443 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/7445/task/7453/stat : 7453 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358328179472 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7454] ppid=7443 vsize=28233776 memory=2124 CPUtime=0 cores=0-7
/proc/7445/task/7454/stat : 7454 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 16029 33554432000 4194304 4196468 140731859581776 140358327126928 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7455] ppid=7443 vsize=28233776 memory=16572 CPUtime=0 cores=0-7
/proc/7445/task/7455/stat : 7455 (java) S 7443 7443 4717 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476483746 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356711602416 140358381886082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7456] ppid=7443 vsize=28233776 memory=504 CPUtime=0 cores=0-7
/proc/7445/task/7456/stat : 7456 (java) S 7443 7443 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476483747 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356710548640 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7457] ppid=7443 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/7445/task/7457/stat : 7457 (java) S 7443 7443 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476483747 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356709495536 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7458] ppid=7443 vsize=28233776 memory=924 CPUtime=0 cores=0-7
/proc/7445/task/7458/stat : 7458 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483749 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356708444112 140358381893531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7459] ppid=7443 vsize=28233776 memory=0 CPUtime=0.07 cores=0-7
/proc/7445/task/7459/stat : 7459 (java) S 7443 7443 4717 0 -1 1077944384 1040 0 0 0 7 0 0 0 20 0 20 0 476483751 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356707392240 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7460] ppid=7443 vsize=28233776 memory=976 CPUtime=0.07 cores=0-7
/proc/7445/task/7460/stat : 7460 (java) S 7443 7443 4717 0 -1 1077944384 282 0 0 0 7 0 0 0 20 0 20 0 476483751 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356706339696 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7461] ppid=7443 vsize=28233776 memory=772 CPUtime=0.13 cores=0-7
/proc/7445/task/7461/stat : 7461 (java) S 7443 7443 4717 0 -1 1077944384 671 0 0 0 13 0 0 0 20 0 20 0 476483751 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356705286640 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7462] ppid=7443 vsize=28233776 memory=3616 CPUtime=0.21 cores=0-7
/proc/7445/task/7462/stat : 7462 (java) S 7443 7443 4717 0 -1 1077944384 1456 0 0 0 21 0 0 0 20 0 20 0 476483751 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356704234096 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7463] ppid=7443 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/7445/task/7463/stat : 7463 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483752 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356703181280 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7464] ppid=7443 vsize=28233776 memory=1548 CPUtime=0 cores=0-7
/proc/7445/task/7464/stat : 7464 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483752 28911386624 16029 33554432000 4194304 4196468 140731859581776 140356702128816 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 65572 KiB

[startup+1.50092 s]
/proc/loadavg: 7.68 8.31 8.23 2/213 7464
/proc/meminfo: memFree=24876820/32770624 swapFree=66955444/67108860
[pid=7443] ppid=7440 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7443/stat : 7443 (xcsp3-exec) S 7440 7443 4717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476483743 115843072 364 33554432000 4194304 5098028 140724821362672 140724821360776 140069725897340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25243648 140724821365621 140724821365865 140724821365865 140724821368778 0
/proc/7443/statm: 28282 364 305 221 0 87 0
[pid=7445] ppid=7443 vsize=28233776 memory=69976 CPUtime=2.14 cores=0-7
/proc/7445/stat : 7445 (java) S 7443 7443 4717 0 -1 1077944320 17070 0 0 0 207 7 0 0 20 0 20 0 476483744 28911386624 17494 33554432000 4194304 4196468 140731859581776 140731859564320 140358381874935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
/proc/7445/statm: 7058444 17494 3451 1 0 7019544 0
[pid=7445/tid=7446] ppid=7443 vsize=28233776 memory=15260333157648022 CPUtime=1.46 cores=0-7
/proc/7445/task/7446/stat : 7446 (java) R 7443 7443 4717 0 -1 4202560 10558 0 0 0 142 4 0 0 20 0 20 0 476483744 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358386112560 140358007225067 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7447] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7447/stat : 7447 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358334495248 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7448] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7448/stat : 7448 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358333442704 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7449] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7449/stat : 7449 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358332389648 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7450] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7450/stat : 7450 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358331337104 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7451] ppid=7443 vsize=28233776 memory=4580 CPUtime=0 cores=0-7
/proc/7445/task/7451/stat : 7451 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358330285072 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7452] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7452/stat : 7452 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358329232528 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7453] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7453/stat : 7453 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358328179472 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7454] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7454/stat : 7454 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17494 33554432000 4194304 4196468 140731859581776 140358327126928 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7455] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7455/stat : 7455 (java) S 7443 7443 4717 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 476483746 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356711602416 140358381886082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7456] ppid=7443 vsize=28233776 memory=2244 CPUtime=0 cores=0-7
/proc/7445/task/7456/stat : 7456 (java) S 7443 7443 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476483747 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356710548640 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7457] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7457/stat : 7457 (java) S 7443 7443 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476483747 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356709495536 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7458] ppid=7443 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7445/task/7458/stat : 7458 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483749 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356708444112 140358381893531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7459] ppid=7443 vsize=28233776 memory=0 CPUtime=0.08 cores=0-7
/proc/7445/task/7459/stat : 7459 (java) S 7443 7443 4717 0 -1 1077944384 1095 0 0 0 8 0 0 0 20 0 20 0 476483751 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356707392240 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7460] ppid=7443 vsize=28233776 memory=0 CPUtime=0.09 cores=0-7
/proc/7445/task/7460/stat : 7460 (java) S 7443 7443 4717 0 -1 1077944384 413 0 0 0 9 0 0 0 20 0 20 0 476483751 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356706339696 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7461] ppid=7443 vsize=28233776 memory=0 CPUtime=0.15 cores=0-7
/proc/7445/task/7461/stat : 7461 (java) S 7443 7443 4717 0 -1 1077944384 1064 0 0 0 15 0 0 0 20 0 20 0 476483751 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356705286640 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7462] ppid=7443 vsize=28233776 memory=6943526294502006880 CPUtime=0.32 cores=0-7
/proc/7445/task/7462/stat : 7462 (java) S 7443 7443 4717 0 -1 1077944384 2590 0 0 0 31 1 0 0 20 0 20 0 476483751 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356704234096 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7463] ppid=7443 vsize=28233776 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/7445/task/7463/stat : 7463 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483752 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356703181280 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7464] ppid=7443 vsize=28233776 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/7445/task/7464/stat : 7464 (java) S 7443 7443 4717 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 476483752 28911386624 17494 33554432000 4194304 4196468 140731859581776 140356702128816 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
Current children cumulated CPU time: 2.14 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 71432 KiB

[startup+1.71071 s]
# the end of solver process 7443 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.49209 s, system=0.095885 s

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

[startup+1.6011 s]
/proc/loadavg: 7.68 8.31 8.23 2/213 7464
/proc/meminfo: memFree=24876820/32770624 swapFree=66955444/67108860
[pid=7443] ppid=7440 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7443/stat : 7443 (xcsp3-exec) S 7440 7443 4717 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476483743 115843072 364 33554432000 4194304 5098028 140724821362672 140724821360776 140069725897340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25243648 140724821365621 140724821365865 140724821365865 140724821368778 0
/proc/7443/statm: 28282 364 305 221 0 87 0
[pid=7445] ppid=7443 vsize=28233776 memory=70020 CPUtime=2.25 cores=0-7
/proc/7445/stat : 7445 (java) S 7443 7443 4717 0 -1 1077944320 17166 0 0 0 218 7 0 0 20 0 20 0 476483744 28911386624 17505 33554432000 4194304 4196468 140731859581776 140731859564320 140358381874935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
/proc/7445/statm: 7058444 17505 3451 1 0 7019544 0
[pid=7445/tid=7446] ppid=7443 vsize=28233776 memory=6656426216303648864 CPUtime=1.56 cores=0-7
/proc/7445/task/7446/stat : 7446 (java) R 7443 7443 4717 0 -1 4202560 10563 0 0 0 152 4 0 0 20 0 20 0 476483744 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358386112560 140358007225008 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7447] ppid=7443 vsize=28233776 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/7445/task/7447/stat : 7447 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358334495248 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7448] ppid=7443 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/7445/task/7448/stat : 7448 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358333442704 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7449] ppid=7443 vsize=28233776 memory=3620 CPUtime=0 cores=0-7
/proc/7445/task/7449/stat : 7449 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358332389648 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7450] ppid=7443 vsize=28233776 memory=42388 CPUtime=0 cores=0-7
/proc/7445/task/7450/stat : 7450 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358331337104 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7451] ppid=7443 vsize=28233776 memory=984 CPUtime=0 cores=0-7
/proc/7445/task/7451/stat : 7451 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358330285072 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7452] ppid=7443 vsize=28233776 memory=2032 CPUtime=0 cores=0-7
/proc/7445/task/7452/stat : 7452 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358329232528 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7453] ppid=7443 vsize=28233776 memory=1328 CPUtime=0 cores=0-7
/proc/7445/task/7453/stat : 7453 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358328179472 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7454] ppid=7443 vsize=28233776 memory=1560 CPUtime=0 cores=0-7
/proc/7445/task/7454/stat : 7454 (java) S 7443 7443 4717 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476483745 28911386624 17505 33554432000 4194304 4196468 140731859581776 140358327126928 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7455] ppid=7443 vsize=28233776 memory=976 CPUtime=0 cores=0-7
/proc/7445/task/7455/stat : 7455 (java) S 7443 7443 4717 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 476483746 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356711602416 140358381886082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7456] ppid=7443 vsize=28233776 memory=772 CPUtime=0 cores=0-7
/proc/7445/task/7456/stat : 7456 (java) S 7443 7443 4717 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476483747 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356710548640 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7457] ppid=7443 vsize=28233776 memory=3616 CPUtime=0 cores=0-7
/proc/7445/task/7457/stat : 7457 (java) S 7443 7443 4717 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476483747 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356709495536 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7458] ppid=7443 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/7445/task/7458/stat : 7458 (java) S 7443 7443 4717 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476483749 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356708444112 140358381893531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7459] ppid=7443 vsize=28233776 memory=164 CPUtime=0.09 cores=0-7
/proc/7445/task/7459/stat : 7459 (java) S 7443 7443 4717 0 -1 1077944384 1171 0 0 0 9 0 0 0 20 0 20 0 476483751 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356707392240 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7460] ppid=7443 vsize=28233776 memory=-9001734013606258791 CPUtime=0.09 cores=0-7
/proc/7445/task/7460/stat : 7460 (java) S 7443 7443 4717 0 -1 1077944384 424 0 0 0 9 0 0 0 20 0 20 0 476483751 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356706339696 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7461] ppid=7443 vsize=28233776 memory=-7384994778349281184 CPUtime=0.15 cores=0-7
/proc/7445/task/7461/stat : 7461 (java) S 7443 7443 4717 0 -1 1077944384 1064 0 0 0 15 0 0 0 20 0 20 0 476483751 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356705286640 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7462] ppid=7443 vsize=28233776 memory=7681905605394137914 CPUtime=0.32 cores=0-7
/proc/7445/task/7462/stat : 7462 (java) S 7443 7443 4717 0 -1 1077944384 2594 0 0 0 31 1 0 0 20 0 20 0 476483751 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356704234096 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7463] ppid=7443 vsize=28233776 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/7445/task/7463/stat : 7463 (java) S 7443 7443 4717 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476483752 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356703181280 140358381885141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
[pid=7445/tid=7464] ppid=7443 vsize=28233776 memory=1399101730491701635 CPUtime=0 cores=0-7
/proc/7445/task/7464/stat : 7464 (java) S 7443 7443 4717 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 476483752 28911386624 17505 33554432000 4194304 4196468 140731859581776 140356702128816 140358381886082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140731859583978 140731859584150 140731859584150 140731859587023 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 71476 KiB

[startup+1.7013 s]*
/proc/loadavg: 7.68 8.31 8.23 3/193 7472
/proc/meminfo: memFree=24928036/32770624 swapFree=66955444/67108860
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): 1.71075
CPU time (s): 2.58797
CPU user time (s): 2.49209
CPU system time (s): 0.095885
CPU usage (%): 151.278
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 71476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.49209
system time used= 0.095885
maximum resident set size= 90348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19098
page faults= 0
swaps= 0
block input operations= 8
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2783
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 7443
#   total CPU time (s): 2.58797
#   total CPU user time (s): 2.49209
#   total CPU system time (s): 0.095885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029005 second user time and 0.061118 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 19:54:44
IDJOB=4404247
IDBENCH=133313
IDSOLVER=2865
FILE ID=node151/4404247-1569002124
RUNJOBID= node151-1568994968-4744
PBS_JOBID= 21704734
Free space on /tmp= 12412 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Primes/Primes-m1-p25/Primes-25-20-3-1.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 /tmp/evaluation-result-4404247-1569002124/watcher-4404247-1569002124 -o /tmp/evaluation-result-4404247-1569002124/solver-4404247-1569002124 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568994968-4744 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1488900934 HOME/instance-4404247-1569002124.xml

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

MD5SUM BENCH= cc05f472d5f8180cd89c35370563cdd2
RANDOM SEED=1488900934

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24929624 kB
MemAvailable:   31807476 kB
Buffers:           48156 kB
Cached:          7000836 kB
SwapCached:        51748 kB
Active:          3485792 kB
Inactive:        3619028 kB
Active(anon):        820 kB
Inactive(anon):   100280 kB
Active(file):    3484972 kB
Inactive(file):  3518748 kB
Unevictable:      108536 kB
Mlocked:          108536 kB
SwapTotal:      67108860 kB
SwapFree:       66955444 kB
Dirty:             26092 kB
Writeback:             0 kB
AnonPages:        159720 kB
Mapped:            49256 kB
Shmem:             36912 kB
Slab:             330840 kB
SReclaimable:     302592 kB
SUnreclaim:        28248 kB
KernelStack:        3744 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12384 MiB
End job on node151 at 2019-09-20 19:54:46