Trace number 4406070

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 2019-09-24OPT115 3.14706 1.36685

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-4-5-20-1.xml
MD5SUMe6e5223db5de59749ca81141a6ec4e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark0.249208
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints442
Number of domains42
Minimum domain size3
Maximum domain size20
Distribution of domain sizes[{"size":3,"count":7},{"size":4,"count":10},{"size":5,"count":3},{"size":11,"count":3},{"size":12,"count":3},{"size":13,"count":8},{"size":14,"count":2},{"size":15,"count":4},{"size":19,"count":20},{"size":20,"count":20}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":40},{"degree":21,"count":20},{"degree":22,"count":19},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":440},{"arity":20,"count":1}]
Number of extensional constraints40
Number of intensional constraints401
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":401},{"type":"circuit","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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406070-1569404564.xml"  -tl '2520s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406070-1569404564.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
1.84/0.98	c solve instance...
2.42/1.11	o 139 
2.42/1.12	o 138 
2.75/1.21	o 137 
2.75/1.21	o 134 
2.75/1.21	o 131 
2.75/1.30	o 115 
3.05/1.35	s OPTIMUM FOUND
3.05/1.35	v <instantiation>
3.05/1.35	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] </list>
3.05/1.35	v 	<values>0 1 2 3 4 5 6 7 8 10 11 15 12 9 13 19 16 17 14 18 0 0 0 0 0 0 0 0 0 6 4 1 0 1 1 14 0 0 10 12 14 11 15 18 18 9 15 14 11 15 10 11 9 9 9 9 13 15 15 18 4 2 3 2 1 3 6 3 2 1 1 9 9 5 2 3 1 2 2 5 </values>
3.05/1.35	v </instantiation>

Verifier Data

OK	115

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406070-1569404564/watcher-4406070-1569404564 -o /var/tmp/evaluation-result-4406070-1569404564/solver-4406070-1569404564 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1090324486 HOME/instance-4406070-1569404564.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20857, runsolver pid=20854

[startup+0.100106 s]*
/proc/loadavg: 1.90 1.90 1.88 4/230 20873
/proc/meminfo: memFree=25364288/32770624 swapFree=66966896/67108860
[pid=20857] ppid=20854 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20857/stat : 20857 (xcsp3-exec) S 20854 20857 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516392859 115843072 363 33554432000 4194304 5098028 140735252401424 140735252399528 140189439890044 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11792384 140735252407126 140735252407385 140735252407385 140735252410310 0
/proc/20857/statm: 28282 363 304 221 0 87 0
[pid=20859] ppid=20857 vsize=15144776 memory=29000 CPUtime=0.13 cores=1,3,5,7
/proc/20859/stat : 20859 (java) S 20857 20857 18764 0 -1 1077944320 5668 0 0 0 11 2 0 0 20 0 15 0 516392859 15508250624 7250 33554432000 4194304 4196468 140720914939568 140720914922112 139699763588855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
/proc/20859/statm: 3786194 7250 3151 1 0 3748377 0
[pid=20859/tid=20860] ppid=20857 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=1,3,5,7
/proc/20859/task/20860/stat : 20860 (java) R 20857 20857 18764 0 -1 4202560 3544 0 0 0 8 1 0 0 20 0 15 0 516392860 15508250624 7250 33554432000 4194304 4196468 140720914939568 139699767819232 139699745443458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20861] ppid=20857 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20861/stat : 20861 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 7250 33554432000 4194304 4196468 140720914939568 139699720141584 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20862] ppid=20857 vsize=15144776 memory=139718182389376 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20862/stat : 20862 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 7250 33554432000 4194304 4196468 140720914939568 139699719089040 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20863] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20863/stat : 20863 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 7250 33554432000 4194304 4196468 140720914939568 139699718036496 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20864] ppid=20857 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20864/stat : 20864 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 7250 33554432000 4194304 4196468 140720914939568 139699353214096 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20865] ppid=20857 vsize=15144776 memory=139718182389376 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20865/stat : 20865 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392862 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698637563888 139699763600002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20866] ppid=20857 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20866/stat : 20866 (java) S 20857 20857 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516392862 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698636510112 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20867] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20867/stat : 20867 (java) S 20857 20857 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516392862 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698635457520 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20868] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20868/stat : 20868 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698634406096 139699763607451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20869] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20869/stat : 20869 (java) S 20857 20857 18764 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698633353712 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20870] ppid=20857 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20870/stat : 20870 (java) S 20857 20857 18764 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698632301168 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20871] ppid=20857 vsize=15144776 memory=139718182389376 CPUtime=0.02 cores=1,3,5,7
/proc/20859/task/20871/stat : 20871 (java) R 20857 20857 18764 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 516392865 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698631248624 139699747669342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20872] ppid=20857 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20872/stat : 20872 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698630196320 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20873] ppid=20857 vsize=15144776 memory=139718182389376 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20873/stat : 20873 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 7250 33554432000 4194304 4196468 140720914939568 139698629142832 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30452 KiB

[startup+0.210891 s]*
/proc/loadavg: 1.90 1.90 1.88 4/230 20873
/proc/meminfo: memFree=25337132/32770624 swapFree=66966896/67108860
[pid=20857] ppid=20854 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20857/stat : 20857 (xcsp3-exec) S 20854 20857 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516392859 115843072 363 33554432000 4194304 5098028 140735252401424 140735252399528 140189439890044 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11792384 140735252407126 140735252407385 140735252407385 140735252410310 0
/proc/20857/statm: 28282 363 304 221 0 87 0
[pid=20859] ppid=20857 vsize=15144776 memory=41072 CPUtime=0.35 cores=1,3,5,7
/proc/20859/stat : 20859 (java) S 20857 20857 18764 0 -1 1077944320 9498 0 0 0 31 4 0 0 20 0 15 0 516392859 15508250624 10268 33554432000 4194304 4196468 140720914939568 140720914922112 139699763588855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
/proc/20859/statm: 3786194 10268 3300 1 0 3748377 0
[pid=20859/tid=20860] ppid=20857 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/20859/task/20860/stat : 20860 (java) R 20857 20857 18764 0 -1 4202560 6585 0 0 0 17 3 0 0 20 0 15 0 516392860 15508250624 10268 33554432000 4194304 4196468 140720914939568 139699767827168 139699747669342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20861] ppid=20857 vsize=15144776 memory=9276 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20861/stat : 20861 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 10268 33554432000 4194304 4196468 140720914939568 139699720141584 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20862] ppid=20857 vsize=15144776 memory=3835157272162730016 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20862/stat : 20862 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 10268 33554432000 4194304 4196468 140720914939568 139699719089040 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20863] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20863/stat : 20863 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 10268 33554432000 4194304 4196468 140720914939568 139699718036496 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20864] ppid=20857 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20864/stat : 20864 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392860 15508250624 10268 33554432000 4194304 4196468 140720914939568 139699353214096 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20865] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20865/stat : 20865 (java) S 20857 20857 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516392862 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698637563888 139699763600002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20866] ppid=20857 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20866/stat : 20866 (java) S 20857 20857 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516392862 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698636510112 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20867] ppid=20857 vsize=15144776 memory=139718182389376 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20867/stat : 20867 (java) S 20857 20857 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516392862 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698635457520 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20868] ppid=20857 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20868/stat : 20868 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698634406096 139699763607451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20869] ppid=20857 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20859/task/20869/stat : 20869 (java) S 20857 20857 18764 0 -1 1077944384 565 0 0 0 3 0 0 0 20 0 15 0 516392865 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698633353712 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20870] ppid=20857 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20859/task/20870/stat : 20870 (java) S 20857 20857 18764 0 -1 1077944384 227 0 0 0 2 0 0 0 20 0 15 0 516392865 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698632301168 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20871] ppid=20857 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20859/task/20871/stat : 20871 (java) S 20857 20857 18764 0 -1 1077944384 814 0 0 0 8 0 0 0 20 0 15 0 516392865 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698631248624 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20872] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20872/stat : 20872 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698630196320 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20873] ppid=20857 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20873/stat : 20873 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392865 15508250624 10268 33554432000 4194304 4196468 140720914939568 139698629142832 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42524 KiB

[startup+0.572616 s]*
/proc/loadavg: 1.90 1.90 1.88 4/230 20873
/proc/meminfo: memFree=25338932/32770624 swapFree=66966896/67108860
[pid=20857] ppid=20854 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20857/stat : 20857 (xcsp3-exec) S 20854 20857 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516392859 115843072 363 33554432000 4194304 5098028 140735252401424 140735252399528 140189439890044 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11792384 140735252407126 140735252407385 140735252407385 140735252410310 0
/proc/20857/statm: 28282 363 304 221 0 87 0
[pid=20859] ppid=20857 vsize=15149108 memory=55052 CPUtime=0.76 cores=1,3,5,7
/proc/20859/stat : 20859 (java) S 20857 20857 18764 0 -1 1077944320 11528 0 0 0 70 6 0 0 20 0 15 0 516392859 15512686592 13763 33554432000 4194304 4196468 140720914939568 140720914922112 139699763588855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
/proc/20859/statm: 3787277 13763 3399 1 0 3748377 0
[pid=20859/tid=20860] ppid=20857 vsize=15149108 memory=8389772277269004345 CPUtime=0.4 cores=1,3,5,7
/proc/20859/task/20860/stat : 20860 (java) R 20857 20857 18764 0 -1 4202560 8188 0 0 0 36 4 0 0 20 0 15 0 516392860 15512686592 13763 33554432000 4194304 4196468 140720914939568 139699767824848 139699747669342 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20861] ppid=20857 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20861/stat : 20861 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15512686592 13763 33554432000 4194304 4196468 140720914939568 139699720141584 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20862] ppid=20857 vsize=15149108 memory=4049078254462828576 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20862/stat : 20862 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15512686592 13763 33554432000 4194304 4196468 140720914939568 139699719089040 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20863] ppid=20857 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20863/stat : 20863 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15512686592 13763 33554432000 4194304 4196468 140720914939568 139699718036496 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20864] ppid=20857 vsize=15149108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20864/stat : 20864 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392860 15512686592 13763 33554432000 4194304 4196468 140720914939568 139699353214096 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20865] ppid=20857 vsize=15149108 memory=139718182389376 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20865/stat : 20865 (java) S 20857 20857 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516392862 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698637563888 139699763600002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20866] ppid=20857 vsize=15149108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20866/stat : 20866 (java) S 20857 20857 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516392862 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698636510112 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20867] ppid=20857 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20867/stat : 20867 (java) S 20857 20857 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516392862 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698635457520 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20868] ppid=20857 vsize=15149108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20868/stat : 20868 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698634406096 139699763607451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20869] ppid=20857 vsize=15149108 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20859/task/20869/stat : 20869 (java) S 20857 20857 18764 0 -1 1077944384 689 0 0 0 8 0 0 0 20 0 15 0 516392865 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698633353712 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20870] ppid=20857 vsize=15149108 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/20859/task/20870/stat : 20870 (java) R 20857 20857 18764 0 -1 1077944384 253 0 0 0 5 0 0 0 20 0 15 0 516392865 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698632301168 139699763600002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20871] ppid=20857 vsize=15149108 memory=139718182389376 CPUtime=0.2 cores=1,3,5,7
/proc/20859/task/20871/stat : 20871 (java) R 20857 20857 18764 0 -1 4202560 1090 0 0 0 20 0 0 0 20 0 15 0 516392865 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698631248624 139699742865447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20872] ppid=20857 vsize=15149108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20872/stat : 20872 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698630196320 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20873] ppid=20857 vsize=15149108 memory=139718182389376 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20873/stat : 20873 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392865 15512686592 13763 33554432000 4194304 4196468 140720914939568 139698629142832 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 15262236 KiB
Current children cumulated memory: 56504 KiB

[startup+0.711107 s]*
/proc/loadavg: 1.90 1.90 1.88 4/230 20873
/proc/meminfo: memFree=25324604/32770624 swapFree=66966896/67108860
[pid=20857] ppid=20854 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20857/stat : 20857 (xcsp3-exec) S 20854 20857 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516392859 115843072 363 33554432000 4194304 5098028 140735252401424 140735252399528 140189439890044 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11792384 140735252407126 140735252407385 140735252407385 140735252410310 0
/proc/20857/statm: 28282 363 304 221 0 87 0
[pid=20859] ppid=20857 vsize=15151156 memory=69152 CPUtime=1.18 cores=1,3,5,7
/proc/20859/stat : 20859 (java) S 20857 20857 18764 0 -1 1077944320 13527 0 0 0 111 7 0 0 20 0 15 0 516392859 15514783744 17288 33554432000 4194304 4196468 140720914939568 140720914922112 139699763588855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
/proc/20859/statm: 3787789 17288 3435 1 0 3748889 0
[pid=20859/tid=20860] ppid=20857 vsize=15151156 memory=1398722017469774279 CPUtime=0.53 cores=1,3,5,7
/proc/20859/task/20860/stat : 20860 (java) R 20857 20857 18764 0 -1 4202560 8522 0 0 0 49 4 0 0 20 0 15 0 516392860 15514783744 17288 33554432000 4194304 4196468 140720914939568 139699767809008 139699763610202 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20861] ppid=20857 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20861/stat : 20861 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 17288 33554432000 4194304 4196468 140720914939568 139699720141584 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20862] ppid=20857 vsize=15151156 memory=2596 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20862/stat : 20862 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 17288 33554432000 4194304 4196468 140720914939568 139699719089040 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20863] ppid=20857 vsize=15151156 memory=2884 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20863/stat : 20863 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 17288 33554432000 4194304 4196468 140720914939568 139699718036496 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20864] ppid=20857 vsize=15151156 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20864/stat : 20864 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 17288 33554432000 4194304 4196468 140720914939568 139699353214096 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20865] ppid=20857 vsize=15151156 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20865/stat : 20865 (java) S 20857 20857 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516392862 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698637563888 139699763600002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20866] ppid=20857 vsize=15151156 memory=3332 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20866/stat : 20866 (java) S 20857 20857 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516392862 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698636510112 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20867] ppid=20857 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20867/stat : 20867 (java) S 20857 20857 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516392862 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698635457520 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20868] ppid=20857 vsize=15151156 memory=266700 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20868/stat : 20868 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698634406096 139699763607451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20869] ppid=20857 vsize=15151156 memory=1412 CPUtime=0.15 cores=1,3,5,7
/proc/20859/task/20869/stat : 20869 (java) R 20857 20857 18764 0 -1 4202560 1313 0 0 0 15 0 0 0 20 0 15 0 516392865 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698633353712 139699749612647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20870] ppid=20857 vsize=15151156 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/20859/task/20870/stat : 20870 (java) R 20857 20857 18764 0 -1 4202560 612 0 0 0 14 0 0 0 20 0 15 0 516392865 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698632292496 139699747074901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20871] ppid=20857 vsize=15151156 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20859/task/20871/stat : 20871 (java) R 20857 20857 18764 0 -1 1077944384 1774 0 0 0 31 0 0 0 20 0 15 0 516392865 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698631248624 139699763600002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20872] ppid=20857 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20872/stat : 20872 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698630196320 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20873] ppid=20857 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20873/stat : 20873 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392865 15514783744 17288 33554432000 4194304 4196468 140720914939568 139698629142832 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 70604 KiB

[startup+1.36681 s]
# the end of solver process 20857 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.0584 s, system=0.088653 s

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

[startup+1.00923 s]
/proc/loadavg: 1.90 1.90 1.88 4/230 20873
/proc/meminfo: memFree=25324604/32770624 swapFree=66966896/67108860
[pid=20857] ppid=20854 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20857/stat : 20857 (xcsp3-exec) S 20854 20857 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516392859 115843072 363 33554432000 4194304 5098028 140735252401424 140735252399528 140189439890044 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11792384 140735252407126 140735252407385 140735252407385 140735252410310 0
/proc/20857/statm: 28282 363 304 221 0 87 0
[pid=20859] ppid=20857 vsize=15151156 memory=103988 CPUtime=2.16 cores=1,3,5,7
/proc/20859/stat : 20859 (java) S 20857 20857 18764 0 -1 1077944320 15137 0 0 0 208 8 0 0 20 0 15 0 516392859 15514783744 25997 33554432000 4194304 4196468 140720914939568 140720914922112 139699763588855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
/proc/20859/statm: 3787789 25997 3454 1 0 3748889 0
[pid=20859/tid=20860] ppid=20857 vsize=15151156 memory=3616 CPUtime=0.82 cores=1,3,5,7
/proc/20859/task/20860/stat : 20860 (java) R 20857 20857 18764 0 -1 4202560 9267 0 0 0 77 5 0 0 20 0 15 0 516392860 15514783744 25997 33554432000 4194304 4196468 140720914939568 139699767827720 139699398257513 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20861] ppid=20857 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20861/stat : 20861 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 25997 33554432000 4194304 4196468 140720914939568 139699720141584 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20862] ppid=20857 vsize=15151156 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20862/stat : 20862 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 25997 33554432000 4194304 4196468 140720914939568 139699719089040 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20863] ppid=20857 vsize=15151156 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20863/stat : 20863 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 25997 33554432000 4194304 4196468 140720914939568 139699718036496 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20864] ppid=20857 vsize=15151156 memory=1044 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20864/stat : 20864 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392860 15514783744 25997 33554432000 4194304 4196468 140720914939568 139699353214096 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20865] ppid=20857 vsize=15151156 memory=712 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20865/stat : 20865 (java) S 20857 20857 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516392862 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698637563888 139699763600002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20866] ppid=20857 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20866/stat : 20866 (java) S 20857 20857 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516392862 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698636510112 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20867] ppid=20857 vsize=15151156 memory=8136 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20867/stat : 20867 (java) S 20857 20857 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516392862 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698635457520 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20868] ppid=20857 vsize=15151156 memory=7518026621751088994 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20868/stat : 20868 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698634406096 139699763607451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20869] ppid=20857 vsize=15151156 memory=7235703887467473233 CPUtime=0.42 cores=1,3,5,7
/proc/20859/task/20869/stat : 20869 (java) S 20857 20857 18764 0 -1 1077944384 1405 0 0 0 42 0 0 0 20 0 15 0 516392865 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698633353712 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20870] ppid=20857 vsize=15151156 memory=7881696724453321575 CPUtime=0.4 cores=1,3,5,7
/proc/20859/task/20870/stat : 20870 (java) S 20857 20857 18764 0 -1 1077944384 933 0 0 0 40 0 0 0 20 0 15 0 516392865 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698632301168 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20871] ppid=20857 vsize=15151156 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/20859/task/20871/stat : 20871 (java) S 20857 20857 18764 0 -1 1077944384 2223 0 0 0 47 0 0 0 20 0 15 0 516392865 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698631248624 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20872] ppid=20857 vsize=15151156 memory=279436075421792 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20872/stat : 20872 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698630196320 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20873] ppid=20857 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20873/stat : 20873 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392865 15514783744 25997 33554432000 4194304 4196468 140720914939568 139698629142832 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
Current children cumulated CPU time: 2.16 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 105440 KiB

[startup+1.20123 s]*
/proc/loadavg: 1.90 1.90 1.88 5/230 20873
/proc/meminfo: memFree=25288800/32770624 swapFree=66966896/67108860
[pid=20857] ppid=20854 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20857/stat : 20857 (xcsp3-exec) S 20854 20857 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516392859 115843072 363 33554432000 4194304 5098028 140735252401424 140735252399528 140189439890044 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11792384 140735252407126 140735252407385 140735252407385 140735252410310 0
/proc/20857/statm: 28282 363 304 221 0 87 0
[pid=20859] ppid=20857 vsize=15153204 memory=105520 CPUtime=2.75 cores=1,3,5,7
/proc/20859/stat : 20859 (java) S 20857 20857 18764 0 -1 1077944320 17321 0 0 0 267 8 0 0 20 0 15 0 516392859 15516880896 26380 33554432000 4194304 4196468 140720914939568 140720914922112 139699763588855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
/proc/20859/statm: 3788301 26380 3461 1 0 3749401 0
[pid=20859/tid=20860] ppid=20857 vsize=15153204 memory=5864320447300325986 CPUtime=1.02 cores=1,3,5,7
/proc/20859/task/20860/stat : 20860 (java) R 20857 20857 18764 0 -1 4202560 9494 0 0 0 97 5 0 0 20 0 15 0 516392860 15516880896 26380 33554432000 4194304 4196468 140720914939568 139699767824720 139699403903333 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20861] ppid=20857 vsize=15153204 memory=3472330508203210036 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20861/stat : 20861 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26380 33554432000 4194304 4196468 140720914939568 139699720141584 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20862] ppid=20857 vsize=15153204 memory=3467964346062173856 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20862/stat : 20862 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26380 33554432000 4194304 4196468 140720914939568 139699719089040 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20863] ppid=20857 vsize=15153204 memory=2320820802279652193 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20863/stat : 20863 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26380 33554432000 4194304 4196468 140720914939568 139699718036496 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20864] ppid=20857 vsize=15153204 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20864/stat : 20864 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26380 33554432000 4194304 4196468 140720914939568 139699353214096 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20865] ppid=20857 vsize=15153204 memory=3545045721273767632 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20865/stat : 20865 (java) S 20857 20857 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516392862 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698637563888 139699763600002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20866] ppid=20857 vsize=15153204 memory=8234561663031392868 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20866/stat : 20866 (java) S 20857 20857 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516392862 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698636510112 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20867] ppid=20857 vsize=15153204 memory=7100839852556323184 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20867/stat : 20867 (java) S 20857 20857 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516392862 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698635457520 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20868] ppid=20857 vsize=15153204 memory=-8614379499087747112 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20868/stat : 20868 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698634406096 139699763607451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20869] ppid=20857 vsize=15153204 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/20859/task/20869/stat : 20869 (java) R 20857 20857 18764 0 -1 4202560 2230 0 0 0 59 0 0 0 20 0 15 0 516392865 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698633334912 139699756692497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20870] ppid=20857 vsize=15153204 memory=3467807035425300511 CPUtime=0.56 cores=1,3,5,7
/proc/20859/task/20870/stat : 20870 (java) R 20857 20857 18764 0 -1 4202560 1588 0 0 0 56 0 0 0 20 0 15 0 516392865 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698632282576 139699742840641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20871] ppid=20857 vsize=15153204 memory=6199980583080524960 CPUtime=0.55 cores=1,3,5,7
/proc/20859/task/20871/stat : 20871 (java) R 20857 20857 18764 0 -1 1077944384 2701 0 0 0 54 1 0 0 20 0 15 0 516392865 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698631248624 139699763600002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20872] ppid=20857 vsize=15153204 memory=4210972816720090633 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20872/stat : 20872 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698630196320 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20873] ppid=20857 vsize=15153204 memory=288357345636122656 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20873/stat : 20873 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392865 15516880896 26380 33554432000 4194304 4196468 140720914939568 139698629142832 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 106972 KiB

[startup+1.31067 s]
/proc/loadavg: 1.90 1.90 1.88 5/230 20873
/proc/meminfo: memFree=25288800/32770624 swapFree=66966896/67108860
[pid=20857] ppid=20854 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20857/stat : 20857 (xcsp3-exec) S 20854 20857 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516392859 115843072 363 33554432000 4194304 5098028 140735252401424 140735252399528 140189439890044 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 11792384 140735252407126 140735252407385 140735252407385 140735252410310 0
/proc/20857/statm: 28282 363 304 221 0 87 0
[pid=20859] ppid=20857 vsize=15153204 memory=106844 CPUtime=3.05 cores=1,3,5,7
/proc/20859/stat : 20859 (java) S 20857 20857 18764 0 -1 1077944320 18322 0 0 0 297 8 0 0 20 0 15 0 516392859 15516880896 26711 33554432000 4194304 4196468 140720914939568 140720914922112 139699763588855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
/proc/20859/statm: 3788301 26711 3461 1 0 3749401 0
[pid=20859/tid=20860] ppid=20857 vsize=15153204 memory=288230621820756674 CPUtime=1.12 cores=1,3,5,7
/proc/20859/task/20860/stat : 20860 (java) R 20857 20857 18764 0 -1 4202560 9530 0 0 0 107 5 0 0 20 0 15 0 516392860 15516880896 26711 33554432000 4194304 4196468 140720914939568 139699767827376 139699401344510 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20861] ppid=20857 vsize=15153204 memory=13845257485053521 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20861/stat : 20861 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26711 33554432000 4194304 4196468 140720914939568 139699720141584 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20862] ppid=20857 vsize=15153204 memory=-6005673638263167430 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20862/stat : 20862 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26711 33554432000 4194304 4196468 140720914939568 139699719089040 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20863] ppid=20857 vsize=15153204 memory=-6755303356627128412 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20863/stat : 20863 (java) S 20857 20857 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26711 33554432000 4194304 4196468 140720914939568 139699718036496 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20864] ppid=20857 vsize=15153204 memory=7379800255134931609 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20864/stat : 20864 (java) S 20857 20857 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516392860 15516880896 26711 33554432000 4194304 4196468 140720914939568 139699353214096 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20865] ppid=20857 vsize=15153204 memory=7594004902794664090 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20865/stat : 20865 (java) S 20857 20857 18764 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516392862 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698637563888 139699763600002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20866] ppid=20857 vsize=15153204 memory=-7452725505408194905 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20866/stat : 20866 (java) S 20857 20857 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516392862 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698636510112 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20867] ppid=20857 vsize=15153204 memory=-6724280347313084613 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20867/stat : 20867 (java) S 20857 20857 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516392862 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698635457520 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20868] ppid=20857 vsize=15153204 memory=-6007362509463994004 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20868/stat : 20868 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698634406096 139699763607451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20869] ppid=20857 vsize=15153204 memory=-7809628117648953690 CPUtime=0.68 cores=1,3,5,7
/proc/20859/task/20869/stat : 20869 (java) S 20857 20857 18764 0 -1 1077944384 2662 0 0 0 68 0 0 0 20 0 15 0 516392865 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698633353712 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20870] ppid=20857 vsize=15153204 memory=-6684092562428027494 CPUtime=0.65 cores=1,3,5,7
/proc/20859/task/20870/stat : 20870 (java) R 20857 20857 18764 0 -1 4202560 1946 0 0 0 65 0 0 0 20 0 15 0 516392865 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698632290960 139699741705936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20871] ppid=20857 vsize=15153204 memory=-6941016075085322437 CPUtime=0.57 cores=1,3,5,7
/proc/20859/task/20871/stat : 20871 (java) S 20857 20857 18764 0 -1 1077944384 2874 0 0 0 56 1 0 0 20 0 15 0 516392865 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698631248624 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20872] ppid=20857 vsize=15153204 memory=-6007362509463994004 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20872/stat : 20872 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698630196320 139699763599061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
[pid=20859/tid=20873] ppid=20857 vsize=15153204 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/20859/task/20873/stat : 20873 (java) S 20857 20857 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516392865 15516880896 26711 33554432000 4194304 4196468 140720914939568 139698629142832 139699763600002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18964480 140720914940891 140720914941066 140720914941066 140720914943951 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 108296 KiB

Child status: 0
Real time (s): 1.36685
CPU time (s): 3.14706
CPU user time (s): 3.0584
CPU system time (s): 0.088653
CPU usage (%): 230.242
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 108296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.0584
system time used= 0.088653
maximum resident set size= 109508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2133
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 20857
#   total CPU time (s): 3.14706
#   total CPU user time (s): 3.0584
#   total CPU system time (s): 0.088653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02831 second user time and 0.061636 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 11:42:02
IDJOB=4406070
IDBENCH=126829
IDSOLVER=2869
FILE ID=node145/4406070-1569404564
RUNJOBID= node145-1569396627-18796
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-4-5-20-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406070-1569404564/watcher-4406070-1569404564 -o /var/tmp/evaluation-result-4406070-1569404564/solver-4406070-1569404564 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1090324486 HOME/instance-4406070-1569404564.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e6e5223db5de59749ca81141a6ec4e70
RANDOM SEED=1090324486

node145.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.59
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.59
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.59
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.59
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:        25380320 kB
MemAvailable:   31557284 kB
Buffers:          175448 kB
Cached:          6153096 kB
SwapCached:        32488 kB
Active:          3348940 kB
Inactive:        3270808 kB
Active(anon):     258648 kB
Inactive(anon):    89896 kB
Active(file):    3090292 kB
Inactive(file):  3180912 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966896 kB
Dirty:             26076 kB
Writeback:             0 kB
AnonPages:        378148 kB
Mapped:            71380 kB
Shmem:             48852 kB
Slab:             363572 kB
SReclaimable:     334220 kB
SUnreclaim:        29352 kB
KernelStack:        4032 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1510596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 11:42:03