Trace number 4399218

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-16OPT40 13.8479 3.80999

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark13.8479
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
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-4399218-1568700077.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399218-1568700077.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.63/0.77	c solve instance...
1.98/0.84	o 84 
1.98/0.84	o 72 
1.98/0.85	o 62 
1.98/0.87	o 55 
1.98/0.88	o 51 
2.79/1.05	o 50 
3.51/1.28	o 46 
6.72/2.08	o 44 
7.14/2.12	o 43 
7.14/2.16	o 42 
10.67/3.02	o 40 
13.82/3.80	s OPTIMUM FOUND
13.82/3.80	v <instantiation>
13.82/3.80	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] </list>
13.82/3.80	v 	<values>1 9 9 9 9 1 -1 9 -9 9 -9 -9 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 5 0 10 0 12 13 </values>
13.82/3.80	v </instantiation>

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399218-1568700077/watcher-4399218-1568700077 -o /tmp/evaluation-result-4399218-1568700077/solver-4399218-1568700077 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568699170-20236 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1864370811 HOME/instance-4399218-1568700077.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
solver pid=21353, runsolver pid=21350
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 8.25 7.66 4.99 7/235 21369
/proc/meminfo: memFree=24428780/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0
[pid=21355] ppid=21353 vsize=15144776 memory=30220 CPUtime=0.13 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21353 20204 0 -1 1077944320 5490 0 0 0 12 1 0 0 20 0 15 0 446246353 15508250624 7555 33554432000 4194304 4196468 140726308415952 140726308398496 140029853167351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
/proc/21355/statm: 3786194 7555 3161 1 0 3748377 0
[pid=21355/tid=21356] ppid=21353 vsize=15144776 memory=8514701219881124772 CPUtime=0.08 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21353 20204 0 -1 4202560 3368 0 0 0 8 0 0 0 20 0 15 0 446246353 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029857396704 140029853179286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21357] ppid=21353 vsize=15144776 memory=3472468156301698256 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15144776 memory=140027406546560 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246355 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446246356 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446246356 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) R 21353 21353 20204 0 -1 4202560 446 0 0 0 0 0 0 0 20 0 15 0 446246358 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029317356016 140029853178498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029316303472 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15144776 memory=140027406546560 CPUtime=0.02 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) R 21353 21353 20204 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 446246358 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029315250928 140029853181233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15144776 memory=140027406546560 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246359 15508250624 7555 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31668 KiB

[startup+0.211035 s]*
/proc/loadavg: 8.25 7.66 4.99 6/235 21370
/proc/meminfo: memFree=24417164/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0
[pid=21355] ppid=21353 vsize=15144776 memory=41060 CPUtime=0.34 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21353 20204 0 -1 1077944320 9005 0 0 0 31 3 0 0 20 0 15 0 446246353 15508250624 10265 33554432000 4194304 4196468 140726308415952 140726308398496 140029853167351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
/proc/21355/statm: 3786194 10265 3274 1 0 3748377 0
[pid=21355/tid=21356] ppid=21353 vsize=15144776 memory=5855082630903857826 CPUtime=0.2 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21353 20204 0 -1 4202560 6180 0 0 0 18 2 0 0 20 0 15 0 446246353 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029857397072 140029853179286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21357] ppid=21353 vsize=15144776 memory=3472468156301698256 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15144776 memory=140027406546560 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15144776 memory=140027406546560 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21353 20204 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446246355 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446246356 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446246356 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21353 20204 0 -1 1077944384 765 0 0 0 3 0 0 0 20 0 15 0 446246358 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029317356016 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21353 20204 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 15 0 446246358 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029316303472 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15144776 memory=140027406546560 CPUtime=0.08 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) R 21353 21353 20204 0 -1 4202560 702 0 0 0 8 0 0 0 20 0 15 0 446246358 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029315250928 140029831823214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15144776 memory=140027406546560 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246359 15508250624 10265 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42508 KiB

[startup+0.312709 s]*
/proc/loadavg: 8.25 7.66 4.99 7/235 21370
/proc/meminfo: memFree=24408624/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0
[pid=21355] ppid=21353 vsize=15149032 memory=50968 CPUtime=0.52 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21353 20204 0 -1 1077944320 10338 0 0 0 49 3 0 0 20 0 15 0 446246353 15512608768 12742 33554432000 4194304 4196468 140726308415952 140726308398496 140029853167351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
/proc/21355/statm: 3787258 12742 3343 1 0 3748377 0
[pid=21355/tid=21356] ppid=21353 vsize=15149032 memory=8514701219880861597 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) R 21353 21353 20204 0 -1 4202560 7276 0 0 0 27 2 0 0 20 0 15 0 446246353 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029857398464 140029837247838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21357] ppid=21353 vsize=15149032 memory=3472468156301698256 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15149032 memory=140027406546560 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246354 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15149032 memory=140027275388959 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15149032 memory=280054550738688 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21353 20204 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446246355 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15149032 memory=140027275365903 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446246356 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15149032 memory=280054681921632 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446246356 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15149032 memory=140027275370511 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21353 20204 0 -1 1077944384 772 0 0 0 4 0 0 0 20 0 15 0 446246358 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029317356016 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) R 21353 21353 20204 0 -1 4202560 187 0 0 0 4 0 0 0 20 0 15 0 446246358 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029316294928 140029838293702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21353 20204 0 -1 1077944384 799 0 0 0 12 0 0 0 20 0 15 0 446246358 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029315250928 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15149032 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246359 15512608768 12742 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52416 KiB

[startup+0.700749 s]
/proc/loadavg: 8.25 7.66 4.99 9/235 21370
/proc/meminfo: memFree=24391064/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0
[pid=21355] ppid=21353 vsize=15151156 memory=84456 CPUtime=1.63 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21353 20204 0 -1 1077944320 14478 0 0 0 157 6 0 0 20 0 15 0 446246353 15514783744 21114 33554432000 4194304 4196468 140726308415952 140726308398496 140029853167351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
/proc/21355/statm: 3787789 21114 3455 1 0 3748889 0
[pid=21355/tid=21356] ppid=21353 vsize=15151156 memory=1088 CPUtime=0.67 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21353 20204 0 -1 1077944384 8812 0 0 0 63 4 0 0 20 0 15 0 446246353 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029857402880 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21357] ppid=21353 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246354 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15151156 memory=6004 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15151156 memory=624 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446246354 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15151156 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) R 21353 21353 20204 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 446246355 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446246356 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446246356 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15151156 memory=47952 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15151156 memory=1988 CPUtime=0.29 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) R 21353 21353 20204 0 -1 4202560 1474 0 0 0 29 0 0 0 20 0 15 0 446246358 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029317356016 140029834690784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15151156 memory=988 CPUtime=0.25 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21353 20204 0 -1 1077944384 810 0 0 0 25 0 0 0 20 0 15 0 446246358 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029316303472 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15151156 memory=1428 CPUtime=0.39 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21353 20204 0 -1 1077944384 2073 0 0 0 39 0 0 0 20 0 15 0 446246358 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029315250928 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15151156 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446246358 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446246359 15514783744 21114 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 85904 KiB

[startup+1.50083 s]
/proc/loadavg: 8.25 7.66 4.99 12/239 21394
/proc/meminfo: memFree=24303676/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0

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

/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15621208 memory=7236229500900889449 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15621208 memory=5864625081210529895 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21353 20204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 446246355 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15621208 memory=288230600345911612 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15621208 memory=14127849082721544 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15621208 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21353 20204 0 -1 1077944384 5317 0 0 0 152 1 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029317356016 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15621208 memory=0 CPUtime=1.55 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) R 21353 21353 20204 0 -1 4202560 4016 0 0 0 155 0 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029316303472 140029832356801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15621208 memory=280054550991984 CPUtime=0.67 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) R 21353 21353 20204 0 -1 1077944384 3844 0 0 0 66 1 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029315250928 140029853178498 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446246359 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 11.09 s
Current children cumulated vsize: 15734336 KiB
Current children cumulated memory: 197424 KiB

[startup+3.80994 s]
# the end of solver process 21353 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.7255 s, system=0.12239 s

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

[startup+3.2025 s]
/proc/loadavg: 8.25 7.66 4.99 11/239 21414
/proc/meminfo: memFree=24264036/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0
[pid=21355] ppid=21353 vsize=15621208 memory=195976 CPUtime=11.43 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21353 20204 0 -1 1077944320 25381 0 0 0 1132 11 0 0 20 0 19 0 446246353 15996116992 48994 33554432000 4194304 4196468 140726308415952 140726308398496 140029853167351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
/proc/21355/statm: 3905302 48994 3483 1 0 3866402 0
[pid=21355/tid=21356] ppid=21353 vsize=15621208 memory=2112 CPUtime=0.75 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21353 20204 0 -1 1077944384 8913 0 0 0 71 4 0 0 20 0 19 0 446246353 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029857408128 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21357] ppid=21353 vsize=15621208 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21353 20204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 446246355 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15621208 memory=140027275621956 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15621208 memory=1436 CPUtime=1.53 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21353 20204 0 -1 1077944384 5317 0 0 0 152 1 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029317356016 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15621208 memory=288230574492221466 CPUtime=1.56 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21353 20204 0 -1 1077944384 4021 0 0 0 156 0 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029316303472 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15621208 memory=288230583166042426 CPUtime=0.68 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21353 20204 0 -1 1077944384 3844 0 0 0 67 1 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029315250928 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15621208 memory=13847469322668657 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446246359 15996116992 48994 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 11.43 s
Current children cumulated vsize: 15734336 KiB
Current children cumulated memory: 197424 KiB

[startup+3.60063 s]
/proc/loadavg: 8.25 7.66 4.99 11/239 21414
/proc/meminfo: memFree=24264036/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0
[pid=21355] ppid=21353 vsize=15621208 memory=196036 CPUtime=13.02 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21353 20204 0 -1 1077944320 25396 0 0 0 1291 11 0 0 20 0 19 0 446246353 15996116992 49009 33554432000 4194304 4196468 140726308415952 140726308398496 140029853167351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
/proc/21355/statm: 3905302 49009 3483 1 0 3866402 0
[pid=21355/tid=21356] ppid=21353 vsize=15621208 memory=1988 CPUtime=0.75 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21353 20204 0 -1 1077944384 8913 0 0 0 71 4 0 0 20 0 19 0 446246353 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029857408128 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21357] ppid=21353 vsize=15621208 memory=988 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15621208 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15621208 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15621208 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15621208 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21353 20204 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 446246355 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15621208 memory=11632 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15621208 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15621208 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15621208 memory=988 CPUtime=1.54 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21353 20204 0 -1 1077944384 5320 0 0 0 153 1 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029317356016 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15621208 memory=780 CPUtime=1.58 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21353 20204 0 -1 1077944384 4027 0 0 0 158 0 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029316303472 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15621208 memory=6004 CPUtime=0.68 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) R 21353 21353 20204 0 -1 1077944384 3845 0 0 0 67 1 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029315250928 140029853178498 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15621208 memory=624 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15621208 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446246359 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 13.02 s
Current children cumulated vsize: 15734336 KiB
Current children cumulated memory: 197484 KiB

[startup+3.80149 s]
/proc/loadavg: 8.25 7.66 4.99 11/239 21414
/proc/meminfo: memFree=24264036/32770624 swapFree=66941524/67108860
[pid=21353] ppid=21350 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/21353/stat : 21353 (xcsp3-exec) S 21350 21353 20204 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446246353 115843072 362 33554432000 4194304 5098028 140730833222960 140730833221064 139770086793852 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26079232 140730833224570 140730833224813 140730833224813 140730833227722 0
/proc/21353/statm: 28282 362 304 221 0 87 0
[pid=21355] ppid=21353 vsize=15621208 memory=196036 CPUtime=13.82 cores=1,3,5,7
/proc/21355/stat : 21355 (java) S 21353 21353 20204 0 -1 1077944320 25410 0 0 0 1371 11 0 0 20 0 19 0 446246353 15996116992 49009 33554432000 4194304 4196468 140726308415952 140726308398496 140029853167351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
/proc/21355/statm: 3905302 49009 3483 1 0 3866402 0
[pid=21355/tid=21356] ppid=21353 vsize=15621208 memory=31492 CPUtime=0.75 cores=1,3,5,7
/proc/21355/task/21356/stat : 21356 (java) S 21353 21353 20204 0 -1 1077944384 8913 0 0 0 71 4 0 0 20 0 19 0 446246353 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029857408128 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21357] ppid=21353 vsize=15621208 memory=-8033973626532799130 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21357/stat : 21357 (java) S 21353 21353 20204 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029764823824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21358] ppid=21353 vsize=15621208 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21358/stat : 21358 (java) S 21353 21353 20204 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029763771280 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21359] ppid=21353 vsize=15621208 memory=280054550495472 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21359/stat : 21359 (java) S 21353 21353 20204 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029762718736 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21360] ppid=21353 vsize=15621208 memory=7739276948477930857 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21360/stat : 21360 (java) S 21353 21353 20204 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 19 0 446246354 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029761666192 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21361] ppid=21353 vsize=15621208 memory=8025788814078207340 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21361/stat : 21361 (java) S 21353 21353 20204 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 446246355 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029321566192 140029853178498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21362] ppid=21353 vsize=15621208 memory=-8814538831020006773 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21362/stat : 21362 (java) S 21353 21353 20204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029320512416 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21363] ppid=21353 vsize=15621208 memory=-6736937045019192452 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21363/stat : 21363 (java) S 21353 21353 20204 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446246356 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029319459824 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21364] ppid=21353 vsize=15621208 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21364/stat : 21364 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029318408400 140029853185947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21365] ppid=21353 vsize=15621208 memory=-7522837583129307271 CPUtime=1.54 cores=1,3,5,7
/proc/21355/task/21365/stat : 21365 (java) S 21353 21353 20204 0 -1 1077944384 5320 0 0 0 153 1 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029317356016 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21366] ppid=21353 vsize=15621208 memory=7682475212697334586 CPUtime=1.62 cores=1,3,5,7
/proc/21355/task/21366/stat : 21366 (java) S 21353 21353 20204 0 -1 1077944384 4035 0 0 0 162 0 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029316303472 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21367] ppid=21353 vsize=15621208 memory=-7035114785800479027 CPUtime=0.68 cores=1,3,5,7
/proc/21355/task/21367/stat : 21367 (java) S 21353 21353 20204 0 -1 1077944384 3851 0 0 0 67 1 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029315250928 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21368] ppid=21353 vsize=15621208 memory=-8035107114841901037 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21368/stat : 21368 (java) S 21353 21353 20204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446246358 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029314198624 140029853177557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
[pid=21355/tid=21369] ppid=21353 vsize=15621208 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/21355/task/21369/stat : 21369 (java) S 21353 21353 20204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446246359 15996116992 49009 33554432000 4194304 4196468 140726308415952 140029313145136 140029853178498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21016576 140726308418543 140726308418714 140726308418714 140726308421583 0
Current children cumulated CPU time: 13.82 s
Current children cumulated vsize: 15734336 KiB
Current children cumulated memory: 197484 KiB

Child status: 0
Real time (s): 3.80999
CPU time (s): 13.8479
CPU user time (s): 13.7255
CPU system time (s): 0.12239
CPU usage (%): 363.463
Max. virtual memory (cumulated for all children) (KiB): 15734336
Max. memory (cumulated for all children) (KiB): 197484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7255
system time used= 0.12239
maximum resident set size= 196776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25992
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= 2737
involuntary context switches= 682


# summary of solver processes directly reported to runsolver:
#   pid: 21353
#   total CPU time (s): 13.8479
#   total CPU user time (s): 13.7255
#   total CPU system time (s): 0.12239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04824 second user time and 0.082543 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 08:00:39
IDJOB=4399218
IDBENCH=141325
IDSOLVER=2853
FILE ID=node149/4399218-1568700077
RUNJOBID= node149-1568699170-20236
PBS_JOBID= 21703822
Free space on /tmp= 61396 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399218-1568700077/watcher-4399218-1568700077 -o /tmp/evaluation-result-4399218-1568700077/solver-4399218-1568700077 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568699170-20236 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1864370811 HOME/instance-4399218-1568700077.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=1864370811

node149.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.81
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.81
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.81
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.81
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:        24446796 kB
MemAvailable:   29529840 kB
Buffers:          108460 kB
Cached:          5276904 kB
SwapCached:        61076 kB
Active:          4758020 kB
Inactive:        2998112 kB
Active(anon):    2313352 kB
Inactive(anon):   106192 kB
Active(file):    2444668 kB
Inactive(file):  2891920 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       66941524 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:       2423180 kB
Mapped:            61768 kB
Shmem:             39980 kB
Slab:             154196 kB
SReclaimable:     124584 kB
SUnreclaim:        29612 kB
KernelStack:        3808 kB
PageTables:        10384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4783368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2304000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61368 MiB
End job on node149 at 2019-09-17 08:00:43