Trace number 4399447

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-16 parallelSAT 2.65849 1.69145

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-4399447-1568708374.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399447-1568708374.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.29/1.61	c solve instance...
2.29/1.67	s SATISFIABLE
2.29/1.67	v <instantiation>
2.29/1.67	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.29/1.67	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.29/1.67	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 (13945 MiB free)
  memory of node 1: 16384 MiB (15695 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399447-1568708374/watcher-4399447-1568708374 -o /tmp/evaluation-result-4399447-1568708374/solver-4399447-1568708374 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568700717-27810 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 331730206 HOME/instance-4399447-1568708374.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=30691, runsolver pid=30688

[startup+0.100166 s]*
/proc/loadavg: 7.16 8.09 8.24 2/212 30712
/proc/meminfo: memFree=30335836/32770624 swapFree=66917056/67108860
[pid=30691] ppid=30688 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30691/stat : 30691 (xcsp3-exec) S 30688 30691 27783 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446751245 115843072 363 33554432000 4194304 5098028 140727704437696 140727704435800 140025268990588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11522048 140727704445814 140727704446057 140727704446057 140727704448970 0
/proc/30691/statm: 28282 363 304 221 0 87 0
[pid=30693] ppid=30691 vsize=28227396 memory=28812 CPUtime=0.12 cores=0-7
/proc/30693/stat : 30693 (java) S 30691 30691 27783 0 -1 1077944320 5696 0 0 0 11 1 0 0 20 0 20 0 446751246 28904853504 7203 33554432000 4194304 4196468 140726767770096 140726767752640 139687314833143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
/proc/30693/statm: 7056849 7203 3121 1 0 7019032 0
[pid=30693/tid=30694] ppid=30691 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30693/task/30694/stat : 30694 (java) R 30691 30691 27783 0 -1 4202560 3609 0 0 0 8 1 0 0 20 0 20 0 446751246 28904853504 7203 33554432000 4194304 4196468 140726767770096 139687319057984 139687314845078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30695] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30695/stat : 30695 (java) S 30691 30691 27783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686866704912 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30696] ppid=30691 vsize=28227396 memory=140180545197696 CPUtime=0 cores=0-7
/proc/30693/task/30696/stat : 30696 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686865652368 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30697] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30697/stat : 30697 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686864599312 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30698] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30698/stat : 30698 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686863546768 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30699] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30699/stat : 30699 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686862494736 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30700] ppid=30691 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30693/task/30700/stat : 30700 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686861442192 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30701] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30701/stat : 30701 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686860389136 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30702] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30702/stat : 30702 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 7203 33554432000 4194304 4196468 140726767770096 139686859336592 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30703] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30703/stat : 30703 (java) S 30691 30691 27783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446751248 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685559720176 139687314844290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30704] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30704/stat : 30704 (java) S 30691 30691 27783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446751249 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685558666400 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30705] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30705/stat : 30705 (java) S 30691 30691 27783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446751249 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685440643824 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30706] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30706/stat : 30706 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751251 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685439592400 139687314851739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30707] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30707/stat : 30707 (java) S 30691 30691 27783 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 446751251 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685438540528 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30708] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30708/stat : 30708 (java) S 30691 30691 27783 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 446751251 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685437487984 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30709] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30709/stat : 30709 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751251 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685436434928 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30710] ppid=30691 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30693/task/30710/stat : 30710 (java) R 30691 30691 27783 0 -1 4202560 346 0 0 0 1 0 0 0 20 0 20 0 446751251 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685435382384 139687314845078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30711] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30711/stat : 30711 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751251 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685434329568 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30712] ppid=30691 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30693/task/30712/stat : 30712 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751252 28904853504 7203 33554432000 4194304 4196468 140726767770096 139685433277104 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30264 KiB

[startup+0.210268 s]*
/proc/loadavg: 7.16 8.09 8.24 3/212 30712
/proc/meminfo: memFree=30323176/32770624 swapFree=66917056/67108860
[pid=30691] ppid=30688 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30691/stat : 30691 (xcsp3-exec) S 30688 30691 27783 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446751245 115843072 363 33554432000 4194304 5098028 140727704437696 140727704435800 140025268990588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11522048 140727704445814 140727704446057 140727704446057 140727704448970 0
/proc/30691/statm: 28282 363 304 221 0 87 0
[pid=30693] ppid=30691 vsize=28227396 memory=40336 CPUtime=0.34 cores=0-7
/proc/30693/stat : 30693 (java) S 30691 30691 27783 0 -1 1077944320 9337 0 0 0 31 3 0 0 20 0 20 0 446751246 28904853504 10084 33554432000 4194304 4196468 140726767770096 140726767752640 139687314833143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
/proc/30693/statm: 7056849 10084 3295 1 0 7019032 0
[pid=30693/tid=30694] ppid=30691 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30693/task/30694/stat : 30694 (java) R 30691 30691 27783 0 -1 4202560 6593 0 0 0 18 2 0 0 20 0 20 0 446751246 28904853504 10084 33554432000 4194304 4196468 140726767770096 139687319062864 139687298913630 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30695] ppid=30691 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/30693/task/30695/stat : 30695 (java) S 30691 30691 27783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686866704912 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30696] ppid=30691 vsize=28227396 memory=3690340021562103456 CPUtime=0 cores=0-7
/proc/30693/task/30696/stat : 30696 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686865652368 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30697] ppid=30691 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30693/task/30697/stat : 30697 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686864599312 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30698] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30698/stat : 30698 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686863546768 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30699] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30699/stat : 30699 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686862494736 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30700] ppid=30691 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30693/task/30700/stat : 30700 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686861442192 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30701] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30701/stat : 30701 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686860389136 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30702] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30702/stat : 30702 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28904853504 10084 33554432000 4194304 4196468 140726767770096 139686859336592 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30703] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30703/stat : 30703 (java) S 30691 30691 27783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446751248 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685559720176 139687314844290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30704] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30704/stat : 30704 (java) S 30691 30691 27783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446751249 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685558666400 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30705] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30705/stat : 30705 (java) S 30691 30691 27783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446751249 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685440643824 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30706] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30706/stat : 30706 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751251 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685439592400 139687314851739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30707] ppid=30691 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30693/task/30707/stat : 30707 (java) S 30691 30691 27783 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 446751251 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685438540528 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30708] ppid=30691 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30693/task/30708/stat : 30708 (java) S 30691 30691 27783 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 20 0 446751251 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685437487984 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30709] ppid=30691 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/30693/task/30709/stat : 30709 (java) S 30691 30691 27783 0 -1 1077944384 133 0 0 0 2 0 0 0 20 0 20 0 446751251 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685436434928 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30710] ppid=30691 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/30693/task/30710/stat : 30710 (java) R 30691 30691 27783 0 -1 4202560 791 0 0 0 8 0 0 0 20 0 20 0 446751251 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685435382384 139687293967626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30711] ppid=30691 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30711/stat : 30711 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751251 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685434329568 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30712] ppid=30691 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30693/task/30712/stat : 30712 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751252 28904853504 10084 33554432000 4194304 4196468 140726767770096 139685433277104 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41788 KiB

[startup+0.309538 s]*
/proc/loadavg: 7.16 8.09 8.24 3/212 30712
/proc/meminfo: memFree=30304056/32770624 swapFree=66917056/67108860
[pid=30691] ppid=30688 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30691/stat : 30691 (xcsp3-exec) S 30688 30691 27783 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446751245 115843072 363 33554432000 4194304 5098028 140727704437696 140727704435800 140025268990588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11522048 140727704445814 140727704446057 140727704446057 140727704448970 0
/proc/30691/statm: 28282 363 304 221 0 87 0
[pid=30693] ppid=30691 vsize=28231652 memory=49824 CPUtime=0.53 cores=0-7
/proc/30693/stat : 30693 (java) S 30691 30691 27783 0 -1 1077944320 10796 0 0 0 49 4 0 0 20 0 20 0 446751246 28909211648 12456 33554432000 4194304 4196468 140726767770096 140726767752640 139687314833143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
/proc/30693/statm: 7057913 12456 3365 1 0 7019032 0
[pid=30693/tid=30694] ppid=30691 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30693/task/30694/stat : 30694 (java) R 30691 30691 27783 0 -1 4202560 7685 0 0 0 27 2 0 0 20 0 20 0 446751246 28909211648 12456 33554432000 4194304 4196468 140726767770096 139687319064256 139687314854490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30695] ppid=30691 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30695/stat : 30695 (java) S 30691 30691 27783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12456 33554432000 4194304 4196468 140726767770096 139686866704912 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30696] ppid=30691 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30696/stat : 30696 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12456 33554432000 4194304 4196468 140726767770096 139686865652368 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30697] ppid=30691 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30697/stat : 30697 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12456 33554432000 4194304 4196468 140726767770096 139686864599312 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30698] ppid=30691 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30698/stat : 30698 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12456 33554432000 4194304 4196468 140726767770096 139686863546768 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30699] ppid=30691 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/30693/task/30699/stat : 30699 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12499 33554432000 4194304 4196468 140726767770096 139686862494736 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30700] ppid=30691 vsize=28231652 memory=140180417770415 CPUtime=0 cores=0-7
/proc/30693/task/30700/stat : 30700 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12499 33554432000 4194304 4196468 140726767770096 139686861442192 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30701] ppid=30691 vsize=28231652 memory=140180417772720 CPUtime=0 cores=0-7
/proc/30693/task/30701/stat : 30701 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12499 33554432000 4194304 4196468 140726767770096 139686860389136 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30702] ppid=30691 vsize=28231652 memory=140180417775024 CPUtime=0 cores=0-7
/proc/30693/task/30702/stat : 30702 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28909211648 12499 33554432000 4194304 4196468 140726767770096 139686859336592 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30703] ppid=30691 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30703/stat : 30703 (java) S 30691 30691 27783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446751248 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685559720176 139687314844290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30704] ppid=30691 vsize=28231652 memory=280360835557008 CPUtime=0 cores=0-7
/proc/30693/task/30704/stat : 30704 (java) S 30691 30691 27783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446751249 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685558666400 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30705] ppid=30691 vsize=28231652 memory=280360835563920 CPUtime=0 cores=0-7
/proc/30693/task/30705/stat : 30705 (java) S 30691 30691 27783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446751249 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685440643824 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30706] ppid=30691 vsize=28231652 memory=280360835505200 CPUtime=0 cores=0-7
/proc/30693/task/30706/stat : 30706 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751251 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685439592400 139687314851739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30707] ppid=30691 vsize=28231652 memory=280360835577744 CPUtime=0.02 cores=0-7
/proc/30693/task/30707/stat : 30707 (java) R 30691 30691 27783 0 -1 4202560 486 0 0 0 2 0 0 0 20 0 20 0 446751251 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685438530912 139687292485008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30708] ppid=30691 vsize=28231652 memory=280360835584656 CPUtime=0.02 cores=0-7
/proc/30693/task/30708/stat : 30708 (java) S 30691 30691 27783 0 -1 1077944384 212 0 0 0 2 0 0 0 20 0 20 0 446751251 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685437487984 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30709] ppid=30691 vsize=28231652 memory=280360835582352 CPUtime=0.03 cores=0-7
/proc/30693/task/30709/stat : 30709 (java) S 30691 30691 27783 0 -1 1077944384 151 0 0 0 3 0 0 0 20 0 20 0 446751251 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685436434928 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30710] ppid=30691 vsize=28231652 memory=280360835598512 CPUtime=0.12 cores=0-7
/proc/30693/task/30710/stat : 30710 (java) S 30691 30691 27783 0 -1 1077944384 957 0 0 0 12 0 0 0 20 0 20 0 446751251 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685435382384 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30711] ppid=30691 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30711/stat : 30711 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751251 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685434329568 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30712] ppid=30691 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30693/task/30712/stat : 30712 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751252 28909211648 12499 33554432000 4194304 4196468 140726767770096 139685433277104 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51276 KiB

[startup+0.709611 s]*
/proc/loadavg: 7.16 8.09 8.24 2/212 30712
/proc/meminfo: memFree=30302080/32770624 swapFree=66917056/67108860
[pid=30691] ppid=30688 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30691/stat : 30691 (xcsp3-exec) S 30688 30691 27783 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446751245 115843072 363 33554432000 4194304 5098028 140727704437696 140727704435800 140025268990588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11522048 140727704445814 140727704446057 140727704446057 140727704448970 0
/proc/30691/statm: 28282 363 304 221 0 87 0
[pid=30693] ppid=30691 vsize=28233776 memory=64556 CPUtime=1.22 cores=0-7
/proc/30693/stat : 30693 (java) S 30691 30691 27783 0 -1 1077944320 13968 0 0 0 117 5 0 0 20 0 20 0 446751246 28911386624 16139 33554432000 4194304 4196468 140726767770096 140726767752640 139687314833143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
/proc/30693/statm: 7058444 16139 3446 1 0 7019544 0
[pid=30693/tid=30694] ppid=30691 vsize=28233776 memory=6791534058613427641 CPUtime=0.69 cores=0-7
/proc/30693/task/30694/stat : 30694 (java) R 30691 30691 27783 0 -1 4202560 9065 0 0 0 66 3 0 0 20 0 20 0 446751246 28911386624 16139 33554432000 4194304 4196468 140726767770096 139687319070960 139686918598898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30695] ppid=30691 vsize=28233776 memory=796 CPUtime=0 cores=0-7
/proc/30693/task/30695/stat : 30695 (java) S 30691 30691 27783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686866704912 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30696] ppid=30691 vsize=28233776 memory=1804 CPUtime=0 cores=0-7
/proc/30693/task/30696/stat : 30696 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686865652368 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30697] ppid=30691 vsize=28233776 memory=916 CPUtime=0 cores=0-7
/proc/30693/task/30697/stat : 30697 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686864599312 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30698] ppid=30691 vsize=28233776 memory=4416 CPUtime=0 cores=0-7
/proc/30693/task/30698/stat : 30698 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686863546768 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30699] ppid=30691 vsize=28233776 memory=4100 CPUtime=0 cores=0-7
/proc/30693/task/30699/stat : 30699 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686862494736 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30700] ppid=30691 vsize=28233776 memory=1408 CPUtime=0 cores=0-7
/proc/30693/task/30700/stat : 30700 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686861442192 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30701] ppid=30691 vsize=28233776 memory=2252 CPUtime=0 cores=0-7
/proc/30693/task/30701/stat : 30701 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686860389136 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30702] ppid=30691 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/30693/task/30702/stat : 30702 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 16139 33554432000 4194304 4196468 140726767770096 139686859336592 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30703] ppid=30691 vsize=28233776 memory=49824 CPUtime=0 cores=0-7
/proc/30693/task/30703/stat : 30703 (java) S 30691 30691 27783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446751248 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685559720176 139687314844290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30704] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30704/stat : 30704 (java) S 30691 30691 27783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446751249 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685558666400 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30705] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30705/stat : 30705 (java) S 30691 30691 27783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446751249 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685440643824 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30706] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30706/stat : 30706 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751251 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685439592400 139687314851739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30707] ppid=30691 vsize=28233776 memory=0 CPUtime=0.06 cores=0-7
/proc/30693/task/30707/stat : 30707 (java) S 30691 30691 27783 0 -1 1077944384 579 0 0 0 6 0 0 0 20 0 20 0 446751251 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685438540528 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30708] ppid=30691 vsize=28233776 memory=0 CPUtime=0.11 cores=0-7
/proc/30693/task/30708/stat : 30708 (java) S 30691 30691 27783 0 -1 1077944384 842 0 0 0 11 0 0 0 20 0 20 0 446751251 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685437487984 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30709] ppid=30691 vsize=28233776 memory=-1 CPUtime=0.1 cores=0-7
/proc/30693/task/30709/stat : 30709 (java) S 30691 30691 27783 0 -1 1077944384 713 0 0 0 10 0 0 0 20 0 20 0 446751251 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685436434928 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30710] ppid=30691 vsize=28233776 memory=140180417770415 CPUtime=0.21 cores=0-7
/proc/30693/task/30710/stat : 30710 (java) S 30691 30691 27783 0 -1 1077944384 1458 0 0 0 21 0 0 0 20 0 20 0 446751251 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685435382384 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30711] ppid=30691 vsize=28233776 memory=3689636878213984304 CPUtime=0 cores=0-7
/proc/30693/task/30711/stat : 30711 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751251 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685434329568 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30712] ppid=30691 vsize=28233776 memory=4123100572804198960 CPUtime=0 cores=0-7
/proc/30693/task/30712/stat : 30712 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751252 28911386624 16139 33554432000 4194304 4196468 140726767770096 139685433277104 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 66008 KiB

[startup+1.50088 s]
/proc/loadavg: 6.59 7.95 8.19 3/212 30712
/proc/meminfo: memFree=30298544/32770624 swapFree=66917056/67108860
[pid=30691] ppid=30688 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30691/stat : 30691 (xcsp3-exec) S 30688 30691 27783 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446751245 115843072 363 33554432000 4194304 5098028 140727704437696 140727704435800 140025268990588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11522048 140727704445814 140727704446057 140727704446057 140727704448970 0
/proc/30691/statm: 28282 363 304 221 0 87 0
[pid=30693] ppid=30691 vsize=28233776 memory=70476 CPUtime=2.18 cores=0-7
/proc/30693/stat : 30693 (java) S 30691 30691 27783 0 -1 1077944320 15532 0 0 0 212 6 0 0 20 0 20 0 446751246 28911386624 17619 33554432000 4194304 4196468 140726767770096 140726767752640 139687314833143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
/proc/30693/statm: 7058444 17619 3452 1 0 7019544 0
[pid=30693/tid=30694] ppid=30691 vsize=28233776 memory=0 CPUtime=1.47 cores=0-7
/proc/30693/task/30694/stat : 30694 (java) R 30691 30691 27783 0 -1 4202560 9413 0 0 0 144 3 0 0 20 0 20 0 446751246 28911386624 17619 33554432000 4194304 4196468 140726767770096 139687319071312 139686918598971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30695] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30695/stat : 30695 (java) S 30691 30691 27783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686866704912 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30696] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30696/stat : 30696 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686865652368 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30697] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30697/stat : 30697 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686864599312 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30698] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30698/stat : 30698 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686863546768 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30699] ppid=30691 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/30693/task/30699/stat : 30699 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686862494736 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30700] ppid=30691 vsize=28233776 memory=66868 CPUtime=0 cores=0-7
/proc/30693/task/30700/stat : 30700 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686861442192 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30701] ppid=30691 vsize=28233776 memory=280360835956400 CPUtime=0 cores=0-7
/proc/30693/task/30701/stat : 30701 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686860389136 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30702] ppid=30691 vsize=28233776 memory=140180417979248 CPUtime=0 cores=0-7
/proc/30693/task/30702/stat : 30702 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686859336592 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30703] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30703/stat : 30703 (java) S 30691 30691 27783 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 446751248 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685559720176 139687314844290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30704] ppid=30691 vsize=28233776 memory=1124 CPUtime=0 cores=0-7
/proc/30693/task/30704/stat : 30704 (java) S 30691 30691 27783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446751249 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685558666400 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30705] ppid=30691 vsize=28233776 memory=2828 CPUtime=0 cores=0-7
/proc/30693/task/30705/stat : 30705 (java) S 30691 30691 27783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446751249 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685440643824 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30706] ppid=30691 vsize=28233776 memory=1228 CPUtime=0 cores=0-7
/proc/30693/task/30706/stat : 30706 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685439592400 139687314851739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30707] ppid=30691 vsize=28233776 memory=14008 CPUtime=0.07 cores=0-7
/proc/30693/task/30707/stat : 30707 (java) S 30691 30691 27783 0 -1 1077944384 715 0 0 0 7 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685438540528 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30708] ppid=30691 vsize=28233776 memory=12040 CPUtime=0.14 cores=0-7
/proc/30693/task/30708/stat : 30708 (java) S 30691 30691 27783 0 -1 1077944384 1105 0 0 0 14 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685437487984 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30709] ppid=30691 vsize=28233776 memory=2124 CPUtime=0.12 cores=0-7
/proc/30693/task/30709/stat : 30709 (java) S 30691 30691 27783 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685436434928 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30710] ppid=30691 vsize=28233776 memory=25952 CPUtime=0.31 cores=0-7
/proc/30693/task/30710/stat : 30710 (java) S 30691 30691 27783 0 -1 1077944384 2136 0 0 0 31 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685435382384 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30711] ppid=30691 vsize=28233776 memory=492 CPUtime=0 cores=0-7
/proc/30693/task/30711/stat : 30711 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685434329568 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30712] ppid=30691 vsize=28233776 memory=1560 CPUtime=0 cores=0-7
/proc/30693/task/30712/stat : 30712 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751252 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685433277104 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
Current children cumulated CPU time: 2.18 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 71928 KiB

[startup+1.69139 s]
# the end of solver process 30691 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.58468 s, system=0.073808 s

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

[startup+1.60107 s]
/proc/loadavg: 6.59 7.95 8.19 3/212 30712
/proc/meminfo: memFree=30298544/32770624 swapFree=66917056/67108860
[pid=30691] ppid=30688 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30691/stat : 30691 (xcsp3-exec) S 30688 30691 27783 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446751245 115843072 363 33554432000 4194304 5098028 140727704437696 140727704435800 140025268990588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11522048 140727704445814 140727704446057 140727704446057 140727704448970 0
/proc/30691/statm: 28282 363 304 221 0 87 0
[pid=30693] ppid=30691 vsize=28233776 memory=70476 CPUtime=2.29 cores=0-7
/proc/30693/stat : 30693 (java) S 30691 30691 27783 0 -1 1077944320 15583 0 0 0 223 6 0 0 20 0 20 0 446751246 28911386624 17619 33554432000 4194304 4196468 140726767770096 140726767752640 139687314833143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
/proc/30693/statm: 7058444 17619 3452 1 0 7019544 0
[pid=30693/tid=30694] ppid=30691 vsize=28233776 memory=756 CPUtime=1.57 cores=0-7
/proc/30693/task/30694/stat : 30694 (java) R 30691 30691 27783 0 -1 4202560 9413 0 0 0 154 3 0 0 20 0 20 0 446751246 28911386624 17619 33554432000 4194304 4196468 140726767770096 139687319071312 139686918598830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30695] ppid=30691 vsize=28233776 memory=3 CPUtime=0 cores=0-7
/proc/30693/task/30695/stat : 30695 (java) S 30691 30691 27783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686866704912 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30696] ppid=30691 vsize=28233776 memory=1213 CPUtime=0 cores=0-7
/proc/30693/task/30696/stat : 30696 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686865652368 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30697] ppid=30691 vsize=28233776 memory=260 CPUtime=0 cores=0-7
/proc/30693/task/30697/stat : 30697 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686864599312 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30698] ppid=30691 vsize=28233776 memory=301 CPUtime=0 cores=0-7
/proc/30693/task/30698/stat : 30698 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686863546768 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30699] ppid=30691 vsize=28233776 memory=35647 CPUtime=0 cores=0-7
/proc/30693/task/30699/stat : 30699 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686862494736 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30700] ppid=30691 vsize=28233776 memory=252730 CPUtime=0 cores=0-7
/proc/30693/task/30700/stat : 30700 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686861442192 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30701] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30701/stat : 30701 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686860389136 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30702] ppid=30691 vsize=28233776 memory=131816841342934 CPUtime=0 cores=0-7
/proc/30693/task/30702/stat : 30702 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751247 28911386624 17619 33554432000 4194304 4196468 140726767770096 139686859336592 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30703] ppid=30691 vsize=28233776 memory=131816841342935 CPUtime=0 cores=0-7
/proc/30693/task/30703/stat : 30703 (java) S 30691 30691 27783 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 446751248 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685559720176 139687314844290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30704] ppid=30691 vsize=28233776 memory=131816841342936 CPUtime=0 cores=0-7
/proc/30693/task/30704/stat : 30704 (java) S 30691 30691 27783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446751249 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685558666400 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30705] ppid=30691 vsize=28233776 memory=131816841342937 CPUtime=0 cores=0-7
/proc/30693/task/30705/stat : 30705 (java) S 30691 30691 27783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446751249 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685440643824 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30706] ppid=30691 vsize=28233776 memory=131816841342938 CPUtime=0 cores=0-7
/proc/30693/task/30706/stat : 30706 (java) S 30691 30691 27783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685439592400 139687314851739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30707] ppid=30691 vsize=28233776 memory=131816841342939 CPUtime=0.07 cores=0-7
/proc/30693/task/30707/stat : 30707 (java) S 30691 30691 27783 0 -1 1077944384 715 0 0 0 7 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685438540528 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30708] ppid=30691 vsize=28233776 memory=9857 CPUtime=0.14 cores=0-7
/proc/30693/task/30708/stat : 30708 (java) S 30691 30691 27783 0 -1 1077944384 1109 0 0 0 14 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685437487984 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30709] ppid=30691 vsize=28233776 memory=0 CPUtime=0.13 cores=0-7
/proc/30693/task/30709/stat : 30709 (java) S 30691 30691 27783 0 -1 1077944384 887 0 0 0 13 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685436434928 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30710] ppid=30691 vsize=28233776 memory=0 CPUtime=0.31 cores=0-7
/proc/30693/task/30710/stat : 30710 (java) S 30691 30691 27783 0 -1 1077944384 2136 0 0 0 31 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685435382384 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30711] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30711/stat : 30711 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751251 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685434329568 139687314843349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
[pid=30693/tid=30712] ppid=30691 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30693/task/30712/stat : 30712 (java) S 30691 30691 27783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446751252 28911386624 17619 33554432000 4194304 4196468 140726767770096 139685433277104 139687314844290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8769536 140726767776746 140726767776918 140726767776918 140726767779791 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 71928 KiB

Child status: 0
Real time (s): 1.69145
CPU time (s): 2.65849
CPU user time (s): 2.58468
CPU system time (s): 0.073808
CPU usage (%): 157.172
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 71928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.58468
system time used= 0.073808
maximum resident set size= 91024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17039
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2688
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 30691
#   total CPU time (s): 2.65849
#   total CPU user time (s): 2.58468
#   total CPU system time (s): 0.073808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030425 second user time and 0.054765 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 10:18:51
IDJOB=4399447
IDBENCH=133313
IDSOLVER=2854
FILE ID=node147/4399447-1568708374
RUNJOBID= node147-1568700717-27810
PBS_JOBID= 21703903
Free space on /tmp= 58880 MiB

SOLVER NAME= choco-solver 2019-09-16 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-4399447-1568708374/watcher-4399447-1568708374 -o /tmp/evaluation-result-4399447-1568708374/solver-4399447-1568708374 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568700717-27810 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 331730206 HOME/instance-4399447-1568708374.xml

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

MD5SUM BENCH= cc05f472d5f8180cd89c35370563cdd2
RANDOM SEED=331730206

node147.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.52
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.52
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.52
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.52
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:        30352172 kB
MemAvailable:   31802388 kB
Buffers:          112636 kB
Cached:          1629600 kB
SwapCached:        87660 kB
Active:           938140 kB
Inactive:         895076 kB
Active(anon):       6744 kB
Inactive(anon):   133772 kB
Active(file):     931396 kB
Inactive(file):   761304 kB
Unevictable:      108644 kB
Mlocked:          108644 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             26256 kB
Writeback:             0 kB
AnonPages:        112024 kB
Mapped:            48556 kB
Shmem:             40920 kB
Slab:             175620 kB
SReclaimable:     146700 kB
SUnreclaim:        28920 kB
KernelStack:        3744 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58856 MiB
End job on node147 at 2019-09-17 10:18:53