Trace number 4399258

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-16OPT44 9.40739 2.97012

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark9.40739
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4399258-1568700114.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.34/0.59	c [HOME/instance-4399258-1568700114.xml, -tl, 2520s, -p, 4]
0.34/0.59	c 4 solvers in parallel
0.34/0.59	c parse instance...
1.09/0.85	c solve instance...
1.37/0.93	o 65 
1.37/0.93	o 61 
1.37/0.95	o 59 
1.37/0.96	o 57 
1.37/0.96	o 53 
1.37/0.97	o 52 
1.37/0.98	o 50 
1.69/1.01	o 49 
1.69/1.02	o 47 
2.08/1.11	o 45 
2.08/1.13	o 44 
9.21/2.94	s OPTIMUM FOUND
9.21/2.94	v <instantiation>
9.21/2.94	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
9.21/2.94	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
9.21/2.94	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399258-1568700114/watcher-4399258-1568700114 -o /tmp/evaluation-result-4399258-1568700114/solver-4399258-1568700114 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568699927-7005 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1922491734 HOME/instance-4399258-1568700114.xml 

running on 4 cores: 0,2,4,6

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=10285, runsolver pid=10282
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 6.40 3.11 2.59 7/233 10301
/proc/meminfo: memFree=27293056/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0
[pid=10287] ppid=10285 vsize=15144776 memory=29348 CPUtime=0.13 cores=0,2,4,6
/proc/10287/stat : 10287 (java) S 10285 10285 6974 0 -1 1077944320 5744 0 0 0 12 1 0 0 20 0 15 0 446264466 15508250624 7337 33554432000 4194304 4196468 140725075717808 140725075700352 140141270105847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
/proc/10287/statm: 3786194 7337 3148 1 0 3748377 0
[pid=10287/tid=10288] ppid=10285 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=0,2,4,6
/proc/10287/task/10288/stat : 10288 (java) R 10285 10285 6974 0 -1 4202560 3662 0 0 0 8 1 0 0 20 0 15 0 446264466 15508250624 7337 33554432000 4194304 4196468 140725075717808 140141274337168 140141270117782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10289] ppid=10285 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10289/stat : 10289 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140862429456 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10290] ppid=10285 vsize=15144776 memory=139947470165632 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10290/stat : 10290 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140861376912 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10291] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10291/stat : 10291 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140860324368 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10292] ppid=10285 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10292/stat : 10292 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140859271824 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10293] ppid=10285 vsize=15144776 memory=139947470165632 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10293/stat : 10293 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264469 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140604385776 140141270116994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10294] ppid=10285 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10294/stat : 10294 (java) S 10285 10285 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264469 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140603332000 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10295] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10295/stat : 10295 (java) S 10285 10285 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446264469 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140602279408 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10296] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10296/stat : 10296 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140601227984 140141270124443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10297] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10297/stat : 10297 (java) R 10285 10285 6974 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140600174576 140141270116994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10298] ppid=10285 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10298/stat : 10298 (java) R 10285 10285 6974 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140599113568 140141255772000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10299] ppid=10285 vsize=15144776 memory=139947470165632 CPUtime=0.02 cores=0,2,4,6
/proc/10287/task/10299/stat : 10299 (java) R 10285 10285 6974 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 446264472 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140598069488 140141254416364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10300] ppid=10285 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10300/stat : 10300 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140597017184 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10301] ppid=10285 vsize=15144776 memory=139947470165632 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10301/stat : 10301 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 7337 33554432000 4194304 4196468 140725075717808 140140595964720 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30796 KiB

[startup+0.210605 s]*
/proc/loadavg: 6.40 3.11 2.59 7/233 10301
/proc/meminfo: memFree=27268784/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0
[pid=10287] ppid=10285 vsize=15144776 memory=40708 CPUtime=0.34 cores=0,2,4,6
/proc/10287/stat : 10287 (java) S 10285 10285 6974 0 -1 1077944320 9449 0 0 0 31 3 0 0 20 0 15 0 446264466 15508250624 10177 33554432000 4194304 4196468 140725075717808 140725075700352 140141270105847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
/proc/10287/statm: 3786194 10177 3244 1 0 3748377 0
[pid=10287/tid=10288] ppid=10285 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/10287/task/10288/stat : 10288 (java) R 10285 10285 6974 0 -1 4202560 6622 0 0 0 17 2 0 0 20 0 15 0 446264466 15508250624 10177 33554432000 4194304 4196468 140725075717808 140141274339968 140141270117782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10289] ppid=10285 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10289/stat : 10289 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140862429456 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10290] ppid=10285 vsize=15144776 memory=139947470187439 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10290/stat : 10290 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140861376912 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10291] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10291/stat : 10291 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140860324368 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10292] ppid=10285 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10292/stat : 10292 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140859271824 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10293] ppid=10285 vsize=15144776 memory=139947470165632 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10293/stat : 10293 (java) S 10285 10285 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446264469 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140604385776 140141270116994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10294] ppid=10285 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10294/stat : 10294 (java) S 10285 10285 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264469 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140603332000 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10295] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10295/stat : 10295 (java) S 10285 10285 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446264469 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140602279408 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10296] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10296/stat : 10296 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140601227984 140141270124443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10297] ppid=10285 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10287/task/10297/stat : 10297 (java) S 10285 10285 6974 0 -1 1077944384 450 0 0 0 2 0 0 0 20 0 15 0 446264472 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140600174576 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10298] ppid=10285 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/10287/task/10298/stat : 10298 (java) S 10285 10285 6974 0 -1 1077944384 313 0 0 0 3 0 0 0 20 0 15 0 446264472 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140599122032 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10299] ppid=10285 vsize=15144776 memory=139947470165632 CPUtime=0.08 cores=0,2,4,6
/proc/10287/task/10299/stat : 10299 (java) R 10285 10285 6974 0 -1 4202560 757 0 0 0 8 0 0 0 20 0 15 0 446264472 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140598069488 140141249377495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10300] ppid=10285 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10300/stat : 10300 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140597017184 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10301] ppid=10285 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10301/stat : 10301 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264472 15508250624 10177 33554432000 4194304 4196468 140725075717808 140140595964720 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42156 KiB

[startup+0.686938 s]*
/proc/loadavg: 6.40 3.11 2.59 8/233 10301
/proc/meminfo: memFree=27267972/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0
[pid=10287] ppid=10285 vsize=15151156 memory=55844 CPUtime=0.74 cores=0,2,4,6
/proc/10287/stat : 10287 (java) S 10285 10285 6974 0 -1 1077944320 12080 0 0 0 68 6 0 0 20 0 15 0 446264466 15514783744 13961 33554432000 4194304 4196468 140725075717808 140725075700352 140141270105847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
/proc/10287/statm: 3787789 13961 3416 1 0 3748889 0
[pid=10287/tid=10288] ppid=10285 vsize=15151156 memory=7883960649037381690 CPUtime=0.4 cores=0,2,4,6
/proc/10287/task/10288/stat : 10288 (java) R 10285 10285 6974 0 -1 4202560 8771 0 0 0 36 4 0 0 20 0 15 0 446264466 15514783744 13961 33554432000 4194304 4196468 140725075717808 140141274335760 140141254186334 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10289] ppid=10285 vsize=15151156 memory=9461 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10289/stat : 10289 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140862429456 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10290] ppid=10285 vsize=15151156 memory=3618697483154368846 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10290/stat : 10290 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140861376912 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10291] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10291/stat : 10291 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140860324368 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10292] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10292/stat : 10292 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140859271824 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10293] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10293/stat : 10293 (java) S 10285 10285 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446264469 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140604385776 140141270116994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10294] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10294/stat : 10294 (java) S 10285 10285 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264469 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140603332000 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10295] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10295/stat : 10295 (java) S 10285 10285 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446264469 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140602279408 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10296] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10296/stat : 10296 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140601227984 140141270124443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10297] ppid=10285 vsize=15151156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10287/task/10297/stat : 10297 (java) S 10285 10285 6974 0 -1 1077944384 542 0 0 0 5 0 0 0 20 0 15 0 446264472 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140600174576 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10298] ppid=10285 vsize=15151156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10287/task/10298/stat : 10298 (java) S 10285 10285 6974 0 -1 1077944384 449 0 0 0 8 0 0 0 20 0 15 0 446264472 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140599122032 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10299] ppid=10285 vsize=15151156 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10287/task/10299/stat : 10299 (java) R 10285 10285 6974 0 -1 4202560 1015 0 0 0 18 0 0 0 20 0 15 0 446264472 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140598069488 140141249574810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10300] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10300/stat : 10300 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140597017184 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10301] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10301/stat : 10301 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264472 15514783744 13961 33554432000 4194304 4196468 140725075717808 140140595964720 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 57292 KiB

[startup+0.718435 s]*
/proc/loadavg: 6.40 3.11 2.59 10/233 10301
/proc/meminfo: memFree=27264436/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0
[pid=10287] ppid=10285 vsize=15151156 memory=58708 CPUtime=0.83 cores=0,2,4,6
/proc/10287/stat : 10287 (java) S 10285 10285 6974 0 -1 1077944320 12328 0 0 0 77 6 0 0 20 0 15 0 446264466 15514783744 14677 33554432000 4194304 4196468 140725075717808 140725075700352 140141270105847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
/proc/10287/statm: 3787789 14677 3418 1 0 3748889 0
[pid=10287/tid=10288] ppid=10285 vsize=15151156 memory=7883960649037381690 CPUtime=0.43 cores=0,2,4,6
/proc/10287/task/10288/stat : 10288 (java) R 10285 10285 6974 0 -1 4202560 8871 0 0 0 39 4 0 0 20 0 15 0 446264466 15514783744 14677 33554432000 4194304 4196468 140725075717808 140141274341344 140141254186334 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10289] ppid=10285 vsize=15151156 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10289/stat : 10289 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140862429456 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10290] ppid=10285 vsize=15151156 memory=139947470187439 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10290/stat : 10290 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140861376912 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10291] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10291/stat : 10291 (java) S 10285 10285 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140860324368 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10292] ppid=10285 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10292/stat : 10292 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264467 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140859271824 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10293] ppid=10285 vsize=15151156 memory=139947470165632 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10293/stat : 10293 (java) S 10285 10285 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446264469 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140604385776 140141270116994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10294] ppid=10285 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10294/stat : 10294 (java) S 10285 10285 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264469 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140603332000 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10295] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10295/stat : 10295 (java) S 10285 10285 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446264469 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140602279408 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10296] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10296/stat : 10296 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140601227984 140141270124443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10297] ppid=10285 vsize=15151156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10287/task/10297/stat : 10297 (java) R 10285 10285 6974 0 -1 4202560 624 0 0 0 7 0 0 0 20 0 15 0 446264472 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140600160600 140141255024872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10298] ppid=10285 vsize=15151156 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/10287/task/10298/stat : 10298 (java) R 10285 10285 6974 0 -1 4202560 472 0 0 0 10 0 0 0 20 0 15 0 446264472 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140599122032 140141253599707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10299] ppid=10285 vsize=15151156 memory=139947470165632 CPUtime=0.2 cores=0,2,4,6
/proc/10287/task/10299/stat : 10299 (java) R 10285 10285 6974 0 -1 1077944384 1065 0 0 0 20 0 0 0 20 0 15 0 446264472 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140598069488 140141270116994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10300] ppid=10285 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10300/stat : 10300 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264472 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140597017184 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10301] ppid=10285 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10301/stat : 10301 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264472 15514783744 14677 33554432000 4194304 4196468 140725075717808 140140595964720 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 60156 KiB

[startup+1.50843 s]
/proc/loadavg: 6.40 3.11 2.59 11/237 10349
/proc/meminfo: memFree=27140020/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0

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

/proc/10287/task/10349/stat : 10349 (java) R 10285 10285 6974 0 -1 4202560 21 0 0 0 24 0 0 0 20 0 19 0 446264581 15924805632 45904 33554432000 4194304 4196468 140725075717808 140140582535672 140140907481808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 3.65 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 185064 KiB

[startup+2.97006 s]
# the end of solver process 10285 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.29879 s, system=0.108607 s

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

[startup+1.90544 s]
/proc/loadavg: 6.40 3.11 2.59 11/237 10349
/proc/meminfo: memFree=27140020/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0
[pid=10287] ppid=10285 vsize=15551568 memory=186544 CPUtime=5.23 cores=0,2,4,6
/proc/10287/stat : 10287 (java) S 10285 10285 6974 0 -1 1077944320 20317 0 0 0 514 9 0 0 20 0 19 0 446264466 15924805632 46636 33554432000 4194304 4196468 140725075717808 140725075700352 140141270105847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
/proc/10287/statm: 3887892 46636 3466 1 0 3848992 0
[pid=10287/tid=10288] ppid=10285 vsize=15551568 memory=7597132098393106257 CPUtime=0.58 cores=0,2,4,6
/proc/10287/task/10288/stat : 10288 (java) S 10285 10285 6974 0 -1 1077944384 9101 0 0 0 53 5 0 0 20 0 19 0 446264466 15924805632 46636 33554432000 4194304 4196468 140725075717808 140141274346624 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10289] ppid=10285 vsize=15551568 memory=4640204396461838434 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10289/stat : 10289 (java) S 10285 10285 6974 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140862429456 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10290] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10290/stat : 10290 (java) S 10285 10285 6974 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140861376912 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10291] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10291/stat : 10291 (java) S 10285 10285 6974 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140860324368 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10292] ppid=10285 vsize=15551568 memory=2276 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10292/stat : 10292 (java) S 10285 10285 6974 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140859271824 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10293] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10293/stat : 10293 (java) S 10285 10285 6974 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 446264469 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140604385776 140141270116994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10294] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10294/stat : 10294 (java) S 10285 10285 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446264469 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140603332000 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10295] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10295/stat : 10295 (java) S 10285 10285 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446264469 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140602279408 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10296] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10296/stat : 10296 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446264472 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140601227984 140141270124443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10297] ppid=10285 vsize=15551568 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/10287/task/10297/stat : 10297 (java) R 10285 10285 6974 0 -1 4202560 3665 0 0 0 72 1 0 0 20 0 19 0 446264472 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140600160592 140141251649964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10298] ppid=10285 vsize=15551568 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/10287/task/10298/stat : 10298 (java) R 10285 10285 6974 0 -1 4202560 2159 0 0 0 80 0 0 0 20 0 19 0 446264472 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140599108352 140141255213913 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10299] ppid=10285 vsize=15551568 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/10287/task/10299/stat : 10299 (java) S 10285 10285 6974 0 -1 1077944384 2787 0 0 0 51 0 0 0 20 0 19 0 446264472 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140598069488 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10300] ppid=10285 vsize=15551568 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10300/stat : 10300 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446264472 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140597017184 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10301] ppid=10285 vsize=15551568 memory=2124 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10301/stat : 10301 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446264472 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140595964720 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10346] ppid=10285 vsize=15551568 memory=26296 CPUtime=0.58 cores=0,2,4,6
/proc/10287/task/10346/stat : 10346 (java) R 10285 10285 6974 0 -1 4202560 41 0 0 0 58 0 0 0 20 0 19 0 446264580 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140584638120 140140911480642 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10347] ppid=10285 vsize=15551568 memory=12024 CPUtime=0.37 cores=0,2,4,6
/proc/10287/task/10347/stat : 10347 (java) R 10285 10285 6974 0 -1 4202560 150 0 0 0 37 0 0 0 20 0 19 0 446264580 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140580429672 140140911480987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10348] ppid=10285 vsize=15551568 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/10287/task/10348/stat : 10348 (java) R 10285 10285 6974 0 -1 4202560 30 0 0 0 67 0 0 0 20 0 19 0 446264580 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140585690864 140140911479764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10349] ppid=10285 vsize=15551568 memory=2244 CPUtime=0.52 cores=0,2,4,6
/proc/10287/task/10349/stat : 10349 (java) R 10285 10285 6974 0 -1 4202560 23 0 0 0 52 0 0 0 20 0 19 0 446264581 15924805632 46636 33554432000 4194304 4196468 140725075717808 140140582534384 140140911741216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 187992 KiB

[startup+2.70144 s]
/proc/loadavg: 6.40 3.11 2.59 12/237 10349
/proc/meminfo: memFree=27135324/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0
[pid=10287] ppid=10285 vsize=15551568 memory=187416 CPUtime=8.4 cores=0,2,4,6
/proc/10287/stat : 10287 (java) S 10285 10285 6974 0 -1 1077944320 20496 0 0 0 831 9 0 0 20 0 19 0 446264466 15924805632 46854 33554432000 4194304 4196468 140725075717808 140725075700352 140141270105847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
/proc/10287/statm: 3887892 46854 3482 1 0 3848992 0
[pid=10287/tid=10288] ppid=10285 vsize=15551568 memory=26500 CPUtime=0.58 cores=0,2,4,6
/proc/10287/task/10288/stat : 10288 (java) S 10285 10285 6974 0 -1 1077944384 9101 0 0 0 53 5 0 0 20 0 19 0 446264466 15924805632 46854 33554432000 4194304 4196468 140725075717808 140141274346624 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10289] ppid=10285 vsize=15551568 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10289/stat : 10289 (java) S 10285 10285 6974 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140862429456 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10290] ppid=10285 vsize=15551568 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10290/stat : 10290 (java) S 10285 10285 6974 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140861376912 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10291] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10291/stat : 10291 (java) S 10285 10285 6974 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140860324368 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10292] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10292/stat : 10292 (java) S 10285 10285 6974 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 446264467 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140859271824 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10293] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10293/stat : 10293 (java) S 10285 10285 6974 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 446264469 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140604385776 140141270116994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10294] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10294/stat : 10294 (java) S 10285 10285 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446264469 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140603332000 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10295] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10295/stat : 10295 (java) S 10285 10285 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446264469 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140602279408 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10296] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10296/stat : 10296 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446264472 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140601227984 140141270124443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10297] ppid=10285 vsize=15551568 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/10287/task/10297/stat : 10297 (java) R 10285 10285 6974 0 -1 4202560 3746 0 0 0 117 1 0 0 20 0 19 0 446264472 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140600167480 140141249351910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10298] ppid=10285 vsize=15551568 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/10287/task/10298/stat : 10298 (java) R 10285 10285 6974 0 -1 4202560 2221 0 0 0 128 0 0 0 20 0 19 0 446264472 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140599114520 140141255027650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10299] ppid=10285 vsize=15551568 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/10287/task/10299/stat : 10299 (java) S 10285 10285 6974 0 -1 1077944384 2821 0 0 0 53 0 0 0 20 0 19 0 446264472 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140598069488 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10300] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10300/stat : 10300 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446264472 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140597017184 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10301] ppid=10285 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10301/stat : 10301 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446264472 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140595964720 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10346] ppid=10285 vsize=15551568 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/10287/task/10346/stat : 10346 (java) R 10285 10285 6974 0 -1 4202560 41 0 0 0 104 0 0 0 20 0 19 0 446264580 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140584639544 140140911345059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10347] ppid=10285 vsize=15551568 memory=288230574492221466 CPUtime=0.91 cores=0,2,4,6
/proc/10287/task/10347/stat : 10347 (java) R 10285 10285 6974 0 -1 4202560 150 0 0 0 91 0 0 0 20 0 19 0 446264580 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140580429848 140140911715324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10348] ppid=10285 vsize=15551568 memory=316941043675431227 CPUtime=1.3 cores=0,2,4,6
/proc/10287/task/10348/stat : 10348 (java) R 10285 10285 6974 0 -1 4202560 30 0 0 0 130 0 0 0 20 0 19 0 446264580 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140585693960 140140912038870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10349] ppid=10285 vsize=15551568 memory=13848573129264102 CPUtime=1.08 cores=0,2,4,6
/proc/10287/task/10349/stat : 10349 (java) R 10285 10285 6974 0 -1 4202560 25 0 0 0 108 0 0 0 20 0 19 0 446264581 15924805632 46854 33554432000 4194304 4196468 140725075717808 140140582531024 140140912232607 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 8.4 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 188864 KiB

[startup+2.90144 s]
/proc/loadavg: 6.40 3.11 2.59 12/237 10349
/proc/meminfo: memFree=27135324/32770624 swapFree=66997372/67108860
[pid=10285] ppid=10282 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10285/stat : 10285 (xcsp3-exec) S 10282 10285 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446264466 115843072 362 33554432000 4194304 5098028 140734163422368 140734163420472 139708420178556 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 33730560 140734163428218 140734163428461 140734163428461 140734163431370 0
/proc/10285/statm: 28282 362 304 221 0 87 0
[pid=10287] ppid=10285 vsize=15553616 memory=189484 CPUtime=9.21 cores=0,2,4,6
/proc/10287/stat : 10287 (java) S 10285 10285 6974 0 -1 1077944320 20538 0 0 0 911 10 0 0 20 0 19 0 446264466 15926902784 47371 33554432000 4194304 4196468 140725075717808 140725075700352 140141270105847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
/proc/10287/statm: 3888404 47371 3482 1 0 3849504 0
[pid=10287/tid=10288] ppid=10285 vsize=15553616 memory=6081078195285677925 CPUtime=0.58 cores=0,2,4,6
/proc/10287/task/10288/stat : 10288 (java) S 10285 10285 6974 0 -1 1077944384 9101 0 0 0 53 5 0 0 20 0 19 0 446264466 15926902784 47371 33554432000 4194304 4196468 140725075717808 140141274346624 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10289] ppid=10285 vsize=15553616 memory=7375038364591154276 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10289/stat : 10289 (java) S 10285 10285 6974 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 446264467 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140862429456 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10290] ppid=10285 vsize=15553616 memory=7375046065450740325 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10290/stat : 10290 (java) S 10285 10285 6974 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 446264467 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140861376912 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10291] ppid=10285 vsize=15553616 memory=5863782812220221281 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10291/stat : 10291 (java) S 10285 10285 6974 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 446264467 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140860324368 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10292] ppid=10285 vsize=15553616 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10292/stat : 10292 (java) S 10285 10285 6974 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 446264467 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140859271824 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10293] ppid=10285 vsize=15553616 memory=7450484722270361442 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10293/stat : 10293 (java) S 10285 10285 6974 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 446264469 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140604385776 140141270116994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10294] ppid=10285 vsize=15553616 memory=4206450431273820722 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10294/stat : 10294 (java) S 10285 10285 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446264469 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140603332000 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10295] ppid=10285 vsize=15553616 memory=6940149732964708929 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10295/stat : 10295 (java) S 10285 10285 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446264469 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140602279408 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10296] ppid=10285 vsize=15553616 memory=-8961457760031564238 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10296/stat : 10296 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446264472 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140601227984 140141270124443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10297] ppid=10285 vsize=15553616 memory=1448 CPUtime=1.28 cores=0,2,4,6
/proc/10287/task/10297/stat : 10297 (java) R 10285 10285 6974 0 -1 4202560 3753 0 0 0 127 1 0 0 20 0 19 0 446264472 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140600156496 140141253602635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10298] ppid=10285 vsize=15553616 memory=186940 CPUtime=1.45 cores=0,2,4,6
/proc/10287/task/10298/stat : 10298 (java) R 10285 10285 6974 0 -1 4202560 2244 0 0 0 145 0 0 0 20 0 19 0 446264472 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140599110160 140141253600055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10299] ppid=10285 vsize=15553616 memory=6941847275821294950 CPUtime=0.54 cores=0,2,4,6
/proc/10287/task/10299/stat : 10299 (java) S 10285 10285 6974 0 -1 1077944384 2832 0 0 0 54 0 0 0 20 0 19 0 446264472 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140598069488 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10300] ppid=10285 vsize=15553616 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10300/stat : 10300 (java) S 10285 10285 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446264472 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140597017184 140141270116053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10301] ppid=10285 vsize=15553616 memory=6081078195285677925 CPUtime=0 cores=0,2,4,6
/proc/10287/task/10301/stat : 10301 (java) S 10285 10285 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446264472 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140595964720 140141270116994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10346] ppid=10285 vsize=15553616 memory=-2893623298589923098 CPUtime=1.14 cores=0,2,4,6
/proc/10287/task/10346/stat : 10346 (java) R 10285 10285 6974 0 -1 4202560 41 0 0 0 114 0 0 0 20 0 19 0 446264580 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140584639336 140140912961666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10347] ppid=10285 vsize=15553616 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/10287/task/10347/stat : 10347 (java) R 10285 10285 6974 0 -1 4202560 151 0 0 0 101 0 0 0 20 0 19 0 446264580 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140580429848 140140911345017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10348] ppid=10285 vsize=15553616 memory=0 CPUtime=1.5 cores=0,2,4,6
/proc/10287/task/10348/stat : 10348 (java) R 10285 10285 6974 0 -1 4202560 30 0 0 0 150 0 0 0 20 0 19 0 446264580 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140585691416 140140911886213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
[pid=10287/tid=10349] ppid=10285 vsize=15553616 memory=3832762815147556722 CPUtime=1.22 cores=0,2,4,6
/proc/10287/task/10349/stat : 10349 (java) R 10285 10285 6974 0 -1 4202560 25 0 0 0 122 0 0 0 20 0 19 0 446264581 15926902784 47371 33554432000 4194304 4196468 140725075717808 140140582535432 140140911886721 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27971584 140725075719151 140725075719322 140725075719322 140725075722191 0
Current children cumulated CPU time: 9.21 s
Current children cumulated vsize: 15666744 KiB
Current children cumulated memory: 190932 KiB

Child status: 0
Real time (s): 2.97012
CPU time (s): 9.40739
CPU user time (s): 9.29879
CPU system time (s): 0.108607
CPU usage (%): 316.734
Max. virtual memory (cumulated for all children) (KiB): 15666744
Max. memory (cumulated for all children) (KiB): 190932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.29879
system time used= 0.108607
maximum resident set size= 190584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21125
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2317
involuntary context switches= 456


# summary of solver processes directly reported to runsolver:
#   pid: 10285
#   total CPU time (s): 9.40739
#   total CPU user time (s): 9.29879
#   total CPU system time (s): 0.108607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041903 second user time and 0.068675 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 08:00:55
IDJOB=4399258
IDBENCH=141374
IDSOLVER=2853
FILE ID=node103/4399258-1568700114
RUNJOBID= node103-1568699927-7005
PBS_JOBID= 21703829
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_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-4399258-1568700114/watcher-4399258-1568700114 -o /tmp/evaluation-result-4399258-1568700114/solver-4399258-1568700114 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568699927-7005 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1922491734 HOME/instance-4399258-1568700114.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1922491734

node103.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.74
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.74
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.74
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.74
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:        27309636 kB
MemAvailable:   27719676 kB
Buffers:           81616 kB
Cached:           622804 kB
SwapCached:         9016 kB
Active:          4594584 kB
Inactive:         280240 kB
Active(anon):    4162204 kB
Inactive(anon):    57316 kB
Active(file):     432380 kB
Inactive(file):   222924 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:       4417264 kB
Mapped:            61712 kB
Shmem:             40856 kB
Slab:             171440 kB
SReclaimable:     141140 kB
SUnreclaim:        30300 kB
KernelStack:        4160 kB
PageTables:        14116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5372432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4298752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 08:00:58