Trace number 4281479

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)OPT0 16.929501 3.3862901

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.0882802
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281479-1503186649.xml"  -tl '2016s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4281479-1503186649.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
3.69/1.43	c solve instance...
14.26/2.88	o 7 
14.85/3.04	o 6 
16.82/3.37	o 0 
16.82/3.37	s OPTIMUM FOUND
16.82/3.37	v <instantiation>
16.82/3.37	v 	<list>q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] </list>
16.82/3.37	v 	<values>18 48 39 24 11 6 19 34 47 38 33 46 41 26 17 22 37 42 29 14 23 28 43 30 35 44 31 40 27 32 45 36 21 8 3 12 25 20 5 10 1 16 7 2 15 0 9 4 13 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
16.82/3.37	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281479-1503186649/watcher-4281479-1503186649 -o /tmp/evaluation-result-4281479-1503186649/solver-4281479-1503186649 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503173871-12305 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1121055437 HOME/instance-4281479-1503186649.xml 

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

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


[startup+0.100121 s]*
/proc/loadavg: 6.42 7.72 7.97 3/199 18100
/proc/meminfo: memFree=27177408/32770624 swapFree=67108860/67108860
[pid=18079] ppid=18076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (xcsp3-exec) S 18076 18079 12278 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151752491 9740288 346 33554432000 4194304 5098028 140720334747712 140720334745816 140192041976444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19038208 140720334750826 140720334751036 140720334751036 140720334753771 0
/proc/18079/statm: 2378 346 289 221 0 87 0
[pid=18081] ppid=18079 vsize=25999808 memory=26520 CPUtime=0.11 cores=0-7
/proc/18081/stat : 18081 (java) S 18079 18079 12278 0 -1 1077944320 5556 0 0 0 10 1 0 0 20 0 20 0 151752491 26623803392 6630 33554432000 4194304 4196468 140736728630288 140736728612832 139640083754743 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
/proc/18081/statm: 6499952 6630 2841 1 0 6488269 0
[pid=18081/tid=18082] ppid=18079 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/18081/task/18082/stat : 18082 (java) R 18079 18079 12278 0 -1 4202560 3570 0 0 0 8 0 0 0 20 0 20 0 151752492 26623803392 6630 33554432000 4194304 4196468 140736728630288 139640087979584 139640065406302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18083] ppid=18079 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18081/task/18083/stat : 18083 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639991315472 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18084] ppid=18079 vsize=25999808 memory=140059872855680 CPUtime=0 cores=0-7
/proc/18081/task/18084/stat : 18084 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639641181328 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18085] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18085/stat : 18085 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639640128272 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18086] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18086/stat : 18086 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639639075728 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18087] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18087/stat : 18087 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639638022672 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18088] ppid=18079 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18081/task/18088/stat : 18088 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639636970128 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18089] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18089/stat : 18089 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639635917072 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18090] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18090/stat : 18090 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151752493 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639634864528 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18091] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18091/stat : 18091 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752494 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639591873264 139640083765890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18092] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18092/stat : 18092 (java) S 18079 18079 12278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151752494 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639590819488 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18093] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18093/stat : 18093 (java) S 18079 18079 12278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151752495 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639589766384 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18094] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18094/stat : 18094 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752497 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639588714960 139640083773339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18095] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18095/stat : 18095 (java) S 18079 18079 12278 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 151752497 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639475169520 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18096] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18096/stat : 18096 (java) S 18079 18079 12278 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 151752497 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639474116976 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18097] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18097/stat : 18097 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752497 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639473063920 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18098] ppid=18079 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/18081/task/18098/stat : 18098 (java) R 18079 18079 12278 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 151752497 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639472011376 139640083766678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18099] ppid=18079 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18099/stat : 18099 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151752497 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639470959584 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18100] ppid=18079 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18081/task/18100/stat : 18100 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752498 26623803392 6630 33554432000 4194304 4196468 140736728630288 139639469907120 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27904 KiB

[startup+0.210341 s]*
/proc/loadavg: 6.42 7.72 7.97 2/199 18100
/proc/meminfo: memFree=27168788/32770624 swapFree=67108860/67108860
[pid=18079] ppid=18076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (xcsp3-exec) S 18076 18079 12278 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151752491 9740288 346 33554432000 4194304 5098028 140720334747712 140720334745816 140192041976444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19038208 140720334750826 140720334751036 140720334751036 140720334753771 0
/proc/18079/statm: 2378 346 289 221 0 87 0
[pid=18081] ppid=18079 vsize=26004064 memory=39000 CPUtime=0.33 cores=0-7
/proc/18081/stat : 18081 (java) S 18079 18079 12278 0 -1 1077944320 8324 0 0 0 31 2 0 0 20 0 20 0 151752491 26628161536 9750 33554432000 4194304 4196468 140736728630288 140736728612832 139640083754743 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
/proc/18081/statm: 6501016 9750 3055 1 0 6488269 0
[pid=18081/tid=18082] ppid=18079 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18081/task/18082/stat : 18082 (java) R 18079 18079 12278 0 -1 4202560 5427 0 0 0 18 1 0 0 20 0 20 0 151752492 26628161536 9750 33554432000 4194304 4196468 140736728630288 139640087967808 139640067835230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18083] ppid=18079 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/18081/task/18083/stat : 18083 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639991315472 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18084] ppid=18079 vsize=26004064 memory=140059872869402 CPUtime=0 cores=0-7
/proc/18081/task/18084/stat : 18084 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639641181328 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18085] ppid=18079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18081/task/18085/stat : 18085 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639640128272 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18086] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18086/stat : 18086 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639639075728 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18087] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18087/stat : 18087 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639638022672 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18088] ppid=18079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18081/task/18088/stat : 18088 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639636970128 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18089] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18089/stat : 18089 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639635917072 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18090] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18090/stat : 18090 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639634864528 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18091] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18091/stat : 18091 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752494 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639591873264 139640083765890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18092] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18092/stat : 18092 (java) S 18079 18079 12278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151752494 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639590819488 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18093] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18093/stat : 18093 (java) S 18079 18079 12278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151752495 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639589766384 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18094] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18094/stat : 18094 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752497 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639588714960 139640083773339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18095] ppid=18079 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18081/task/18095/stat : 18095 (java) S 18079 18079 12278 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 151752497 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639475169520 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18096] ppid=18079 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/18081/task/18096/stat : 18096 (java) S 18079 18079 12278 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 20 0 151752497 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639474116976 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18097] ppid=18079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18081/task/18097/stat : 18097 (java) S 18079 18079 12278 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 20 0 151752497 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639473063920 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18098] ppid=18079 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/18081/task/18098/stat : 18098 (java) S 18079 18079 12278 0 -1 1077944384 702 0 0 0 7 0 0 0 20 0 20 0 151752497 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639472011376 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18099] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18099/stat : 18099 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151752497 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639470959584 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18100] ppid=18079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18081/task/18100/stat : 18100 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752498 26628161536 9750 33554432000 4194304 4196468 140736728630288 139639469907120 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40384 KiB

[startup+0.310001 s]*
/proc/loadavg: 6.42 7.72 7.97 3/199 18100
/proc/meminfo: memFree=27159420/32770624 swapFree=67108860/67108860
[pid=18079] ppid=18076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (xcsp3-exec) S 18076 18079 12278 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151752491 9740288 346 33554432000 4194304 5098028 140720334747712 140720334745816 140192041976444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19038208 140720334750826 140720334751036 140720334751036 140720334753771 0
/proc/18079/statm: 2378 346 289 221 0 87 0
[pid=18081] ppid=18079 vsize=26004064 memory=46216 CPUtime=0.5 cores=0-7
/proc/18081/stat : 18081 (java) S 18079 18079 12278 0 -1 1077944320 9317 0 0 0 47 3 0 0 20 0 20 0 151752491 26628161536 11554 33554432000 4194304 4196468 140736728630288 140736728612832 139640083754743 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
/proc/18081/statm: 6501016 11554 3093 1 0 6488269 0
[pid=18081/tid=18082] ppid=18079 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18081/task/18082/stat : 18082 (java) R 18079 18079 12278 0 -1 4202560 6172 0 0 0 27 2 0 0 20 0 20 0 151752492 26628161536 11554 33554432000 4194304 4196468 140736728630288 139640087985296 139640083776669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18083] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18083/stat : 18083 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639991315472 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18084] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18084/stat : 18084 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639641181328 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18085] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18085/stat : 18085 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639640128272 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18086] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18086/stat : 18086 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639639075728 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18087] ppid=18079 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/18081/task/18087/stat : 18087 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639638022672 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18088] ppid=18079 vsize=26004064 memory=140059756032943 CPUtime=0 cores=0-7
/proc/18081/task/18088/stat : 18088 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639636970128 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18089] ppid=18079 vsize=26004064 memory=140059756035248 CPUtime=0 cores=0-7
/proc/18081/task/18089/stat : 18089 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639635917072 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18090] ppid=18079 vsize=26004064 memory=3472463957937206752 CPUtime=0 cores=0-7
/proc/18081/task/18090/stat : 18090 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151752493 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639634864528 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18091] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18091/stat : 18091 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752494 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639591873264 139640083765890 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18092] ppid=18079 vsize=26004064 memory=280119512082064 CPUtime=0 cores=0-7
/proc/18081/task/18092/stat : 18092 (java) S 18079 18079 12278 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151752494 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639590819488 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18093] ppid=18079 vsize=26004064 memory=280119512088976 CPUtime=0 cores=0-7
/proc/18081/task/18093/stat : 18093 (java) S 18079 18079 12278 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151752495 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639589766384 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18094] ppid=18079 vsize=26004064 memory=280119512030128 CPUtime=0 cores=0-7
/proc/18081/task/18094/stat : 18094 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752497 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639588714960 139640083773339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18095] ppid=18079 vsize=26004064 memory=280119512102800 CPUtime=0.01 cores=0-7
/proc/18081/task/18095/stat : 18095 (java) S 18079 18079 12278 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 151752497 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639475169520 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18096] ppid=18079 vsize=26004064 memory=280119512109712 CPUtime=0.04 cores=0-7
/proc/18081/task/18096/stat : 18096 (java) S 18079 18079 12278 0 -1 1077944384 386 0 0 0 4 0 0 0 20 0 20 0 151752497 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639474116976 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18097] ppid=18079 vsize=26004064 memory=280119512107408 CPUtime=0.01 cores=0-7
/proc/18081/task/18097/stat : 18097 (java) R 18079 18079 12278 0 -1 4202560 244 0 0 0 1 0 0 0 20 0 20 0 151752497 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639473063920 139640083765890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18098] ppid=18079 vsize=26004064 memory=280119512123568 CPUtime=0.12 cores=0-7
/proc/18081/task/18098/stat : 18098 (java) R 18079 18079 12278 0 -1 1077944384 832 0 0 0 12 0 0 0 20 0 20 0 151752497 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639472011376 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18099] ppid=18079 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18099/stat : 18099 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151752497 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639470959584 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18100] ppid=18079 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18081/task/18100/stat : 18100 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752498 26628161536 11554 33554432000 4194304 4196468 140736728630288 139639469907120 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47600 KiB

[startup+0.700974 s]
/proc/loadavg: 6.42 7.72 7.97 4/199 18100
/proc/meminfo: memFree=27134056/32770624 swapFree=67108860/67108860
[pid=18079] ppid=18076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (xcsp3-exec) S 18076 18079 12278 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151752491 9740288 346 33554432000 4194304 5098028 140720334747712 140720334745816 140192041976444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19038208 140720334750826 140720334751036 140720334751036 140720334753771 0
/proc/18079/statm: 2378 346 289 221 0 87 0
[pid=18081] ppid=18079 vsize=26008432 memory=93060 CPUtime=1.86 cores=0-7
/proc/18081/stat : 18081 (java) S 18079 18079 12278 0 -1 1077944320 17975 0 0 0 181 5 0 0 20 0 20 0 151752491 26632634368 23265 33554432000 4194304 4196468 140736728630288 140736728612832 139640083754743 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
/proc/18081/statm: 6502108 23265 3205 1 0 6489342 0
[pid=18081/tid=18082] ppid=18079 vsize=26008432 memory=280119512481456 CPUtime=0.67 cores=0-7
/proc/18081/task/18082/stat : 18082 (java) R 18079 18079 12278 0 -1 4202560 6834 0 0 0 64 3 0 0 20 0 20 0 151752492 26632634368 23265 33554432000 4194304 4196468 140736728630288 139640087984896 139639671326800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18083] ppid=18079 vsize=26008432 memory=140059756241776 CPUtime=0 cores=0-7
/proc/18081/task/18083/stat : 18083 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26632634368 23330 33554432000 4194304 4196468 140736728630288 139639991315472 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18084] ppid=18079 vsize=26008432 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18084/stat : 18084 (java) S 18079 18079 12278 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151752493 26632634368 23330 33554432000 4194304 4196468 140736728630288 139639641181328 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18085] ppid=18079 vsize=26008432 memory=11108 CPUtime=0 cores=0-7
/proc/18081/task/18085/stat : 18085 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151752493 26632634368 23330 33554432000 4194304 4196468 140736728630288 139639640128272 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0

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

/proc/loadavg: 6.42 7.72 7.97 2/207 18116
/proc/meminfo: memFree=27017932/32770624 swapFree=67108860/67108860
[pid=18079] ppid=18076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (xcsp3-exec) S 18076 18079 12278 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151752491 9740288 346 33554432000 4194304 5098028 140720334747712 140720334745816 140192041976444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19038208 140720334750826 140720334751036 140720334751036 140720334753771 0
/proc/18079/statm: 2378 346 289 221 0 87 0
[pid=18081] ppid=18079 vsize=26538700 memory=227620 CPUtime=15.37 cores=0-7
/proc/18081/stat : 18081 (java) S 18079 18079 12278 0 -1 1077944320 33511 0 0 0 1520 17 0 0 20 0 28 0 151752491 27175628800 56905 33554432000 4194304 4196468 140736728630288 140736728612832 139640083754743 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
/proc/18081/statm: 6634675 56905 3269 1 0 6621909 0
[pid=18081/tid=18082] ppid=18079 vsize=26538700 memory=1384 CPUtime=1.41 cores=0-7
/proc/18081/task/18082/stat : 18082 (java) S 18079 18079 12278 0 -1 1077944384 7693 0 0 0 138 3 0 0 20 0 28 0 151752492 27175628800 56905 33554432000 4194304 4196468 140736728630288 139640087995520 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18083] ppid=18079 vsize=26538700 memory=184160 CPUtime=0 cores=0-7
/proc/18081/task/18083/stat : 18083 (java) S 18079 18079 12278 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639991315472 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18084] ppid=18079 vsize=26538700 memory=8660 CPUtime=0 cores=0-7
/proc/18081/task/18084/stat : 18084 (java) S 18079 18079 12278 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639641181328 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18085] ppid=18079 vsize=26538700 memory=5784 CPUtime=0 cores=0-7
/proc/18081/task/18085/stat : 18085 (java) S 18079 18079 12278 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639640128272 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18086] ppid=18079 vsize=26538700 memory=4616 CPUtime=0 cores=0-7
/proc/18081/task/18086/stat : 18086 (java) S 18079 18079 12278 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639639075728 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18087] ppid=18079 vsize=26538700 memory=1228 CPUtime=0 cores=0-7
/proc/18081/task/18087/stat : 18087 (java) S 18079 18079 12278 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639638022672 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18088] ppid=18079 vsize=26538700 memory=11108 CPUtime=0 cores=0-7
/proc/18081/task/18088/stat : 18088 (java) S 18079 18079 12278 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639636970128 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18089] ppid=18079 vsize=26538700 memory=796 CPUtime=0 cores=0-7
/proc/18081/task/18089/stat : 18089 (java) S 18079 18079 12278 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639635917072 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18090] ppid=18079 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/18081/task/18090/stat : 18090 (java) S 18079 18079 12278 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639634864528 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18091] ppid=18079 vsize=26538700 memory=15876 CPUtime=0 cores=0-7
/proc/18081/task/18091/stat : 18091 (java) S 18079 18079 12278 0 -1 1077944384 498 0 0 0 0 0 0 0 20 0 28 0 151752494 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639591873264 139640083765890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18092] ppid=18079 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/18081/task/18092/stat : 18092 (java) S 18079 18079 12278 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 151752494 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639590819488 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18093] ppid=18079 vsize=26538700 memory=24264 CPUtime=0 cores=0-7
/proc/18081/task/18093/stat : 18093 (java) S 18079 18079 12278 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 151752495 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639589766384 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18094] ppid=18079 vsize=26538700 memory=56 CPUtime=0 cores=0-7
/proc/18081/task/18094/stat : 18094 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151752497 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639588714960 139640083773339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18095] ppid=18079 vsize=26538700 memory=6944656592387989600 CPUtime=1.37 cores=0-7
/proc/18081/task/18095/stat : 18095 (java) R 18079 18079 12278 0 -1 4202560 6053 0 0 0 137 0 0 0 20 0 28 0 151752497 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639475169520 139640083766678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18096] ppid=18079 vsize=26538700 memory=0 CPUtime=1.73 cores=0-7
/proc/18081/task/18096/stat : 18096 (java) R 18079 18079 12278 0 -1 1077944384 5191 0 0 0 172 1 0 0 20 0 28 0 151752497 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639474116976 139640083765890 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18097] ppid=18079 vsize=26538700 memory=0 CPUtime=1.61 cores=0-7
/proc/18081/task/18097/stat : 18097 (java) S 18079 18079 12278 0 -1 1077944384 4977 0 0 0 160 1 0 0 20 0 28 0 151752497 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639473063920 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18098] ppid=18079 vsize=26538700 memory=0 CPUtime=0.7 cores=0-7
/proc/18081/task/18098/stat : 18098 (java) S 18079 18079 12278 0 -1 1077944384 5075 0 0 0 68 2 0 0 20 0 28 0 151752497 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639472011376 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18099] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18099/stat : 18099 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151752497 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639470959584 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18100] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18100/stat : 18100 (java) S 18079 18079 12278 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 151752498 27175628800 56905 33554432000 4194304 4196468 140736728630288 139639469907120 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 229004 KiB

[startup+3.38625 s]
# the end of solver process 18079 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=16.7409 s, system=0.188651 s

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

[startup+3.20426 s]
/proc/loadavg: 6.42 7.72 7.97 2/207 18116
/proc/meminfo: memFree=27017932/32770624 swapFree=67108860/67108860
[pid=18079] ppid=18076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (xcsp3-exec) S 18076 18079 12278 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151752491 9740288 346 33554432000 4194304 5098028 140720334747712 140720334745816 140192041976444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19038208 140720334750826 140720334751036 140720334751036 140720334753771 0
/proc/18079/statm: 2378 346 289 221 0 87 0
[pid=18081] ppid=18079 vsize=26538700 memory=227696 CPUtime=16.12 cores=0-7
/proc/18081/stat : 18081 (java) S 18079 18079 12278 0 -1 1077944320 33578 0 0 0 1595 17 0 0 20 0 28 0 151752491 27175628800 56924 33554432000 4194304 4196468 140736728630288 140736728612832 139640083754743 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
/proc/18081/statm: 6634675 56924 3269 1 0 6621909 0
[pid=18081/tid=18082] ppid=18079 vsize=26538700 memory=0 CPUtime=1.41 cores=0-7
/proc/18081/task/18082/stat : 18082 (java) S 18079 18079 12278 0 -1 1077944384 7693 0 0 0 138 3 0 0 20 0 28 0 151752492 27175628800 56924 33554432000 4194304 4196468 140736728630288 139640087995520 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18083] ppid=18079 vsize=26538700 memory=17 CPUtime=0 cores=0-7
/proc/18081/task/18083/stat : 18083 (java) S 18079 18079 12278 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639991315472 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18084] ppid=18079 vsize=26538700 memory=38 CPUtime=0 cores=0-7
/proc/18081/task/18084/stat : 18084 (java) S 18079 18079 12278 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639641181328 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18085] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18085/stat : 18085 (java) S 18079 18079 12278 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639640128272 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18086] ppid=18079 vsize=26538700 memory=4 CPUtime=0 cores=0-7
/proc/18081/task/18086/stat : 18086 (java) S 18079 18079 12278 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639639075728 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18087] ppid=18079 vsize=26538700 memory=31044 CPUtime=0 cores=0-7
/proc/18081/task/18087/stat : 18087 (java) S 18079 18079 12278 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639638022672 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18088] ppid=18079 vsize=26538700 memory=4639423674553880658 CPUtime=0 cores=0-7
/proc/18081/task/18088/stat : 18088 (java) S 18079 18079 12278 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639636970128 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18089] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18089/stat : 18089 (java) S 18079 18079 12278 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639635917072 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18090] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18090/stat : 18090 (java) S 18079 18079 12278 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639634864528 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18091] ppid=18079 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/18081/task/18091/stat : 18091 (java) S 18079 18079 12278 0 -1 1077944384 498 0 0 0 0 0 0 0 20 0 28 0 151752494 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639591873264 139640083765890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18092] ppid=18079 vsize=26538700 memory=167560 CPUtime=0 cores=0-7
/proc/18081/task/18092/stat : 18092 (java) S 18079 18079 12278 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 151752494 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639590819488 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18093] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18093/stat : 18093 (java) S 18079 18079 12278 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 151752495 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639589766384 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18094] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18094/stat : 18094 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151752497 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639588714960 139640083773339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18095] ppid=18079 vsize=26538700 memory=6656426216303648864 CPUtime=1.42 cores=0-7
/proc/18081/task/18095/stat : 18095 (java) S 18079 18079 12278 0 -1 1077944384 6070 0 0 0 142 0 0 0 20 0 28 0 151752497 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639475169520 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18096] ppid=18079 vsize=26538700 memory=0 CPUtime=1.78 cores=0-7
/proc/18081/task/18096/stat : 18096 (java) R 18079 18079 12278 0 -1 4202560 5193 0 0 0 177 1 0 0 20 0 28 0 151752497 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639474101744 139640068862421 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18097] ppid=18079 vsize=26538700 memory=0 CPUtime=1.68 cores=0-7
/proc/18081/task/18097/stat : 18097 (java) R 18079 18079 12278 0 -1 4202560 4982 0 0 0 167 1 0 0 20 0 28 0 151752497 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639473050464 139640065275906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18098] ppid=18079 vsize=26538700 memory=0 CPUtime=0.71 cores=0-7
/proc/18081/task/18098/stat : 18098 (java) S 18079 18079 12278 0 -1 1077944384 5088 0 0 0 69 2 0 0 20 0 28 0 151752497 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639472011376 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18099] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18099/stat : 18099 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151752497 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639470959584 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18100] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18100/stat : 18100 (java) S 18079 18079 12278 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 151752498 27175628800 56924 33554432000 4194304 4196468 140736728630288 139639469907120 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
Current children cumulated CPU time: 16.12 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 229080 KiB

[startup+3.30087 s]
/proc/loadavg: 6.42 7.72 7.97 2/207 18116
/proc/meminfo: memFree=27017932/32770624 swapFree=67108860/67108860
[pid=18079] ppid=18076 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18079/stat : 18079 (xcsp3-exec) S 18076 18079 12278 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151752491 9740288 346 33554432000 4194304 5098028 140720334747712 140720334745816 140192041976444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19038208 140720334750826 140720334751036 140720334751036 140720334753771 0
/proc/18079/statm: 2378 346 289 221 0 87 0
[pid=18081] ppid=18079 vsize=26538700 memory=227740 CPUtime=16.82 cores=0-7
/proc/18081/stat : 18081 (java) S 18079 18079 12278 0 -1 1077944320 33606 0 0 0 1665 17 0 0 20 0 28 0 151752491 27175628800 56935 33554432000 4194304 4196468 140736728630288 140736728612832 139640083754743 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
/proc/18081/statm: 6634675 56935 3269 1 0 6621909 0
[pid=18081/tid=18082] ppid=18079 vsize=26538700 memory=1384 CPUtime=1.41 cores=0-7
/proc/18081/task/18082/stat : 18082 (java) S 18079 18079 12278 0 -1 1077944384 7693 0 0 0 138 3 0 0 20 0 28 0 151752492 27175628800 56935 33554432000 4194304 4196468 140736728630288 139640087995520 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18083] ppid=18079 vsize=26538700 memory=227620 CPUtime=0 cores=0-7
/proc/18081/task/18083/stat : 18083 (java) S 18079 18079 12278 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639991315472 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18084] ppid=18079 vsize=26538700 memory=7893295687695689787 CPUtime=0 cores=0-7
/proc/18081/task/18084/stat : 18084 (java) S 18079 18079 12278 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639641181328 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18085] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18085/stat : 18085 (java) S 18079 18079 12278 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639640128272 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18086] ppid=18079 vsize=26538700 memory=7738145585339658089 CPUtime=0 cores=0-7
/proc/18081/task/18086/stat : 18086 (java) S 18079 18079 12278 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639639075728 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18087] ppid=18079 vsize=26538700 memory=56 CPUtime=0 cores=0-7
/proc/18081/task/18087/stat : 18087 (java) S 18079 18079 12278 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639638022672 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18088] ppid=18079 vsize=26538700 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/18081/task/18088/stat : 18088 (java) S 18079 18079 12278 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639636970128 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18089] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18089/stat : 18089 (java) S 18079 18079 12278 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639635917072 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18090] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18090/stat : 18090 (java) S 18079 18079 12278 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 151752493 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639634864528 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18091] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18091/stat : 18091 (java) S 18079 18079 12278 0 -1 1077944384 498 0 0 0 0 0 0 0 20 0 28 0 151752494 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639591873264 139640083765890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18092] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18092/stat : 18092 (java) S 18079 18079 12278 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 151752494 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639590819488 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18093] ppid=18079 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18081/task/18093/stat : 18093 (java) S 18079 18079 12278 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 151752495 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639589766384 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18094] ppid=18079 vsize=26538700 memory=8660 CPUtime=0 cores=0-7
/proc/18081/task/18094/stat : 18094 (java) S 18079 18079 12278 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151752497 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639588714960 139640083773339 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18095] ppid=18079 vsize=26538700 memory=5784 CPUtime=1.44 cores=0-7
/proc/18081/task/18095/stat : 18095 (java) S 18079 18079 12278 0 -1 1077944384 6075 0 0 0 144 0 0 0 20 0 28 0 151752497 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639475169520 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18096] ppid=18079 vsize=26538700 memory=4616 CPUtime=1.79 cores=0-7
/proc/18081/task/18096/stat : 18096 (java) S 18079 18079 12278 0 -1 1077944384 5203 0 0 0 178 1 0 0 20 0 28 0 151752497 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639474116976 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18097] ppid=18079 vsize=26538700 memory=1228 CPUtime=1.69 cores=0-7
/proc/18081/task/18097/stat : 18097 (java) S 18079 18079 12278 0 -1 1077944384 4991 0 0 0 168 1 0 0 20 0 28 0 151752497 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639473063920 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18098] ppid=18079 vsize=26538700 memory=11108 CPUtime=0.71 cores=0-7
/proc/18081/task/18098/stat : 18098 (java) S 18079 18079 12278 0 -1 1077944384 5089 0 0 0 69 2 0 0 20 0 28 0 151752497 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639472011376 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18099] ppid=18079 vsize=26538700 memory=796 CPUtime=0 cores=0-7
/proc/18081/task/18099/stat : 18099 (java) S 18079 18079 12278 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151752497 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639470959584 139640083764949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
[pid=18081/tid=18100] ppid=18079 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/18081/task/18100/stat : 18100 (java) S 18079 18079 12278 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 151752498 27175628800 56935 33554432000 4194304 4196468 140736728630288 139639469907120 139640083765890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28053504 140736728634520 140736728634696 140736728634696 140736728637391 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 229124 KiB

Child status: 0
Real time (s): 3.38629
CPU time (s): 16.9295
CPU user time (s): 16.7409
CPU system time (s): 0.188651
CPU usage (%): 499.942
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 229124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7409
system time used= 0.188651
maximum resident set size= 228456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4122
involuntary context switches= 435


# summary of solver processes directly reported to runsolver:
#   pid: 18079
#   total CPU time (s): 16.9295
#   total CPU user time (s): 16.7409
#   total CPU system time (s): 0.188651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045693 second user time and 0.078924 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-20 01:36:29
IDJOB=4281479
IDBENCH=130611
IDSOLVER=2676
FILE ID=node115/4281479-1503186649
RUNJOBID= node115-1503173871-12305
PBS_JOBID= 20630842
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281479-1503186649/watcher-4281479-1503186649 -o /tmp/evaluation-result-4281479-1503186649/solver-4281479-1503186649 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503173871-12305 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1121055437 HOME/instance-4281479-1503186649.xml

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=1121055437

node115.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.69
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.69
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.69
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.69
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:        27193604 kB
MemAvailable:   31971108 kB
Buffers:          246312 kB
Cached:          4824180 kB
SwapCached:            0 kB
Active:           903468 kB
Inactive:        4223060 kB
Active(anon):       6912 kB
Inactive(anon):    85200 kB
Active(file):     896556 kB
Inactive(file):  4137860 kB
Unevictable:        7032 kB
Mlocked:            7032 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7992 kB
Writeback:             4 kB
AnonPages:         54524 kB
Mapped:            51332 kB
Shmem:             33416 kB
Slab:             144908 kB
SReclaimable:     117848 kB
SUnreclaim:        27060 kB
KernelStack:        3392 kB
PageTables:         4732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61860 MiB
End job on node115 at 2017-08-20 01:36:33