Trace number 4404347

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-09-20 parallel? 1170.54 266.604

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-08-08.xml
MD5SUMa4344d82eae68729eeb0bbc0b13d3fa1
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 benchmark29.4324
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints44
Number of domains2
Minimum domain size7
Maximum domain size8
Distribution of domain sizes[{"size":7,"count":8},{"size":8,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":56},{"degree":2,"count":8},{"degree":8,"count":8}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":36},{"arity":8,"count":8}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404347-1569002300.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404347-1569002300.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1169.43/265.59	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1169.43/265.59		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
1169.43/265.59		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
1169.43/265.59		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
1169.43/265.59		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
1169.43/265.59		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:317)
1169.43/265.59		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1169.43/265.59		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1169.43/265.59		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1169.43/265.59		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1169.43/265.59		at org.xcsp.parser.XCallbacks$$Lambda$94/861842890.accept(Unknown Source)
1169.43/265.59		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1169.43/265.59		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1169.43/265.59		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1169.43/265.59		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1169.43/265.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1169.43/265.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1169.43/265.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1169.43/265.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1169.43/265.59		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1169.43/265.59		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1169.43/265.59		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1169.43/265.59		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1169.43/265.59	s UNKNOWN
1169.43/265.59	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404347-1569002300/watcher-4404347-1569002300 -o /tmp/evaluation-result-4404347-1569002300/solver-4404347-1569002300 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568994624-13980 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 207708075 HOME/instance-4404347-1569002300.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=16139, runsolver pid=16136
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 5.99 7.40 7.77 4/211 16160
/proc/meminfo: memFree=13020968/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 364 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 364 305 221 0 87 0
[pid=16141] ppid=16139 vsize=28227396 memory=28780 CPUtime=0.12 cores=0-7
/proc/16141/stat : 16141 (java) S 16139 16139 13953 0 -1 1077944320 5699 0 0 0 11 1 0 0 20 0 20 0 476498917 28904853504 7195 33554432000 4194304 4196468 140727899308800 140727899291344 140290362355447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
/proc/16141/statm: 7056849 7195 3121 1 0 7019032 0
[pid=16141/tid=16142] ppid=16139 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/16141/task/16142/stat : 16142 (java) R 16139 16139 13953 0 -1 4202560 3613 0 0 0 8 1 0 0 20 0 20 0 476498917 28904853504 7195 33554432000 4194304 4196468 140727899308800 140290366587680 140290346435934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16143] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16143/stat : 16143 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140290282207760 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16144] ppid=16139 vsize=28227396 memory=140108397420681 CPUtime=0 cores=0-7
/proc/16141/task/16144/stat : 16144 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140290281155216 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16145] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16145/stat : 16145 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140290280102160 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16146] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16146/stat : 16146 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140290279049616 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16147] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16147/stat : 16147 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140290277997584 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16148] ppid=16139 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16141/task/16148/stat : 16148 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140290276945040 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16149] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16149/stat : 16149 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289906957072 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16150] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16150/stat : 16150 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289905904528 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16151] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16151/stat : 16151 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498919 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289746491632 140290362366594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16152] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16152/stat : 16152 (java) S 16139 16139 13953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476498920 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289745437856 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16153] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16153/stat : 16153 (java) S 16139 16139 13953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476498920 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289744384752 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16154] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16154/stat : 16154 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498922 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289743333328 140290362374043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16155] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16155/stat : 16155 (java) R 16139 16139 13953 0 -1 4202560 290 0 0 0 0 0 0 0 20 0 20 0 476498922 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289742273104 140290347157981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16156] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16156/stat : 16156 (java) S 16139 16139 13953 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476498922 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289741228912 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16157] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16157/stat : 16157 (java) S 16139 16139 13953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476498923 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289740175856 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16158] ppid=16139 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16141/task/16158/stat : 16158 (java) R 16139 16139 13953 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 20 0 476498923 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289739122496 140290341311069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16159] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16159/stat : 16159 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498923 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289536682464 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16160] ppid=16139 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16141/task/16160/stat : 16160 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498923 28904853504 7195 33554432000 4194304 4196468 140727899308800 140289535630000 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30236 KiB

[startup+0.210464 s]*
/proc/loadavg: 5.99 7.40 7.77 3/211 16160
/proc/meminfo: memFree=13008048/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 364 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 364 305 221 0 87 0
[pid=16141] ppid=16139 vsize=28227396 memory=41112 CPUtime=0.34 cores=0-7
/proc/16141/stat : 16141 (java) S 16139 16139 13953 0 -1 1077944320 9527 0 0 0 31 3 0 0 20 0 20 0 476498917 28904853504 10278 33554432000 4194304 4196468 140727899308800 140727899291344 140290362355447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
/proc/16141/statm: 7056849 10278 3299 1 0 7019032 0
[pid=16141/tid=16142] ppid=16139 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16141/task/16142/stat : 16142 (java) R 16139 16139 13953 0 -1 4202560 6639 0 0 0 18 2 0 0 20 0 20 0 476498917 28904853504 10278 33554432000 4194304 4196468 140727899308800 140290366589184 140290362377373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16143] ppid=16139 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/16141/task/16143/stat : 16143 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140290282207760 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16144] ppid=16139 vsize=28227396 memory=288370484549117568 CPUtime=0 cores=0-7
/proc/16141/task/16144/stat : 16144 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140290281155216 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16145] ppid=16139 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16141/task/16145/stat : 16145 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140290280102160 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16146] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16146/stat : 16146 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140290279049616 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16147] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16147/stat : 16147 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140290277997584 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16148] ppid=16139 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16141/task/16148/stat : 16148 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140290276945040 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16149] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16149/stat : 16149 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289906957072 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16150] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16150/stat : 16150 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498918 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289905904528 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16151] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16151/stat : 16151 (java) S 16139 16139 13953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476498919 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289746491632 140290362366594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16152] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16152/stat : 16152 (java) S 16139 16139 13953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476498920 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289745437856 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16153] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16153/stat : 16153 (java) S 16139 16139 13953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476498920 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289744384752 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16154] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16154/stat : 16154 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498922 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289743333328 140290362374043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16155] ppid=16139 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16141/task/16155/stat : 16155 (java) S 16139 16139 13953 0 -1 1077944384 435 0 0 0 2 0 0 0 20 0 20 0 476498922 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289742281456 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16156] ppid=16139 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16141/task/16156/stat : 16156 (java) S 16139 16139 13953 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 20 0 476498922 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289741228912 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16157] ppid=16139 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16141/task/16157/stat : 16157 (java) S 16139 16139 13953 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 476498923 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289740175856 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16158] ppid=16139 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/16141/task/16158/stat : 16158 (java) R 16139 16139 13953 0 -1 4202560 754 0 0 0 8 0 0 0 20 0 20 0 476498923 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289739123312 140290340893816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16159] ppid=16139 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16159/stat : 16159 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498923 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289536682464 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16160] ppid=16139 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16141/task/16160/stat : 16160 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498923 28904853504 10278 33554432000 4194304 4196468 140727899308800 140289535630000 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42568 KiB

[startup+0.319992 s]*
/proc/loadavg: 5.99 7.40 7.77 3/211 16160
/proc/meminfo: memFree=13000168/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 364 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 364 305 221 0 87 0
[pid=16141] ppid=16139 vsize=28231652 memory=50724 CPUtime=0.53 cores=0-7
/proc/16141/stat : 16141 (java) S 16139 16139 13953 0 -1 1077944320 11020 0 0 0 49 4 0 0 20 0 20 0 476498917 28909211648 12681 33554432000 4194304 4196468 140727899308800 140727899291344 140290362355447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
/proc/16141/statm: 7057913 12681 3342 1 0 7019032 0
[pid=16141/tid=16142] ppid=16139 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/16141/task/16142/stat : 16142 (java) R 16139 16139 13953 0 -1 4202560 7896 0 0 0 28 2 0 0 20 0 20 0 476498917 28909211648 12681 33554432000 4194304 4196468 140727899308800 140290366590464 140290346435934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16143] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16143/stat : 16143 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140290282207760 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16144] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16144/stat : 16144 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140290281155216 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16145] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16145/stat : 16145 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140290280102160 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16146] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16146/stat : 16146 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140290279049616 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16147] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16147/stat : 16147 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140290277997584 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16148] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16148/stat : 16148 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140290276945040 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16149] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16149/stat : 16149 (java) S 16139 16139 13953 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289906957072 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16150] ppid=16139 vsize=28231652 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/16141/task/16150/stat : 16150 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498918 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289905904528 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16151] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16151/stat : 16151 (java) S 16139 16139 13953 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476498919 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289746491632 140290362366594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16152] ppid=16139 vsize=28231652 memory=280216551497088 CPUtime=0 cores=0-7
/proc/16141/task/16152/stat : 16152 (java) S 16139 16139 13953 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476498920 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289745437856 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16153] ppid=16139 vsize=28231652 memory=280216551501696 CPUtime=0 cores=0-7
/proc/16141/task/16153/stat : 16153 (java) S 16139 16139 13953 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476498920 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289744384752 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16154] ppid=16139 vsize=28231652 memory=280216551506304 CPUtime=0 cores=0-7
/proc/16141/task/16154/stat : 16154 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498922 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289743333328 140290362374043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16155] ppid=16139 vsize=28231652 memory=280216551510912 CPUtime=0.03 cores=0-7
/proc/16141/task/16155/stat : 16155 (java) S 16139 16139 13953 0 -1 1077944384 443 0 0 0 3 0 0 0 20 0 20 0 476498922 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289742281456 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16156] ppid=16139 vsize=28231652 memory=280216551515520 CPUtime=0.03 cores=0-7
/proc/16141/task/16156/stat : 16156 (java) S 16139 16139 13953 0 -1 1077944384 482 0 0 0 3 0 0 0 20 0 20 0 476498922 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289741228912 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16157] ppid=16139 vsize=28231652 memory=280216551520128 CPUtime=0.01 cores=0-7
/proc/16141/task/16157/stat : 16157 (java) S 16139 16139 13953 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 476498923 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289740175856 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16158] ppid=16139 vsize=28231652 memory=280216551524736 CPUtime=0.12 cores=0-7
/proc/16141/task/16158/stat : 16158 (java) S 16139 16139 13953 0 -1 1077944384 851 0 0 0 12 0 0 0 20 0 20 0 476498923 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289739123312 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16159] ppid=16139 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16159/stat : 16159 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498923 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289536682464 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16160] ppid=16139 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16141/task/16160/stat : 16160 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498923 28909211648 12681 33554432000 4194304 4196468 140727899308800 140289535630000 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52180 KiB

[startup+0.700991 s]
/proc/loadavg: 5.99 7.40 7.77 9/211 16160
/proc/meminfo: memFree=12856988/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 364 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 364 305 221 0 87 0
[pid=16141] ppid=16139 vsize=28231728 memory=289024 CPUtime=1.46 cores=0-7
/proc/16141/stat : 16141 (java) S 16139 16139 13953 0 -1 1077944320 12295 0 0 0 106 40 0 0 20 0 20 0 476498917 28909289472 72256 33554432000 4194304 4196468 140727899308800 140727899291344 140290362355447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
/proc/16141/statm: 7057932 72256 3433 1 0 7019032 0
[pid=16141/tid=16142] ppid=16139 vsize=28231728 memory=4580 CPUtime=0.61 cores=0-7
/proc/16141/task/16142/stat : 16142 (java) R 16139 16139 13953 0 -1 4202560 8296 0 0 0 54 7 0 0 20 0 20 0 476498917 28909289472 72256 33554432000 4194304 4196468 140727899308800 140290366591664 140290362367382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16143] ppid=16139 vsize=28231728 memory=0 CPUtime=0.05 cores=0-7
/proc/16141/task/16143/stat : 16143 (java) S 16139 16139 13953 0 -1 1077944384 58 0 0 0 1 4 0 0 20 0 20 0 476498918 28909289472 72256 33554432000 4194304 4196468 140727899308800 140290282207760 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16144] ppid=16139 vsize=28231728 memory=0 CPUtime=0.04 cores=0-7
/proc/16141/task/16144/stat : 16144 (java) S 16139 16139 13953 0 -1 1077944384 64 0 0 0 1 3 0 0 20 0 20 0 476498918 28909289472 72256 33554432000 4194304 4196468 140727899308800 140290281155216 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16145] ppid=16139 vsize=28231728 memory=1188 CPUtime=0.05 cores=0-7
/proc/16141/task/16145/stat : 16145 (java) S 16139 16139 13953 0 -1 1077944384 68 0 0 0 1 4 0 0 20 0 20 0 476498918 28909289472 72256 33554432000 4194304 4196468 140727899308800 140290280102160 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0

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

[pid=16141/tid=16149] ppid=16139 vsize=28233776 memory=1056 CPUtime=121.99 cores=0-7
/proc/16141/task/16149/stat : 16149 (java) R 16139 16139 13953 0 -1 4202560 2829008 0 0 0 11405 794 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289906957272 140290355459084 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16150] ppid=16139 vsize=28233776 memory=0 CPUtime=122.23 cores=0-7
/proc/16141/task/16150/stat : 16150 (java) R 16139 16139 13953 0 -1 4202560 2596472 0 0 0 11359 864 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289905904648 140290354983655 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16151] ppid=16139 vsize=28233776 memory=0 CPUtime=46.22 cores=0-7
/proc/16141/task/16151/stat : 16151 (java) S 16139 16139 13953 0 -1 1077944384 870183 0 0 0 4540 82 0 0 20 0 20 0 476498919 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289746490192 140290362365653 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16152] ppid=16139 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16152/stat : 16152 (java) S 16139 16139 13953 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 476498920 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289745437920 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16153] ppid=16139 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16141/task/16153/stat : 16153 (java) S 16139 16139 13953 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 20 0 476498920 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289744384768 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16154] ppid=16139 vsize=28233776 memory=1384 CPUtime=0 cores=0-7
/proc/16141/task/16154/stat : 16154 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289743333328 140290362374043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16155] ppid=16139 vsize=28233776 memory=3672 CPUtime=0.69 cores=0-7
/proc/16141/task/16155/stat : 16155 (java) S 16139 16139 13953 0 -1 1077944384 5266 0 0 0 68 1 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289742281504 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16156] ppid=16139 vsize=28233776 memory=1452 CPUtime=0.59 cores=0-7
/proc/16141/task/16156/stat : 16156 (java) S 16139 16139 13953 0 -1 1077944384 4188 0 0 0 58 1 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289741228672 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16157] ppid=16139 vsize=28233776 memory=25571956 CPUtime=0.57 cores=0-7
/proc/16141/task/16157/stat : 16157 (java) S 16139 16139 13953 0 -1 1077944384 4480 0 0 0 56 1 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289740175904 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16158] ppid=16139 vsize=28233776 memory=1536 CPUtime=0.44 cores=0-7
/proc/16141/task/16158/stat : 16158 (java) S 16139 16139 13953 0 -1 1077944384 5766 0 0 0 43 1 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289739123360 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16159] ppid=16139 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16141/task/16159/stat : 16159 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289536682464 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16160] ppid=16139 vsize=28233776 memory=2828 CPUtime=0.2 cores=0-7
/proc/16141/task/16160/stat : 16160 (java) S 16139 16139 13953 0 -1 1077944384 1486 0 0 0 10 10 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289535630000 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
Current children cumulated CPU time: 1112.53 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25573408 KiB

[startup+262.401 s]
/proc/loadavg: 5.56 5.73 6.93 7/214 16209
/proc/meminfo: memFree=200088/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 363 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 363 304 221 0 87 0
[pid=16141] ppid=16139 vsize=28233776 memory=25571956 CPUtime=1161.32 cores=0-7
/proc/16141/stat : 16141 (java) S 16139 16139 13953 0 -1 1077944320 27790150 0 0 0 109293 6839 0 0 20 0 20 0 476498917 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140727899291344 140290362355447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
/proc/16141/statm: 7058444 6392989 3497 1 0 7019544 0
[pid=16141/tid=16142] ppid=16139 vsize=28233776 memory=2024 CPUtime=85.34 cores=0-7
/proc/16141/task/16142/stat : 16142 (java) S 16139 16139 13953 0 -1 1077944384 220065 0 0 0 8402 132 0 0 20 0 20 0 476498917 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290366593568 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16143] ppid=16139 vsize=28233776 memory=6791534058613427641 CPUtime=127.95 cores=0-7
/proc/16141/task/16143/stat : 16143 (java) R 16139 16139 13953 0 -1 4202560 2647542 0 0 0 11982 813 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290282207880 140290354983655 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16144] ppid=16139 vsize=28233776 memory=25571956 CPUtime=128.53 cores=0-7
/proc/16141/task/16144/stat : 16144 (java) R 16139 16139 13953 0 -1 4202560 3600922 0 0 0 11996 857 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290281155024 140290354983655 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16145] ppid=16139 vsize=28233776 memory=3672 CPUtime=128.38 cores=0-7
/proc/16141/task/16145/stat : 16145 (java) R 16139 16139 13953 0 -1 4202560 2367913 0 0 0 12142 696 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290280101968 140290354983655 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16146] ppid=16139 vsize=28233776 memory=1056 CPUtime=128.23 cores=0-7
/proc/16141/task/16146/stat : 16146 (java) R 16139 16139 13953 0 -1 4202560 4512028 0 0 0 11951 872 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290279049424 140290345738482 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16147] ppid=16139 vsize=28233776 memory=-3622645143214314312 CPUtime=128.71 cores=0-7
/proc/16141/task/16147/stat : 16147 (java) R 16139 16139 13953 0 -1 4202560 2347813 0 0 0 12098 773 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290277997704 140290354983655 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16148] ppid=16139 vsize=28233776 memory=620 CPUtime=128.73 cores=0-7
/proc/16141/task/16148/stat : 16148 (java) R 16139 16139 13953 0 -1 4202560 3712471 0 0 0 12026 847 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290276944848 140290354983655 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16149] ppid=16139 vsize=28233776 memory=1496 CPUtime=128.38 cores=0-7
/proc/16141/task/16149/stat : 16149 (java) R 16139 16139 13953 0 -1 4202560 4891988 0 0 0 11955 883 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289906957272 140290347345090 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16150] ppid=16139 vsize=28233776 memory=1016 CPUtime=128.2 cores=0-7
/proc/16141/task/16150/stat : 16150 (java) R 16139 16139 13953 0 -1 4202560 2596472 0 0 0 11952 868 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289905904336 140290354983655 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16151] ppid=16139 vsize=28233776 memory=6040 CPUtime=46.22 cores=0-7
/proc/16141/task/16151/stat : 16151 (java) S 16139 16139 13953 0 -1 1077944384 870183 0 0 0 4540 82 0 0 20 0 20 0 476498919 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289746490192 140290362365653 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16152] ppid=16139 vsize=28233776 memory=1384 CPUtime=0 cores=0-7
/proc/16141/task/16152/stat : 16152 (java) S 16139 16139 13953 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 476498920 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289745437920 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16153] ppid=16139 vsize=28233776 memory=3672 CPUtime=0 cores=0-7
/proc/16141/task/16153/stat : 16153 (java) S 16139 16139 13953 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 20 0 476498920 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289744384768 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16154] ppid=16139 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/16141/task/16154/stat : 16154 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289743333328 140290362374043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16155] ppid=16139 vsize=28233776 memory=1188 CPUtime=0.69 cores=0-7
/proc/16141/task/16155/stat : 16155 (java) S 16139 16139 13953 0 -1 1077944384 5266 0 0 0 68 1 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289742281504 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16156] ppid=16139 vsize=28233776 memory=1536 CPUtime=0.59 cores=0-7
/proc/16141/task/16156/stat : 16156 (java) S 16139 16139 13953 0 -1 1077944384 4188 0 0 0 58 1 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289741228672 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16157] ppid=16139 vsize=28233776 memory=1452 CPUtime=0.57 cores=0-7
/proc/16141/task/16157/stat : 16157 (java) S 16139 16139 13953 0 -1 1077944384 4480 0 0 0 56 1 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289740175904 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16158] ppid=16139 vsize=28233776 memory=25571956 CPUtime=0.44 cores=0-7
/proc/16141/task/16158/stat : 16158 (java) S 16139 16139 13953 0 -1 1077944384 5766 0 0 0 43 1 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289739123360 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16159] ppid=16139 vsize=28233776 memory=16099273431321595 CPUtime=0 cores=0-7
/proc/16141/task/16159/stat : 16159 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289536682464 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16160] ppid=16139 vsize=28233776 memory=9592 CPUtime=0.21 cores=0-7
/proc/16141/task/16160/stat : 16160 (java) S 16139 16139 13953 0 -1 1077944384 1486 0 0 0 10 11 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289535630000 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
Current children cumulated CPU time: 1161.32 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25573408 KiB

[startup+264.001 s]*
/proc/loadavg: 5.19 5.65 6.90 2/213 16209
/proc/meminfo: memFree=199404/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 363 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 363 304 221 0 87 0
[pid=16141] ppid=16139 vsize=28233776 memory=25571956 CPUtime=1167.93 cores=0-7
/proc/16141/stat : 16141 (java) S 16139 16139 13953 0 -1 1077944320 28078446 0 0 0 109938 6855 0 0 20 0 20 0 476498917 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140727899291344 140290362355447 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
/proc/16141/statm: 7058444 6392989 3497 1 0 7019544 0
[pid=16141/tid=16142] ppid=16139 vsize=28233776 memory=8317482817917895235 CPUtime=85.34 cores=0-7
/proc/16141/task/16142/stat : 16142 (java) S 16139 16139 13953 0 -1 1077944384 220065 0 0 0 8402 132 0 0 20 0 20 0 476498917 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290366593568 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16143] ppid=16139 vsize=28233776 memory=1536 CPUtime=128.63 cores=0-7
/proc/16141/task/16143/stat : 16143 (java) S 16139 16139 13953 0 -1 1077944384 2647542 0 0 0 12050 813 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290282207760 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16144] ppid=16139 vsize=28233776 memory=9592 CPUtime=129.23 cores=0-7
/proc/16141/task/16144/stat : 16144 (java) S 16139 16139 13953 0 -1 1077944384 3600922 0 0 0 12065 858 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290281155216 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16145] ppid=16139 vsize=28233776 memory=2828 CPUtime=129.1 cores=0-7
/proc/16141/task/16145/stat : 16145 (java) S 16139 16139 13953 0 -1 1077944384 2367913 0 0 0 12214 696 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290280102160 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16146] ppid=16139 vsize=28233776 memory=780 CPUtime=128.95 cores=0-7
/proc/16141/task/16146/stat : 16146 (java) S 16139 16139 13953 0 -1 1077944384 4512028 0 0 0 12023 872 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290279049616 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16147] ppid=16139 vsize=28233776 memory=620 CPUtime=129.44 cores=0-7
/proc/16141/task/16147/stat : 16147 (java) S 16139 16139 13953 0 -1 1077944384 2347813 0 0 0 12171 773 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290277997584 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16148] ppid=16139 vsize=28233776 memory=6791534058613427641 CPUtime=129.46 cores=0-7
/proc/16141/task/16148/stat : 16148 (java) S 16139 16139 13953 0 -1 1077944384 3712471 0 0 0 12098 848 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140290276945040 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16149] ppid=16139 vsize=28233776 memory=916 CPUtime=129.14 cores=0-7
/proc/16141/task/16149/stat : 16149 (java) S 16139 16139 13953 0 -1 1077944384 5180277 0 0 0 12017 897 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289906957072 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16150] ppid=16139 vsize=28233776 memory=4428 CPUtime=128.92 cores=0-7
/proc/16141/task/16150/stat : 16150 (java) S 16139 16139 13953 0 -1 1077944384 2596472 0 0 0 12024 868 0 0 20 0 20 0 476498918 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289905904528 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16151] ppid=16139 vsize=28233776 memory=4096 CPUtime=47.08 cores=0-7
/proc/16141/task/16151/stat : 16151 (java) R 16139 16139 13953 0 -1 4202560 870190 0 0 0 4625 83 0 0 20 0 20 0 476498919 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289746490080 140290347351871 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16152] ppid=16139 vsize=28233776 memory=1408 CPUtime=0 cores=0-7
/proc/16141/task/16152/stat : 16152 (java) S 16139 16139 13953 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 476498920 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289745437920 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16153] ppid=16139 vsize=28233776 memory=3240 CPUtime=0 cores=0-7
/proc/16141/task/16153/stat : 16153 (java) S 16139 16139 13953 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 20 0 476498920 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289744384768 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16154] ppid=16139 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/16141/task/16154/stat : 16154 (java) S 16139 16139 13953 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289743333328 140290362374043 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16155] ppid=16139 vsize=28233776 memory=25571956 CPUtime=0.69 cores=0-7
/proc/16141/task/16155/stat : 16155 (java) S 16139 16139 13953 0 -1 1077944384 5266 0 0 0 68 1 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289742281504 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16156] ppid=16139 vsize=28233776 memory=1656 CPUtime=0.59 cores=0-7
/proc/16141/task/16156/stat : 16156 (java) S 16139 16139 13953 0 -1 1077944384 4188 0 0 0 58 1 0 0 20 0 20 0 476498922 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289741228672 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16157] ppid=16139 vsize=28233776 memory=25571956 CPUtime=0.57 cores=0-7
/proc/16141/task/16157/stat : 16157 (java) S 16139 16139 13953 0 -1 1077944384 4480 0 0 0 56 1 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289740175904 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16158] ppid=16139 vsize=28233776 memory=1452 CPUtime=0.44 cores=0-7
/proc/16141/task/16158/stat : 16158 (java) S 16139 16139 13953 0 -1 1077944384 5766 0 0 0 43 1 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289739123360 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16159] ppid=16139 vsize=28233776 memory=25571956 CPUtime=0 cores=0-7
/proc/16141/task/16159/stat : 16159 (java) S 16139 16139 13953 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289536682464 140290362365653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
[pid=16141/tid=16160] ppid=16139 vsize=28233776 memory=25571956 CPUtime=0.21 cores=0-7
/proc/16141/task/16160/stat : 16160 (java) S 16139 16139 13953 0 -1 1077944384 1486 0 0 0 10 11 0 0 20 0 20 0 476498923 28911386624 6392989 33554432000 4194304 4196468 140727899308800 140289535630000 140290362366594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9400320 140727899317226 140727899317398 140727899317398 140727899320271 0
Current children cumulated CPU time: 1167.93 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25573408 KiB

[startup+265.601 s]
/proc/loadavg: 5.19 5.65 6.90 2/213 16209
/proc/meminfo: memFree=199404/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 363 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+266.4 s]
/proc/loadavg: 5.19 5.65 6.90 2/195 16210
/proc/meminfo: memFree=9110848/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 363 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+266.6 s]
/proc/loadavg: 5.19 5.65 6.90 2/195 16210
/proc/meminfo: memFree=9110848/32770624 swapFree=66959628/67108860
[pid=16139] ppid=16136 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16139/stat : 16139 (xcsp3-exec) S 16136 16139 13953 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476498917 115843072 363 33554432000 4194304 5098028 140729952634960 140729952633064 140439496528508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32296960 140729952641910 140729952642153 140729952642153 140729952645066 0
/proc/16139/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 266.604
CPU time (s): 1170.54
CPU user time (s): 1100.93
CPU system time (s): 69.6122
CPU usage (%): 439.058
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 25573408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1100.93
system time used= 69.6122
maximum resident set size= 25572028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28172855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105272
involuntary context switches= 62987


# summary of solver processes directly reported to runsolver:
#   pid: 16139
#   total CPU time (s): 1170.54
#   total CPU user time (s): 1100.93
#   total CPU system time (s): 69.6122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77072 second user time and 2.82058 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 19:57:40
IDJOB=4404347
IDBENCH=134289
IDSOLVER=2865
FILE ID=node127/4404347-1569002300
RUNJOBID= node127-1568994624-13980
PBS_JOBID= 21704728
Free space on /tmp= 35828 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-08-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404347-1569002300/watcher-4404347-1569002300 -o /tmp/evaluation-result-4404347-1569002300/solver-4404347-1569002300 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568994624-13980 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 207708075 HOME/instance-4404347-1569002300.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a4344d82eae68729eeb0bbc0b13d3fa1
RANDOM SEED=207708075

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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:        13038136 kB
MemAvailable:   31805264 kB
Buffers:          100024 kB
Cached:         18717732 kB
SwapCached:        44464 kB
Active:          9037752 kB
Inactive:        9829612 kB
Active(anon):       2716 kB
Inactive(anon):    96180 kB
Active(file):    9035036 kB
Inactive(file):  9733432 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       66959628 kB
Dirty:            121692 kB
Writeback:             0 kB
AnonPages:        114404 kB
Mapped:            52336 kB
Shmem:             40780 kB
Slab:             456848 kB
SReclaimable:     427120 kB
SUnreclaim:        29728 kB
KernelStack:        3360 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 35804 MiB
End job on node127 at 2019-09-20 20:02:07