Trace number 4301732

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 4.0.7b seq (e747e1e)? 62.3968 25.1442

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark252.056
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301732-1532885183.xml"  -tl '252s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4301732-1532885183.xml, -tl, 252s, -p, 1]
0.33/0.22	c simple solver
0.33/0.28	c parse instance...
62.05/24.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
62.05/24.96		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:81)
62.05/24.96		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
62.24/25.07		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
62.24/25.07		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
62.24/25.07		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
62.24/25.07		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
62.24/25.07		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
62.24/25.07		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
62.24/25.07		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
62.24/25.07		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
62.24/25.07		at org.xcsp.parser.XCallbacks$$Lambda$99/1795960102.accept(Unknown Source)
62.24/25.07		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
62.24/25.07		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
62.24/25.07		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
62.24/25.07		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
62.24/25.07		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
62.24/25.07		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
62.24/25.07		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
62.24/25.07		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
62.24/25.07		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
62.24/25.07		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
62.24/25.07		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
62.24/25.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
62.24/25.07	s UNKNOWN
62.24/25.07	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 (5146 MiB free)
  memory of node 1: 16384 MiB (11011 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301732-1532885183/watcher-4301732-1532885183 -o /tmp/evaluation-result-4301732-1532885183/solver-4301732-1532885183 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7617 --watchdog 312 HOME/xcsp3-exec -seed 634482709 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301732-1532885183.xml 

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

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


[startup+0.100142 s]*
/proc/loadavg: 2.26 2.15 2.04 3/217 12043
/proc/meminfo: memFree=16528460/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0
[pid=12029] ppid=12027 vsize=14082940 memory=29360 CPUtime=0.12 cores=1,3,5,7
/proc/12029/stat : 12029 (java) S 12027 12027 7585 0 -1 1077944320 5683 0 0 0 11 1 0 0 20 0 15 0 106081702 14420930560 7340 33554432000 4194304 4196468 140731538442896 140731538425440 140293340245751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
/proc/12029/statm: 3520735 7340 3021 1 0 3483012 0
[pid=12029/tid=12030] ppid=12027 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/12029/task/12030/stat : 12030 (java) R 12027 12027 7585 0 -1 4202560 3707 0 0 0 9 0 0 0 20 0 15 0 106081703 14420930560 7340 33554432000 4194304 4196468 140731538442896 140293344461904 140293340257686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12031] ppid=12027 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12031/stat : 12031 (java) S 12027 12027 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106081703 14420930560 7340 33554432000 4194304 4196468 140731538442896 140293296798224 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12032] ppid=12027 vsize=14082940 memory=139675936134784 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12032/stat : 12032 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081703 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292934527632 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) S 12027 12027 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106081704 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292933474576 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081704 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292932422032 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14082940 memory=139675936134784 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) S 12027 12027 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106081705 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292521118448 140293340256898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106081705 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292520064672 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106081706 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292519011568 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) S 12027 12027 7585 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292516907248 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292515854704 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14082940 memory=139675936134784 CPUtime=0.01 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) S 12027 12027 7585 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 106081708 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292514801648 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14082940 memory=139675936134784 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 7340 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30812 KiB

[startup+0.210832 s]*
/proc/loadavg: 2.15 2.13 2.04 4/217 12043
/proc/meminfo: memFree=16518148/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0
[pid=12029] ppid=12027 vsize=14082940 memory=40256 CPUtime=0.33 cores=1,3,5,7
/proc/12029/stat : 12029 (java) S 12027 12027 7585 0 -1 1077944320 8151 0 0 0 32 1 0 0 20 0 15 0 106081702 14420930560 10064 33554432000 4194304 4196468 140731538442896 140731538425440 140293340245751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
/proc/12029/statm: 3520735 10064 3167 1 0 3483012 0
[pid=12029/tid=12030] ppid=12027 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12029/task/12030/stat : 12030 (java) R 12027 12027 7585 0 -1 4202560 5381 0 0 0 19 1 0 0 20 0 15 0 106081703 14420930560 10064 33554432000 4194304 4196468 140731538442896 140293344480736 140293318248419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12031] ppid=12027 vsize=14082940 memory=8950 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12031/stat : 12031 (java) S 12027 12027 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106081703 14420930560 10064 33554432000 4194304 4196468 140731538442896 140293296798224 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12032] ppid=12027 vsize=14082940 memory=4123525099457517216 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12032/stat : 12032 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081703 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292934527632 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) S 12027 12027 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106081704 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292933474576 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081704 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292932422032 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14082940 memory=139675936134784 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) S 12027 12027 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106081705 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292521118448 140293340256898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106081705 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292520064672 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106081706 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292519011568 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) S 12027 12027 7585 0 -1 1077944384 589 0 0 0 2 0 0 0 20 0 15 0 106081708 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292516907248 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) S 12027 12027 7585 0 -1 1077944384 192 0 0 0 2 0 0 0 20 0 15 0 106081708 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292515854704 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14082940 memory=139675936134784 CPUtime=0.08 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) R 12027 12027 7585 0 -1 4202560 692 0 0 0 8 0 0 0 20 0 15 0 106081708 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292514801648 140293340267098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081708 14420930560 10064 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41708 KiB

[startup+0.311137 s]*
/proc/loadavg: 2.15 2.13 2.04 6/217 12043
/proc/meminfo: memFree=16512192/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0
[pid=12029] ppid=12027 vsize=14087196 memory=47636 CPUtime=0.52 cores=1,3,5,7
/proc/12029/stat : 12029 (java) S 12027 12027 7585 0 -1 1077944320 9009 0 0 0 50 2 0 0 20 0 15 0 106081702 14425288704 11909 33554432000 4194304 4196468 140731538442896 140731538425440 140293340245751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
/proc/12029/statm: 3521799 11909 3269 1 0 3483012 0
[pid=12029/tid=12030] ppid=12027 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/12029/task/12030/stat : 12030 (java) R 12027 12027 7585 0 -1 4202560 6077 0 0 0 28 1 0 0 20 0 15 0 106081703 14425288704 11922 33554432000 4194304 4196468 140731538442896 140293344483040 140293324326238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12031] ppid=12027 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12031/stat : 12031 (java) S 12027 12027 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106081703 14425288704 11922 33554432000 4194304 4196468 140731538442896 140293296798224 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12032] ppid=12027 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12032/stat : 12032 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081703 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292934527632 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) S 12027 12027 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106081704 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292933474576 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081704 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292932422032 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) S 12027 12027 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106081705 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292521118448 140293340256898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106081705 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292520064672 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106081706 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292519011568 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14087196 memory=4628975386420216973 CPUtime=0.04 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) S 12027 12027 7585 0 -1 1077944384 604 0 0 0 4 0 0 0 20 0 15 0 106081708 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292516907248 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) R 12027 12027 7585 0 -1 4202560 273 0 0 0 4 0 0 0 20 0 15 0 106081708 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292515835720 140293321790302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) S 12027 12027 7585 0 -1 1077944384 765 0 0 0 12 0 0 0 20 0 15 0 106081708 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292514801648 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081708 14425288704 11922 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49088 KiB

[startup+0.700872 s]
/proc/loadavg: 2.15 2.13 2.04 3/217 12043
/proc/meminfo: memFree=16392108/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0
[pid=12029] ppid=12027 vsize=14087196 memory=293464 CPUtime=1.33 cores=1,3,5,7
/proc/12029/stat : 12029 (java) S 12027 12027 7585 0 -1 1077944320 11979 0 0 0 111 22 0 0 20 0 15 0 106081702 14425288704 73366 33554432000 4194304 4196468 140731538442896 140731538425440 140293340245751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
/proc/12029/statm: 3521799 73366 3322 1 0 3483012 0
[pid=12029/tid=12030] ppid=12027 vsize=14087196 memory=33 CPUtime=0.6 cores=1,3,5,7
/proc/12029/task/12030/stat : 12030 (java) R 12027 12027 7585 0 -1 4202560 6277 0 0 0 55 5 0 0 20 0 15 0 106081703 14425288704 73366 33554432000 4194304 4196468 140731538442896 140293344477184 140293340267677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12031] ppid=12027 vsize=14087196 memory=-7816663703405220396 CPUtime=0.05 cores=1,3,5,7
/proc/12029/task/12031/stat : 12031 (java) S 12027 12027 7585 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 106081703 14425288704 73366 33554432000 4194304 4196468 140731538442896 140293296798224 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12032] ppid=12027 vsize=14087196 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12029/task/12032/stat : 12032 (java) S 12027 12027 7585 0 -1 1077944384 51 0 0 0 2 3 0 0 20 0 15 0 106081703 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292934527632 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14087196 memory=30212 CPUtime=0.05 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) S 12027 12027 7585 0 -1 1077944384 70 0 0 0 2 3 0 0 20 0 15 0 106081704 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292933474576 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14087196 memory=1224 CPUtime=0.05 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) S 12027 12027 7585 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 15 0 106081704 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292932422032 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14087196 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) S 12027 12027 7585 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 106081705 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292521118448 140293340256898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14087196 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 106081705 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292520064672 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14087196 memory=860 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 106081706 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292519011568 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14087196 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14087196 memory=756 CPUtime=0.13 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) R 12027 12027 7585 0 -1 4202560 1468 0 0 0 13 0 0 0 20 0 15 0 106081708 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292516893272 140293321766907 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14087196 memory=1616 CPUtime=0.15 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) R 12027 12027 7585 0 -1 4202560 1722 0 0 0 15 0 0 0 20 0 15 0 106081708 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292515835720 140293320949574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14087196 memory=1836 CPUtime=0.16 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) S 12027 12027 7585 0 -1 1077944384 883 0 0 0 16 0 0 0 20 0 15 0 106081708 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292514801648 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14087196 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14087196 memory=6396 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106081708 14425288704 73366 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 294916 KiB

[startup+1.5009 s]
/proc/loadavg: 2.15 2.13 2.04 3/217 12043
/proc/meminfo: memFree=16076792/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0

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

/proc/12029/task/12032/stat : 12032 (java) R 12027 12027 7585 0 -1 4202560 66102 0 0 0 668 293 0 0 20 0 15 0 106081703 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292934527216 140293332873959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14089320 memory=72 CPUtime=9.64 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) R 12027 12027 7585 0 -1 4202560 57283 0 0 0 711 253 0 0 20 0 15 0 106081704 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292933474472 140293332873959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14089320 memory=132 CPUtime=9.62 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) R 12027 12027 7585 0 -1 4202560 62207 0 0 0 684 278 0 0 20 0 15 0 106081704 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292932422032 140293325196448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14089320 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) S 12027 12027 7585 0 -1 1077944384 13523 0 0 0 77 1 0 0 20 0 15 0 106081705 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292521116768 140293340255957 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14089320 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 106081705 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292520064736 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14089320 memory=756 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106081706 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292519011584 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14089320 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14089320 memory=1836 CPUtime=0.63 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) S 12027 12027 7585 0 -1 1077944384 3257 0 0 0 62 1 0 0 20 0 15 0 106081708 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292516907296 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14089320 memory=1132 CPUtime=0.81 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) S 12027 12027 7585 0 -1 1077944384 3843 0 0 0 81 0 0 0 20 0 15 0 106081708 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292515854752 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14089320 memory=6396 CPUtime=0.35 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) S 12027 12027 7585 0 -1 1077944384 1605 0 0 0 35 0 0 0 20 0 15 0 106081708 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292514801408 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14089320 memory=5500 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14089320 memory=4460 CPUtime=0.01 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 172 0 0 0 0 1 0 0 20 0 15 0 106081708 14427463680 2933228 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 52.98 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11734364 KiB

[startup+24.0009 s]*
/proc/loadavg: 2.63 2.24 2.08 5/217 12043
/proc/meminfo: memFree=4802804/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0
[pid=12029] ppid=12027 vsize=14089320 memory=11733192 CPUtime=59.01 cores=1,3,5,7
/proc/12029/stat : 12029 (java) S 12027 12027 7585 0 -1 1077944320 432393 0 0 0 4728 1173 0 0 20 0 15 0 106081702 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140731538425440 140293340245751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
/proc/12029/statm: 3522330 2933298 3400 1 0 3483524 0
[pid=12029/tid=12030] ppid=12027 vsize=14089320 memory=6791534058613427641 CPUtime=11.84 cores=1,3,5,7
/proc/12029/task/12030/stat : 12030 (java) S 12027 12027 7585 0 -1 1077944384 11912 0 0 0 1170 14 0 0 20 0 15 0 106081703 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140293344483088 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12031] ppid=12027 vsize=14089320 memory=4126316290023845779 CPUtime=11.09 cores=1,3,5,7
/proc/12029/task/12031/stat : 12031 (java) R 12027 12027 7585 0 -1 4202560 211045 0 0 0 785 324 0 0 20 0 15 0 106081703 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140293296798424 140293333348775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12032] ppid=12027 vsize=14089320 memory=2212 CPUtime=11.09 cores=1,3,5,7
/proc/12029/task/12032/stat : 12032 (java) R 12027 12027 7585 0 -1 4202560 66120 0 0 0 816 293 0 0 20 0 15 0 106081703 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292934527440 140293332873959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14089320 memory=3988 CPUtime=11.13 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) R 12027 12027 7585 0 -1 4202560 57290 0 0 0 859 254 0 0 20 0 15 0 106081704 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292933474384 140293332873959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14089320 memory=2048 CPUtime=11.11 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) R 12027 12027 7585 0 -1 4202560 62252 0 0 0 831 280 0 0 20 0 15 0 106081704 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292932422152 140293332873959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14089320 memory=7888 CPUtime=0.85 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) S 12027 12027 7585 0 -1 1077944384 13534 0 0 0 84 1 0 0 20 0 15 0 106081705 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292521117008 140293340255957 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14089320 memory=808 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 106081705 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292520064736 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106081706 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292519011584 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14089320 memory=39908 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14089320 memory=279351652969432 CPUtime=0.63 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) S 12027 12027 7585 0 -1 1077944384 3257 0 0 0 62 1 0 0 20 0 15 0 106081708 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292516907296 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14089320 memory=7884184893244134226 CPUtime=0.81 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) S 12027 12027 7585 0 -1 1077944384 3843 0 0 0 81 0 0 0 20 0 15 0 106081708 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292515854752 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14089320 memory=1788 CPUtime=0.35 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) S 12027 12027 7585 0 -1 1077944384 1605 0 0 0 35 0 0 0 20 0 15 0 106081708 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292514801408 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14089320 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14089320 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 187 0 0 0 0 1 0 0 20 0 15 0 106081708 14427463680 2933298 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 59.01 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11734644 KiB

[startup+24.8008 s]
/proc/loadavg: 2.63 2.24 2.08 5/217 12043
/proc/meminfo: memFree=4802804/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0
[pid=12029] ppid=12027 vsize=14089320 memory=11733260 CPUtime=61.68 cores=1,3,5,7
/proc/12029/stat : 12029 (java) S 12027 12027 7585 0 -1 1077944320 441920 0 0 0 4994 1174 0 0 20 0 15 0 106081702 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140731538425440 140293340245751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
/proc/12029/statm: 3522330 2933315 3400 1 0 3483524 0
[pid=12029/tid=12030] ppid=12027 vsize=14089320 memory=6943526294502006880 CPUtime=11.84 cores=1,3,5,7
/proc/12029/task/12030/stat : 12030 (java) S 12027 12027 7585 0 -1 1077944384 11919 0 0 0 1170 14 0 0 20 0 15 0 106081703 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140293344483088 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12031] ppid=12027 vsize=14089320 memory=6943526294502006880 CPUtime=11.72 cores=1,3,5,7
/proc/12029/task/12031/stat : 12031 (java) R 12027 12027 7585 0 -1 4202560 211414 0 0 0 848 324 0 0 20 0 15 0 106081703 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140293296797808 140293332873959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12032] ppid=12027 vsize=14089320 memory=6943526294502006880 CPUtime=11.73 cores=1,3,5,7
/proc/12029/task/12032/stat : 12032 (java) R 12027 12027 7585 0 -1 4202560 66634 0 0 0 879 294 0 0 20 0 15 0 106081703 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292934527520 140293325196938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14089320 memory=2868664492240928 CPUtime=11.76 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) R 12027 12027 7585 0 -1 4202560 57690 0 0 0 922 254 0 0 20 0 15 0 106081704 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292933474472 140293332873959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14089320 memory=303430223234596890 CPUtime=11.74 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) R 12027 12027 7585 0 -1 4202560 62389 0 0 0 894 280 0 0 20 0 15 0 106081704 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292932421928 140293332873959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14089320 memory=288230583166042426 CPUtime=0.99 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) S 12027 12027 7585 0 -1 1077944384 21617 0 0 0 98 1 0 0 20 0 15 0 106081705 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292521116784 140293340255957 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14089320 memory=14694093276057955 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106081705 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292520064272 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106081706 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292519011584 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14089320 memory=139675936153697 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14089320 memory=139675936151489 CPUtime=0.63 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) S 12027 12027 7585 0 -1 1077944384 3261 0 0 0 62 1 0 0 20 0 15 0 106081708 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292516907008 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14089320 memory=4577 CPUtime=0.81 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) S 12027 12027 7585 0 -1 1077944384 3846 0 0 0 81 0 0 0 20 0 15 0 106081708 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292515854704 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14089320 memory=304274656838549818 CPUtime=0.35 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) S 12027 12027 7585 0 -1 1077944384 1608 0 0 0 35 0 0 0 20 0 15 0 106081708 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292514801648 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14089320 memory=14694093276057955 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14089320 memory=3988 CPUtime=0.01 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 187 0 0 0 0 1 0 0 20 0 15 0 106081708 14427463680 2933315 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 61.68 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11734712 KiB

[startup+25.0009 s]*
/proc/loadavg: 2.63 2.24 2.08 3/217 12043
/proc/meminfo: memFree=4802804/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 221 0 87 0
[pid=12029] ppid=12027 vsize=14089320 memory=11733456 CPUtime=62.24 cores=1,3,5,7
/proc/12029/stat : 12029 (java) S 12027 12027 7585 0 -1 1077944320 442087 0 0 0 5050 1174 0 0 20 0 15 0 106081702 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140731538425440 140293340245751 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
/proc/12029/statm: 3522330 2933364 3401 1 0 3483524 0
[pid=12029/tid=12030] ppid=12027 vsize=14089320 memory=7883960649037381690 CPUtime=11.84 cores=1,3,5,7
/proc/12029/task/12030/stat : 12030 (java) S 12027 12027 7585 0 -1 1077944384 11993 0 0 0 1170 14 0 0 20 0 15 0 106081703 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140293344484768 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12031] ppid=12027 vsize=14089320 memory=8950 CPUtime=11.84 cores=1,3,5,7
/proc/12029/task/12031/stat : 12031 (java) S 12027 12027 7585 0 -1 1077944384 211425 0 0 0 860 324 0 0 20 0 15 0 106081703 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140293296798224 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12032] ppid=12027 vsize=14089320 memory=4123525099457517216 CPUtime=11.85 cores=1,3,5,7
/proc/12029/task/12032/stat : 12032 (java) S 12027 12027 7585 0 -1 1077944384 66647 0 0 0 891 294 0 0 20 0 15 0 106081703 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292934527632 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12033] ppid=12027 vsize=14089320 memory=6944656592455360604 CPUtime=11.88 cores=1,3,5,7
/proc/12029/task/12033/stat : 12033 (java) S 12027 12027 7585 0 -1 1077944384 57750 0 0 0 934 254 0 0 20 0 15 0 106081704 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292933474576 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12034] ppid=12027 vsize=14089320 memory=3472328296160571439 CPUtime=11.85 cores=1,3,5,7
/proc/12029/task/12034/stat : 12034 (java) S 12027 12027 7585 0 -1 1077944384 62392 0 0 0 905 280 0 0 20 0 15 0 106081704 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292932422032 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12035] ppid=12027 vsize=14089320 memory=139675936134784 CPUtime=1.08 cores=1,3,5,7
/proc/12029/task/12035/stat : 12035 (java) R 12027 12027 7585 0 -1 4202560 21623 0 0 0 107 1 0 0 20 0 15 0 106081705 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292521116992 140293318615931 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12036] ppid=12027 vsize=14089320 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12036/stat : 12036 (java) S 12027 12027 7585 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106081705 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292520064736 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12037] ppid=12027 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12037/stat : 12037 (java) S 12027 12027 7585 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 106081706 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292519011584 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12038] ppid=12027 vsize=14089320 memory=-7606742959547834223 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12038/stat : 12038 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292517960144 140293340264347 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12039] ppid=12027 vsize=14089320 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/12029/task/12039/stat : 12039 (java) S 12027 12027 7585 0 -1 1077944384 3261 0 0 0 62 1 0 0 20 0 15 0 106081708 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292516907248 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12040] ppid=12027 vsize=14089320 memory=2314885432475350098 CPUtime=0.81 cores=1,3,5,7
/proc/12029/task/12040/stat : 12040 (java) S 12027 12027 7585 0 -1 1077944384 3846 0 0 0 81 0 0 0 20 0 15 0 106081708 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292515854704 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12041] ppid=12027 vsize=14089320 memory=7236949732246003893 CPUtime=0.35 cores=1,3,5,7
/proc/12029/task/12041/stat : 12041 (java) S 12027 12027 7585 0 -1 1077944384 1608 0 0 0 35 0 0 0 20 0 15 0 106081708 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292514801648 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12042] ppid=12027 vsize=14089320 memory=139675826502599 CPUtime=0 cores=1,3,5,7
/proc/12029/task/12042/stat : 12042 (java) S 12027 12027 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106081708 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292513749344 140293340255957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
[pid=12029/tid=12043] ppid=12027 vsize=14089320 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12029/task/12043/stat : 12043 (java) S 12027 12027 7585 0 -1 1077944384 187 0 0 0 0 1 0 0 20 0 15 0 106081708 14427463680 2933364 33554432000 4194304 4196468 140731538442896 140292512697392 140293340256898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19603456 140731538445452 140731538445622 140731538445622 140731538448335 0
Current children cumulated CPU time: 62.24 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11734908 KiB

[startup+25.111 s]
/proc/loadavg: 2.63 2.24 2.08 3/217 12043
/proc/meminfo: memFree=4802804/32770624 swapFree=67108496/67108860
[pid=12027] ppid=12024 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/12027/stat : 12027 (xcsp3-exec) S 12024 12027 7585 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 106081702 115843072 363 33554432000 4194304 5098028 140734423117088 140734423115192 140039364096636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19943424 140734423118913 140734423119113 140734423119113 140734423121866 0
/proc/12027/statm: 28282 363 306 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): 25.1442
CPU time (s): 62.3968
CPU user time (s): 50.5561
CPU system time (s): 11.8407
CPU usage (%): 248.156
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 11734908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.5561
system time used= 11.8407
maximum resident set size= 11733456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11372
involuntary context switches= 711


# summary of solver processes directly reported to runsolver:
#   pid: 12027
#   total CPU time (s): 62.3968
#   total CPU user time (s): 50.5561
#   total CPU system time (s): 11.8407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.184593 second user time and 0.333587 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 19:26:25
IDJOB=4301732
IDBENCH=141314
IDSOLVER=2772
FILE ID=node149/4301732-1532885183
RUNJOBID= node149-1532880125-7617
PBS_JOBID= 21022517
Free space on /tmp= 45508 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301732-1532885183/watcher-4301732-1532885183 -o /tmp/evaluation-result-4301732-1532885183/solver-4301732-1532885183 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7617 --watchdog 312  HOME/xcsp3-exec -seed 634482709 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301732-1532885183.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=634482709

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.60
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.60
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.60
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:        16546588 kB
MemAvailable:   21301376 kB
Buffers:          166244 kB
Cached:          4812044 kB
SwapCached:           60 kB
Active:         12473056 kB
Inactive:        3171356 kB
Active(anon):   10615712 kB
Inactive(anon):    78000 kB
Active(file):    1857344 kB
Inactive(file):  3093356 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:            179300 kB
Writeback:             0 kB
AnonPages:      10673712 kB
Mapped:            49484 kB
Shmem:             25040 kB
Slab:             261064 kB
SReclaimable:     232548 kB
SUnreclaim:        28516 kB
KernelStack:        3520 kB
PageTables:        26184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12076460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9461760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 45484 MiB
End job on node149 at 2018-07-29 19:26:50