Trace number 4394068

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-06-14OPT14 43.583 11.3034

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.1433
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-4394068-1568329221.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394068-1568329221.xml, -tl, 2400s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.54	c solve instance...
1.02/0.60	o 25 
1.30/0.61	o 23 
1.30/0.62	o 21 
1.30/0.62	o 19 
1.30/0.62	o 19 
2.05/0.82	o 17 
2.84/1.07	o 15 
4.00/1.34	o 14 
43.35/11.29	s OPTIMUM FOUND
43.35/11.29	v <instantiation>
43.35/11.29	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>
43.35/11.29	v 	<values>1 8 3 0 7 6 2 4 5 9 13 10 11 14 12 15 0 0 2 1 1 0 0 1 0 0 1 0 1 1 0 0 0 1 1 2 0 </values>
43.35/11.29	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 (15051 MiB free)
  memory of node 1: 16384 MiB (15257 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394068-1568329221/watcher-4394068-1568329221 -o /tmp/evaluation-result-4394068-1568329221/solver-4394068-1568329221 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568323682-25331 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2035472848 HOME/instance-4394068-1568329221.xml 

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

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


[startup+0.100057 s]*
/proc/loadavg: 5.15 7.18 7.84 7/233 1428
/proc/meminfo: memFree=31020420/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0
[pid=1414] ppid=1412 vsize=15144768 memory=28652 CPUtime=0.13 cores=0,2,4,6
/proc/1414/stat : 1414 (java) S 1412 1412 25300 0 -1 1077944320 5650 0 0 0 12 1 0 0 20 0 15 0 409193567 15508242432 7163 33554432000 4194304 4196468 140731836215840 140731836198384 139674202898167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
/proc/1414/statm: 3786192 7163 3114 1 0 3748377 0
[pid=1414/tid=1415] ppid=1412 vsize=15144768 memory=4716547817754820743 CPUtime=0.09 cores=0,2,4,6
/proc/1414/task/1415/stat : 1415 (java) R 1412 1412 25300 0 -1 4202560 3569 0 0 0 9 0 0 0 20 0 15 0 409193568 15508242432 7229 33554432000 4194304 4196468 140731836215840 139674207128544 139674195135294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1416] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1416/stat : 1416 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 7229 33554432000 4194304 4196468 140731836215840 139674155518352 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1417] ppid=1412 vsize=15144768 memory=139873430660736 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1417/stat : 1417 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 7229 33554432000 4194304 4196468 140731836215840 139674154465552 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1418] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1418/stat : 1418 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 7229 33554432000 4194304 4196468 140731836215840 139674153413264 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1419] ppid=1412 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1419/stat : 1419 (java) S 1412 1412 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 7229 33554432000 4194304 4196468 140731836215840 139674152360464 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1420] ppid=1412 vsize=15144768 memory=139873430660736 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1420/stat : 1420 (java) S 1412 1412 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409193570 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673671268976 139674202909314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1421] ppid=1412 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1421/stat : 1421 (java) S 1412 1412 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409193570 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673670214944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1422] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1422/stat : 1422 (java) S 1412 1412 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409193570 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673669162608 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1423] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1423/stat : 1423 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673668110928 139674202916763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1424] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1424/stat : 1424 (java) S 1412 1412 25300 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673667057776 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1425] ppid=1412 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1425/stat : 1425 (java) S 1412 1412 25300 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673666004976 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1426] ppid=1412 vsize=15144768 memory=139873430660736 CPUtime=0.02 cores=0,2,4,6
/proc/1414/task/1426/stat : 1426 (java) R 1412 1412 25300 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 409193573 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673664952688 139674186978654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1427] ppid=1412 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1427/stat : 1427 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673663900128 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1428] ppid=1412 vsize=15144768 memory=139873430660736 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1428/stat : 1428 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 7229 33554432000 4194304 4196468 140731836215840 139673662847920 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30100 KiB

[startup+0.210903 s]*
/proc/loadavg: 5.15 7.18 7.84 8/233 1428
/proc/meminfo: memFree=31007020/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0
[pid=1414] ppid=1412 vsize=15144768 memory=40748 CPUtime=0.34 cores=0,2,4,6
/proc/1414/stat : 1414 (java) S 1412 1412 25300 0 -1 1077944320 9451 0 0 0 32 2 0 0 20 0 15 0 409193567 15508242432 10187 33554432000 4194304 4196468 140731836215840 140731836198384 139674202898167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
/proc/1414/statm: 3786192 10187 3296 1 0 3748377 0
[pid=1414/tid=1415] ppid=1412 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/1414/task/1415/stat : 1415 (java) R 1412 1412 25300 0 -1 4202560 6608 0 0 0 18 2 0 0 20 0 15 0 409193568 15508242432 10187 33554432000 4194304 4196468 140731836215840 139674207133152 139674184463137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1416] ppid=1412 vsize=15144768 memory=2964501 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1416/stat : 1416 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 10187 33554432000 4194304 4196468 140731836215840 139674155518352 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1417] ppid=1412 vsize=15144768 memory=288370249582372480 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1417/stat : 1417 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 10187 33554432000 4194304 4196468 140731836215840 139674154465552 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1418] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1418/stat : 1418 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 10187 33554432000 4194304 4196468 140731836215840 139674153413264 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1419] ppid=1412 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1419/stat : 1419 (java) S 1412 1412 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409193568 15508242432 10187 33554432000 4194304 4196468 140731836215840 139674152360464 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1420] ppid=1412 vsize=15144768 memory=139873430660736 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1420/stat : 1420 (java) S 1412 1412 25300 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409193570 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673671268976 139674202909314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1421] ppid=1412 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1421/stat : 1421 (java) S 1412 1412 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409193570 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673670214944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1422] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1422/stat : 1422 (java) S 1412 1412 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409193570 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673669162608 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1423] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1423/stat : 1423 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673668110928 139674202916763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1424] ppid=1412 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1414/task/1424/stat : 1424 (java) S 1412 1412 25300 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 409193573 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673667057776 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1425] ppid=1412 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1414/task/1425/stat : 1425 (java) S 1412 1412 25300 0 -1 1077944384 321 0 0 0 2 0 0 0 20 0 15 0 409193573 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673666004976 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1426] ppid=1412 vsize=15144768 memory=139873430660736 CPUtime=0.08 cores=0,2,4,6
/proc/1414/task/1426/stat : 1426 (java) S 1412 1412 25300 0 -1 1077944384 785 0 0 0 8 0 0 0 20 0 15 0 409193573 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673664952688 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1427] ppid=1412 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1427/stat : 1427 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673663900128 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1428] ppid=1412 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1428/stat : 1428 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193573 15508242432 10187 33554432000 4194304 4196468 140731836215840 139673662847920 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42196 KiB

[startup+0.316841 s]*
/proc/loadavg: 5.15 7.18 7.84 7/233 1428
/proc/meminfo: memFree=30999004/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0
[pid=1414] ppid=1412 vsize=15149024 memory=50288 CPUtime=0.53 cores=0,2,4,6
/proc/1414/stat : 1414 (java) S 1412 1412 25300 0 -1 1077944320 10915 0 0 0 50 3 0 0 20 0 15 0 409193567 15512600576 12572 33554432000 4194304 4196468 140731836215840 140731836198384 139674202898167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
/proc/1414/statm: 3787256 12572 3356 1 0 3748377 0
[pid=1414/tid=1415] ppid=1412 vsize=15149024 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/1414/task/1415/stat : 1415 (java) R 1412 1412 25300 0 -1 4202560 7845 0 0 0 28 3 0 0 20 0 15 0 409193568 15512600576 12637 33554432000 4194304 4196468 140731836215840 139674207125936 139674202920093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1416] ppid=1412 vsize=15149024 memory=8296 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1416/stat : 1416 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15512600576 12637 33554432000 4194304 4196468 140731836215840 139674155518352 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1417] ppid=1412 vsize=15149024 memory=5952 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1417/stat : 1417 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15512600576 12637 33554432000 4194304 4196468 140731836215840 139674154465552 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1418] ppid=1412 vsize=15149024 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1418/stat : 1418 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193568 15512600576 12637 33554432000 4194304 4196468 140731836215840 139674153413264 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1419] ppid=1412 vsize=15149024 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1419/stat : 1419 (java) S 1412 1412 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409193568 15512600576 12637 33554432000 4194304 4196468 140731836215840 139674152360464 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1420] ppid=1412 vsize=15149024 memory=11928 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1420/stat : 1420 (java) S 1412 1412 25300 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409193570 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673671268976 139674202909314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1421] ppid=1412 vsize=15149024 memory=2124 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1421/stat : 1421 (java) S 1412 1412 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409193570 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673670214944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1422] ppid=1412 vsize=15149024 memory=6308 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1422/stat : 1422 (java) S 1412 1412 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409193570 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673669162608 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1423] ppid=1412 vsize=15149024 memory=504 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1423/stat : 1423 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409193573 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673668110928 139674202916763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1424] ppid=1412 vsize=15149024 memory=1564 CPUtime=0.04 cores=0,2,4,6
/proc/1414/task/1424/stat : 1424 (java) S 1412 1412 25300 0 -1 1077944384 469 0 0 0 4 0 0 0 20 0 15 0 409193573 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673667057776 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1425] ppid=1412 vsize=15149024 memory=924 CPUtime=0.04 cores=0,2,4,6
/proc/1414/task/1425/stat : 1425 (java) S 1412 1412 25300 0 -1 1077944384 422 0 0 0 4 0 0 0 20 0 15 0 409193573 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673666004976 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1426] ppid=1412 vsize=15149024 memory=2241 CPUtime=0.12 cores=0,2,4,6
/proc/1414/task/1426/stat : 1426 (java) S 1412 1412 25300 0 -1 1077944384 892 0 0 0 12 0 0 0 20 0 15 0 409193573 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673664952688 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1427] ppid=1412 vsize=15149024 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1427/stat : 1427 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409193573 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673663900128 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1428] ppid=1412 vsize=15149024 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1428/stat : 1428 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409193573 15512600576 12637 33554432000 4194304 4196468 140731836215840 139673662847920 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51736 KiB

[startup+0.70075 s]
/proc/loadavg: 5.15 7.18 7.84 8/233 1428
/proc/meminfo: memFree=30985380/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0
[pid=1414] ppid=1412 vsize=15551560 memory=121620 CPUtime=1.64 cores=0,2,4,6
/proc/1414/stat : 1414 (java) S 1412 1412 25300 0 -1 1077944320 14834 0 0 0 158 6 0 0 20 0 19 0 409193567 15924797440 30405 33554432000 4194304 4196468 140731836215840 140731836198384 139674202898167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
/proc/1414/statm: 3887890 30405 3456 1 0 3848992 0
[pid=1414/tid=1415] ppid=1412 vsize=15551560 memory=288230377044124670 CPUtime=0.53 cores=0,2,4,6
/proc/1414/task/1415/stat : 1415 (java) S 1412 1412 25300 0 -1 1077944384 9170 0 0 0 50 3 0 0 20 0 19 0 409193568 15924797440 30405 33554432000 4194304 4196468 140731836215840 139674207138944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1416] ppid=1412 vsize=15551560 memory=288283398465731675 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1416/stat : 1416 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 30405 33554432000 4194304 4196468 140731836215840 139674155518352 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1417] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1417/stat : 1417 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 30405 33554432000 4194304 4196468 140731836215840 139674154465552 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1418] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1418/stat : 1418 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 30405 33554432000 4194304 4196468 140731836215840 139674153413264 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1419] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1419/stat : 1419 (java) S 1412 1412 25300 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 30405 33554432000 4194304 4196468 140731836215840 139674152360464 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1420] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1420/stat : 1420 (java) S 1412 1412 25300 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673671268976 139674202909314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1421] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1421/stat : 1421 (java) S 1412 1412 25300 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673670214944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1422] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1422/stat : 1422 (java) S 1412 1412 25300 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673669162608 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1423] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1423/stat : 1423 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673668110928 139674202916763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1424] ppid=1412 vsize=15551560 memory=6935649255777194064 CPUtime=0.23 cores=0,2,4,6
/proc/1414/task/1424/stat : 1424 (java) R 1412 1412 25300 0 -1 4202560 994 0 0 0 23 0 0 0 20 0 19 0 409193573 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673667044320 139674182748646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1425] ppid=1412 vsize=15551560 memory=7741804760321709676 CPUtime=0.2 cores=0,2,4,6
/proc/1414/task/1425/stat : 1425 (java) R 1412 1412 25300 0 -1 4202560 922 0 0 0 20 0 0 0 20 0 19 0 409193573 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673666001344 139674182741738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1426] ppid=1412 vsize=15551560 memory=6442213863438116447 CPUtime=0.34 cores=0,2,4,6
/proc/1414/task/1426/stat : 1426 (java) R 1412 1412 25300 0 -1 4202560 1800 0 0 0 34 0 0 0 20 0 19 0 409193573 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673664952688 139674182020064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1427] ppid=1412 vsize=15551560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1427/stat : 1427 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673663900128 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1428] ppid=1412 vsize=15551560 memory=279746655443520 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1428/stat : 1428 (java) S 1412 1412 25300 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 30405 33554432000 4194304 4196468 140731836215840 139673662847920 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15664688 KiB
Current children cumulated memory: 123068 KiB

[startup+1.50184 s]
/proc/loadavg: 5.15 7.18 7.84 13/237 1456
/proc/meminfo: memFree=30912544/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0

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

Current children cumulated vsize: 15664688 KiB
Current children cumulated memory: 210336 KiB

[startup+10.4078 s]
/proc/loadavg: 5.59 7.21 7.84 10/237 1464
/proc/meminfo: memFree=30845064/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0
[pid=1414] ppid=1412 vsize=15551560 memory=208888 CPUtime=40.2 cores=0,2,4,6
/proc/1414/stat : 1414 (java) S 1412 1412 25300 0 -1 1077944320 27964 0 0 0 4009 11 0 0 20 0 19 0 409193567 15924797440 52222 33554432000 4194304 4196468 140731836215840 140731836198384 139674202898167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
/proc/1414/statm: 3887890 52222 3514 1 0 3848992 0
[pid=1414/tid=1415] ppid=1412 vsize=15551560 memory=8112282956445269571 CPUtime=0.53 cores=0,2,4,6
/proc/1414/task/1415/stat : 1415 (java) S 1412 1412 25300 0 -1 1077944384 9170 0 0 0 50 3 0 0 20 0 19 0 409193568 15924797440 52222 33554432000 4194304 4196468 140731836215840 139674207138944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1416] ppid=1412 vsize=15551560 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1416/stat : 1416 (java) S 1412 1412 25300 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52222 33554432000 4194304 4196468 140731836215840 139674155518352 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1417] ppid=1412 vsize=15551560 memory=194284 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1417/stat : 1417 (java) S 1412 1412 25300 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52222 33554432000 4194304 4196468 140731836215840 139674154465552 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1418] ppid=1412 vsize=15551560 memory=3948 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1418/stat : 1418 (java) S 1412 1412 25300 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52222 33554432000 4194304 4196468 140731836215840 139674153413264 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1419] ppid=1412 vsize=15551560 memory=260 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1419/stat : 1419 (java) S 1412 1412 25300 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52222 33554432000 4194304 4196468 140731836215840 139674152360464 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1420] ppid=1412 vsize=15551560 memory=185872 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1420/stat : 1420 (java) S 1412 1412 25300 0 -1 1077944384 277 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673671268976 139674202909314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1421] ppid=1412 vsize=15551560 memory=183620 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1421/stat : 1421 (java) S 1412 1412 25300 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673670215008 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1422] ppid=1412 vsize=15551560 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1422/stat : 1422 (java) S 1412 1412 25300 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673669162624 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1423] ppid=1412 vsize=15551560 memory=168860 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1423/stat : 1423 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673668110928 139674202916763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1424] ppid=1412 vsize=15551560 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/1414/task/1424/stat : 1424 (java) S 1412 1412 25300 0 -1 1077944384 3864 0 0 0 132 0 0 0 20 0 19 0 409193573 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673667057776 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1425] ppid=1412 vsize=15551560 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/1414/task/1425/stat : 1425 (java) S 1412 1412 25300 0 -1 1077944384 3892 0 0 0 136 0 0 0 20 0 19 0 409193573 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673666004976 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1426] ppid=1412 vsize=15551560 memory=804 CPUtime=0.57 cores=0,2,4,6
/proc/1414/task/1426/stat : 1426 (java) S 1412 1412 25300 0 -1 1077944384 4612 0 0 0 56 1 0 0 20 0 19 0 409193573 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673664952688 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1427] ppid=1412 vsize=15551560 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1427/stat : 1427 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673663900128 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1428] ppid=1412 vsize=15551560 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1428/stat : 1428 (java) S 1412 1412 25300 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673662847920 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1461] ppid=1412 vsize=15551560 memory=916 CPUtime=8.76 cores=0,2,4,6
/proc/1414/task/1461/stat : 1461 (java) R 1412 1412 25300 0 -1 4202560 267 0 0 0 876 0 0 0 20 0 19 0 409193702 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673647558184 139673834449591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1462] ppid=1412 vsize=15551560 memory=3848 CPUtime=8.4 cores=0,2,4,6
/proc/1414/task/1462/stat : 1462 (java) R 1412 1412 25300 0 -1 4202560 519 0 0 0 840 0 0 0 20 0 19 0 409193702 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673650717056 139673835332094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1463] ppid=1412 vsize=15551560 memory=2932 CPUtime=8.72 cores=0,2,4,6
/proc/1414/task/1463/stat : 1463 (java) R 1412 1412 25300 0 -1 4202560 1076 0 0 0 872 0 0 0 20 0 19 0 409193702 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673649666856 139673835424180 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1464] ppid=1412 vsize=15551560 memory=2672 CPUtime=8.57 cores=0,2,4,6
/proc/1414/task/1464/stat : 1464 (java) R 1412 1412 25300 0 -1 4202560 360 0 0 0 857 0 0 0 20 0 19 0 409193702 15924797440 52222 33554432000 4194304 4196468 140731836215840 139673648613176 139673835160212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
Current children cumulated CPU time: 40.2 s
Current children cumulated vsize: 15664688 KiB
Current children cumulated memory: 210336 KiB

[startup+10.8028 s]
/proc/loadavg: 5.59 7.21 7.84 10/237 1464
/proc/meminfo: memFree=30845064/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0
[pid=1414] ppid=1412 vsize=15551560 memory=208892 CPUtime=41.77 cores=0,2,4,6
/proc/1414/stat : 1414 (java) S 1412 1412 25300 0 -1 1077944320 27985 0 0 0 4166 11 0 0 20 0 19 0 409193567 15924797440 52223 33554432000 4194304 4196468 140731836215840 140731836198384 139674202898167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
/proc/1414/statm: 3887890 52223 3514 1 0 3848992 0
[pid=1414/tid=1415] ppid=1412 vsize=15551560 memory=1548 CPUtime=0.53 cores=0,2,4,6
/proc/1414/task/1415/stat : 1415 (java) S 1412 1412 25300 0 -1 1077944384 9170 0 0 0 50 3 0 0 20 0 19 0 409193568 15924797440 52223 33554432000 4194304 4196468 140731836215840 139674207138944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1416] ppid=1412 vsize=15551560 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1416/stat : 1416 (java) S 1412 1412 25300 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52223 33554432000 4194304 4196468 140731836215840 139674155518352 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1417] ppid=1412 vsize=15551560 memory=744 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1417/stat : 1417 (java) S 1412 1412 25300 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52223 33554432000 4194304 4196468 140731836215840 139674154465552 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1418] ppid=1412 vsize=15551560 memory=8296 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1418/stat : 1418 (java) S 1412 1412 25300 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52223 33554432000 4194304 4196468 140731836215840 139674153413264 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1419] ppid=1412 vsize=15551560 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1419/stat : 1419 (java) S 1412 1412 25300 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52223 33554432000 4194304 4196468 140731836215840 139674152360464 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1420] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1420/stat : 1420 (java) S 1412 1412 25300 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673671268976 139674202909314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1421] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1421/stat : 1421 (java) S 1412 1412 25300 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673670215008 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1422] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1422/stat : 1422 (java) S 1412 1412 25300 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673669162624 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1423] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1423/stat : 1423 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673668110928 139674202916763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1424] ppid=1412 vsize=15551560 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/1414/task/1424/stat : 1424 (java) S 1412 1412 25300 0 -1 1077944384 3868 0 0 0 132 0 0 0 20 0 19 0 409193573 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673667057776 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1425] ppid=1412 vsize=15551560 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/1414/task/1425/stat : 1425 (java) S 1412 1412 25300 0 -1 1077944384 3892 0 0 0 136 0 0 0 20 0 19 0 409193573 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673666004976 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1426] ppid=1412 vsize=15551560 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/1414/task/1426/stat : 1426 (java) S 1412 1412 25300 0 -1 1077944384 4617 0 0 0 56 1 0 0 20 0 19 0 409193573 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673664952688 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1427] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1427/stat : 1427 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673663900128 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1428] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1428/stat : 1428 (java) S 1412 1412 25300 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673662847920 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1461] ppid=1412 vsize=15551560 memory=0 CPUtime=9.15 cores=0,2,4,6
/proc/1414/task/1461/stat : 1461 (java) R 1412 1412 25300 0 -1 4202560 269 0 0 0 915 0 0 0 20 0 19 0 409193702 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673647557576 139673833839418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1462] ppid=1412 vsize=15551560 memory=0 CPUtime=8.79 cores=0,2,4,6
/proc/1414/task/1462/stat : 1462 (java) R 1412 1412 25300 0 -1 4202560 521 0 0 0 879 0 0 0 20 0 19 0 409193702 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673650717400 139673835867079 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1463] ppid=1412 vsize=15551560 memory=0 CPUtime=9.11 cores=0,2,4,6
/proc/1414/task/1463/stat : 1463 (java) R 1412 1412 25300 0 -1 4202560 1077 0 0 0 911 0 0 0 20 0 19 0 409193702 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673649663864 139673833838804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1464] ppid=1412 vsize=15551560 memory=1448 CPUtime=8.97 cores=0,2,4,6
/proc/1414/task/1464/stat : 1464 (java) R 1412 1412 25300 0 -1 4202560 361 0 0 0 897 0 0 0 20 0 19 0 409193702 15924797440 52223 33554432000 4194304 4196468 140731836215840 139673648610568 139673835160212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
Current children cumulated CPU time: 41.77 s
Current children cumulated vsize: 15664688 KiB
Current children cumulated memory: 210340 KiB

[startup+11.2008 s]
/proc/loadavg: 5.59 7.21 7.84 9/237 1464
/proc/meminfo: memFree=30845216/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/statm: 28282 362 304 221 0 87 0
[pid=1414] ppid=1412 vsize=15551560 memory=208912 CPUtime=43.35 cores=0,2,4,6
/proc/1414/stat : 1414 (java) S 1412 1412 25300 0 -1 1077944320 28081 0 0 0 4324 11 0 0 20 0 19 0 409193567 15924797440 52228 33554432000 4194304 4196468 140731836215840 140731836198384 139674202898167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
/proc/1414/statm: 3887890 52228 3514 1 0 3848992 0
[pid=1414/tid=1415] ppid=1412 vsize=15551560 memory=7378958243871550306 CPUtime=0.53 cores=0,2,4,6
/proc/1414/task/1415/stat : 1415 (java) S 1412 1412 25300 0 -1 1077944384 9170 0 0 0 50 3 0 0 20 0 19 0 409193568 15924797440 52228 33554432000 4194304 4196468 140731836215840 139674207138944 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1416] ppid=1412 vsize=15551560 memory=7378958243871550306 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1416/stat : 1416 (java) S 1412 1412 25300 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52228 33554432000 4194304 4196468 140731836215840 139674155518352 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1417] ppid=1412 vsize=15551560 memory=7445414912742613606 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1417/stat : 1417 (java) S 1412 1412 25300 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52228 33554432000 4194304 4196468 140731836215840 139674154465552 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1418] ppid=1412 vsize=15551560 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1418/stat : 1418 (java) S 1412 1412 25300 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52228 33554432000 4194304 4196468 140731836215840 139674153413264 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1419] ppid=1412 vsize=15551560 memory=208892 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1419/stat : 1419 (java) S 1412 1412 25300 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 19 0 409193568 15924797440 52228 33554432000 4194304 4196468 140731836215840 139674152360464 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1420] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1420/stat : 1420 (java) S 1412 1412 25300 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673671268976 139674202909314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1421] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1421/stat : 1421 (java) S 1412 1412 25300 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673670215008 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1422] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1422/stat : 1422 (java) S 1412 1412 25300 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 19 0 409193570 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673669162624 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1423] ppid=1412 vsize=15551560 memory=279746656368480 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1423/stat : 1423 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673668110928 139674202916763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1424] ppid=1412 vsize=15551560 memory=8112282956445269571 CPUtime=1.32 cores=0,2,4,6
/proc/1414/task/1424/stat : 1424 (java) S 1412 1412 25300 0 -1 1077944384 3868 0 0 0 132 0 0 0 20 0 19 0 409193573 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673667057776 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1425] ppid=1412 vsize=15551560 memory=198412 CPUtime=1.38 cores=0,2,4,6
/proc/1414/task/1425/stat : 1425 (java) S 1412 1412 25300 0 -1 1077944384 3984 0 0 0 138 0 0 0 20 0 19 0 409193573 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673666004976 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1426] ppid=1412 vsize=15551560 memory=-7594096420557454015 CPUtime=0.57 cores=0,2,4,6
/proc/1414/task/1426/stat : 1426 (java) S 1412 1412 25300 0 -1 1077944384 4617 0 0 0 56 1 0 0 20 0 19 0 409193573 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673664952688 139674202909314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1427] ppid=1412 vsize=15551560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1427/stat : 1427 (java) S 1412 1412 25300 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673663900128 139674202908373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1428] ppid=1412 vsize=15551560 memory=6293050847276651881 CPUtime=0 cores=0,2,4,6
/proc/1414/task/1428/stat : 1428 (java) R 1412 1412 25300 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 19 0 409193573 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673662847920 139674202909314 0 4 0 16800975 0 0 0 -1 6 0 0 30 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1461] ppid=1412 vsize=15551560 memory=8099556174466475328 CPUtime=9.55 cores=0,2,4,6
/proc/1414/task/1461/stat : 1461 (java) R 1412 1412 25300 0 -1 4202560 269 0 0 0 955 0 0 0 20 0 19 0 409193702 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673647557576 139673833839342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1462] ppid=1412 vsize=15551560 memory=8099556174466475328 CPUtime=9.18 cores=0,2,4,6
/proc/1414/task/1462/stat : 1462 (java) R 1412 1412 25300 0 -1 4202560 525 0 0 0 918 0 0 0 20 0 19 0 409193702 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673650717528 139673834678731 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1463] ppid=1412 vsize=15551560 memory=8099556174466475328 CPUtime=9.5 cores=0,2,4,6
/proc/1414/task/1463/stat : 1463 (java) R 1412 1412 25300 0 -1 4202560 1077 0 0 0 950 0 0 0 20 0 19 0 409193702 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673649664808 139673834566664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
[pid=1414/tid=1464] ppid=1412 vsize=15551560 memory=161 CPUtime=9.36 cores=0,2,4,6
/proc/1414/task/1464/stat : 1464 (java) R 1412 1412 25300 0 -1 4202560 361 0 0 0 936 0 0 0 20 0 19 0 409193702 15924797440 52228 33554432000 4194304 4196468 140731836215840 139673648610568 139673835160154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37609472 140731836224495 140731836224666 140731836224666 140731836227535 0
Current children cumulated CPU time: 43.35 s
Current children cumulated vsize: 15664688 KiB
Current children cumulated memory: 210360 KiB

[startup+11.3008 s]
/proc/loadavg: 5.59 7.21 7.84 9/237 1464
/proc/meminfo: memFree=30845216/32770624 swapFree=66933640/67108860
[pid=1412] ppid=1409 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/1412/stat : 1412 (xcsp3-exec) S 1409 1412 25300 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409193567 115843072 362 33554432000 4194304 5098028 140727198523392 140727198521496 140337384411772 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 29032448 140727198528378 140727198528621 140727198528621 140727198531530 0
/proc/1412/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): 11.3034
CPU time (s): 43.583
CPU user time (s): 43.4607
CPU system time (s): 0.12224
CPU usage (%): 385.575
Max. virtual memory (cumulated for all children) (KiB): 15664688
Max. memory (cumulated for all children) (KiB): 210360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4607
system time used= 0.12224
maximum resident set size= 209004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29093
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= 2720
involuntary context switches= 1313


# summary of solver processes directly reported to runsolver:
#   pid: 1412
#   total CPU time (s): 43.583
#   total CPU user time (s): 43.4607
#   total CPU system time (s): 0.12224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097513 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 00:59:42
IDJOB=4394068
IDBENCH=123101
IDSOLVER=2842
FILE ID=node151/4394068-1568329221
RUNJOBID= node151-1568323682-25331
PBS_JOBID= 21701147
Free space on /tmp= 56976 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4394068-1568329221/watcher-4394068-1568329221 -o /tmp/evaluation-result-4394068-1568329221/solver-4394068-1568329221 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568323682-25331 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2035472848 HOME/instance-4394068-1568329221.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=2035472848

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31036364 kB
MemAvailable:   31624180 kB
Buffers:          131556 kB
Cached:           747492 kB
SwapCached:        72508 kB
Active:           705876 kB
Inactive:         479184 kB
Active(anon):     241316 kB
Inactive(anon):    96396 kB
Active(file):     464560 kB
Inactive(file):   382788 kB
Unevictable:      111232 kB
Mlocked:          111232 kB
SwapTotal:      67108860 kB
SwapFree:       66933640 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:        492428 kB
Mapped:            47420 kB
Shmem:             22892 kB
Slab:             142080 kB
SReclaimable:     112608 kB
SUnreclaim:        29472 kB
KernelStack:        4176 kB
PageTables:         6736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1450368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56948 MiB
End job on node151 at 2019-09-13 00:59:53