Trace number 4292236

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.7 seq (493a269)? 388.854 350.392

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
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-4292236-1532335314.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292236-1532335314.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
379.84/347.98	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
379.84/347.98		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
379.84/347.98		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
379.84/347.98		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
379.84/347.98		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2012)
379.84/347.98		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1970)
379.84/347.98		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
379.84/347.98		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
379.84/347.98		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
379.84/347.98		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
379.84/347.98		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
379.84/347.98		at org.xcsp.parser.XCallbacks$$Lambda$98/1237598030.accept(Unknown Source)
379.84/347.98		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
379.84/347.98		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
379.84/347.98		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
379.84/347.98		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
379.84/347.98		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
379.84/347.98		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
379.84/347.98		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
379.84/347.98		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
379.84/347.98		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
388.65/350.24		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:107)
388.65/350.24		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:94)
388.65/350.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
388.65/350.24	s UNKNOWN
388.65/350.24	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 (10322 MiB free)
  memory of node 1: 16384 MiB (13624 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292236-1532335314/watcher-4292236-1532335314 -o /tmp/evaluation-result-4292236-1532335314/solver-4292236-1532335314 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532328652-14414 --watchdog 2560 HOME/xcsp3-exec -seed 1919462975 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292236-1532335314.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
solver pid=16065, runsolver pid=16062
Current StackSize limit: 8192 KiB


[startup+0.103012 s]*
/proc/loadavg: 2.47 2.23 2.12 3/222 16081
/proc/meminfo: memFree=24504496/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0
[pid=16067] ppid=16065 vsize=14082840 memory=28160 CPUtime=0.12 cores=1,3,5,7
/proc/16067/stat : 16067 (java) S 16065 16065 14382 0 -1 1077944320 5378 0 0 0 11 1 0 0 20 0 15 0 51094760 14420828160 7040 33554432000 4194304 4196468 140729607791696 140729607774240 140673295089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
/proc/16067/statm: 3520710 7040 3034 1 0 3483008 0
[pid=16067/tid=16068] ppid=16065 vsize=14082840 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/16067/task/16068/stat : 16068 (java) R 16065 16065 14382 0 -1 4202560 3284 0 0 0 8 1 0 0 20 0 15 0 51094760 14420828160 7040 33554432000 4194304 4196468 140729607791696 140673299325824 140673295110746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16069] ppid=16065 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16069/stat : 16069 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 7040 33554432000 4194304 4196468 140729607791696 140673266932496 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16070] ppid=16065 vsize=14082840 memory=140570548790912 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16070/stat : 16070 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672889625488 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672888572944 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) S 16065 16065 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672887520400 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14082840 memory=140570548790912 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) S 16065 16065 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51094762 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672635070448 140673295100546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51094763 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672634016672 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51094763 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672632964080 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) S 16065 16065 14382 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672630860272 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14082840 memory=140570548790912 CPUtime=0.01 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 15 0 51094766 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14082840 memory=140570548790912 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 7040 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29612 KiB

[startup+0.211047 s]*
/proc/loadavg: 2.47 2.23 2.12 4/222 16081
/proc/meminfo: memFree=24493456/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0
[pid=16067] ppid=16065 vsize=14082840 memory=39752 CPUtime=0.34 cores=1,3,5,7
/proc/16067/stat : 16067 (java) S 16065 16065 14382 0 -1 1077944320 7979 0 0 0 31 3 0 0 20 0 15 0 51094760 14420828160 9938 33554432000 4194304 4196468 140729607791696 140729607774240 140673295089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
/proc/16067/statm: 3520710 9938 3170 1 0 3483008 0
[pid=16067/tid=16068] ppid=16065 vsize=14082840 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/16067/task/16068/stat : 16068 (java) R 16065 16065 14382 0 -1 4202560 4985 0 0 0 18 2 0 0 20 0 15 0 51094760 14420828160 9938 33554432000 4194304 4196468 140729607791696 140673299324384 140673279169886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16069] ppid=16065 vsize=14082840 memory=13660 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16069/stat : 16069 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 9938 33554432000 4194304 4196468 140729607791696 140673266932496 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16070] ppid=16065 vsize=14082840 memory=140570548806112 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16070/stat : 16070 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672889625488 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672888572944 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) S 16065 16065 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51094761 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672887520400 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14082840 memory=140570548790912 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) S 16065 16065 14382 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 51094762 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672635070448 140673295100546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51094763 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672634016672 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51094763 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672632964080 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14082840 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) S 16065 16065 14382 0 -1 1077944384 777 0 0 0 3 0 0 0 20 0 15 0 51094766 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672630860272 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14082840 memory=140570548790912 CPUtime=0.07 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 901 0 0 0 7 0 0 0 20 0 15 0 51094766 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094766 14420828160 9938 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41204 KiB

[startup+0.310796 s]*
/proc/loadavg: 2.47 2.23 2.12 5/222 16081
/proc/meminfo: memFree=24487128/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0
[pid=16067] ppid=16065 vsize=14087096 memory=46720 CPUtime=0.51 cores=1,3,5,7
/proc/16067/stat : 16067 (java) S 16065 16065 14382 0 -1 1077944320 8858 0 0 0 48 3 0 0 20 0 15 0 51094760 14425186304 11680 33554432000 4194304 4196468 140729607791696 140729607774240 140673295089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
/proc/16067/statm: 3521774 11680 3245 1 0 3483008 0
[pid=16067/tid=16068] ppid=16065 vsize=14087096 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16067/task/16068/stat : 16068 (java) R 16065 16065 14382 0 -1 4202560 5658 0 0 0 27 2 0 0 20 0 15 0 51094760 14425186304 11680 33554432000 4194304 4196468 140729607791696 140673299320512 140673279169886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16069] ppid=16065 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16069/stat : 16069 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14425186304 11680 33554432000 4194304 4196468 140729607791696 140673266932496 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16070] ppid=16065 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16070/stat : 16070 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672889625488 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14087096 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094761 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672888572944 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14087096 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) S 16065 16065 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51094761 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672887520400 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14087096 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) S 16065 16065 14382 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 51094762 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672635070448 140673295100546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14087096 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51094763 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672634016672 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14087096 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51094763 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672632964080 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14087096 memory=7827413994055111515 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14087096 memory=8508281356422055839 CPUtime=0.05 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) S 16065 16065 14382 0 -1 1077944384 797 0 0 0 5 0 0 0 20 0 15 0 51094766 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672630860272 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14087096 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 50 0 0 0 2 0 0 0 20 0 15 0 51094766 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 1054 0 0 0 12 0 0 0 20 0 15 0 51094766 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094766 14425186304 11680 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48172 KiB

[startup+0.701299 s]
/proc/loadavg: 2.47 2.23 2.12 3/222 16081
/proc/meminfo: memFree=24367292/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0
[pid=16067] ppid=16065 vsize=14087096 memory=292508 CPUtime=1.33 cores=1,3,5,7
/proc/16067/stat : 16067 (java) S 16065 16065 14382 0 -1 1077944320 11782 0 0 0 111 22 0 0 20 0 15 0 51094760 14425186304 73127 33554432000 4194304 4196468 140729607791696 140729607774240 140673295089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
/proc/16067/statm: 3521774 73127 3301 1 0 3483008 0
[pid=16067/tid=16068] ppid=16065 vsize=14087096 memory=33 CPUtime=0.6 cores=1,3,5,7
/proc/16067/task/16068/stat : 16068 (java) R 16065 16065 14382 0 -1 4202560 5867 0 0 0 55 5 0 0 20 0 15 0 51094760 14425186304 73127 33554432000 4194304 4196468 140729607791696 140673299328256 140673295111325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16069] ppid=16065 vsize=14087096 memory=-7816663703405220396 CPUtime=0.05 cores=1,3,5,7
/proc/16067/task/16069/stat : 16069 (java) S 16065 16065 14382 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 15 0 51094761 14425186304 73127 33554432000 4194304 4196468 140729607791696 140673266932496 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16070] ppid=16065 vsize=14087096 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/16067/task/16070/stat : 16070 (java) S 16065 16065 14382 0 -1 1077944384 62 0 0 0 2 3 0 0 20 0 15 0 51094761 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672889625488 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14087096 memory=16776 CPUtime=0.05 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) S 16065 16065 14382 0 -1 1077944384 45 0 0 0 2 3 0 0 20 0 15 0 51094761 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672888572944 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14087096 memory=2396 CPUtime=0.05 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) S 16065 16065 14382 0 -1 1077944384 70 0 0 0 2 3 0 0 20 0 15 0 51094761 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672887520400 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14087096 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) S 16065 16065 14382 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51094762 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672635070448 140673295100546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14087096 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51094763 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672634016672 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14087096 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51094763 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672632964080 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14087096 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14087096 memory=796 CPUtime=0.17 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) R 16065 16065 14382 0 -1 4202560 2074 0 0 0 17 0 0 0 20 0 15 0 51094766 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672630846152 140673274782499 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14087096 memory=4616 CPUtime=0.11 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 1049 0 0 0 11 0 0 0 20 0 15 0 51094766 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14087096 memory=1424 CPUtime=0.16 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 1168 0 0 0 16 0 0 0 20 0 15 0 51094766 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14087096 memory=10940 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14087096 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51094766 14425186304 73127 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 293960 KiB

[startup+1.50088 s]
/proc/loadavg: 2.47 2.23 2.12 5/222 16081
/proc/meminfo: memFree=24056756/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0

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

/proc/16067/task/16070/stat : 16070 (java) R 16065 16065 14382 0 -1 4202560 195644 0 0 0 844 239 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672889625376 140673288192385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14089220 memory=11727960 CPUtime=10.87 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) R 16065 16065 14382 0 -1 4202560 564598 0 0 0 854 233 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672888573144 140673288192428 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14089220 memory=1452 CPUtime=10.87 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) R 16065 16065 14382 0 -1 4202560 136179 0 0 0 847 240 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672887520600 140673288192371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14089220 memory=-3622645143214314312 CPUtime=0.97 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) S 16065 16065 14382 0 -1 1077944384 18050 0 0 0 96 1 0 0 20 0 15 0 51094762 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672635068992 140673295099605 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14089220 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672634016736 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14089220 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672632964096 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14089220 memory=10420 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14089220 memory=6791534058613427641 CPUtime=0.75 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) S 16065 16065 14382 0 -1 1077944384 4586 0 0 0 74 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672630860272 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14089220 memory=1008 CPUtime=0.66 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 3409 0 0 0 65 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14089220 memory=5404 CPUtime=0.34 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 3484 0 0 0 34 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14089220 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14089220 memory=2774600 CPUtime=0.22 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1032 0 0 0 11 11 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 383.21 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11729448 KiB

[startup+349.601 s]
/proc/loadavg: 2.17 2.15 2.13 6/220 16086
/proc/meminfo: memFree=12781204/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0
[pid=16067] ppid=16065 vsize=14089220 memory=11727996 CPUtime=386.39 cores=1,3,5,7
/proc/16067/stat : 16067 (java) S 16065 16065 14382 0 -1 1077944320 1332879 0 0 0 37582 1057 0 0 20 0 15 0 51094760 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140729607774240 140673295089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
/proc/16067/statm: 3522305 2931999 3381 1 0 3483520 0
[pid=16067/tid=16068] ppid=16065 vsize=14089220 memory=1732 CPUtime=336.72 cores=1,3,5,7
/proc/16067/task/16068/stat : 16068 (java) S 16065 16065 14382 0 -1 1077944384 259257 0 0 0 33575 97 0 0 20 0 15 0 51094760 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140673299329088 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16069] ppid=16065 vsize=14089220 memory=1008 CPUtime=11.66 cores=1,3,5,7
/proc/16067/task/16069/stat : 16069 (java) R 16065 16065 14382 0 -1 4202560 144302 0 0 0 934 232 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140673266932696 140673288192385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16070] ppid=16065 vsize=14089220 memory=5404 CPUtime=11.63 cores=1,3,5,7
/proc/16067/task/16070/stat : 16070 (java) R 16065 16065 14382 0 -1 4202560 195960 0 0 0 924 239 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672889625376 140673288192385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14089220 memory=1228 CPUtime=11.65 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) R 16065 16065 14382 0 -1 4202560 564863 0 0 0 932 233 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672888573144 140673288186116 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14089220 memory=1704 CPUtime=11.67 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) R 16065 16065 14382 0 -1 4202560 136565 0 0 0 927 240 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672887520600 140673280078957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14089220 memory=1948 CPUtime=0.97 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) S 16065 16065 14382 0 -1 1077944384 18050 0 0 0 96 1 0 0 20 0 15 0 51094762 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672635068992 140673295099605 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14089220 memory=10420 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672634016736 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14089220 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672632964096 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14089220 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14089220 memory=1236 CPUtime=0.75 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) S 16065 16065 14382 0 -1 1077944384 4586 0 0 0 74 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672630860272 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14089220 memory=10096 CPUtime=0.66 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 3409 0 0 0 65 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14089220 memory=4052 CPUtime=0.34 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 3484 0 0 0 34 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14089220 memory=644 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14089220 memory=1800 CPUtime=0.22 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1056 0 0 0 11 11 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 386.39 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11729448 KiB

[startup+350.001 s]*
/proc/loadavg: 2.48 2.22 2.15 6/220 16086
/proc/meminfo: memFree=12781204/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0
[pid=16067] ppid=16065 vsize=14089220 memory=11727996 CPUtime=388.02 cores=1,3,5,7
/proc/16067/stat : 16067 (java) S 16065 16065 14382 0 -1 1077944320 1334131 0 0 0 37744 1058 0 0 20 0 15 0 51094760 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140729607774240 140673295089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
/proc/16067/statm: 3522305 2931999 3381 1 0 3483520 0
[pid=16067/tid=16068] ppid=16065 vsize=14089220 memory=6791534058613427641 CPUtime=336.72 cores=1,3,5,7
/proc/16067/task/16068/stat : 16068 (java) S 16065 16065 14382 0 -1 1077944384 259257 0 0 0 33575 97 0 0 20 0 15 0 51094760 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140673299329088 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16069] ppid=16065 vsize=14089220 memory=4126316290023845779 CPUtime=12.07 cores=1,3,5,7
/proc/16067/task/16069/stat : 16069 (java) R 16065 16065 14382 0 -1 4202560 144578 0 0 0 975 232 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140673266932696 140673288192418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16070] ppid=16065 vsize=14089220 memory=1408 CPUtime=12.04 cores=1,3,5,7
/proc/16067/task/16070/stat : 16070 (java) R 16065 16065 14382 0 -1 4202560 196174 0 0 0 965 239 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672889625376 140673288192428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14089220 memory=3248 CPUtime=12.05 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) R 16065 16065 14382 0 -1 4202560 565061 0 0 0 972 233 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672888573144 140673288189085 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14089220 memory=1456 CPUtime=12.08 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) R 16065 16065 14382 0 -1 4202560 137128 0 0 0 968 240 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672887520600 140673288189075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14089220 memory=2774600 CPUtime=0.97 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) S 16065 16065 14382 0 -1 1077944384 18050 0 0 0 96 1 0 0 20 0 15 0 51094762 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672635068992 140673295099605 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14089220 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672634016736 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14089220 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672632964096 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14089220 memory=3228 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14089220 memory=1452 CPUtime=0.75 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) S 16065 16065 14382 0 -1 1077944384 4586 0 0 0 74 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672630860272 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14089220 memory=11682344 CPUtime=0.66 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 3409 0 0 0 65 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14089220 memory=6791534058613427641 CPUtime=0.34 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 3484 0 0 0 34 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14089220 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14089220 memory=18476 CPUtime=0.22 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1056 0 0 0 11 11 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 388.02 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11729448 KiB

[startup+350.201 s]
/proc/loadavg: 2.48 2.22 2.15 6/220 16086
/proc/meminfo: memFree=12781204/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 221 0 87 0
[pid=16067] ppid=16065 vsize=14089220 memory=11727996 CPUtime=388.65 cores=1,3,5,7
/proc/16067/stat : 16067 (java) S 16065 16065 14382 0 -1 1077944320 1335761 0 0 0 37807 1058 0 0 20 0 15 0 51094760 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140729607774240 140673295089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
/proc/16067/statm: 3522305 2931999 3381 1 0 3483520 0
[pid=16067/tid=16068] ppid=16065 vsize=14089220 memory=14977758669309581 CPUtime=336.72 cores=1,3,5,7
/proc/16067/task/16068/stat : 16068 (java) S 16065 16065 14382 0 -1 1077944384 259257 0 0 0 33575 97 0 0 20 0 15 0 51094760 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140673299329088 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16069] ppid=16065 vsize=14089220 memory=10096 CPUtime=12.22 cores=1,3,5,7
/proc/16067/task/16069/stat : 16069 (java) S 16065 16065 14382 0 -1 1077944384 144629 0 0 0 990 232 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140673266932496 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16070] ppid=16065 vsize=14089220 memory=4052 CPUtime=12.19 cores=1,3,5,7
/proc/16067/task/16070/stat : 16070 (java) S 16065 16065 14382 0 -1 1077944384 196242 0 0 0 980 239 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672889625488 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16071] ppid=16065 vsize=14089220 memory=644 CPUtime=12.19 cores=1,3,5,7
/proc/16067/task/16071/stat : 16071 (java) S 16065 16065 14382 0 -1 1077944384 565115 0 0 0 986 233 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672888572944 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16072] ppid=16065 vsize=14089220 memory=1800 CPUtime=12.23 cores=1,3,5,7
/proc/16067/task/16072/stat : 16072 (java) S 16065 16065 14382 0 -1 1077944384 137192 0 0 0 983 240 0 0 20 0 15 0 51094761 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672887520400 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16073] ppid=16065 vsize=14089220 memory=956 CPUtime=1.02 cores=1,3,5,7
/proc/16067/task/16073/stat : 16073 (java) R 16065 16065 14382 0 -1 4202560 19443 0 0 0 100 2 0 0 20 0 15 0 51094762 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672635068992 140673273459560 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16074] ppid=16065 vsize=14089220 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16074/stat : 16074 (java) S 16065 16065 14382 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672634016736 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16075] ppid=16065 vsize=14089220 memory=928 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16075/stat : 16075 (java) S 16065 16065 14382 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 51094763 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672632964096 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16076] ppid=16065 vsize=14089220 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16076/stat : 16076 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672631912656 140673295107995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16077] ppid=16065 vsize=14089220 memory=2240 CPUtime=0.75 cores=1,3,5,7
/proc/16067/task/16077/stat : 16077 (java) S 16065 16065 14382 0 -1 1077944384 4586 0 0 0 74 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672630860272 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16078] ppid=16065 vsize=14089220 memory=4124 CPUtime=0.66 cores=1,3,5,7
/proc/16067/task/16078/stat : 16078 (java) S 16065 16065 14382 0 -1 1077944384 3409 0 0 0 65 1 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672629807728 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16079] ppid=16065 vsize=14089220 memory=2196 CPUtime=0.34 cores=1,3,5,7
/proc/16067/task/16079/stat : 16079 (java) S 16065 16065 14382 0 -1 1077944384 3484 0 0 0 34 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672628755184 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16080] ppid=16065 vsize=14089220 memory=35492 CPUtime=0 cores=1,3,5,7
/proc/16067/task/16080/stat : 16080 (java) S 16065 16065 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672627702880 140673295099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
[pid=16067/tid=16081] ppid=16065 vsize=14089220 memory=8514726395715349656 CPUtime=0.22 cores=1,3,5,7
/proc/16067/task/16081/stat : 16081 (java) S 16065 16065 14382 0 -1 1077944384 1056 0 0 0 11 11 0 0 20 0 15 0 51094766 14427361280 2931999 33554432000 4194304 4196468 140729607791696 140672626649392 140673295100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26025984 140729607795841 140729607796017 140729607796017 140729607798735 0
Current children cumulated CPU time: 388.65 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11729448 KiB

[startup+350.301 s]
/proc/loadavg: 2.48 2.22 2.15 6/220 16086
/proc/meminfo: memFree=12781204/32770624 swapFree=67108860/67108860
[pid=16065] ppid=16062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16065/stat : 16065 (xcsp3-exec) S 16062 16065 14382 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51094760 115843072 363 33554432000 4194304 5098028 140723866017056 140723866015160 140380217594492 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 19865600 140723866022970 140723866023172 140723866023172 140723866025930 0
/proc/16065/statm: 28282 363 305 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): 350.392
CPU time (s): 388.854
CPU user time (s): 378.12
CPU system time (s): 10.7346
CPU usage (%): 110.977
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 11729448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.12
system time used= 10.7346
maximum resident set size= 11728300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1339881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31149
involuntary context switches= 877


# summary of solver processes directly reported to runsolver:
#   pid: 16065
#   total CPU time (s): 388.854
#   total CPU user time (s): 378.12
#   total CPU system time (s): 10.7346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.37891 second user time and 3.73691 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-23 10:41:55
IDJOB=4292236
IDBENCH=141312
IDSOLVER=2747
FILE ID=node134/4292236-1532335314
RUNJOBID= node134-1532328652-14414
PBS_JOBID= 21018997
Free space on /tmp= 55820 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-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-4292236-1532335314/watcher-4292236-1532335314 -o /tmp/evaluation-result-4292236-1532335314/solver-4292236-1532335314 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532328652-14414 --watchdog 2560  HOME/xcsp3-exec -seed 1919462975 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292236-1532335314.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=1919462975

node134.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.68
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.68
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.68
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.68
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:        24521816 kB
MemAvailable:   29210324 kB
Buffers:          188832 kB
Cached:          4763936 kB
SwapCached:            0 kB
Active:          4368588 kB
Inactive:        3401992 kB
Active(anon):    2767612 kB
Inactive(anon):    70304 kB
Active(file):    1600976 kB
Inactive(file):  3331688 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            137496 kB
Writeback:             0 kB
AnonPages:       2831360 kB
Mapped:            49680 kB
Shmem:             17056 kB
Slab:             171240 kB
SReclaimable:     143360 kB
SUnreclaim:        27880 kB
KernelStack:        3616 kB
PageTables:        10780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5132212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2646016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55800 MiB
End job on node134 at 2018-07-23 10:47:46