Trace number 4406109

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-24OPT44 67.1864 62.8924

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
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 benchmark5.28313
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-4406109-1569414913.xml"  -tl '2520s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406109-1569414913.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
0.71/0.51	c solve instance...
1.28/0.65	o 58 
1.28/0.65	o 53 
1.28/0.67	o 51 
2.83/1.19	o 50 
4.02/1.52	o 49 
4.02/1.53	o 45 
10.48/6.47	o 44 
67.08/62.88	s OPTIMUM FOUND
67.08/62.88	v <instantiation>
67.08/62.88	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>
67.08/62.88	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>
67.08/62.88	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 (12940 MiB free)
  memory of node 1: 16384 MiB (11655 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406109-1569414913/watcher-4406109-1569414913 -o /tmp/evaluation-result-4406109-1569414913/solver-4406109-1569414913 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569396627-21716 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1090324486 HOME/instance-4406109-1569414913.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=25498, runsolver pid=25495
Current StackSize limit: 8192 KiB


[startup+0.101606 s]*
/proc/loadavg: 1.92 1.92 1.87 3/230 25514
/proc/meminfo: memFree=25169800/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15144776 memory=29288 CPUtime=0.13 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 5772 0 0 0 12 1 0 0 20 0 15 0 517429136 15508250624 7322 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3786194 7322 3180 1 0 3748377 0
[pid=25500/tid=25501] ppid=25498 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 3651 0 0 0 8 1 0 0 20 0 15 0 517429136 15508250624 7322 33554432000 4194304 4196468 140728378427616 139932698369936 139932694150550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15144776 memory=3472468623820944592 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 7322 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15144776 memory=140494925792896 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 7322 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 7322 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 7322 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517429138 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517429139 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931567064608 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517429139 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931566011760 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) R 25498 25498 21684 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 517429141 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931563907440 139932694149762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) R 25498 25498 21684 0 -1 4202560 164 0 0 0 0 0 0 0 20 0 15 0 517429141 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931562854640 139932677549408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15144776 memory=140494925792896 CPUtime=0.02 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) R 25498 25498 21684 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 517429141 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931561799376 139932694159962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15144776 memory=140494925792896 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) R 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429142 15508250624 7322 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30740 KiB

[startup+0.211191 s]*
/proc/loadavg: 1.92 1.92 1.87 3/230 25514
/proc/meminfo: memFree=25156648/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15144776 memory=41032 CPUtime=0.34 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 9477 0 0 0 31 3 0 0 20 0 15 0 517429136 15508250624 10258 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3786194 10258 3308 1 0 3748377 0
[pid=25500/tid=25501] ppid=25498 vsize=15144776 memory=-8895323862916359523 CPUtime=0.19 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 6665 0 0 0 17 2 0 0 20 0 15 0 517429136 15508250624 10258 33554432000 4194304 4196468 140728378427616 139932698373600 139932330886269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15144776 memory=3472468623820944592 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 10258 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15144776 memory=140494925792896 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 10258 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 10258 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517429137 15508250624 10258 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15144776 memory=140494925792896 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517429138 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517429139 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931567064608 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517429139 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931566011760 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) S 25498 25498 21684 0 -1 1077944384 469 0 0 0 2 0 0 0 20 0 15 0 517429141 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931563907440 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) S 25498 25498 21684 0 -1 1077944384 278 0 0 0 2 0 0 0 20 0 15 0 517429141 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931562854640 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15144776 memory=140494925792896 CPUtime=0.08 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) R 25498 25498 21684 0 -1 4202560 762 0 0 0 8 0 0 0 20 0 15 0 517429141 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931561801840 139932694159962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15144776 memory=140494925792896 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429142 15508250624 10258 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42484 KiB

[startup+0.310501 s]*
/proc/loadavg: 1.92 1.92 1.87 4/230 25514
/proc/meminfo: memFree=25149888/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15149032 memory=50528 CPUtime=0.53 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 10935 0 0 0 49 4 0 0 20 0 15 0 517429136 15512608768 12632 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3787258 12632 3358 1 0 3748377 0
[pid=25500/tid=25501] ppid=25498 vsize=15149032 memory=-8094235084319000145 CPUtime=0.3 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 7870 0 0 0 27 3 0 0 20 0 15 0 517429136 15512608768 12632 33554432000 4194304 4196468 140728378427616 139932698365232 139932678219102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15149032 memory=3472468623820944592 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15512608768 12632 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15149032 memory=280989748607360 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15512608768 12632 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15149032 memory=280989645661216 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15512608768 12632 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15149032 memory=140494822814479 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517429137 15512608768 12632 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15149032 memory=280989748616576 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517429138 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15149032 memory=140494822819087 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517429139 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931567064608 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15149032 memory=140494822845659 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517429139 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931566011760 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15149032 memory=140494822848738 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) S 25498 25498 21684 0 -1 1077944384 598 0 0 0 5 0 0 0 20 0 15 0 517429141 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931563907440 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) S 25498 25498 21684 0 -1 1077944384 309 0 0 0 4 0 0 0 20 0 15 0 517429141 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931562854640 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15149032 memory=140494925792896 CPUtime=0.12 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) S 25498 25498 21684 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 15 0 517429141 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931561801840 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15149032 memory=140494925794348 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429142 15512608768 12632 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51980 KiB

[startup+0.701003 s]
/proc/loadavg: 1.92 1.92 1.87 3/230 25514
/proc/meminfo: memFree=25134940/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15151156 memory=69892 CPUtime=1.56 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 14754 0 0 0 150 6 0 0 20 0 15 0 517429136 15514783744 17473 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3787789 17473 3455 1 0 3748889 0
[pid=25500/tid=25501] ppid=25498 vsize=15151156 memory=6945208551368380768 CPUtime=0.67 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 9144 0 0 0 63 4 0 0 20 0 15 0 517429136 15514783744 17473 33554432000 4194304 4196468 140728378427616 139932698374808 139932694150550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15151156 memory=7084813469732589655 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 17473 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15151156 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 17473 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 17473 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 17473 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15151156 memory=11620 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517429138 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931567064608 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931566011760 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15151156 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15151156 memory=1560 CPUtime=0.27 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) R 25498 25498 21684 0 -1 4202560 1520 0 0 0 27 0 0 0 20 0 15 0 517429141 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931563893320 139932675660038 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15151156 memory=1172 CPUtime=0.29 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) R 25498 25498 21684 0 -1 4202560 1010 0 0 0 29 0 0 0 20 0 15 0 517429141 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931562841488 139932673795137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15151156 memory=14008 CPUtime=0.3 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) S 25498 25498 21684 0 -1 1077944384 1774 0 0 0 30 0 0 0 20 0 15 0 517429141 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931561801840 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15151156 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15151156 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) S 25498 25498 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 17473 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 71344 KiB

[startup+1.50187 s]
/proc/loadavg: 1.92 1.92 1.87 5/230 25514
/proc/meminfo: memFree=25106668/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0

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

/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15151156 memory=213656 CPUtime=65.08 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 48314 0 0 0 6496 12 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3787789 53414 3512 1 0 3748889 0
[pid=25500/tid=25501] ppid=25498 vsize=15151156 memory=1424 CPUtime=60.76 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 12379 0 0 0 6069 7 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932698377688 139932334561740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15151156 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15151156 memory=6192 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 987 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15151156 memory=213636 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 940 0 0 0 0 0 0 0 20 0 15 0 517429138 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15151156 memory=1208 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931567064672 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931566011776 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15151156 memory=1000 CPUtime=2.05 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) S 25498 25498 21684 0 -1 1077944384 12301 0 0 0 204 1 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931563907440 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15151156 memory=1560 CPUtime=1.75 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) S 25498 25498 21684 0 -1 1077944384 12546 0 0 0 175 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931562854640 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15151156 memory=1172 CPUtime=0.42 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) S 25498 25498 21684 0 -1 1077944384 5630 0 0 0 42 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931561801840 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15151156 memory=53636 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) S 25498 25498 21684 0 -1 1077944384 482 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 65.08 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 215108 KiB

[startup+61.6007 s]
/proc/loadavg: 1.90 1.91 1.87 3/229 25672
/proc/meminfo: memFree=25016600/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15151156 memory=213656 CPUtime=65.88 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 48320 0 0 0 6576 12 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3787789 53414 3512 1 0 3748889 0
[pid=25500/tid=25501] ppid=25498 vsize=15151156 memory=2828 CPUtime=61.56 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 12385 0 0 0 6149 7 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932698377688 139932334291596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15151156 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15151156 memory=53636 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 987 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15151156 memory=213636 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 940 0 0 0 0 0 0 0 20 0 15 0 517429138 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931567064672 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15151156 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931566011776 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15151156 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15151156 memory=1424 CPUtime=2.05 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) S 25498 25498 21684 0 -1 1077944384 12301 0 0 0 204 1 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931563907440 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15151156 memory=1704 CPUtime=1.75 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) S 25498 25498 21684 0 -1 1077944384 12546 0 0 0 175 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931562854640 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15151156 memory=6192 CPUtime=0.42 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) S 25498 25498 21684 0 -1 1077944384 5630 0 0 0 42 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931561801840 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15151156 memory=768 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15151156 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) S 25498 25498 21684 0 -1 1077944384 482 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 65.88 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 215108 KiB

[startup+62.4007 s]
/proc/loadavg: 1.90 1.91 1.87 3/229 25672
/proc/meminfo: memFree=24985756/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15151156 memory=213656 CPUtime=66.68 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 48324 0 0 0 6656 12 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3787789 53414 3512 1 0 3748889 0
[pid=25500/tid=25501] ppid=25498 vsize=15151156 memory=53636 CPUtime=62.36 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 12389 0 0 0 6229 7 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932698377688 139932334291422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15151156 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 987 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15151156 memory=213656 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 940 0 0 0 0 0 0 0 20 0 15 0 517429138 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931567064672 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15151156 memory=213656 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931566011776 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15151156 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15151156 memory=24124 CPUtime=2.05 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) S 25498 25498 21684 0 -1 1077944384 12301 0 0 0 204 1 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931563907440 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15151156 memory=528 CPUtime=1.75 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) S 25498 25498 21684 0 -1 1077944384 12546 0 0 0 175 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931562854640 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15151156 memory=1560 CPUtime=0.42 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) S 25498 25498 21684 0 -1 1077944384 5630 0 0 0 42 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931561801840 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15151156 memory=11620 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) S 25498 25498 21684 0 -1 1077944384 482 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 66.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 215108 KiB

[startup+62.8007 s]
/proc/loadavg: 1.90 1.91 1.87 3/229 25672
/proc/meminfo: memFree=24985756/32770624 swapFree=66936840/67108860
[pid=25498] ppid=25495 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25498/stat : 25498 (xcsp3-exec) S 25495 25498 21684 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517429136 115843072 363 33554432000 4194304 5098028 140727513076992 140727513075096 139729980891772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9424896 140727513080698 140727513080941 140727513080941 140727513083850 0
/proc/25498/statm: 28282 363 304 221 0 87 0
[pid=25500] ppid=25498 vsize=15151156 memory=213656 CPUtime=67.08 cores=1,3,5,7
/proc/25500/stat : 25500 (java) S 25498 25498 21684 0 -1 1077944320 48326 0 0 0 6696 12 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 140728378410160 139932694138615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
/proc/25500/statm: 3787789 53414 3512 1 0 3748889 0
[pid=25500/tid=25501] ppid=25498 vsize=15151156 memory=140496970187352 CPUtime=62.76 cores=1,3,5,7
/proc/25500/task/25501/stat : 25501 (java) R 25498 25498 21684 0 -1 4202560 12391 0 0 0 6269 7 0 0 20 0 15 0 517429136 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932698377688 139932334291635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25502] ppid=25498 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25502/stat : 25502 (java) S 25498 25498 21684 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932652898960 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25503] ppid=25498 vsize=15151156 memory=-7595718148000617580 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25503/stat : 25503 (java) S 25498 25498 21684 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932285872656 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25504] ppid=25498 vsize=15151156 memory=6944613755361064352 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25504/stat : 25504 (java) S 25498 25498 21684 0 -1 1077944384 987 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932284819856 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25505] ppid=25498 vsize=15151156 memory=4137284780655939955 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25505/stat : 25505 (java) S 25498 25498 21684 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 517429137 15514783744 53414 33554432000 4194304 4196468 140728378427616 139932283767056 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25506] ppid=25498 vsize=15151156 memory=-7595754389022698646 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25506/stat : 25506 (java) S 25498 25498 21684 0 -1 1077944384 940 0 0 0 0 0 0 0 20 0 15 0 517429138 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931568118640 139932694149762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25507] ppid=25498 vsize=15151156 memory=8305307729386299488 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25507/stat : 25507 (java) S 25498 25498 21684 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931567064672 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25508] ppid=25498 vsize=15151156 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25508/stat : 25508 (java) S 25498 25498 21684 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 517429139 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931566011776 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25509] ppid=25498 vsize=15151156 memory=916 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25509/stat : 25509 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931564960080 139932694157211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25510] ppid=25498 vsize=15151156 memory=3848 CPUtime=2.05 cores=1,3,5,7
/proc/25500/task/25510/stat : 25510 (java) S 25498 25498 21684 0 -1 1077944384 12301 0 0 0 204 1 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931563907440 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25511] ppid=25498 vsize=15151156 memory=2932 CPUtime=1.75 cores=1,3,5,7
/proc/25500/task/25511/stat : 25511 (java) S 25498 25498 21684 0 -1 1077944384 12546 0 0 0 175 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931562854640 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25512] ppid=25498 vsize=15151156 memory=2944 CPUtime=0.42 cores=1,3,5,7
/proc/25500/task/25512/stat : 25512 (java) S 25498 25498 21684 0 -1 1077944384 5630 0 0 0 42 0 0 0 20 0 15 0 517429141 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931561801840 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25513] ppid=25498 vsize=15151156 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25513/stat : 25513 (java) S 25498 25498 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931560749280 139932694148821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
[pid=25500/tid=25514] ppid=25498 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/25500/task/25514/stat : 25514 (java) S 25498 25498 21684 0 -1 1077944384 482 0 0 0 0 0 0 0 20 0 15 0 517429142 15514783744 53414 33554432000 4194304 4196468 140728378427616 139931559697584 139932694149762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 23834624 140728378434543 140728378434714 140728378434714 140728378437583 0
Current children cumulated CPU time: 67.08 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 215108 KiB

Child status: 0
Real time (s): 62.8924
CPU time (s): 67.1864
CPU user time (s): 67.0557
CPU system time (s): 0.130693
CPU usage (%): 106.828
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 215108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.0557
system time used= 0.130693
maximum resident set size= 213828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3510
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 25498
#   total CPU time (s): 67.1864
#   total CPU user time (s): 67.0557
#   total CPU system time (s): 0.130693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.439707 second user time and 0.542517 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-25 14:34:31
IDJOB=4406109
IDBENCH=141376
IDSOLVER=2869
FILE ID=node141/4406109-1569414913
RUNJOBID= node141-1569396627-21716
PBS_JOBID= 21705681
Free space on /tmp= 22904 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406109-1569414913/watcher-4406109-1569414913 -o /tmp/evaluation-result-4406109-1569414913/solver-4406109-1569414913 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569396627-21716 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1090324486 HOME/instance-4406109-1569414913.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1090324486

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        25186280 kB
MemAvailable:   31641588 kB
Buffers:          132000 kB
Cached:          6602196 kB
SwapCached:        62084 kB
Active:          3518620 kB
Inactive:        3451152 kB
Active(anon):     171056 kB
Inactive(anon):   117552 kB
Active(file):    3347564 kB
Inactive(file):  3333600 kB
Unevictable:      107012 kB
Mlocked:          107012 kB
SwapTotal:      67108860 kB
SwapFree:       66936840 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:        282388 kB
Mapped:            68560 kB
Shmem:             44800 kB
Slab:             209776 kB
SReclaimable:     179960 kB
SUnreclaim:        29816 kB
KernelStack:        3824 kB
PageTables:         6616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1435684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22880 MiB
End job on node141 at 2019-09-25 14:35:34