Trace number 4399128

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-16OPT14 53.7133 13.7899

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1944
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"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-4399128-1568694543.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399128-1568694543.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.02/0.55	c solve instance...
1.34/0.61	o 25 
1.34/0.63	o 23 
1.34/0.64	o 21 
1.34/0.64	o 19 
2.08/0.81	o 18 
2.08/0.84	o 17 
4.45/1.41	o 14 
53.38/13.78	s OPTIMUM FOUND
53.38/13.78	v <instantiation>
53.38/13.78	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8] </list>
53.38/13.78	v 	<values>0 9 2 1 6 7 4 5 3 11 8 15 14 13 12 10 0 0 2 0 1 1 0 1 1 0 0 0 0 1 1 1 0 0 0 2 1 </values>
53.38/13.78	v </instantiation>

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399128-1568694543/watcher-4399128-1568694543 -o /tmp/evaluation-result-4399128-1568694543/solver-4399128-1568694543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 481257425 HOME/instance-4399128-1568694543.xml 

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

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

solver pid=2522, runsolver pid=2519

[startup+0.10036 s]*
/proc/loadavg: 6.77 2.88 1.67 7/233 2538
/proc/meminfo: memFree=27168400/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0
[pid=2524] ppid=2522 vsize=15144776 memory=29356 CPUtime=0.12 cores=0,2,4,6
/proc/2524/stat : 2524 (java) S 2522 2522 32437 0 -1 1077944320 5813 0 0 0 11 1 0 0 20 0 15 0 445369191 15508250624 7339 33554432000 4194304 4196468 140732481343072 140732481325616 140649306603255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
/proc/2524/statm: 3786194 7339 3122 1 0 3748377 0
[pid=2524/tid=2525] ppid=2522 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/2524/task/2525/stat : 2525 (java) R 2522 2522 32437 0 -1 4202560 3735 0 0 0 8 1 0 0 20 0 15 0 445369191 15508250624 7339 33554432000 4194304 4196468 140732481343072 140649310837792 140649306615190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2526] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2526/stat : 2526 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 7339 33554432000 4194304 4196468 140732481343072 140649242839696 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2527] ppid=2522 vsize=15144776 memory=140532945024640 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2527/stat : 2527 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 7339 33554432000 4194304 4196468 140732481343072 140649241786896 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2528] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2528/stat : 2528 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648896846224 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2529] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2529/stat : 2529 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648895793424 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2530] ppid=2522 vsize=15144776 memory=140532945024640 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2530/stat : 2530 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445369194 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648867949424 140649306614402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2531] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2531/stat : 2531 (java) S 2522 2522 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445369194 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648866895392 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2532] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2532/stat : 2532 (java) S 2522 2522 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445369194 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648865842544 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2533] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2533/stat : 2533 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648864790864 140649306621851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2534] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2534/stat : 2534 (java) S 2522 2522 32437 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648863738224 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2535] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2535/stat : 2535 (java) R 2522 2522 32437 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648862685424 140649306614402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2536] ppid=2522 vsize=15144776 memory=140532945024640 CPUtime=0.02 cores=0,2,4,6
/proc/2524/task/2536/stat : 2536 (java) R 2522 2522 32437 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 445369197 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648861632624 140649306615190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2537] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2537/stat : 2537 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648860580064 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2538] ppid=2522 vsize=15144776 memory=140532945024640 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 7339 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30808 KiB

[startup+0.211933 s]*
/proc/loadavg: 6.77 2.88 1.67 6/233 2538
/proc/meminfo: memFree=27156616/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0
[pid=2524] ppid=2522 vsize=15144776 memory=40320 CPUtime=0.34 cores=0,2,4,6
/proc/2524/stat : 2524 (java) S 2522 2522 32437 0 -1 1077944320 9295 0 0 0 31 3 0 0 20 0 15 0 445369191 15508250624 10080 33554432000 4194304 4196468 140732481343072 140732481325616 140649306603255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
/proc/2524/statm: 3786194 10080 3306 1 0 3748377 0
[pid=2524/tid=2525] ppid=2522 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/2524/task/2525/stat : 2525 (java) R 2522 2522 32437 0 -1 4202560 6586 0 0 0 18 2 0 0 20 0 15 0 445369191 15508250624 10080 33554432000 4194304 4196468 140732481343072 140649310836352 140649306615190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2526] ppid=2522 vsize=15144776 memory=4294977831 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2526/stat : 2526 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 10080 33554432000 4194304 4196468 140732481343072 140649242839696 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2527] ppid=2522 vsize=15144776 memory=140532945054806 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2527/stat : 2527 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 10080 33554432000 4194304 4196468 140732481343072 140649241786896 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2528] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2528/stat : 2528 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648896846224 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2529] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2529/stat : 2529 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369192 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648895793424 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2530] ppid=2522 vsize=15144776 memory=140532945024640 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2530/stat : 2530 (java) S 2522 2522 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445369194 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648867949424 140649306614402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2531] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2531/stat : 2531 (java) S 2522 2522 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445369194 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648866895392 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2532] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2532/stat : 2532 (java) S 2522 2522 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445369194 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648865842544 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2533] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2533/stat : 2533 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648864790864 140649306621851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2534] ppid=2522 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2524/task/2534/stat : 2534 (java) S 2522 2522 32437 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 445369197 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648863738224 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2535] ppid=2522 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2524/task/2535/stat : 2535 (java) S 2522 2522 32437 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 15 0 445369197 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648862685424 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2536] ppid=2522 vsize=15144776 memory=140532945024640 CPUtime=0.08 cores=0,2,4,6
/proc/2524/task/2536/stat : 2536 (java) R 2522 2522 32437 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 15 0 445369197 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648861632432 140649286942519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2537] ppid=2522 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2537/stat : 2537 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648860580064 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2538] ppid=2522 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369197 15508250624 10080 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41772 KiB

[startup+0.310619 s]*
/proc/loadavg: 6.77 2.88 1.67 8/233 2538
/proc/meminfo: memFree=27151280/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0
[pid=2524] ppid=2522 vsize=15149032 memory=49560 CPUtime=0.52 cores=0,2,4,6
/proc/2524/stat : 2524 (java) S 2522 2522 32437 0 -1 1077944320 10732 0 0 0 48 4 0 0 20 0 15 0 445369191 15512608768 12390 33554432000 4194304 4196468 140732481343072 140732481325616 140649306603255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
/proc/2524/statm: 3787258 12390 3354 1 0 3748377 0
[pid=2524/tid=2525] ppid=2522 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/2524/task/2525/stat : 2525 (java) R 2522 2522 32437 0 -1 4202560 7714 0 0 0 27 3 0 0 20 0 15 0 445369191 15512608768 12459 33554432000 4194304 4196468 140732481343072 140649310834368 140649306625181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2526] ppid=2522 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2526/stat : 2526 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445369192 15512608768 12459 33554432000 4194304 4196468 140732481343072 140649242839696 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2527] ppid=2522 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2527/stat : 2527 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445369192 15512608768 12459 33554432000 4194304 4196468 140732481343072 140649241786896 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2528] ppid=2522 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2528/stat : 2528 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369192 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648896846224 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2529] ppid=2522 vsize=15149032 memory=35809 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2529/stat : 2529 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369192 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648895793424 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2530] ppid=2522 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2530/stat : 2530 (java) S 2522 2522 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445369194 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648867949424 140649306614402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2531] ppid=2522 vsize=15149032 memory=4211821575712250496 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2531/stat : 2531 (java) S 2522 2522 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445369194 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648866895392 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2532] ppid=2522 vsize=15149032 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2532/stat : 2532 (java) S 2522 2522 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445369194 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648865842544 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2533] ppid=2522 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2533/stat : 2533 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445369197 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648864790864 140649306621851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2534] ppid=2522 vsize=15149032 memory=6944656592455097440 CPUtime=0.04 cores=0,2,4,6
/proc/2524/task/2534/stat : 2534 (java) R 2522 2522 32437 0 -1 4202560 499 0 0 0 4 0 0 0 20 0 15 0 445369197 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648863728336 140649288124551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2535] ppid=2522 vsize=15149032 memory=-6935123839545469842 CPUtime=0.04 cores=0,2,4,6
/proc/2524/task/2535/stat : 2535 (java) S 2522 2522 32437 0 -1 1077944384 303 0 0 0 4 0 0 0 20 0 15 0 445369197 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648862685424 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2536] ppid=2522 vsize=15149032 memory=7438357367570802579 CPUtime=0.12 cores=0,2,4,6
/proc/2524/task/2536/stat : 2536 (java) S 2522 2522 32437 0 -1 1077944384 951 0 0 0 12 0 0 0 20 0 15 0 445369197 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648861632624 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2537] ppid=2522 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2537/stat : 2537 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445369197 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648860580064 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2538] ppid=2522 vsize=15149032 memory=-8675733323038954102 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445369197 15512608768 12459 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51012 KiB

[startup+0.700748 s]
/proc/loadavg: 6.77 2.88 1.67 10/233 2538
/proc/meminfo: memFree=27133528/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0
[pid=2524] ppid=2522 vsize=15485004 memory=115776 CPUtime=1.68 cores=0,2,4,6
/proc/2524/stat : 2524 (java) S 2522 2522 32437 0 -1 1077944320 15208 0 0 0 162 6 0 0 20 0 19 0 445369191 15856644096 28944 33554432000 4194304 4196468 140732481343072 140732481325616 140649306603255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
/proc/2524/statm: 3871251 28944 3458 1 0 3832351 0
[pid=2524/tid=2525] ppid=2522 vsize=15485004 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/2524/task/2525/stat : 2525 (java) S 2522 2522 32437 0 -1 1077944384 9067 0 0 0 50 4 0 0 20 0 19 0 445369191 15856644096 28944 33554432000 4194304 4196468 140732481343072 140649310844032 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2526] ppid=2522 vsize=15485004 memory=148 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2526/stat : 2526 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 28944 33554432000 4194304 4196468 140732481343072 140649242839696 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2527] ppid=2522 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2527/stat : 2527 (java) S 2522 2522 32437 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 28944 33554432000 4194304 4196468 140732481343072 140649241786896 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2528] ppid=2522 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2528/stat : 2528 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648896846224 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2529] ppid=2522 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2529/stat : 2529 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648895793424 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2530] ppid=2522 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2530/stat : 2530 (java) S 2522 2522 32437 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648867949424 140649306614402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2531] ppid=2522 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2531/stat : 2531 (java) S 2522 2522 32437 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648866895392 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2532] ppid=2522 vsize=15485004 memory=47992 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2532/stat : 2532 (java) S 2522 2522 32437 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648865842544 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2533] ppid=2522 vsize=15485004 memory=988 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2533/stat : 2533 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648864790864 140649306621851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2534] ppid=2522 vsize=15485004 memory=2008 CPUtime=0.23 cores=0,2,4,6
/proc/2524/task/2534/stat : 2534 (java) R 2522 2522 32437 0 -1 4202560 1294 0 0 0 23 0 0 0 20 0 19 0 445369197 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648863738520 140649290889970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2535] ppid=2522 vsize=15485004 memory=1436 CPUtime=0.3 cores=0,2,4,6
/proc/2524/task/2535/stat : 2535 (java) R 2522 2522 32437 0 -1 4202560 1124 0 0 0 30 0 0 0 20 0 19 0 445369197 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648862678616 140649291532725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2536] ppid=2522 vsize=15485004 memory=4152 CPUtime=0.36 cores=0,2,4,6
/proc/2524/task/2536/stat : 2536 (java) R 2522 2522 32437 0 -1 1077944384 1860 0 0 0 36 0 0 0 20 0 19 0 445369197 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648861631808 140649306613461 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2537] ppid=2522 vsize=15485004 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2537/stat : 2537 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648860580064 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2538] ppid=2522 vsize=15485004 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 28944 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 117228 KiB

[startup+1.50085 s]
/proc/loadavg: 6.77 2.88 1.67 12/237 2566
/proc/meminfo: memFree=27042928/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0

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

/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 359 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2567] ppid=2522 vsize=15485004 memory=180700 CPUtime=10.71 cores=0,2,4,6
/proc/2524/task/2567/stat : 2567 (java) R 2522 2522 32437 0 -1 4202560 412 0 0 0 1071 0 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648848203048 140648926616437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2568] ppid=2522 vsize=15485004 memory=576460758266962493 CPUtime=11.02 cores=0,2,4,6
/proc/2524/task/2568/stat : 2568 (java) R 2522 2522 32437 0 -1 4202560 776 0 0 0 1102 0 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648845045976 140648926279866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2569] ppid=2522 vsize=15485004 memory=288286671177535665 CPUtime=10.76 cores=0,2,4,6
/proc/2524/task/2569/stat : 2569 (java) R 2522 2522 32437 0 -1 4202560 1150 0 0 0 1076 0 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648850307576 140648926616830 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2570] ppid=2522 vsize=15485004 memory=288230376155041451 CPUtime=11.1 cores=0,2,4,6
/proc/2524/task/2570/stat : 2570 (java) R 2522 2522 32437 0 -1 4202560 826 0 0 0 1108 2 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648846099104 140648926495930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 49.79 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 218012 KiB

[startup+13.2013 s]
/proc/loadavg: 7.04 3.07 1.74 10/238 2572
/proc/meminfo: memFree=26980236/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0
[pid=2524] ppid=2522 vsize=15485004 memory=216560 CPUtime=51.38 cores=0,2,4,6
/proc/2524/stat : 2524 (java) S 2522 2522 32437 0 -1 1077944320 36129 0 0 0 5125 13 0 0 20 0 19 0 445369191 15856644096 54140 33554432000 4194304 4196468 140732481343072 140732481325616 140649306603255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
/proc/2524/statm: 3871251 54140 3516 1 0 3832351 0
[pid=2524/tid=2525] ppid=2522 vsize=15485004 memory=14699582244260401 CPUtime=0.54 cores=0,2,4,6
/proc/2524/task/2525/stat : 2525 (java) S 2522 2522 32437 0 -1 1077944384 9067 0 0 0 50 4 0 0 20 0 19 0 445369191 15856644096 54140 33554432000 4194304 4196468 140732481343072 140649310844032 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2526] ppid=2522 vsize=15485004 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2526/stat : 2526 (java) S 2522 2522 32437 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54140 33554432000 4194304 4196468 140732481343072 140649242839696 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2527] ppid=2522 vsize=15485004 memory=520 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2527/stat : 2527 (java) S 2522 2522 32437 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54140 33554432000 4194304 4196468 140732481343072 140649241786896 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2528] ppid=2522 vsize=15485004 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2528/stat : 2528 (java) S 2522 2522 32437 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648896846224 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2529] ppid=2522 vsize=15485004 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2529/stat : 2529 (java) S 2522 2522 32437 0 -1 1077944384 734 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648895793424 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2530] ppid=2522 vsize=15485004 memory=3156 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2530/stat : 2530 (java) S 2522 2522 32437 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648867949424 140649306614402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2531] ppid=2522 vsize=15485004 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2531/stat : 2531 (java) S 2522 2522 32437 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648866895456 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2532] ppid=2522 vsize=15485004 memory=2167996 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2532/stat : 2532 (java) S 2522 2522 32437 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648865842560 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2533] ppid=2522 vsize=15485004 memory=924 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2533/stat : 2533 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648864790864 140649306621851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2534] ppid=2522 vsize=15485004 memory=3688 CPUtime=1.48 cores=0,2,4,6
/proc/2524/task/2534/stat : 2534 (java) S 2522 2522 32437 0 -1 1077944384 6468 0 0 0 148 0 0 0 20 0 19 0 445369197 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648863738224 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2535] ppid=2522 vsize=15485004 memory=1984 CPUtime=1.57 cores=0,2,4,6
/proc/2524/task/2535/stat : 2535 (java) S 2522 2522 32437 0 -1 1077944384 6251 0 0 0 156 1 0 0 20 0 19 0 445369197 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648862685424 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2536] ppid=2522 vsize=15485004 memory=1440 CPUtime=0.58 cores=0,2,4,6
/proc/2524/task/2536/stat : 2536 (java) S 2522 2522 32437 0 -1 1077944384 6483 0 0 0 58 0 0 0 20 0 19 0 445369197 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648861632624 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2537] ppid=2522 vsize=15485004 memory=816 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2537/stat : 2537 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648860580064 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2538] ppid=2522 vsize=15485004 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 359 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2567] ppid=2522 vsize=15485004 memory=1760 CPUtime=11.1 cores=0,2,4,6
/proc/2524/task/2567/stat : 2567 (java) R 2522 2522 32437 0 -1 4202560 412 0 0 0 1110 0 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648848203048 140648925717440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2568] ppid=2522 vsize=15485004 memory=111636 CPUtime=11.42 cores=0,2,4,6
/proc/2524/task/2568/stat : 2568 (java) R 2522 2522 32437 0 -1 4202560 782 0 0 0 1142 0 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648845045976 140648926275893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2569] ppid=2522 vsize=15485004 memory=808 CPUtime=11.15 cores=0,2,4,6
/proc/2524/task/2569/stat : 2569 (java) R 2522 2522 32437 0 -1 4202560 1155 0 0 0 1115 0 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648850310328 140648925716780 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2570] ppid=2522 vsize=15485004 memory=1412 CPUtime=11.5 cores=0,2,4,6
/proc/2524/task/2570/stat : 2570 (java) R 2522 2522 32437 0 -1 4202560 828 0 0 0 1148 2 0 0 20 0 19 0 445369332 15856644096 54140 33554432000 4194304 4196468 140732481343072 140648846099104 140648926347431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 51.38 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 218012 KiB

[startup+13.6013 s]
/proc/loadavg: 7.04 3.07 1.74 10/238 2572
/proc/meminfo: memFree=26980236/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0
[pid=2524] ppid=2522 vsize=15485004 memory=216604 CPUtime=52.98 cores=0,2,4,6
/proc/2524/stat : 2524 (java) S 2522 2522 32437 0 -1 1077944320 36368 0 0 0 5285 13 0 0 20 0 19 0 445369191 15856644096 54151 33554432000 4194304 4196468 140732481343072 140732481325616 140649306603255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
/proc/2524/statm: 3871251 54151 3516 1 0 3832351 0
[pid=2524/tid=2525] ppid=2522 vsize=15485004 memory=988 CPUtime=0.54 cores=0,2,4,6
/proc/2524/task/2525/stat : 2525 (java) S 2522 2522 32437 0 -1 1077944384 9067 0 0 0 50 4 0 0 20 0 19 0 445369191 15856644096 54151 33554432000 4194304 4196468 140732481343072 140649310844032 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2526] ppid=2522 vsize=15485004 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2526/stat : 2526 (java) S 2522 2522 32437 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140649242839696 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2527] ppid=2522 vsize=15485004 memory=668 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2527/stat : 2527 (java) S 2522 2522 32437 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140649241786896 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2528] ppid=2522 vsize=15485004 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2528/stat : 2528 (java) S 2522 2522 32437 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648896846224 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2529] ppid=2522 vsize=15485004 memory=1076 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2529/stat : 2529 (java) S 2522 2522 32437 0 -1 1077944384 734 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648895793424 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2530] ppid=2522 vsize=15485004 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2530/stat : 2530 (java) S 2522 2522 32437 0 -1 1077944384 487 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648867949424 140649306614402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2531] ppid=2522 vsize=15485004 memory=26292 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2531/stat : 2531 (java) S 2522 2522 32437 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648866895456 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2532] ppid=2522 vsize=15485004 memory=14056 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2532/stat : 2532 (java) S 2522 2522 32437 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648865842560 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2533] ppid=2522 vsize=15485004 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2533/stat : 2533 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648864790864 140649306621851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2534] ppid=2522 vsize=15485004 memory=520 CPUtime=1.49 cores=0,2,4,6
/proc/2524/task/2534/stat : 2534 (java) S 2522 2522 32437 0 -1 1077944384 6560 0 0 0 149 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648863738224 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2535] ppid=2522 vsize=15485004 memory=1560 CPUtime=1.59 cores=0,2,4,6
/proc/2524/task/2535/stat : 2535 (java) S 2522 2522 32437 0 -1 1077944384 6386 0 0 0 158 1 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648862685424 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2536] ppid=2522 vsize=15485004 memory=1408 CPUtime=0.58 cores=0,2,4,6
/proc/2524/task/2536/stat : 2536 (java) S 2522 2522 32437 0 -1 1077944384 6483 0 0 0 58 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648861632624 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2537] ppid=2522 vsize=15485004 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2537/stat : 2537 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648860580064 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2538] ppid=2522 vsize=15485004 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 359 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2567] ppid=2522 vsize=15485004 memory=2167996 CPUtime=11.48 cores=0,2,4,6
/proc/2524/task/2567/stat : 2567 (java) R 2522 2522 32437 0 -1 4202560 413 0 0 0 1148 0 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648848203048 140648926522950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2568] ppid=2522 vsize=15485004 memory=924 CPUtime=11.82 cores=0,2,4,6
/proc/2524/task/2568/stat : 2568 (java) R 2522 2522 32437 0 -1 4202560 790 0 0 0 1182 0 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648845045128 140648925716292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2569] ppid=2522 vsize=15485004 memory=3688 CPUtime=11.54 cores=0,2,4,6
/proc/2524/task/2569/stat : 2569 (java) R 2522 2522 32437 0 -1 4202560 1155 0 0 0 1154 0 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648850308760 140648926346770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2570] ppid=2522 vsize=15485004 memory=1984 CPUtime=11.89 cores=0,2,4,6
/proc/2524/task/2570/stat : 2570 (java) R 2522 2522 32437 0 -1 4202560 830 0 0 0 1187 2 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648846098608 140648925716800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 52.98 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 218056 KiB

[startup+13.7013 s]
/proc/loadavg: 7.04 3.07 1.74 10/238 2572
/proc/meminfo: memFree=26980236/32770624 swapFree=66939908/67108860
[pid=2522] ppid=2519 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2522/stat : 2522 (xcsp3-exec) S 2519 2522 32437 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445369191 115843072 363 33554432000 4194304 5098028 140735704581520 140735704579624 140073481278076 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 16363520 140735704589179 140735704589421 140735704589421 140735704592330 0
/proc/2522/statm: 28282 363 304 221 0 87 0
[pid=2524] ppid=2522 vsize=15485004 memory=216604 CPUtime=53.38 cores=0,2,4,6
/proc/2524/stat : 2524 (java) S 2522 2522 32437 0 -1 1077944320 36370 0 0 0 5325 13 0 0 20 0 19 0 445369191 15856644096 54151 33554432000 4194304 4196468 140732481343072 140732481325616 140649306603255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
/proc/2524/statm: 3871251 54151 3516 1 0 3832351 0
[pid=2524/tid=2525] ppid=2522 vsize=15485004 memory=216560 CPUtime=0.54 cores=0,2,4,6
/proc/2524/task/2525/stat : 2525 (java) S 2522 2522 32437 0 -1 1077944384 9067 0 0 0 50 4 0 0 20 0 19 0 445369191 15856644096 54151 33554432000 4194304 4196468 140732481343072 140649310844032 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2526] ppid=2522 vsize=15485004 memory=3504 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2526/stat : 2526 (java) S 2522 2522 32437 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140649242839696 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2527] ppid=2522 vsize=15485004 memory=47992 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2527/stat : 2527 (java) S 2522 2522 32437 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140649241786896 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2528] ppid=2522 vsize=15485004 memory=47992 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2528/stat : 2528 (java) S 2522 2522 32437 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648896846224 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2529] ppid=2522 vsize=15485004 memory=988 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2529/stat : 2529 (java) S 2522 2522 32437 0 -1 1077944384 734 0 0 0 0 0 0 0 20 0 19 0 445369192 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648895793424 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2530] ppid=2522 vsize=15485004 memory=216436 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2530/stat : 2530 (java) S 2522 2522 32437 0 -1 1077944384 487 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648867949424 140649306614402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2531] ppid=2522 vsize=15485004 memory=10754 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2531/stat : 2531 (java) S 2522 2522 32437 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648866895456 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2532] ppid=2522 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2532/stat : 2532 (java) S 2522 2522 32437 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 19 0 445369194 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648865842560 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2533] ppid=2522 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2533/stat : 2533 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648864790864 140649306621851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2534] ppid=2522 vsize=15485004 memory=776 CPUtime=1.49 cores=0,2,4,6
/proc/2524/task/2534/stat : 2534 (java) S 2522 2522 32437 0 -1 1077944384 6560 0 0 0 149 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648863738224 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2535] ppid=2522 vsize=15485004 memory=2832 CPUtime=1.59 cores=0,2,4,6
/proc/2524/task/2535/stat : 2535 (java) S 2522 2522 32437 0 -1 1077944384 6386 0 0 0 158 1 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648862685424 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2536] ppid=2522 vsize=15485004 memory=1452 CPUtime=0.58 cores=0,2,4,6
/proc/2524/task/2536/stat : 2536 (java) S 2522 2522 32437 0 -1 1077944384 6483 0 0 0 58 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648861632624 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2537] ppid=2522 vsize=15485004 memory=6370741239819822946 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2537/stat : 2537 (java) S 2522 2522 32437 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648860580064 140649306613461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2538] ppid=2522 vsize=15485004 memory=6441370576508249454 CPUtime=0 cores=0,2,4,6
/proc/2524/task/2538/stat : 2538 (java) S 2522 2522 32437 0 -1 1077944384 359 0 0 0 0 0 0 0 20 0 19 0 445369197 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648859528368 140649306614402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2567] ppid=2522 vsize=15485004 memory=8098996514441286760 CPUtime=11.58 cores=0,2,4,6
/proc/2524/task/2567/stat : 2567 (java) R 2522 2522 32437 0 -1 4202560 415 0 0 0 1158 0 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648848203048 140648926437227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2568] ppid=2522 vsize=15485004 memory=0 CPUtime=11.92 cores=0,2,4,6
/proc/2524/task/2568/stat : 2568 (java) R 2522 2522 32437 0 -1 4202560 790 0 0 0 1192 0 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648845045128 140648925716640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2569] ppid=2522 vsize=15485004 memory=0 CPUtime=11.64 cores=0,2,4,6
/proc/2524/task/2569/stat : 2569 (java) R 2522 2522 32437 0 -1 4202560 1155 0 0 0 1164 0 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648850308760 140648926616910 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
[pid=2524/tid=2570] ppid=2522 vsize=15485004 memory=0 CPUtime=11.99 cores=0,2,4,6
/proc/2524/task/2570/stat : 2570 (java) R 2522 2522 32437 0 -1 4202560 830 0 0 0 1197 2 0 0 20 0 19 0 445369332 15856644096 54151 33554432000 4194304 4196468 140732481343072 140648846098608 140648926384871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24367104 140732481344495 140732481344666 140732481344666 140732481347535 0
Current children cumulated CPU time: 53.38 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 218056 KiB

Child status: 0
Real time (s): 13.7899
CPU time (s): 53.7133
CPU user time (s): 53.5744
CPU system time (s): 0.13888
CPU usage (%): 389.511
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 218056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.5744
system time used= 0.13888
maximum resident set size= 216604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2894
involuntary context switches= 1606


# summary of solver processes directly reported to runsolver:
#   pid: 2522
#   total CPU time (s): 53.7133
#   total CPU user time (s): 53.5744
#   total CPU system time (s): 0.13888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.113215 second user time and 0.180355 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 06:28:23
IDJOB=4399128
IDBENCH=123101
IDSOLVER=2853
FILE ID=node119/4399128-1568694543
RUNJOBID= node119-1568694401-32468
PBS_JOBID= 21703805
Free space on /tmp= 61320 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399128-1568694543/watcher-4399128-1568694543 -o /tmp/evaluation-result-4399128-1568694543/solver-4399128-1568694543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568694401-32468 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 481257425 HOME/instance-4399128-1568694543.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=481257425

node119.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        27184536 kB
MemAvailable:   29665232 kB
Buffers:          120716 kB
Cached:          2642156 kB
SwapCached:        61072 kB
Active:          3580736 kB
Inactive:        1404028 kB
Active(anon):    2160064 kB
Inactive(anon):   110640 kB
Active(file):    1420672 kB
Inactive(file):  1293388 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939908 kB
Dirty:             26364 kB
Writeback:             0 kB
AnonPages:       2269432 kB
Mapped:            62084 kB
Shmem:             41008 kB
Slab:             194332 kB
SReclaimable:     164940 kB
SUnreclaim:        29392 kB
KernelStack:        3808 kB
PageTables:        10568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4694320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2170880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61292 MiB
End job on node119 at 2019-09-17 06:28:37