Trace number 4404046

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20? 279.331 105.812

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.318535
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404046-1568992502.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404046-1568992502.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
278.71/105.27	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
278.71/105.27		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
278.71/105.27		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
278.71/105.27		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
278.71/105.27		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
278.71/105.27		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
278.71/105.27		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
278.71/105.27		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
278.71/105.27		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
278.71/105.27		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
278.71/105.27		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
278.71/105.27		at org.xcsp.parser.XCallbacks$$Lambda$94/1519280649.accept(Unknown Source)
278.71/105.27		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
278.71/105.27		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
278.71/105.27		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
278.71/105.27		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
278.71/105.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
278.71/105.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
278.71/105.27		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
278.71/105.27		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
278.71/105.27		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
278.71/105.27		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
278.71/105.27		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
278.71/105.27		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
278.71/105.27	s UNKNOWN
278.71/105.27	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 (1218 MiB free)
  memory of node 1: 16384 MiB (3078 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404046-1568992502/watcher-4404046-1568992502 -o /var/tmp/evaluation-result-4404046-1568992502/solver-4404046-1568992502 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31612 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1619440238 HOME/instance-4404046-1568992502.xml 

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

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

solver pid=8430, runsolver pid=8427

[startup+0.100378 s]*
/proc/loadavg: 8.83 8.50 8.34 7/235 8446
/proc/meminfo: memFree=4384364/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0
[pid=8432] ppid=8430 vsize=15144776 memory=28612 CPUtime=0.13 cores=1,3,5,7
/proc/8432/stat : 8432 (java) S 8430 8430 31580 0 -1 1077944320 5676 0 0 0 12 1 0 0 20 0 15 0 475190346 15508250624 7153 33554432000 4194304 4196468 140725010348608 140725010331152 140101806624503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
/proc/8432/statm: 3786194 7153 3140 1 0 3748377 0
[pid=8432/tid=8433] ppid=8430 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/8432/task/8433/stat : 8433 (java) R 8430 8430 31580 0 -1 4202560 3576 0 0 0 9 0 0 0 20 0 15 0 475190346 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101810858640 140101806636438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8434] ppid=8430 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8434/stat : 8434 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101767584912 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8435] ppid=8430 vsize=15144776 memory=140621285377664 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8435/stat : 8435 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101398010896 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8436] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8436/stat : 8436 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101396958096 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8437] ppid=8430 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8437/stat : 8437 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101395905296 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8438] ppid=8430 vsize=15144776 memory=140621285377664 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8438/stat : 8438 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190348 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101367982448 140101806635650 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8439] ppid=8430 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8439/stat : 8439 (java) S 8430 8430 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475190349 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101366928416 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8440] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8440/stat : 8440 (java) S 8430 8430 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475190349 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101365875568 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8441] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8441/stat : 8441 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101364823888 140101806643099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8442] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8442/stat : 8442 (java) S 8430 8430 31580 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 475190351 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101296319344 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8443] ppid=8430 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8443/stat : 8443 (java) S 8430 8430 31580 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475190351 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101295266544 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8444] ppid=8430 vsize=15144776 memory=140621285377664 CPUtime=0.02 cores=1,3,5,7
/proc/8432/task/8444/stat : 8444 (java) R 8430 8430 31580 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 475190351 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101294213744 140101785608261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15144776 memory=140621285377664 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475190352 15508250624 7285 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30064 KiB

[startup+0.210853 s]*
/proc/loadavg: 8.83 8.50 8.34 7/235 8446
/proc/meminfo: memFree=4370900/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0
[pid=8432] ppid=8430 vsize=15144776 memory=41136 CPUtime=0.34 cores=1,3,5,7
/proc/8432/stat : 8432 (java) S 8430 8430 31580 0 -1 1077944320 9494 0 0 0 32 2 0 0 20 0 15 0 475190346 15508250624 10284 33554432000 4194304 4196468 140725010348608 140725010331152 140101806624503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
/proc/8432/statm: 3786194 10284 3314 1 0 3748377 0
[pid=8432/tid=8433] ppid=8430 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/8432/task/8433/stat : 8433 (java) R 8430 8430 31580 0 -1 4202560 6600 0 0 0 18 2 0 0 20 0 15 0 475190346 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101810861200 140101790704990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8434] ppid=8430 vsize=15144776 memory=4296933242 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8434/stat : 8434 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101767584912 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8435] ppid=8430 vsize=15144776 memory=140621287343712 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8435/stat : 8435 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101398010896 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8436] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8436/stat : 8436 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101396958096 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8437] ppid=8430 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8437/stat : 8437 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101395905296 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8438] ppid=8430 vsize=15144776 memory=140621285377664 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8438/stat : 8438 (java) S 8430 8430 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475190348 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101367982448 140101806635650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8439] ppid=8430 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8439/stat : 8439 (java) S 8430 8430 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475190349 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101366928416 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8440] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8440/stat : 8440 (java) S 8430 8430 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475190349 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101365875568 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8441] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8441/stat : 8441 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101364823888 140101806643099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8442] ppid=8430 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8432/task/8442/stat : 8442 (java) S 8430 8430 31580 0 -1 1077944384 469 0 0 0 2 0 0 0 20 0 15 0 475190351 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101296319344 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8443] ppid=8430 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8432/task/8443/stat : 8443 (java) S 8430 8430 31580 0 -1 1077944384 339 0 0 0 2 0 0 0 20 0 15 0 475190351 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101295266544 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8444] ppid=8430 vsize=15144776 memory=140621285377664 CPUtime=0.08 cores=1,3,5,7
/proc/8432/task/8444/stat : 8444 (java) R 8430 8430 31580 0 -1 4202560 786 0 0 0 8 0 0 0 20 0 15 0 475190351 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101294213744 140101806645850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475190352 15508250624 10284 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42588 KiB

[startup+0.317632 s]*
/proc/loadavg: 8.83 8.50 8.34 7/235 8446
/proc/meminfo: memFree=4364268/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0
[pid=8432] ppid=8430 vsize=15149032 memory=50216 CPUtime=0.54 cores=1,3,5,7
/proc/8432/stat : 8432 (java) S 8430 8430 31580 0 -1 1077944320 10923 0 0 0 51 3 0 0 20 0 15 0 475190346 15512608768 12554 33554432000 4194304 4196468 140725010348608 140725010331152 140101806624503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
/proc/8432/statm: 3787258 12554 3357 1 0 3748377 0
[pid=8432/tid=8433] ppid=8430 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/8432/task/8433/stat : 8433 (java) R 8430 8430 31580 0 -1 4202560 7860 0 0 0 28 2 0 0 20 0 15 0 475190346 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101810855616 140101799341466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8434] ppid=8430 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8434/stat : 8434 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101767584912 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8435] ppid=8430 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8435/stat : 8435 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101398010896 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8436] ppid=8430 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8436/stat : 8436 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101396958096 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8437] ppid=8430 vsize=15149032 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8437/stat : 8437 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101395905296 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8438] ppid=8430 vsize=15149032 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8438/stat : 8438 (java) S 8430 8430 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475190348 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101367982448 140101806635650 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8439] ppid=8430 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8439/stat : 8439 (java) S 8430 8430 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475190349 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101366928416 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8440] ppid=8430 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8440/stat : 8440 (java) S 8430 8430 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475190349 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101365875568 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8441] ppid=8430 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8441/stat : 8441 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101364823888 140101806643099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8442] ppid=8430 vsize=15149032 memory=7091006018255220888 CPUtime=0.05 cores=1,3,5,7
/proc/8432/task/8442/stat : 8442 (java) S 8430 8430 31580 0 -1 1077944384 567 0 0 0 5 0 0 0 20 0 15 0 475190351 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101296319344 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8443] ppid=8430 vsize=15149032 memory=6944656425123485561 CPUtime=0.04 cores=1,3,5,7
/proc/8432/task/8443/stat : 8443 (java) R 8430 8430 31580 0 -1 1077944384 356 0 0 0 4 0 0 0 20 0 15 0 475190351 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101295266544 140101806635650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8444] ppid=8430 vsize=15149032 memory=-7739291672887926688 CPUtime=0.12 cores=1,3,5,7
/proc/8432/task/8444/stat : 8444 (java) S 8430 8430 31580 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 15 0 475190351 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101294213744 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15149032 memory=4628975428865778067 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190352 15512608768 12627 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51668 KiB

[startup+0.700845 s]
/proc/loadavg: 8.83 8.50 8.34 11/235 8446
/proc/meminfo: memFree=4353412/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0
[pid=8432] ppid=8430 vsize=15151156 memory=130308 CPUtime=1.34 cores=1,3,5,7
/proc/8432/stat : 8432 (java) S 8430 8430 31580 0 -1 1077944320 12966 0 0 0 128 6 0 0 20 0 15 0 475190346 15514783744 32577 33554432000 4194304 4196468 140725010348608 140725010331152 140101806624503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
/proc/8432/statm: 3787789 32577 3437 1 0 3748889 0
[pid=8432/tid=8433] ppid=8430 vsize=15151156 memory=-9110635228796802480 CPUtime=0.68 cores=1,3,5,7
/proc/8432/task/8433/stat : 8433 (java) R 8430 8430 31580 0 -1 4202560 8996 0 0 0 64 4 0 0 20 0 15 0 475190346 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101810860576 140101446357204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8434] ppid=8430 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8434/stat : 8434 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101767584912 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8435] ppid=8430 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8435/stat : 8435 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101398010896 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8436] ppid=8430 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8436/stat : 8436 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101396958096 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8437] ppid=8430 vsize=15151156 memory=56 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8437/stat : 8437 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190347 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101395905296 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8438] ppid=8430 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8438/stat : 8438 (java) S 8430 8430 31580 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475190348 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101367982448 140101806635650 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8439] ppid=8430 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8439/stat : 8439 (java) S 8430 8430 31580 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101366928416 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8440] ppid=8430 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8440/stat : 8440 (java) S 8430 8430 31580 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101365875568 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8441] ppid=8430 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8441/stat : 8441 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101364823888 140101806643099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8442] ppid=8430 vsize=15151156 memory=1660 CPUtime=0.21 cores=1,3,5,7
/proc/8432/task/8442/stat : 8442 (java) R 8430 8430 31580 0 -1 4202560 758 0 0 0 21 0 0 0 20 0 15 0 475190351 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101296319344 140101788034653 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8443] ppid=8430 vsize=15151156 memory=55892 CPUtime=0.15 cores=1,3,5,7
/proc/8432/task/8443/stat : 8443 (java) S 8430 8430 31580 0 -1 1077944384 639 0 0 0 15 0 0 0 20 0 15 0 475190351 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101295266544 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8444] ppid=8430 vsize=15151156 memory=988 CPUtime=0.28 cores=1,3,5,7
/proc/8432/task/8444/stat : 8444 (java) S 8430 8430 31580 0 -1 1077944384 1262 0 0 0 28 0 0 0 20 0 15 0 475190351 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101294213744 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475190352 15514783744 32577 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 131760 KiB

[startup+1.50164 s]
/proc/loadavg: 8.83 8.50 8.34 6/235 8446
/proc/meminfo: memFree=4169840/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0

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

/proc/8432/task/8444/stat : 8444 (java) S 8430 8430 31580 0 -1 1077944384 3002 0 0 0 47 0 0 0 20 0 15 0 475190351 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101294213744 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15151156 memory=12029712 CPUtime=0.13 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 309 0 0 0 6 7 0 0 20 0 15 0 475190352 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 267.57 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12031168 KiB

[startup+105.812 s]
# the end of solver process 8430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=256.791 s, system=22.5391 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+102.402 s]
/proc/loadavg: 7.10 7.94 8.15 9/233 8452
/proc/meminfo: memFree=223864/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0
[pid=8432] ppid=8430 vsize=15151156 memory=12029716 CPUtime=267.97 cores=1,3,5,7
/proc/8432/stat : 8432 (java) S 8430 8430 31580 0 -1 1077944320 5315432 0 0 0 24605 2192 0 0 20 0 15 0 475190346 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140725010331152 140101806624503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
/proc/8432/statm: 3787789 3007429 3490 1 0 3748889 0
[pid=8432/tid=8433] ppid=8430 vsize=15151156 memory=2 CPUtime=22.67 cores=1,3,5,7
/proc/8432/task/8433/stat : 8433 (java) S 8430 8430 31580 0 -1 1077944384 20820 0 0 0 2256 11 0 0 20 0 15 0 475190346 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101810861968 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8434] ppid=8430 vsize=15151156 memory=0 CPUtime=55.07 cores=1,3,5,7
/proc/8432/task/8434/stat : 8434 (java) R 8430 8430 31580 0 -1 4202560 1311179 0 0 0 4969 538 0 0 20 0 15 0 475190347 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101767585112 140101791322228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8435] ppid=8430 vsize=15151156 memory=8112282956445269571 CPUtime=55.03 cores=1,3,5,7
/proc/8432/task/8435/stat : 8435 (java) R 8430 8430 31580 0 -1 4202560 1152605 0 0 0 4960 543 0 0 20 0 15 0 475190347 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101398011096 140101791322142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8436] ppid=8430 vsize=15151156 memory=-9062862659931694204 CPUtime=54.73 cores=1,3,5,7
/proc/8432/task/8436/stat : 8436 (java) R 8430 8430 31580 0 -1 4202560 1305209 0 0 0 4953 520 0 0 20 0 15 0 475190347 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101396957984 140101791609800 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8437] ppid=8430 vsize=15151156 memory=1400504754925836930 CPUtime=55.26 cores=1,3,5,7
/proc/8432/task/8437/stat : 8437 (java) R 8430 8430 31580 0 -1 4202560 1360235 0 0 0 4967 559 0 0 20 0 15 0 475190347 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101395905496 140101786650754 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8438] ppid=8430 vsize=15151156 memory=7679937539659563834 CPUtime=23.74 cores=1,3,5,7
/proc/8432/task/8438/stat : 8438 (java) S 8430 8430 31580 0 -1 1077944384 154945 0 0 0 2363 11 0 0 20 0 15 0 475190348 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101367980784 140101806634709 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8439] ppid=8430 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8439/stat : 8439 (java) S 8430 8430 31580 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101366928384 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8440] ppid=8430 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8440/stat : 8440 (java) S 8430 8430 31580 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101365875584 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8441] ppid=8430 vsize=15151156 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8441/stat : 8441 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101364823888 140101806643099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8442] ppid=8430 vsize=15151156 memory=1452 CPUtime=0.47 cores=1,3,5,7
/proc/8432/task/8442/stat : 8442 (java) S 8430 8430 31580 0 -1 1077944384 3666 0 0 0 46 1 0 0 20 0 15 0 475190351 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101296319104 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8443] ppid=8430 vsize=15151156 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/8432/task/8443/stat : 8443 (java) S 8430 8430 31580 0 -1 1077944384 2072 0 0 0 29 0 0 0 20 0 15 0 475190351 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101295266592 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8444] ppid=8430 vsize=15151156 memory=176823803593192 CPUtime=0.47 cores=1,3,5,7
/proc/8432/task/8444/stat : 8444 (java) S 8430 8430 31580 0 -1 1077944384 3002 0 0 0 47 0 0 0 20 0 15 0 475190351 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101294213744 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15151156 memory=176823803593193 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15151156 memory=36206574322154 CPUtime=0.13 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 309 0 0 0 6 7 0 0 20 0 15 0 475190352 15514783744 3007429 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 267.97 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12031168 KiB

[startup+104.002 s]*
/proc/loadavg: 7.10 7.94 8.15 10/233 8453
/proc/meminfo: memFree=223864/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0
[pid=8432] ppid=8430 vsize=15151156 memory=12029720 CPUtime=274.36 cores=1,3,5,7
/proc/8432/stat : 8432 (java) S 8430 8430 31580 0 -1 1077944320 5349443 0 0 0 25243 2193 0 0 20 0 15 0 475190346 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140725010331152 140101806624503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
/proc/8432/statm: 3787789 3007430 3490 1 0 3748889 0
[pid=8432/tid=8433] ppid=8430 vsize=15151156 memory=-6305718303894823552 CPUtime=22.67 cores=1,3,5,7
/proc/8432/task/8433/stat : 8433 (java) S 8430 8430 31580 0 -1 1077944384 20820 0 0 0 2256 11 0 0 20 0 15 0 475190346 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101810861968 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8434] ppid=8430 vsize=15151156 memory=-6370731330978021203 CPUtime=56.68 cores=1,3,5,7
/proc/8432/task/8434/stat : 8434 (java) R 8430 8430 31580 0 -1 4202560 1324869 0 0 0 5129 539 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101767585112 140101791578031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8435] ppid=8430 vsize=15151156 memory=-2247047206171335769 CPUtime=56.63 cores=1,3,5,7
/proc/8432/task/8435/stat : 8435 (java) R 8430 8430 31580 0 -1 4202560 1170135 0 0 0 5119 544 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101398011096 140101791575733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8436] ppid=8430 vsize=15151156 memory=4126316290023845779 CPUtime=56.31 cores=1,3,5,7
/proc/8432/task/8436/stat : 8436 (java) R 8430 8430 31580 0 -1 4202560 1308000 0 0 0 5111 520 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101396957984 140101791322295 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8437] ppid=8430 vsize=15151156 memory=12029716 CPUtime=56.88 cores=1,3,5,7
/proc/8432/task/8437/stat : 8437 (java) R 8430 8430 31580 0 -1 4202560 1360235 0 0 0 5128 560 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101395905496 140101786651025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8438] ppid=8430 vsize=15151156 memory=12029628 CPUtime=23.74 cores=1,3,5,7
/proc/8432/task/8438/stat : 8438 (java) S 8430 8430 31580 0 -1 1077944384 154945 0 0 0 2363 11 0 0 20 0 15 0 475190348 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101367980784 140101806634709 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8439] ppid=8430 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8439/stat : 8439 (java) S 8430 8430 31580 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101366928384 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8440] ppid=8430 vsize=15151156 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8440/stat : 8440 (java) S 8430 8430 31580 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101365875584 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8441] ppid=8430 vsize=15151156 memory=30040 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8441/stat : 8441 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101364823888 140101806643099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8442] ppid=8430 vsize=15151156 memory=14048 CPUtime=0.47 cores=1,3,5,7
/proc/8432/task/8442/stat : 8442 (java) S 8430 8430 31580 0 -1 1077944384 3666 0 0 0 46 1 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101296319104 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8443] ppid=8430 vsize=15151156 memory=2124 CPUtime=0.29 cores=1,3,5,7
/proc/8432/task/8443/stat : 8443 (java) S 8430 8430 31580 0 -1 1077944384 2072 0 0 0 29 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101295266592 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8444] ppid=8430 vsize=15151156 memory=500 CPUtime=0.47 cores=1,3,5,7
/proc/8432/task/8444/stat : 8444 (java) S 8430 8430 31580 0 -1 1077944384 3002 0 0 0 47 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101294213792 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15151156 memory=928 CPUtime=0.13 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 309 0 0 0 6 7 0 0 20 0 15 0 475190352 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 274.36 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12031172 KiB

[startup+104.802 s]
/proc/loadavg: 7.10 7.94 8.15 10/233 8453
/proc/meminfo: memFree=223864/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/statm: 28282 363 304 221 0 87 0
[pid=8432] ppid=8430 vsize=15151156 memory=12029720 CPUtime=277.5 cores=1,3,5,7
/proc/8432/stat : 8432 (java) S 8430 8430 31580 0 -1 1077944320 5378859 0 0 0 25555 2195 0 0 20 0 15 0 475190346 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140725010331152 140101806624503 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
/proc/8432/statm: 3787789 3007430 3490 1 0 3748889 0
[pid=8432/tid=8433] ppid=8430 vsize=15151156 memory=988 CPUtime=22.67 cores=1,3,5,7
/proc/8432/task/8433/stat : 8433 (java) S 8430 8430 31580 0 -1 1077944384 20820 0 0 0 2256 11 0 0 20 0 15 0 475190346 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101810861968 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8434] ppid=8430 vsize=15151156 memory=2008 CPUtime=57.47 cores=1,3,5,7
/proc/8432/task/8434/stat : 8434 (java) R 8430 8430 31580 0 -1 4202560 1340434 0 0 0 5207 540 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101767585112 140101791621123 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8435] ppid=8430 vsize=15151156 memory=8112282956445269571 CPUtime=57.41 cores=1,3,5,7
/proc/8432/task/8435/stat : 8435 (java) R 8430 8430 31580 0 -1 4202560 1177807 0 0 0 5197 544 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101398011096 140101791621111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8436] ppid=8430 vsize=15151156 memory=816 CPUtime=57.08 cores=1,3,5,7
/proc/8432/task/8436/stat : 8436 (java) R 8430 8430 31580 0 -1 4202560 1314179 0 0 0 5188 520 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101396958296 140101791621185 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8437] ppid=8430 vsize=15151156 memory=1436 CPUtime=57.67 cores=1,3,5,7
/proc/8432/task/8437/stat : 8437 (java) R 8430 8430 31580 0 -1 4202560 1360235 0 0 0 5207 560 0 0 20 0 15 0 475190347 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101395905184 140101791620996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8438] ppid=8430 vsize=15151156 memory=1984 CPUtime=23.74 cores=1,3,5,7
/proc/8432/task/8438/stat : 8438 (java) S 8430 8430 31580 0 -1 1077944384 154945 0 0 0 2363 11 0 0 20 0 15 0 475190348 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101367981008 140101806634709 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8439] ppid=8430 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8439/stat : 8439 (java) S 8430 8430 31580 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101366928384 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8440] ppid=8430 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8440/stat : 8440 (java) S 8430 8430 31580 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 475190349 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101365875584 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8441] ppid=8430 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8441/stat : 8441 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101364823888 140101806643099 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8442] ppid=8430 vsize=15151156 memory=2008 CPUtime=0.47 cores=1,3,5,7
/proc/8432/task/8442/stat : 8442 (java) S 8430 8430 31580 0 -1 1077944384 3666 0 0 0 46 1 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101296319104 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8443] ppid=8430 vsize=15151156 memory=1436 CPUtime=0.29 cores=1,3,5,7
/proc/8432/task/8443/stat : 8443 (java) S 8430 8430 31580 0 -1 1077944384 2072 0 0 0 29 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101295266592 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8444] ppid=8430 vsize=15151156 memory=580 CPUtime=0.47 cores=1,3,5,7
/proc/8432/task/8444/stat : 8444 (java) S 8430 8430 31580 0 -1 1077944384 3002 0 0 0 47 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101294213792 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8445] ppid=8430 vsize=15151156 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/8432/task/8445/stat : 8445 (java) S 8430 8430 31580 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475190351 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101293161184 140101806634709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
[pid=8432/tid=8446] ppid=8430 vsize=15151156 memory=10604 CPUtime=0.13 cores=1,3,5,7
/proc/8432/task/8446/stat : 8446 (java) S 8430 8430 31580 0 -1 1077944384 309 0 0 0 6 7 0 0 20 0 15 0 475190352 15514783744 3007430 33554432000 4194304 4196468 140725010348608 140101292108464 140101806635650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12210176 140725010355163 140725010355338 140725010355338 140725010358223 0
Current children cumulated CPU time: 277.5 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12031172 KiB

[startup+105.6 s]
/proc/loadavg: 7.10 7.94 8.15 9/233 8453
/proc/meminfo: memFree=223724/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/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+105.8 s]
/proc/loadavg: 7.10 7.94 8.15 9/233 8453
/proc/meminfo: memFree=223724/32770624 swapFree=66976740/67108860
[pid=8430] ppid=8427 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8430/stat : 8430 (xcsp3-exec) S 8427 8430 31580 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475190346 115843072 363 33554432000 4194304 5098028 140735658135488 140735658133592 139771406893692 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14897152 140735658144598 140735658144857 140735658144857 140735658147782 0
/proc/8430/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): 105.812
CPU time (s): 279.331
CPU user time (s): 256.791
CPU system time (s): 22.5391
CPU usage (%): 263.987
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12031172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.791
system time used= 22.5391
maximum resident set size= 12030212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5475185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8609
involuntary context switches= 8675


# summary of solver processes directly reported to runsolver:
#   pid: 8430
#   total CPU time (s): 279.331
#   total CPU user time (s): 256.791
#   total CPU system time (s): 22.5391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.653025 second user time and 1.16686 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 17:14:22
IDJOB=4404046
IDBENCH=140558
IDSOLVER=2864
FILE ID=node124/4404046-1568992502
RUNJOBID= node124-1568988386-31612
PBS_JOBID= 21704644
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.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 /var/tmp/evaluation-result-4404046-1568992502/watcher-4404046-1568992502 -o /var/tmp/evaluation-result-4404046-1568992502/solver-4404046-1568992502 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568988386-31612 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1619440238 HOME/instance-4404046-1568992502.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=1619440238

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4400476 kB
MemAvailable:   29513096 kB
Buffers:          157256 kB
Cached:         24884948 kB
SwapCached:        28940 kB
Active:         14738876 kB
Inactive:       12645580 kB
Active(anon):    2309652 kB
Inactive(anon):    81972 kB
Active(file):   12429224 kB
Inactive(file): 12563608 kB
Unevictable:      108088 kB
Mlocked:          108088 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             26296 kB
Writeback:             0 kB
AnonPages:       2426536 kB
Mapped:            65772 kB
Shmem:             40884 kB
Slab:             577404 kB
SReclaimable:     548248 kB
SUnreclaim:        29156 kB
KernelStack:        4096 kB
PageTables:        10440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4784408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2306048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node124 at 2019-09-20 17:16:08