Trace number 4399613

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 2719.11 342.808

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-7.xml
MD5SUM24593adebe844e759ba30cbfe45e1115
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 benchmark71.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":97}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":3},{"degree":1,"count":4},{"degree":2,"count":14},{"degree":3,"count":20},{"degree":4,"count":25},{"degree":5,"count":13},{"degree":6,"count":10},{"degree":7,"count":8},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":6},{"arity":4,"count":7},{"arity":5,"count":12},{"arity":6,"count":1},{"arity":7,"count":9},{"arity":8,"count":7},{"arity":9,"count":9},{"arity":10,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
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-4399613-1568708388.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399613-1568708388.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.36/0.68	c solve instance...
2718.52/342.79	s SATISFIABLE
2718.52/342.79	v <instantiation>
2718.52/342.79	v 	<list>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[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] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99] </list>
2718.52/342.79	v 	<values>7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 3 23 19 29 5 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 11 13 2 7 17 3 2 17 7 5 2 17 3 13 13 11 19 17 13 17 29 7 19 11 5 13 11 19 11 11 7 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 29 </values>
2718.52/342.79	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 (11630 MiB free)
  memory of node 1: 16384 MiB (14964 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399613-1568708388/watcher-4399613-1568708388 -o /tmp/evaluation-result-4399613-1568708388/solver-4399613-1568708388 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node140-1568700822-29673 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1224257212 HOME/instance-4399613-1568708388.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=4548, runsolver pid=4545

[startup+0.100114 s]*
/proc/loadavg: 8.89 8.21 8.26 2/212 4569
/proc/meminfo: memFree=27215284/32770624 swapFree=66999436/67108860
[pid=4548] ppid=4545 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/4548/stat : 4548 (xcsp3-exec) S 4545 4548 29646 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446777177 115843072 363 33554432000 4194304 5098028 140726409170048 140726409168152 140715743228540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16363520 140726409171829 140726409172073 140726409172073 140726409174986 0
/proc/4548/statm: 28282 363 305 221 0 87 0
[pid=4550] ppid=4548 vsize=28227396 memory=30076 CPUtime=0.12 cores=0-7
/proc/4550/stat : 4550 (java) S 4548 4548 29646 0 -1 1077944320 5492 0 0 0 11 1 0 0 20 0 20 0 446777177 28904853504 7519 33554432000 4194304 4196468 140727011485232 140727011467776 139670970883831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
/proc/4550/statm: 7056849 7519 3120 1 0 7019032 0
[pid=4550/tid=4551] ppid=4548 vsize=28227396 memory=6935054825532540783 CPUtime=0.08 cores=0-7
/proc/4550/task/4551/stat : 4551 (java) R 4548 4548 29646 0 -1 4202560 3387 0 0 0 8 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670975117104 139670970895766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4552] ppid=4548 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4550/task/4552/stat : 4552 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670522550672 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4553] ppid=4548 vsize=28227396 memory=140245001074304 CPUtime=0 cores=0-7
/proc/4550/task/4553/stat : 4553 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670521497872 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4554] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4554/stat : 4554 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670520445584 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4555] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4555/stat : 4555 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670519392784 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4556] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4556/stat : 4556 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670518340496 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4557] ppid=4548 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4550/task/4557/stat : 4557 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670517287696 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4558] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4558/stat : 4558 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670516235408 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4559] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4559/stat : 4559 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670515182608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4560] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4560/stat : 4560 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777180 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670087133296 139670970894978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4561] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4561/stat : 4561 (java) S 4548 4548 29646 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446777180 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670086079264 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4562] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4562/stat : 4562 (java) S 4548 4548 29646 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446777180 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670085026928 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4563] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4563/stat : 4563 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670083975248 139670970902427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4564] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4564/stat : 4564 (java) S 4548 4548 29646 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670082923120 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4565] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4565/stat : 4565 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670081870320 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4566] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4566/stat : 4566 (java) S 4548 4548 29646 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670080818032 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4567] ppid=4548 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/4550/task/4567/stat : 4567 (java) R 4548 4548 29646 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 20 0 446777183 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670079759616 139670970905178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4568] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4568/stat : 4568 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670078712160 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4569] ppid=4548 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4550/task/4569/stat : 4569 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 7519 33554432000 4194304 4196468 140727011485232 139670077659440 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31528 KiB

[startup+0.210259 s]*
/proc/loadavg: 8.89 8.21 8.26 3/212 4569
/proc/meminfo: memFree=27204320/32770624 swapFree=66999436/67108860
[pid=4548] ppid=4545 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/4548/stat : 4548 (xcsp3-exec) S 4545 4548 29646 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446777177 115843072 363 33554432000 4194304 5098028 140726409170048 140726409168152 140715743228540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16363520 140726409171829 140726409172073 140726409172073 140726409174986 0
/proc/4548/statm: 28282 363 305 221 0 87 0
[pid=4550] ppid=4548 vsize=28227396 memory=40416 CPUtime=0.33 cores=0-7
/proc/4550/stat : 4550 (java) S 4548 4548 29646 0 -1 1077944320 8858 0 0 0 30 3 0 0 20 0 20 0 446777177 28904853504 10104 33554432000 4194304 4196468 140727011485232 140727011467776 139670970883831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
/proc/4550/statm: 7056849 10104 3277 1 0 7019032 0
[pid=4550/tid=4551] ppid=4548 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/4550/task/4551/stat : 4551 (java) R 4548 4548 29646 0 -1 4202560 6143 0 0 0 17 2 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670975112544 139670970895766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4552] ppid=4548 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/4550/task/4552/stat : 4552 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670522550672 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4553] ppid=4548 vsize=28227396 memory=3690052001069823648 CPUtime=0 cores=0-7
/proc/4550/task/4553/stat : 4553 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670521497872 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4554] ppid=4548 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4550/task/4554/stat : 4554 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670520445584 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4555] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4555/stat : 4555 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670519392784 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4556] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4556/stat : 4556 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670518340496 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4557] ppid=4548 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4550/task/4557/stat : 4557 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670517287696 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4558] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4558/stat : 4558 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670516235408 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4559] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4559/stat : 4559 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670515182608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4560] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4560/stat : 4560 (java) S 4548 4548 29646 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446777180 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670087133296 139670970894978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4561] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4561/stat : 4561 (java) S 4548 4548 29646 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446777180 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670086079264 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4562] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4562/stat : 4562 (java) S 4548 4548 29646 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446777180 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670085026928 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4563] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4563/stat : 4563 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670083975248 139670970902427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4564] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4564/stat : 4564 (java) S 4548 4548 29646 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670082923120 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4565] ppid=4548 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/4550/task/4565/stat : 4565 (java) S 4548 4548 29646 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 446777183 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670081870320 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4566] ppid=4548 vsize=28227396 memory=-1 CPUtime=0.03 cores=0-7
/proc/4550/task/4566/stat : 4566 (java) S 4548 4548 29646 0 -1 1077944384 254 0 0 0 3 0 0 0 20 0 20 0 446777183 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670080818032 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4567] ppid=4548 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/4550/task/4567/stat : 4567 (java) S 4548 4548 29646 0 -1 1077944384 773 0 0 0 7 0 0 0 20 0 20 0 446777183 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670079765232 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4568] ppid=4548 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4568/stat : 4568 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670078712160 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4569] ppid=4548 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4550/task/4569/stat : 4569 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777183 28904853504 10104 33554432000 4194304 4196468 140727011485232 139670077659440 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41868 KiB

[startup+0.309442 s]*
/proc/loadavg: 8.89 8.21 8.26 3/212 4569
/proc/meminfo: memFree=27197292/32770624 swapFree=66999436/67108860
[pid=4548] ppid=4545 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/4548/stat : 4548 (xcsp3-exec) S 4545 4548 29646 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446777177 115843072 363 33554432000 4194304 5098028 140726409170048 140726409168152 140715743228540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16363520 140726409171829 140726409172073 140726409172073 140726409174986 0
/proc/4548/statm: 28282 363 305 221 0 87 0
[pid=4550] ppid=4548 vsize=28231652 memory=49296 CPUtime=0.53 cores=0-7
/proc/4550/stat : 4550 (java) S 4548 4548 29646 0 -1 1077944320 10239 0 0 0 49 4 0 0 20 0 20 0 446777177 28909211648 12324 33554432000 4194304 4196468 140727011485232 140727011467776 139670970883831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
/proc/4550/statm: 7057913 12324 3363 1 0 7019032 0
[pid=4550/tid=4551] ppid=4548 vsize=28231652 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/4550/task/4551/stat : 4551 (java) R 4548 4548 29646 0 -1 4202560 7195 0 0 0 26 3 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670975114944 139670954964318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4552] ppid=4548 vsize=28231652 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4550/task/4552/stat : 4552 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670522550672 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4553] ppid=4548 vsize=28231652 memory=23716 CPUtime=0 cores=0-7
/proc/4550/task/4553/stat : 4553 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670521497872 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4554] ppid=4548 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4554/stat : 4554 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670520445584 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4555] ppid=4548 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4555/stat : 4555 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670519392784 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4556] ppid=4548 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4556/stat : 4556 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670518340496 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4557] ppid=4548 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4557/stat : 4557 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670517287696 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4558] ppid=4548 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4558/stat : 4558 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670516235408 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4559] ppid=4548 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/4550/task/4559/stat : 4559 (java) S 4548 4548 29646 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446777178 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670515182608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4560] ppid=4548 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4560/stat : 4560 (java) S 4548 4548 29646 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446777180 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670087133296 139670970894978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4561] ppid=4548 vsize=28231652 memory=140244842279887 CPUtime=0 cores=0-7
/proc/4550/task/4561/stat : 4561 (java) S 4548 4548 29646 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446777180 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670086079264 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4562] ppid=4548 vsize=28231652 memory=280489684562064 CPUtime=0 cores=0-7
/proc/4550/task/4562/stat : 4562 (java) S 4548 4548 29646 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446777180 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670085026928 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4563] ppid=4548 vsize=28231652 memory=280489684578192 CPUtime=0 cores=0-7
/proc/4550/task/4563/stat : 4563 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777183 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670083975248 139670970902427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4564] ppid=4548 vsize=28231652 memory=280489684575888 CPUtime=0.01 cores=0-7
/proc/4550/task/4564/stat : 4564 (java) S 4548 4548 29646 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 20 0 446777183 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670082923120 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4565] ppid=4548 vsize=28231652 memory=280489684582800 CPUtime=0.02 cores=0-7
/proc/4550/task/4565/stat : 4565 (java) S 4548 4548 29646 0 -1 1077944384 89 0 0 0 2 0 0 0 20 0 20 0 446777183 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670081870320 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4566] ppid=4548 vsize=28231652 memory=280489684523952 CPUtime=0.05 cores=0-7
/proc/4550/task/4566/stat : 4566 (java) R 4548 4548 29646 0 -1 4202560 381 0 0 0 5 0 0 0 20 0 20 0 446777183 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670080808416 139670954789997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4567] ppid=4548 vsize=28231652 memory=280489684596624 CPUtime=0.12 cores=0-7
/proc/4550/task/4567/stat : 4567 (java) S 4548 4548 29646 0 -1 1077944384 919 0 0 0 12 0 0 0 20 0 20 0 446777183 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670079765232 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4568] ppid=4548 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4568/stat : 4568 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446777183 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670078712160 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4569] ppid=4548 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/4550/task/4569/stat : 4569 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446777183 28909211648 12385 33554432000 4194304 4196468 140727011485232 139670077659440 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50748 KiB

[startup+0.700888 s]
/proc/loadavg: 8.89 8.21 8.26 6/212 4569
/proc/meminfo: memFree=27182544/32770624 swapFree=66999436/67108860
[pid=4548] ppid=4545 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/4548/stat : 4548 (xcsp3-exec) S 4545 4548 29646 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446777177 115843072 363 33554432000 4194304 5098028 140726409170048 140726409168152 140715743228540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16363520 140726409171829 140726409172073 140726409172073 140726409174986 0
/proc/4548/statm: 28282 363 305 221 0 87 0
[pid=4550] ppid=4548 vsize=28501060 memory=93456 CPUtime=1.79 cores=0-7
/proc/4550/stat : 4550 (java) S 4548 4548 29646 0 -1 1077944320 15659 0 0 0 173 6 0 0 20 0 25 0 446777177 29185085440 23364 33554432000 4194304 4196468 140727011485232 140727011467776 139670970883831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
/proc/4550/statm: 7125265 23364 3459 1 0 7086365 0
[pid=4550/tid=4551] ppid=4548 vsize=28501060 memory=0 CPUtime=0.67 cores=0-7
/proc/4550/task/4551/stat : 4551 (java) S 4548 4548 29646 0 -1 1077944384 8757 0 0 0 63 4 0 0 20 0 25 0 446777178 29185085440 23364 33554432000 4194304 4196468 140727011485232 139670975124608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4552] ppid=4548 vsize=28501060 memory=140244842488688 CPUtime=0 cores=0-7
/proc/4550/task/4552/stat : 4552 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 446777178 29185085440 23364 33554432000 4194304 4196468 140727011485232 139670522550672 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4553] ppid=4548 vsize=28501060 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4553/stat : 4553 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 446777178 29185085440 23364 33554432000 4194304 4196468 140727011485232 139670521497872 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4554] ppid=4548 vsize=28501060 memory=10596 CPUtime=0 cores=0-7
/proc/4550/task/4554/stat : 4554 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 446777178 29185085440 23364 33554432000 4194304 4196468 140727011485232 139670520445584 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0

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

[pid=4550/tid=4576] ppid=4548 vsize=28766288 memory=4164 CPUtime=277.43 cores=0-7
/proc/4550/task/4576/stat : 4576 (java) R 4548 4548 29646 0 -1 4202560 8452 0 0 0 27721 22 0 0 20 0 28 0 446777247 29456678912 348544 33554432000 4194304 4196468 140727011485232 139670062127856 139670614078539 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4577] ppid=4548 vsize=28766288 memory=1452 CPUtime=277.88 cores=0-7
/proc/4550/task/4577/stat : 4577 (java) R 4548 4548 29646 0 -1 4202560 2869 0 0 0 27786 2 0 0 20 0 28 0 446777247 29456678912 348544 33554432000 4194304 4196468 140727011485232 139670061072464 139670613658256 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
Current children cumulated CPU time: 2238.16 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1395628 KiB

[startup+342.302 s]
/proc/loadavg: 8.09 8.24 8.28 9/220 4604
/proc/meminfo: memFree=25256116/32770624 swapFree=66999436/67108860
[pid=4548] ppid=4545 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/4548/stat : 4548 (xcsp3-exec) S 4545 4548 29646 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446777177 115843072 363 33554432000 4194304 5098028 140726409170048 140726409168152 140715743228540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16363520 140726409171829 140726409172073 140726409172073 140726409174986 0
/proc/4548/statm: 28282 363 305 221 0 87 0
[pid=4550] ppid=4548 vsize=28766288 memory=1987268 CPUtime=2715.35 cores=0-7
/proc/4550/stat : 4550 (java) S 4548 4548 29646 0 -1 1077944320 133501 0 0 0 271250 285 0 0 20 0 28 0 446777177 29456678912 496817 33554432000 4194304 4196468 140727011485232 140727011467776 139670970883831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
/proc/4550/statm: 7191572 496817 3543 1 0 7152672 0
[pid=4550/tid=4551] ppid=4548 vsize=28766288 memory=1452 CPUtime=0.67 cores=0-7
/proc/4550/task/4551/stat : 4551 (java) S 4548 4548 29646 0 -1 1077944384 8757 0 0 0 63 4 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670975124608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4552] ppid=4548 vsize=28766288 memory=1989820 CPUtime=1.62 cores=0-7
/proc/4550/task/4552/stat : 4552 (java) S 4548 4548 29646 0 -1 1077944384 3986 0 0 0 139 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670522550672 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4553] ppid=4548 vsize=28766288 memory=1987792 CPUtime=1.62 cores=0-7
/proc/4550/task/4553/stat : 4553 (java) S 4548 4548 29646 0 -1 1077944384 3624 0 0 0 140 22 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670521497872 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4554] ppid=4548 vsize=28766288 memory=1452 CPUtime=1.65 cores=0-7
/proc/4550/task/4554/stat : 4554 (java) S 4548 4548 29646 0 -1 1077944384 4818 0 0 0 142 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670520445584 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4555] ppid=4548 vsize=28766288 memory=0 CPUtime=1.65 cores=0-7
/proc/4550/task/4555/stat : 4555 (java) S 4548 4548 29646 0 -1 1077944384 4043 0 0 0 144 21 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670519392784 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4556] ppid=4548 vsize=28766288 memory=7084558486518851688 CPUtime=1.63 cores=0-7
/proc/4550/task/4556/stat : 4556 (java) S 4548 4548 29646 0 -1 1077944384 4041 0 0 0 141 22 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670518340496 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4557] ppid=4548 vsize=28766288 memory=3624 CPUtime=1.65 cores=0-7
/proc/4550/task/4557/stat : 4557 (java) S 4548 4548 29646 0 -1 1077944384 5517 0 0 0 142 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670517287696 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4558] ppid=4548 vsize=28766288 memory=48132 CPUtime=1.64 cores=0-7
/proc/4550/task/4558/stat : 4558 (java) S 4548 4548 29646 0 -1 1077944384 4113 0 0 0 142 22 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670516235408 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4559] ppid=4548 vsize=28766288 memory=8112282956445269571 CPUtime=1.64 cores=0-7
/proc/4550/task/4559/stat : 4559 (java) S 4548 4548 29646 0 -1 1077944384 3923 0 0 0 141 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670515182608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4560] ppid=4548 vsize=28766288 memory=1280924 CPUtime=0.64 cores=0-7
/proc/4550/task/4560/stat : 4560 (java) S 4548 4548 29646 0 -1 1077944384 29139 0 0 0 50 14 0 0 20 0 28 0 446777180 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670087133296 139670970894978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4561] ppid=4548 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4561/stat : 4561 (java) S 4548 4548 29646 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 446777180 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670086079328 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4562] ppid=4548 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/4550/task/4562/stat : 4562 (java) S 4548 4548 29646 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 446777180 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670085026944 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4563] ppid=4548 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/4550/task/4563/stat : 4563 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670083975248 139670970902427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4564] ppid=4548 vsize=28766288 memory=1802484 CPUtime=0.92 cores=0-7
/proc/4550/task/4564/stat : 4564 (java) S 4548 4548 29646 0 -1 1077944384 2591 0 0 0 92 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670082923120 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4565] ppid=4548 vsize=28766288 memory=1452 CPUtime=1.03 cores=0-7
/proc/4550/task/4565/stat : 4565 (java) S 4548 4548 29646 0 -1 1077944384 3341 0 0 0 103 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670081870320 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4566] ppid=4548 vsize=28766288 memory=48132 CPUtime=1.05 cores=0-7
/proc/4550/task/4566/stat : 4566 (java) S 4548 4548 29646 0 -1 1077944384 2055 0 0 0 105 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670080818032 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4567] ppid=4548 vsize=28766288 memory=3624 CPUtime=0.57 cores=0-7
/proc/4550/task/4567/stat : 4567 (java) S 4548 4548 29646 0 -1 1077944384 2963 0 0 0 56 1 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670079765232 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4568] ppid=4548 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/4550/task/4568/stat : 4568 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670078712160 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4569] ppid=4548 vsize=28766288 memory=1452 CPUtime=0.08 cores=0-7
/proc/4550/task/4569/stat : 4569 (java) S 4548 4548 29646 0 -1 1077944384 1361 0 0 0 4 4 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670077659440 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4570] ppid=4548 vsize=28766288 memory=1452 CPUtime=336.82 cores=0-7
/proc/4550/task/4570/stat : 4570 (java) R 4548 4548 29646 0 -1 4202560 3518 0 0 0 33677 5 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670068444000 139670614293994 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4571] ppid=4548 vsize=28766288 memory=1989820 CPUtime=337.44 cores=0-7
/proc/4550/task/4571/stat : 4571 (java) R 4548 4548 29646 0 -1 4202560 5911 0 0 0 33733 11 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670067388240 139670613658612 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4572] ppid=4548 vsize=28766288 memory=8112282956445269571 CPUtime=336.93 cores=0-7
/proc/4550/task/4572/stat : 4572 (java) R 4548 4548 29646 0 -1 4202560 3030 0 0 0 33689 4 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670066340536 139670613395029 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4573] ppid=4548 vsize=28766288 memory=1799884 CPUtime=337.24 cores=0-7
/proc/4550/task/4573/stat : 4573 (java) R 4548 4548 29646 0 -1 4202560 6090 0 0 0 33717 7 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670065283296 139670613657459 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4574] ppid=4548 vsize=28766288 memory=1048 CPUtime=337.19 cores=0-7
/proc/4550/task/4574/stat : 4574 (java) R 4548 4548 29646 0 -1 4202560 7090 0 0 0 33709 10 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670064230880 139670609564832 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4575] ppid=4548 vsize=28766288 memory=1990212 CPUtime=337.35 cores=0-7
/proc/4550/task/4575/stat : 4575 (java) R 4548 4548 29646 0 -1 4202560 9664 0 0 0 33720 15 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670063178200 139670614679755 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4576] ppid=4548 vsize=28766288 memory=1452 CPUtime=336.94 cores=0-7
/proc/4550/task/4576/stat : 4576 (java) R 4548 4548 29646 0 -1 4202560 9578 0 0 0 33669 25 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670062127744 139670614132876 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4577] ppid=4548 vsize=28766288 memory=1988412 CPUtime=337.16 cores=0-7
/proc/4550/task/4577/stat : 4577 (java) R 4548 4548 29646 0 -1 4202560 3053 0 0 0 33713 3 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670061072464 139670613658437 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
Current children cumulated CPU time: 2715.35 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1988720 KiB

[startup+342.808 s]
# the end of solver process 4548 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2716.21 s, system=2.89698 s

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

[startup+342.402 s]
/proc/loadavg: 8.09 8.24 8.28 9/220 4604
/proc/meminfo: memFree=25256116/32770624 swapFree=66999436/67108860
[pid=4548] ppid=4545 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/4548/stat : 4548 (xcsp3-exec) S 4545 4548 29646 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446777177 115843072 363 33554432000 4194304 5098028 140726409170048 140726409168152 140715743228540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16363520 140726409171829 140726409172073 140726409172073 140726409174986 0
/proc/4548/statm: 28282 363 305 221 0 87 0
[pid=4550] ppid=4548 vsize=28766288 memory=1987268 CPUtime=2716.15 cores=0-7
/proc/4550/stat : 4550 (java) S 4548 4548 29646 0 -1 1077944320 133502 0 0 0 271330 285 0 0 20 0 28 0 446777177 29456678912 496817 33554432000 4194304 4196468 140727011485232 140727011467776 139670970883831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
/proc/4550/statm: 7191572 496817 3543 1 0 7152672 0
[pid=4550/tid=4551] ppid=4548 vsize=28766288 memory=1412 CPUtime=0.67 cores=0-7
/proc/4550/task/4551/stat : 4551 (java) S 4548 4548 29646 0 -1 1077944384 8757 0 0 0 63 4 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670975124608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4552] ppid=4548 vsize=28766288 memory=3652 CPUtime=1.62 cores=0-7
/proc/4550/task/4552/stat : 4552 (java) S 4548 4548 29646 0 -1 1077944384 3986 0 0 0 139 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670522550672 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4553] ppid=4548 vsize=28766288 memory=3624 CPUtime=1.62 cores=0-7
/proc/4550/task/4553/stat : 4553 (java) S 4548 4548 29646 0 -1 1077944384 3624 0 0 0 140 22 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670521497872 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4554] ppid=4548 vsize=28766288 memory=48132 CPUtime=1.65 cores=0-7
/proc/4550/task/4554/stat : 4554 (java) S 4548 4548 29646 0 -1 1077944384 4818 0 0 0 142 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670520445584 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4555] ppid=4548 vsize=28766288 memory=988 CPUtime=1.65 cores=0-7
/proc/4550/task/4555/stat : 4555 (java) S 4548 4548 29646 0 -1 1077944384 4043 0 0 0 144 21 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670519392784 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4556] ppid=4548 vsize=28766288 memory=2016 CPUtime=1.63 cores=0-7
/proc/4550/task/4556/stat : 4556 (java) S 4548 4548 29646 0 -1 1077944384 4041 0 0 0 141 22 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670518340496 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4557] ppid=4548 vsize=28766288 memory=1987268 CPUtime=1.65 cores=0-7
/proc/4550/task/4557/stat : 4557 (java) S 4548 4548 29646 0 -1 1077944384 5517 0 0 0 142 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670517287696 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4558] ppid=4548 vsize=28766288 memory=8112282956445269571 CPUtime=1.64 cores=0-7
/proc/4550/task/4558/stat : 4558 (java) S 4548 4548 29646 0 -1 1077944384 4113 0 0 0 142 22 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670516235408 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4559] ppid=4548 vsize=28766288 memory=2016 CPUtime=1.64 cores=0-7
/proc/4550/task/4559/stat : 4559 (java) S 4548 4548 29646 0 -1 1077944384 3923 0 0 0 141 23 0 0 20 0 28 0 446777178 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670515182608 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4560] ppid=4548 vsize=28766288 memory=1424 CPUtime=0.64 cores=0-7
/proc/4550/task/4560/stat : 4560 (java) S 4548 4548 29646 0 -1 1077944384 29139 0 0 0 50 14 0 0 20 0 28 0 446777180 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670087133296 139670970894978 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4561] ppid=4548 vsize=28766288 memory=1540 CPUtime=0 cores=0-7
/proc/4550/task/4561/stat : 4561 (java) S 4548 4548 29646 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 446777180 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670086079328 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4562] ppid=4548 vsize=28766288 memory=772 CPUtime=0 cores=0-7
/proc/4550/task/4562/stat : 4562 (java) S 4548 4548 29646 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 446777180 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670085026944 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4563] ppid=4548 vsize=28766288 memory=10596 CPUtime=0 cores=0-7
/proc/4550/task/4563/stat : 4563 (java) S 4548 4548 29646 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670083975248 139670970902427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4564] ppid=4548 vsize=28766288 memory=3624 CPUtime=0.92 cores=0-7
/proc/4550/task/4564/stat : 4564 (java) S 4548 4548 29646 0 -1 1077944384 2591 0 0 0 92 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670082923120 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4565] ppid=4548 vsize=28766288 memory=48132 CPUtime=1.03 cores=0-7
/proc/4550/task/4565/stat : 4565 (java) S 4548 4548 29646 0 -1 1077944384 3341 0 0 0 103 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670081870320 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4566] ppid=4548 vsize=28766288 memory=988 CPUtime=1.05 cores=0-7
/proc/4550/task/4566/stat : 4566 (java) S 4548 4548 29646 0 -1 1077944384 2055 0 0 0 105 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670080818032 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4567] ppid=4548 vsize=28766288 memory=2016 CPUtime=0.57 cores=0-7
/proc/4550/task/4567/stat : 4567 (java) S 4548 4548 29646 0 -1 1077944384 2963 0 0 0 56 1 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670079765232 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4568] ppid=4548 vsize=28766288 memory=1424 CPUtime=0 cores=0-7
/proc/4550/task/4568/stat : 4568 (java) S 4548 4548 29646 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670078712160 139670970894037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4569] ppid=4548 vsize=28766288 memory=1540 CPUtime=0.08 cores=0-7
/proc/4550/task/4569/stat : 4569 (java) S 4548 4548 29646 0 -1 1077944384 1361 0 0 0 4 4 0 0 20 0 28 0 446777183 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670077659440 139670970894978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4570] ppid=4548 vsize=28766288 memory=1990212 CPUtime=336.92 cores=0-7
/proc/4550/task/4570/stat : 4570 (java) R 4548 4548 29646 0 -1 4202560 3519 0 0 0 33687 5 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670068444000 139670614293114 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4571] ppid=4548 vsize=28766288 memory=1712 CPUtime=337.54 cores=0-7
/proc/4550/task/4571/stat : 4571 (java) R 4548 4548 29646 0 -1 4202560 5911 0 0 0 33743 11 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670067388240 139670614078566 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4572] ppid=4548 vsize=28766288 memory=988 CPUtime=337.03 cores=0-7
/proc/4550/task/4572/stat : 4572 (java) R 4548 4548 29646 0 -1 4202560 3030 0 0 0 33699 4 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670066340536 139670613395246 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4573] ppid=4548 vsize=28766288 memory=4164 CPUtime=337.34 cores=0-7
/proc/4550/task/4573/stat : 4573 (java) R 4548 4548 29646 0 -1 4202560 6090 0 0 0 33727 7 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670065283296 139670614291095 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4574] ppid=4548 vsize=28766288 memory=2828 CPUtime=337.29 cores=0-7
/proc/4550/task/4574/stat : 4574 (java) R 4548 4548 29646 0 -1 4202560 7090 0 0 0 33719 10 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670064230880 139670614078665 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4575] ppid=4548 vsize=28766288 memory=1048 CPUtime=337.45 cores=0-7
/proc/4550/task/4575/stat : 4575 (java) R 4548 4548 29646 0 -1 4202560 9664 0 0 0 33730 15 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670063178200 139670615030317 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4576] ppid=4548 vsize=28766288 memory=1424 CPUtime=337.04 cores=0-7
/proc/4550/task/4576/stat : 4576 (java) R 4548 4548 29646 0 -1 4202560 9578 0 0 0 33679 25 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670062127744 139670613657162 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
[pid=4550/tid=4577] ppid=4548 vsize=28766288 memory=1540 CPUtime=337.26 cores=0-7
/proc/4550/task/4577/stat : 4577 (java) R 4548 4548 29646 0 -1 4202560 3053 0 0 0 33723 3 0 0 20 0 28 0 446777247 29456678912 496817 33554432000 4194304 4196468 140727011485232 139670061072464 139670614293532 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 23175168 140727011488746 140727011488918 140727011488918 140727011491791 0
Current children cumulated CPU time: 2716.15 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1988720 KiB

[startup+342.801 s]
/proc/loadavg: 8.09 8.24 8.28 9/220 4604
/proc/meminfo: memFree=25256116/32770624 swapFree=66999436/67108860
[pid=4548] ppid=4545 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/4548/stat : 4548 (xcsp3-exec) S 4545 4548 29646 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446777177 115843072 363 33554432000 4194304 5098028 140726409170048 140726409168152 140715743228540 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16363520 140726409171829 140726409172073 140726409172073 140726409174986 0
/proc/4548/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 342.808
CPU time (s): 2719.11
CPU user time (s): 2716.21
CPU system time (s): 2.89698
CPU usage (%): 793.187
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 1992304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2716.21
system time used= 2.89698
maximum resident set size= 1992360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135850
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46829
involuntary context switches= 34104


# summary of solver processes directly reported to runsolver:
#   pid: 4548
#   total CPU time (s): 2719.11
#   total CPU user time (s): 2716.21
#   total CPU system time (s): 2.89698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.26002 second user time and 3.86904 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 10:19:07
IDJOB=4399613
IDBENCH=133411
IDSOLVER=2854
FILE ID=node140/4399613-1568708388
RUNJOBID= node140-1568700822-29673
PBS_JOBID= 21703906
Free space on /tmp= 58116 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-7.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-4399613-1568708388/watcher-4399613-1568708388 -o /tmp/evaluation-result-4399613-1568708388/solver-4399613-1568708388 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node140-1568700822-29673 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1224257212 HOME/instance-4399613-1568708388.xml

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

MD5SUM BENCH= 24593adebe844e759ba30cbfe45e1115
RANDOM SEED=1224257212

node140.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.43
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.43
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.43
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.43
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:        27233128 kB
MemAvailable:   31847232 kB
Buffers:          199484 kB
Cached:          4656716 kB
SwapCached:         2596 kB
Active:          1634012 kB
Inactive:        3230032 kB
Active(anon):       3296 kB
Inactive(anon):    53752 kB
Active(file):    1630716 kB
Inactive(file):  3176280 kB
Unevictable:      106444 kB
Mlocked:          106444 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             26232 kB
Writeback:             0 kB
AnonPages:        112604 kB
Mapped:            48424 kB
Shmem:             40584 kB
Slab:             265804 kB
SReclaimable:     235568 kB
SUnreclaim:        30236 kB
KernelStack:        3360 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58088 MiB
End job on node140 at 2019-09-17 10:24:50