Trace number 4406076

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-24OPT85 2165.38 2158.11

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark115.403
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406076-1569410909.xml"  -tl '2520s' -p 1
0.12/0.19	c Choco e747e1e
0.12/0.19	c [HOME/instance-4406076-1569410909.xml, -tl, 2520s, -p, 1]
0.35/0.24	c simple solver
0.35/0.31	c parse instance...
0.95/0.52	c solve instance...
0.95/0.58	o 135 
0.95/0.58	o 133 
0.95/0.59	o 120 
0.95/0.60	o 119 
0.95/0.60	o 114 
1.25/0.61	o 109 
1.25/0.61	o 104 
1.55/0.70	o 98 
1.88/0.89	o 93 
2.18/0.97	o 87 
2.18/0.97	o 85 
2165.26/2158.10	s OPTIMUM FOUND
2165.26/2158.10	v <instantiation>
2165.26/2158.10	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
2165.26/2158.10	v 	<values>1 2 4 0 5 6 12 14 10 11 13 9 8 7 3 6 1 10 5 4 11 5 13 6 2 8 4 1 8 1 </values>
2165.26/2158.10	v </instantiation>

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406076-1569410909/watcher-4406076-1569410909 -o /tmp/evaluation-result-4406076-1569410909/solver-4406076-1569410909 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569408230-24921 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1956837398 HOME/instance-4406076-1569410909.xml 

running on 4 cores: 4-7

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

solver pid=25796, runsolver pid=25793

[startup+0.100144 s]*
/proc/loadavg: 1.73 1.55 1.55 3/229 25812
/proc/meminfo: memFree=25376628/32770688 swapFree=67001284/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
[pid=25798] ppid=25796 vsize=15144776 memory=28560 CPUtime=0.12 cores=4-7
/proc/25798/stat : 25798 (java) S 25796 25796 24889 0 -1 1077944320 5635 0 0 0 11 1 0 0 20 0 15 0 517032465 15508250624 7140 33554432000 4194304 4196468 140721985861552 140721985844096 139836535557879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
/proc/25798/statm: 3786194 7140 3117 1 0 3748377 0
[pid=25798/tid=25799] ppid=25796 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=4-7
/proc/25798/task/25799/stat : 25799 (java) R 25796 25796 24889 0 -1 4202560 3555 0 0 0 8 1 0 0 20 0 15 0 517032465 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836539784904 139836535569814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25800] ppid=25796 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=4-7
/proc/25798/task/25800/stat : 25800 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836488178064 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25801] ppid=25796 vsize=15144776 memory=139983577888384 CPUtime=0 cores=4-7
/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15144776 memory=139983577888384 CPUtime=0 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517032468 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517032468 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836003128608 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517032468 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836002076272 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 7140 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) S 25796 25796 24889 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 7140 33554432000 4194304 4196468 140721985861552 139835999971440 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) S 25796 25796 24889 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 7140 33554432000 4194304 4196468 140721985861552 139835998918640 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15144776 memory=139983577888384 CPUtime=0.01 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) R 25796 25796 24889 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 15 0 517032471 15508250624 7140 33554432000 4194304 4196468 140721985861552 139835997866352 139836520723425 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 7140 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15144776 memory=139983577888384 CPUtime=0 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 7140 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30008 KiB

[startup+0.211707 s]*
/proc/loadavg: 1.73 1.55 1.55 3/229 25812
/proc/meminfo: memFree=25364548/32770688 swapFree=67001284/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
[pid=25798] ppid=25796 vsize=15144776 memory=40112 CPUtime=0.35 cores=4-7
/proc/25798/stat : 25798 (java) S 25796 25796 24889 0 -1 1077944320 9241 0 0 0 32 3 0 0 20 0 15 0 517032465 15508250624 10028 33554432000 4194304 4196468 140721985861552 140721985844096 139836535557879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
/proc/25798/statm: 3786194 10028 3259 1 0 3748377 0
[pid=25798/tid=25799] ppid=25796 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/25798/task/25799/stat : 25799 (java) R 25796 25796 24889 0 -1 4202560 6507 0 0 0 18 2 0 0 20 0 15 0 517032465 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836539790928 139836535579805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25800] ppid=25796 vsize=15144776 memory=9098 CPUtime=0 cores=4-7
/proc/25798/task/25800/stat : 25800 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836488178064 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25801] ppid=25796 vsize=15144776 memory=139983581710313 CPUtime=0 cores=4-7
/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517032466 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15144776 memory=139983577888384 CPUtime=0 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517032468 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517032468 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836003128608 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517032468 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836002076272 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 10028 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15144776 memory=0 CPUtime=0.02 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) S 25796 25796 24889 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 15 0 517032471 15508250624 10028 33554432000 4194304 4196468 140721985861552 139835999971440 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15144776 memory=-1 CPUtime=0.02 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) S 25796 25796 24889 0 -1 1077944384 251 0 0 0 2 0 0 0 20 0 15 0 517032471 15508250624 10028 33554432000 4194304 4196468 140721985861552 139835998918640 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15144776 memory=139983577888384 CPUtime=0.07 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) S 25796 25796 24889 0 -1 1077944384 800 0 0 0 7 0 0 0 20 0 15 0 517032471 15508250624 10028 33554432000 4194304 4196468 140721985861552 139835997866352 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 10028 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032471 15508250624 10028 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41560 KiB

[startup+0.311675 s]*
/proc/loadavg: 1.73 1.55 1.55 3/229 25812
/proc/meminfo: memFree=25359572/32770688 swapFree=67001284/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
[pid=25798] ppid=25796 vsize=15149032 memory=46512 CPUtime=0.52 cores=4-7
/proc/25798/stat : 25798 (java) S 25796 25796 24889 0 -1 1077944320 10466 0 0 0 49 3 0 0 20 0 15 0 517032465 15512608768 11628 33554432000 4194304 4196468 140721985861552 140721985844096 139836535557879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
/proc/25798/statm: 3787258 11628 3319 1 0 3748377 0
[pid=25798/tid=25799] ppid=25796 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=4-7
/proc/25798/task/25799/stat : 25799 (java) R 25796 25796 24889 0 -1 4202560 7538 0 0 0 27 3 0 0 20 0 15 0 517032465 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836539794592 139836519638366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25800] ppid=25796 vsize=15149032 memory=9460 CPUtime=0 cores=4-7
/proc/25798/task/25800/stat : 25800 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836488178064 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25801] ppid=25796 vsize=15149032 memory=3832882 CPUtime=0 cores=4-7
/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517032466 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517032468 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517032468 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836003128608 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517032468 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836002076272 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15512608768 11628 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15149032 memory=0 CPUtime=0.04 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) S 25796 25796 24889 0 -1 1077944384 424 0 0 0 4 0 0 0 20 0 15 0 517032471 15512608768 11628 33554432000 4194304 4196468 140721985861552 139835999971440 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15149032 memory=0 CPUtime=0.04 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) S 25796 25796 24889 0 -1 1077944384 257 0 0 0 4 0 0 0 20 0 15 0 517032471 15512608768 11628 33554432000 4194304 4196468 140721985861552 139835998918640 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15149032 memory=0 CPUtime=0.12 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) S 25796 25796 24889 0 -1 1077944384 942 0 0 0 12 0 0 0 20 0 15 0 517032471 15512608768 11628 33554432000 4194304 4196468 140721985861552 139835997866352 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15512608768 11628 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032471 15512608768 11628 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 47960 KiB

[startup+0.701165 s]
/proc/loadavg: 1.73 1.55 1.55 4/229 25812
/proc/meminfo: memFree=25344344/32770688 swapFree=67001284/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
[pid=25798] ppid=25796 vsize=15151156 memory=73376 CPUtime=1.55 cores=4-7
/proc/25798/stat : 25798 (java) S 25796 25796 24889 0 -1 1077944320 15624 0 0 0 149 6 0 0 20 0 15 0 517032465 15514783744 18344 33554432000 4194304 4196468 140721985861552 140721985844096 139836535557879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
/proc/25798/statm: 3787789 18344 3455 1 0 3748889 0
[pid=25798/tid=25799] ppid=25796 vsize=15151156 memory=2120 CPUtime=0.67 cores=4-7
/proc/25798/task/25799/stat : 25799 (java) R 25796 25796 24889 0 -1 4202560 9168 0 0 0 63 4 0 0 20 0 15 0 517032465 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836539797344 139836169292463 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25800] ppid=25796 vsize=15151156 memory=496 CPUtime=0 cores=4-7
/proc/25798/task/25800/stat : 25800 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836488178064 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25801] ppid=25796 vsize=15151156 memory=1556 CPUtime=0 cores=4-7
/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15151156 memory=928 CPUtime=0 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032466 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15151156 memory=1620 CPUtime=0 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517032466 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15151156 memory=780 CPUtime=0 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15151156 memory=1444 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836003128608 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15151156 memory=1984 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836002076272 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15151156 memory=2524 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 18344 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15151156 memory=1760 CPUtime=0.28 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) R 25796 25796 24889 0 -1 4202560 1349 0 0 0 28 0 0 0 20 0 15 0 517032471 15514783744 18344 33554432000 4194304 4196468 140721985861552 139835999952456 139836514791226 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15151156 memory=111636 CPUtime=0.23 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) R 25796 25796 24889 0 -1 4202560 2009 0 0 0 23 0 0 0 20 0 15 0 517032471 15514783744 18344 33554432000 4194304 4196468 140721985861552 139835998904520 139836528275031 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15151156 memory=800 CPUtime=0.32 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) S 25796 25796 24889 0 -1 1077944384 1792 0 0 0 32 0 0 0 20 0 15 0 517032471 15514783744 18344 33554432000 4194304 4196468 140721985861552 139835997866352 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15151156 memory=1808 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 18344 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15151156 memory=920 CPUtime=0 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 18344 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 74824 KiB

[startup+1.50091 s]
/proc/loadavg: 1.73 1.55 1.55 6/229 25812
/proc/meminfo: memFree=25316256/32770688 swapFree=67001284/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0

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

/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 3815 0 0 0 97 4 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15151156 memory=6791534058613427641 CPUtime=1.02 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 4005 0 0 0 97 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15151156 memory=33564 CPUtime=1.02 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 3532 0 0 0 97 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15151156 memory=14068 CPUtime=0.83 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 8909 0 0 0 72 11 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15151156 memory=2120 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836003128672 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15151156 memory=2120 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836002076288 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15151156 memory=1722776 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15151156 memory=1448 CPUtime=1.66 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) S 25796 25796 24889 0 -1 1077944384 11566 0 0 0 164 2 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835999971440 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15151156 memory=1722776 CPUtime=1.8 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) S 25796 25796 24889 0 -1 1077944384 11594 0 0 0 179 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835998918640 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15151156 memory=1448 CPUtime=0.5 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) S 25796 25796 24889 0 -1 1077944384 7857 0 0 0 49 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835997866352 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15151156 memory=1722776 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15151156 memory=1620 CPUtime=0.5 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1245 0 0 0 20 30 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 2162.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1724224 KiB

[startup+2156.8 s]
/proc/loadavg: 5.19 3.85 2.67 6/230 26114
/proc/meminfo: memFree=11061708/32770688 swapFree=67001288/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
[pid=25798] ppid=25796 vsize=15151156 memory=1722776 CPUtime=2164.06 cores=4-7
/proc/25798/stat : 25798 (java) S 25796 25796 24889 0 -1 1077944320 110630 0 0 0 216121 285 0 0 20 0 15 0 517032465 15514783744 430694 33554432000 4194304 4196468 140721985861552 140721985844096 139836535557879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
/proc/25798/statm: 3787789 430694 3528 1 0 3748889 0
[pid=25798/tid=25799] ppid=25796 vsize=15151156 memory=1722776 CPUtime=2154.58 cores=4-7
/proc/25798/task/25799/stat : 25799 (java) R 25796 25796 24889 0 -1 4202560 51560 0 0 0 215231 227 0 0 20 0 15 0 517032465 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836539797408 139836170285434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25800] ppid=25796 vsize=15151156 memory=1722776 CPUtime=1.02 cores=4-7
/proc/25798/task/25800/stat : 25800 (java) S 25796 25796 24889 0 -1 1077944384 5103 0 0 0 98 4 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836488178064 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25801] ppid=25796 vsize=15151156 memory=8392 CPUtime=1.02 cores=4-7
/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 3815 0 0 0 98 4 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15151156 memory=14008 CPUtime=1.03 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 4009 0 0 0 98 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15151156 memory=33564 CPUtime=1.03 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 3532 0 0 0 98 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15151156 memory=1448 CPUtime=0.83 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 8911 0 0 0 72 11 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15151156 memory=1693920 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836003128672 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15151156 memory=2120 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836002076288 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15151156 memory=1448 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15151156 memory=1722776 CPUtime=1.66 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) S 25796 25796 24889 0 -1 1077944384 11566 0 0 0 164 2 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835999971440 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15151156 memory=1088 CPUtime=1.8 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) S 25796 25796 24889 0 -1 1077944384 11594 0 0 0 179 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835998918640 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15151156 memory=780 CPUtime=0.5 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) S 25796 25796 24889 0 -1 1077944384 7857 0 0 0 49 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835997866352 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15151156 memory=3516 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15151156 memory=1088 CPUtime=0.5 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1245 0 0 0 20 30 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 2164.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1724224 KiB

[startup+2157.6 s]
/proc/loadavg: 5.19 3.85 2.67 7/230 26114
/proc/meminfo: memFree=11061708/32770688 swapFree=67001288/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
[pid=25798] ppid=25796 vsize=15151156 memory=1722776 CPUtime=2164.86 cores=4-7
/proc/25798/stat : 25798 (java) S 25796 25796 24889 0 -1 1077944320 110630 0 0 0 216201 285 0 0 20 0 15 0 517032465 15514783744 430694 33554432000 4194304 4196468 140721985861552 140721985844096 139836535557879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
/proc/25798/statm: 3787789 430694 3528 1 0 3748889 0
[pid=25798/tid=25799] ppid=25796 vsize=15151156 memory=3612 CPUtime=2155.38 cores=4-7
/proc/25798/task/25799/stat : 25799 (java) R 25796 25796 24889 0 -1 4202560 51560 0 0 0 215311 227 0 0 20 0 15 0 517032465 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836539797408 139836169595760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25800] ppid=25796 vsize=15151156 memory=6791534058613427641 CPUtime=1.02 cores=4-7
/proc/25798/task/25800/stat : 25800 (java) S 25796 25796 24889 0 -1 1077944384 5103 0 0 0 98 4 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836488178064 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25801] ppid=25796 vsize=15151156 memory=780 CPUtime=1.02 cores=4-7
/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 3815 0 0 0 98 4 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15151156 memory=3516 CPUtime=1.03 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 4009 0 0 0 98 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15151156 memory=1088 CPUtime=1.03 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 3532 0 0 0 98 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15151156 memory=1056 CPUtime=0.83 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 8911 0 0 0 72 11 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15151156 memory=772 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836003128672 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15151156 memory=1696 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836002076288 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15151156 memory=1228 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15151156 memory=928 CPUtime=1.66 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) S 25796 25796 24889 0 -1 1077944384 11566 0 0 0 164 2 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835999971440 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15151156 memory=1620 CPUtime=1.8 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) S 25796 25796 24889 0 -1 1077944384 11594 0 0 0 179 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835998918640 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15151156 memory=780 CPUtime=0.5 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) S 25796 25796 24889 0 -1 1077944384 7857 0 0 0 49 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835997866352 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15151156 memory=1444 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15151156 memory=1984 CPUtime=0.5 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1245 0 0 0 20 30 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 2164.86 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1724224 KiB

[startup+2158 s]*
/proc/loadavg: 5.19 3.85 2.67 6/230 26114
/proc/meminfo: memFree=11061708/32770688 swapFree=67001288/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
[pid=25798] ppid=25796 vsize=15151156 memory=1722776 CPUtime=2165.26 cores=4-7
/proc/25798/stat : 25798 (java) S 25796 25796 24889 0 -1 1077944320 110630 0 0 0 216241 285 0 0 20 0 15 0 517032465 15514783744 430694 33554432000 4194304 4196468 140721985861552 140721985844096 139836535557879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
/proc/25798/statm: 3787789 430694 3528 1 0 3748889 0
[pid=25798/tid=25799] ppid=25796 vsize=15151156 memory=1722776 CPUtime=2155.79 cores=4-7
/proc/25798/task/25799/stat : 25799 (java) R 25796 25796 24889 0 -1 4202560 51560 0 0 0 215352 227 0 0 20 0 15 0 517032465 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836539797408 139836169595782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25800] ppid=25796 vsize=15151156 memory=1556 CPUtime=1.02 cores=4-7
/proc/25798/task/25800/stat : 25800 (java) S 25796 25796 24889 0 -1 1077944384 5103 0 0 0 98 4 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836488178064 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25801] ppid=25796 vsize=15151156 memory=4872558044660077418 CPUtime=1.02 cores=4-7
/proc/25798/task/25801/stat : 25801 (java) S 25796 25796 24889 0 -1 1077944384 3815 0 0 0 98 4 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836487125264 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25802] ppid=25796 vsize=15151156 memory=14068 CPUtime=1.03 cores=4-7
/proc/25798/task/25802/stat : 25802 (java) S 25796 25796 24889 0 -1 1077944384 4009 0 0 0 98 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836486072976 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25803] ppid=25796 vsize=15151156 memory=2120 CPUtime=1.03 cores=4-7
/proc/25798/task/25803/stat : 25803 (java) S 25796 25796 24889 0 -1 1077944384 3532 0 0 0 98 5 0 0 20 0 15 0 517032466 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836125010448 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25804] ppid=25796 vsize=15151156 memory=496 CPUtime=0.83 cores=4-7
/proc/25798/task/25804/stat : 25804 (java) S 25796 25796 24889 0 -1 1077944384 8911 0 0 0 72 11 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836004182640 139836535569026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25805] ppid=25796 vsize=15151156 memory=1556 CPUtime=0 cores=4-7
/proc/25798/task/25805/stat : 25805 (java) S 25796 25796 24889 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836003128672 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25806] ppid=25796 vsize=15151156 memory=1722776 CPUtime=0 cores=4-7
/proc/25798/task/25806/stat : 25806 (java) S 25796 25796 24889 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517032468 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836002076288 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25807] ppid=25796 vsize=15151156 memory=1722776 CPUtime=0 cores=4-7
/proc/25798/task/25807/stat : 25807 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139836001024592 139836535576475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25808] ppid=25796 vsize=15151156 memory=3848 CPUtime=1.66 cores=4-7
/proc/25798/task/25808/stat : 25808 (java) S 25796 25796 24889 0 -1 1077944384 11566 0 0 0 164 2 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835999971440 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25809] ppid=25796 vsize=15151156 memory=2596 CPUtime=1.8 cores=4-7
/proc/25798/task/25809/stat : 25809 (java) S 25796 25796 24889 0 -1 1077944384 11594 0 0 0 179 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835998918640 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25810] ppid=25796 vsize=15151156 memory=2596 CPUtime=0.5 cores=4-7
/proc/25798/task/25810/stat : 25810 (java) S 25796 25796 24889 0 -1 1077944384 7857 0 0 0 49 1 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835997866352 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25811] ppid=25796 vsize=15151156 memory=1728 CPUtime=0 cores=4-7
/proc/25798/task/25811/stat : 25811 (java) S 25796 25796 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835996813792 139836535568085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
[pid=25798/tid=25812] ppid=25796 vsize=15151156 memory=6791534058613427641 CPUtime=0.5 cores=4-7
/proc/25798/task/25812/stat : 25812 (java) S 25796 25796 24889 0 -1 1077944384 1245 0 0 0 20 30 0 0 20 0 15 0 517032471 15514783744 430694 33554432000 4194304 4196468 140721985861552 139835995761584 139836535569026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34066432 140721985868783 140721985868954 140721985868954 140721985871823 0
Current children cumulated CPU time: 2165.26 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1724224 KiB

[startup+2158.11 s]
/proc/loadavg: 5.19 3.85 2.67 6/230 26114
/proc/meminfo: memFree=11061708/32770688 swapFree=67001288/67108860
[pid=25796] ppid=25793 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/25796/stat : 25796 (xcsp3-exec) S 25793 25796 24889 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517032465 115843072 362 33554432000 4194304 5098028 140722647331440 140722647329544 140363919151740 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13324288 140722647339898 140722647340141 140722647340141 140722647343050 0
/proc/25796/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 2158.11
CPU time (s): 2165.38
CPU user time (s): 2162.52
CPU system time (s): 2.86596
CPU usage (%): 100.337
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 2756340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2162.52
system time used= 2.86596
maximum resident set size= 2765164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63078
involuntary context switches= 1863


# summary of solver processes directly reported to runsolver:
#   pid: 25796
#   total CPU time (s): 2165.38
#   total CPU user time (s): 2162.52
#   total CPU system time (s): 2.86596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7365 second user time and 21.3174 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-25 13:27:47
IDJOB=4406076
IDBENCH=135750
IDSOLVER=2869
FILE ID=node116/4406076-1569410909
RUNJOBID= node116-1569408230-24921
PBS_JOBID= 21705707
Free space on /tmp= 6524 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.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-4406076-1569410909/watcher-4406076-1569410909 -o /tmp/evaluation-result-4406076-1569410909/solver-4406076-1569410909 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569408230-24921 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1956837398 HOME/instance-4406076-1569410909.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=1956837398

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        25393352 kB
MemAvailable:   31692504 kB
Buffers:          124948 kB
Cached:          6307268 kB
SwapCached:         3300 kB
Active:          3358580 kB
Inactive:        3229868 kB
Active(anon):     156136 kB
Inactive(anon):    56628 kB
Active(file):    3202444 kB
Inactive(file):  3173240 kB
Unevictable:      109488 kB
Mlocked:          109488 kB
SwapTotal:      67108860 kB
SwapFree:       67001284 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:        330892 kB
Mapped:            70544 kB
Shmem:             47784 kB
Slab:             382472 kB
SReclaimable:     351928 kB
SUnreclaim:        30544 kB
KernelStack:        4032 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1411516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6500 MiB
End job on node116 at 2019-09-25 14:03:45