Trace number 4392886

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 NameAnswerCPU timeWall clock time
choco-solver 2019-06-14UNSAT 578.309 146.082

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f05_c18.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.0135
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4392886-1568354743.xml"  -tl '2520s' -p 4
0.14/0.17	c Choco e747e1e
0.14/0.18	c [HOME/instance-4392886-1568354743.xml, -tl, 2520s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
9.08/3.03	c solve instance...
578.10/146.06	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392886-1568354743/watcher-4392886-1568354743 -o /tmp/evaluation-result-4392886-1568354743/solver-4392886-1568354743 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22074 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 565430311 HOME/instance-4392886-1568354743.xml 

running on 4 cores: 1,3,5,7

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

solver pid=25650, runsolver pid=25647

[startup+0.100059 s]*
/proc/loadavg: 8.46 8.60 8.85 7/234 25666
/proc/meminfo: memFree=30886252/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0
[pid=25652] ppid=25650 vsize=15144768 memory=30340 CPUtime=0.14 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25650 25650 22042 0 -1 1077944320 5538 0 0 0 13 1 0 0 20 0 15 0 411713043 15508242432 7585 33554432000 4194304 4196468 140728672553824 140728672536368 140188574220023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
/proc/25652/statm: 3786192 7585 3144 1 0 3748377 0
[pid=25652/tid=25653] ppid=25650 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=1,3,5,7
/proc/25652/task/25653/stat : 25653 (java) R 25650 25650 22042 0 -1 4202560 3391 0 0 0 9 0 0 0 20 0 15 0 411713044 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188578442080 140188574231958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25654] ppid=25650 vsize=15144768 memory=3472468173339997392 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188539501200 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25655] ppid=25650 vsize=15144768 memory=140044444845696 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188165450256 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25656] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188164397456 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25657] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25650 25650 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188163344656 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25658] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25650 25650 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411713046 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188042746736 140188574231170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25659] ppid=25650 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25650 25650 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411713046 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188041692704 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25660] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25650 25650 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411713046 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188040639856 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25661] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188039588176 140188574238619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25662] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) R 25650 25650 22042 0 -1 4202560 342 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188038535536 140188574231958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25663] ppid=25650 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25650 25650 22042 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188037482736 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25664] ppid=25650 vsize=15144768 memory=140044444845696 CPUtime=0.02 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) R 25650 25650 22042 0 -1 4202560 383 0 0 0 2 0 0 0 20 0 15 0 411713049 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188036429936 140188574241370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25665] ppid=25650 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188035377376 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25666] ppid=25650 vsize=15144768 memory=140044444845696 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 7585 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31788 KiB

[startup+0.210742 s]*
/proc/loadavg: 8.46 8.60 8.85 7/234 25666
/proc/meminfo: memFree=30862672/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0
[pid=25652] ppid=25650 vsize=15144768 memory=41136 CPUtime=0.34 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25650 25650 22042 0 -1 1077944320 9023 0 0 0 32 2 0 0 20 0 15 0 411713043 15508242432 10284 33554432000 4194304 4196468 140728672553824 140728672536368 140188574220023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
/proc/25652/statm: 3786192 10284 3251 1 0 3748377 0
[pid=25652/tid=25653] ppid=25650 vsize=15144768 memory=5852835216252043682 CPUtime=0.2 cores=1,3,5,7
/proc/25652/task/25653/stat : 25653 (java) R 25650 25650 22042 0 -1 4202560 6213 0 0 0 19 1 0 0 20 0 15 0 411713044 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188578455008 140188574241949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25654] ppid=25650 vsize=15144768 memory=3472468173339997392 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188539501200 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25655] ppid=25650 vsize=15144768 memory=140044444845696 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188165450256 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25656] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188164397456 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25657] ppid=25650 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25650 25650 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411713044 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188163344656 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25658] ppid=25650 vsize=15144768 memory=140044444845696 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25650 25650 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411713046 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188042746736 140188574231170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25659] ppid=25650 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25650 25650 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411713046 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188041692704 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25660] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25650 25650 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411713046 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188040639856 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25661] ppid=25650 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188039588176 140188574238619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25662] ppid=25650 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25650 25650 22042 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 15 0 411713049 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188038535536 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25663] ppid=25650 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25650 25650 22042 0 -1 1077944384 383 0 0 0 3 0 0 0 20 0 15 0 411713049 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188037482736 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25664] ppid=25650 vsize=15144768 memory=140044444845696 CPUtime=0.08 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25650 25650 22042 0 -1 1077944384 753 0 0 0 8 0 0 0 20 0 15 0 411713049 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188036429936 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25665] ppid=25650 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188035377376 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25666] ppid=25650 vsize=15144768 memory=140044444845696 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411713049 15508242432 10284 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42584 KiB

[startup+0.317879 s]*
/proc/loadavg: 8.46 8.60 8.85 7/235 25668
/proc/meminfo: memFree=30858268/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0
[pid=25652] ppid=25650 vsize=15149024 memory=50556 CPUtime=0.53 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25650 25650 22042 0 -1 1077944320 10488 0 0 0 50 3 0 0 20 0 15 0 411713043 15512600576 12639 33554432000 4194304 4196468 140728672553824 140728672536368 140188574220023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
/proc/25652/statm: 3787256 12639 3328 1 0 3748377 0
[pid=25652/tid=25653] ppid=25650 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=1,3,5,7
/proc/25652/task/25653/stat : 25653 (java) R 25650 25650 22042 0 -1 4202560 7442 0 0 0 28 2 0 0 20 0 15 0 411713044 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188578454080 140188558300510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25654] ppid=25650 vsize=15149024 memory=3472468173339997392 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188539501200 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25655] ppid=25650 vsize=15149024 memory=140044444845696 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188165450256 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25656] ppid=25650 vsize=15149024 memory=4 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25650 25650 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411713044 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188164397456 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25657] ppid=25650 vsize=15149024 memory=140044321040415 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25650 25650 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411713044 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188163344656 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25658] ppid=25650 vsize=15149024 memory=280088642041600 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25650 25650 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411713046 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188042746736 140188574231170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25659] ppid=25650 vsize=15149024 memory=140044321017359 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25650 25650 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411713046 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188041692704 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25660] ppid=25650 vsize=15149024 memory=280088765872224 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25650 25650 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411713046 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188040639856 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25661] ppid=25650 vsize=15149024 memory=140044321021967 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188039588176 140188574238619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25662] ppid=25650 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25650 25650 22042 0 -1 1077944384 515 0 0 0 4 0 0 0 20 0 15 0 411713049 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188038535536 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25663] ppid=25650 vsize=15149024 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25650 25650 22042 0 -1 1077944384 395 0 0 0 4 0 0 0 20 0 15 0 411713049 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188037482736 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25664] ppid=25650 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25650 25650 22042 0 -1 1077944384 838 0 0 0 12 0 0 0 20 0 15 0 411713049 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188036429936 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25665] ppid=25650 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188035377376 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25666] ppid=25650 vsize=15149024 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411713049 15512600576 12639 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52004 KiB

[startup+0.700872 s]
/proc/loadavg: 8.46 8.60 8.85 7/235 25668
/proc/meminfo: memFree=30804484/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0
[pid=25652] ppid=25650 vsize=15151148 memory=191124 CPUtime=1.73 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25650 25650 22042 0 -1 1077944320 14982 0 0 0 166 7 0 0 20 0 15 0 411713043 15514775552 47781 33554432000 4194304 4196468 140728672553824 140728672536368 140188574220023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
/proc/25652/statm: 3787787 47781 3448 1 0 3748889 0
[pid=25652/tid=25653] ppid=25650 vsize=15151148 memory=1088 CPUtime=0.67 cores=1,3,5,7
/proc/25652/task/25653/stat : 25653 (java) R 25650 25650 22042 0 -1 4202560 8117 0 0 0 63 4 0 0 20 0 15 0 411713044 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188578454752 140188214596155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25654] ppid=25650 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) S 25650 25650 22042 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 411713044 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188539501200 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25655] ppid=25650 vsize=15151148 memory=780 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25650 25650 22042 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 411713044 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188165450256 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25656] ppid=25650 vsize=15151148 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25650 25650 22042 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 411713044 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188164397456 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25657] ppid=25650 vsize=15151148 memory=624 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25650 25650 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411713044 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188163344656 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25658] ppid=25650 vsize=15151148 memory=3996 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25650 25650 22042 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 411713046 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188042746736 140188574231170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25659] ppid=25650 vsize=15151148 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25650 25650 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411713046 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188041692704 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25660] ppid=25650 vsize=15151148 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25650 25650 22042 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 411713046 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188040639856 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25661] ppid=25650 vsize=15151148 memory=38416 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188039588176 140188574238619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25662] ppid=25650 vsize=15151148 memory=1988 CPUtime=0.3 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) R 25650 25650 22042 0 -1 4202560 1714 0 0 0 30 0 0 0 20 0 15 0 411713049 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188038522560 140188554652144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25663] ppid=25650 vsize=15151148 memory=988 CPUtime=0.32 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) R 25650 25650 22042 0 -1 4202560 1463 0 0 0 32 0 0 0 20 0 15 0 411713049 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188037469304 140188554855907 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25664] ppid=25650 vsize=15151148 memory=1428 CPUtime=0.4 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) R 25650 25650 22042 0 -1 4202560 2335 0 0 0 39 1 0 0 20 0 15 0 411713049 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188036428336 140188567316859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25665] ppid=25650 vsize=15151148 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411713049 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188035377376 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25666] ppid=25650 vsize=15151148 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411713049 15514775552 47781 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 192572 KiB

[startup+1.50088 s]
/proc/loadavg: 8.46 8.60 8.85 9/235 25668
/proc/meminfo: memFree=30719712/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0

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

/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 388 0 0 0 7 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25745] ppid=25650 vsize=15419452 memory=1436 CPUtime=138.75 cores=1,3,5,7
/proc/25652/task/25745/stat : 25745 (java) R 25650 25650 22042 0 -1 4202560 1091 0 0 0 13873 2 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188023016776 140188213734373 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25746] ppid=25650 vsize=15419452 memory=800 CPUtime=139.18 cores=1,3,5,7
/proc/25652/task/25746/stat : 25746 (java) R 25650 25650 22042 0 -1 4202560 10773 0 0 0 13882 36 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188021965096 140188221485212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25747] ppid=25650 vsize=15419452 memory=1448 CPUtime=138.19 cores=1,3,5,7
/proc/25652/task/25747/stat : 25747 (java) R 25650 25650 22042 0 -1 4202560 942 0 0 0 13819 0 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188020912160 140188221811959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25748] ppid=25650 vsize=15419452 memory=2807052 CPUtime=138.42 cores=1,3,5,7
/proc/25652/task/25748/stat : 25748 (java) R 25650 25650 22042 0 -1 4202560 1660 0 0 0 13841 1 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188019859408 140188211378438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 570.13 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 2808500 KiB

[startup+144.805 s]
/proc/loadavg: 8.10 8.35 8.72 9/237 26515
/proc/meminfo: memFree=24775020/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0
[pid=25652] ppid=25650 vsize=15419452 memory=2807052 CPUtime=573.29 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25650 25650 22042 0 -1 1077944320 73264 0 0 0 57240 89 0 0 20 0 19 0 411713043 15789518848 701763 33554432000 4194304 4196468 140728672553824 140728672536368 140188574220023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
/proc/25652/statm: 3854863 701763 3532 1 0 3815965 0
[pid=25652/tid=25653] ppid=25650 vsize=15419452 memory=2807052 CPUtime=2.83 cores=1,3,5,7
/proc/25652/task/25653/stat : 25653 (java) S 25650 25650 22042 0 -1 1077944384 9781 0 0 0 276 7 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188578460800 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25654] ppid=25650 vsize=15419452 memory=920 CPUtime=0.28 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) S 25650 25650 22042 0 -1 1077944384 352 0 0 0 20 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188539501200 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25655] ppid=25650 vsize=15419452 memory=3848 CPUtime=0.3 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25650 25650 22042 0 -1 1077944384 1081 0 0 0 22 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188165450256 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25656] ppid=25650 vsize=15419452 memory=1448 CPUtime=0.25 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25650 25650 22042 0 -1 1077944384 477 0 0 0 18 7 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188164397456 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25657] ppid=25650 vsize=15419452 memory=2807052 CPUtime=0.27 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25650 25650 22042 0 -1 1077944384 1870 0 0 0 19 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188163344656 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25658] ppid=25650 vsize=15419452 memory=1988 CPUtime=0.03 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25650 25650 22042 0 -1 1077944384 3176 0 0 0 2 1 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188042746736 140188574231170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25659] ppid=25650 vsize=15419452 memory=988 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25650 25650 22042 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188041692768 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25660] ppid=25650 vsize=15419452 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25650 25650 22042 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188040639872 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25661] ppid=25650 vsize=15419452 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188039588176 140188574238619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25662] ppid=25650 vsize=15419452 memory=6791534058613427641 CPUtime=5.36 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25650 25650 22042 0 -1 1077944384 17835 0 0 0 534 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188038535536 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25663] ppid=25650 vsize=15419452 memory=1772 CPUtime=5.07 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25650 25650 22042 0 -1 1077944384 12753 0 0 0 505 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188037482736 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25664] ppid=25650 vsize=15419452 memory=1056 CPUtime=1.04 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25650 25650 22042 0 -1 1077944384 9756 0 0 0 102 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188036429936 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25665] ppid=25650 vsize=15419452 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188035377376 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25666] ppid=25650 vsize=15419452 memory=11340 CPUtime=0.07 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 388 0 0 0 7 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25745] ppid=25650 vsize=15419452 memory=1532 CPUtime=139.5 cores=1,3,5,7
/proc/25652/task/25745/stat : 25745 (java) R 25650 25650 22042 0 -1 4202560 1092 0 0 0 13948 2 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188023016776 140188219547146 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25746] ppid=25650 vsize=15419452 memory=1088 CPUtime=139.98 cores=1,3,5,7
/proc/25652/task/25746/stat : 25746 (java) R 25650 25650 22042 0 -1 4202560 10801 0 0 0 13962 36 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188021965096 140188221484989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25747] ppid=25650 vsize=15419452 memory=6791534058613427641 CPUtime=138.97 cores=1,3,5,7
/proc/25652/task/25747/stat : 25747 (java) R 25650 25650 22042 0 -1 4202560 942 0 0 0 13897 0 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188020912160 140188220065286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25748] ppid=25650 vsize=15419452 memory=920 CPUtime=139.22 cores=1,3,5,7
/proc/25652/task/25748/stat : 25748 (java) R 25650 25650 22042 0 -1 4202560 1660 0 0 0 13921 1 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188019859408 140188216311635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 573.29 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 2808500 KiB

[startup+145.601 s]
/proc/loadavg: 8.10 8.35 8.72 9/237 26515
/proc/meminfo: memFree=24775052/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0
[pid=25652] ppid=25650 vsize=15419452 memory=2807052 CPUtime=576.46 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25650 25650 22042 0 -1 1077944320 73300 0 0 0 57557 89 0 0 20 0 19 0 411713043 15789518848 701763 33554432000 4194304 4196468 140728672553824 140728672536368 140188574220023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
/proc/25652/statm: 3854863 701763 3532 1 0 3815965 0
[pid=25652/tid=25653] ppid=25650 vsize=15419452 memory=1764 CPUtime=2.83 cores=1,3,5,7
/proc/25652/task/25653/stat : 25653 (java) S 25650 25650 22042 0 -1 1077944384 9781 0 0 0 276 7 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188578460800 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25654] ppid=25650 vsize=15419452 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) S 25650 25650 22042 0 -1 1077944384 352 0 0 0 20 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188539501200 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25655] ppid=25650 vsize=15419452 memory=2403020 CPUtime=0.3 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25650 25650 22042 0 -1 1077944384 1081 0 0 0 22 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188165450256 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25656] ppid=25650 vsize=15419452 memory=1764 CPUtime=0.25 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25650 25650 22042 0 -1 1077944384 477 0 0 0 18 7 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188164397456 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25657] ppid=25650 vsize=15419452 memory=2807052 CPUtime=0.27 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25650 25650 22042 0 -1 1077944384 1870 0 0 0 19 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188163344656 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25658] ppid=25650 vsize=15419452 memory=1448 CPUtime=0.03 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25650 25650 22042 0 -1 1077944384 3176 0 0 0 2 1 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188042746736 140188574231170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25659] ppid=25650 vsize=15419452 memory=2807052 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25650 25650 22042 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188041692768 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25660] ppid=25650 vsize=15419452 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25650 25650 22042 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188040639872 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25661] ppid=25650 vsize=15419452 memory=1988 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188039588176 140188574238619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25662] ppid=25650 vsize=15419452 memory=988 CPUtime=5.36 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25650 25650 22042 0 -1 1077944384 17838 0 0 0 534 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188038535536 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25663] ppid=25650 vsize=15419452 memory=1428 CPUtime=5.07 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25650 25650 22042 0 -1 1077944384 12753 0 0 0 505 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188037482736 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25664] ppid=25650 vsize=15419452 memory=1448 CPUtime=1.04 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25650 25650 22042 0 -1 1077944384 9756 0 0 0 102 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188036429936 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25665] ppid=25650 vsize=15419452 memory=2807052 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188035377376 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25666] ppid=25650 vsize=15419452 memory=2900 CPUtime=0.07 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 388 0 0 0 7 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25745] ppid=25650 vsize=15419452 memory=4100 CPUtime=140.28 cores=1,3,5,7
/proc/25652/task/25745/stat : 25745 (java) R 25650 25650 22042 0 -1 4202560 1092 0 0 0 14026 2 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188023016776 140188220065286 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25746] ppid=25650 vsize=15419452 memory=1412 CPUtime=140.77 cores=1,3,5,7
/proc/25652/task/25746/stat : 25746 (java) R 25650 25650 22042 0 -1 4202560 10830 0 0 0 14041 36 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188021965096 140188221484926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25747] ppid=25650 vsize=15419452 memory=1772 CPUtime=139.76 cores=1,3,5,7
/proc/25652/task/25747/stat : 25747 (java) R 25650 25650 22042 0 -1 4202560 942 0 0 0 13976 0 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188020912160 140188220554084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25748] ppid=25650 vsize=15419452 memory=1056 CPUtime=140.01 cores=1,3,5,7
/proc/25652/task/25748/stat : 25748 (java) R 25650 25650 22042 0 -1 4202560 1664 0 0 0 14000 1 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188019859408 140188214500700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 576.46 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 2808500 KiB

[startup+146.005 s]*
/proc/loadavg: 8.10 8.35 8.72 9/237 26515
/proc/meminfo: memFree=24775052/32770624 swapFree=66940792/67108860
[pid=25650] ppid=25647 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25650/stat : 25650 (xcsp3-exec) S 25647 25650 22042 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411713043 115843072 362 33554432000 4194304 5098028 140729309454064 140729309452168 139894470148732 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25243648 140729309459323 140729309459565 140729309459565 140729309462474 0
/proc/25650/statm: 28282 362 304 221 0 87 0
[pid=25652] ppid=25650 vsize=15419452 memory=2807052 CPUtime=578.1 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25650 25650 22042 0 -1 1077944320 73316 0 0 0 57721 89 0 0 20 0 19 0 411713043 15789518848 701763 33554432000 4194304 4196468 140728672553824 140728672536368 140188574220023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
/proc/25652/statm: 3854863 701763 3532 1 0 3815965 0
[pid=25652/tid=25653] ppid=25650 vsize=15419452 memory=6791534058613427641 CPUtime=2.83 cores=1,3,5,7
/proc/25652/task/25653/stat : 25653 (java) S 25650 25650 22042 0 -1 1077944384 9781 0 0 0 276 7 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188578460800 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25654] ppid=25650 vsize=15419452 memory=-7003737579269690708 CPUtime=0.28 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) S 25650 25650 22042 0 -1 1077944384 352 0 0 0 20 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188539501200 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25655] ppid=25650 vsize=15419452 memory=3196 CPUtime=0.3 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25650 25650 22042 0 -1 1077944384 1081 0 0 0 22 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188165450256 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25656] ppid=25650 vsize=15419452 memory=1448 CPUtime=0.25 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25650 25650 22042 0 -1 1077944384 477 0 0 0 18 7 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188164397456 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25657] ppid=25650 vsize=15419452 memory=2807052 CPUtime=0.27 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25650 25650 22042 0 -1 1077944384 1870 0 0 0 19 8 0 0 20 0 19 0 411713044 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188163344656 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25658] ppid=25650 vsize=15419452 memory=1412 CPUtime=0.03 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25650 25650 22042 0 -1 1077944384 3176 0 0 0 2 1 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188042746736 140188574231170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25659] ppid=25650 vsize=15419452 memory=3312 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25650 25650 22042 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188041692768 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25660] ppid=25650 vsize=15419452 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25650 25650 22042 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 411713046 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188040639872 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25661] ppid=25650 vsize=15419452 memory=7156598505499684199 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188039588176 140188574238619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25662] ppid=25650 vsize=15419452 memory=5936982811019273812 CPUtime=5.36 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25650 25650 22042 0 -1 1077944384 17838 0 0 0 534 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188038535536 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25663] ppid=25650 vsize=15419452 memory=6940719288779763287 CPUtime=5.07 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25650 25650 22042 0 -1 1077944384 12753 0 0 0 505 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188037482736 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25664] ppid=25650 vsize=15419452 memory=6082202991839965271 CPUtime=1.04 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25650 25650 22042 0 -1 1077944384 9756 0 0 0 102 2 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188036429936 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25665] ppid=25650 vsize=15419452 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25650 25650 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188035377376 140188574230229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25666] ppid=25650 vsize=15419452 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25650 25650 22042 0 -1 1077944384 388 0 0 0 7 0 0 0 20 0 19 0 411713049 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188034325680 140188574231170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25745] ppid=25650 vsize=15419452 memory=0 CPUtime=140.68 cores=1,3,5,7
/proc/25652/task/25745/stat : 25745 (java) R 25650 25650 22042 0 -1 4202560 1092 0 0 0 14066 2 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188023016776 140188220065286 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25746] ppid=25650 vsize=15419452 memory=0 CPUtime=141.18 cores=1,3,5,7
/proc/25652/task/25746/stat : 25746 (java) R 25650 25650 22042 0 -1 4202560 10846 0 0 0 14082 36 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188021965096 140188220238618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25747] ppid=25650 vsize=15419452 memory=0 CPUtime=140.18 cores=1,3,5,7
/proc/25652/task/25747/stat : 25747 (java) R 25650 25650 22042 0 -1 4202560 942 0 0 0 14018 0 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188020912160 140188220554764 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
[pid=25652/tid=25748] ppid=25650 vsize=15419452 memory=0 CPUtime=140.43 cores=1,3,5,7
/proc/25652/task/25748/stat : 25748 (java) R 25650 25650 22042 0 -1 4202560 1664 0 0 0 14042 1 0 0 20 0 19 0 411713349 15789518848 701763 33554432000 4194304 4196468 140728672553824 140188019859288 140188216311729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38637568 140728672560111 140728672560282 140728672560282 140728672563151 0
Current children cumulated CPU time: 578.1 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 2808500 KiB

Child status: 0
Real time (s): 146.082
CPU time (s): 578.309
CPU user time (s): 577.394
CPU system time (s): 0.915014
CPU usage (%): 395.88
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 2808500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 577.394
system time used= 0.915014
maximum resident set size= 2807208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74351
page faults= 0
swaps= 0
block input operations= 1216
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6564
involuntary context switches= 10146


# summary of solver processes directly reported to runsolver:
#   pid: 25650
#   total CPU time (s): 578.309
#   total CPU user time (s): 577.394
#   total CPU system time (s): 0.915014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.987641 second user time and 1.69693 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 08:05:06
IDJOB=4392886
IDBENCH=141185
IDSOLVER=2840
FILE ID=node149/4392886-1568354743
RUNJOBID= node149-1568346919-22074
PBS_JOBID= 21701170
Free space on /tmp= 57044 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f05_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392886-1568354743/watcher-4392886-1568354743 -o /tmp/evaluation-result-4392886-1568354743/solver-4392886-1568354743 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22074 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 565430311 HOME/instance-4392886-1568354743.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=565430311

node149.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.81
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.81
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.81
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.81
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:        30904224 kB
MemAvailable:   31669960 kB
Buffers:          140928 kB
Cached:           921100 kB
SwapCached:        61356 kB
Active:           648680 kB
Inactive:         662936 kB
Active(anon):     216960 kB
Inactive(anon):    72344 kB
Active(file):     431720 kB
Inactive(file):   590592 kB
Unevictable:      111276 kB
Mlocked:          111276 kB
SwapTotal:      67108860 kB
SwapFree:       66940792 kB
Dirty:             26284 kB
Writeback:             0 kB
AnonPages:        141372 kB
Mapped:            56564 kB
Shmem:             31228 kB
Slab:             147612 kB
SReclaimable:     118516 kB
SUnreclaim:        29096 kB
KernelStack:        4080 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1473068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57020 MiB
End job on node149 at 2019-09-13 08:07:32