Trace number 4292229

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)? 187.379 141.218

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
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-4292229-1532334799.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292229-1532334799.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
178.70/138.93	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
187.28/141.14		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
187.28/141.14		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
187.28/141.14		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
187.28/141.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2012)
187.28/141.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1970)
187.28/141.14		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
187.28/141.14		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
187.28/141.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
187.28/141.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
187.28/141.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
187.28/141.14		at org.xcsp.parser.XCallbacks$$Lambda$98/2116908859.accept(Unknown Source)
187.28/141.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
187.28/141.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
187.28/141.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
187.28/141.14		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
187.28/141.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
187.28/141.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
187.28/141.14		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
187.28/141.14		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
187.28/141.14		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
187.28/141.14		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:107)
187.28/141.14		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:94)
187.28/141.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
187.28/141.14	s UNKNOWN
187.28/141.14	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 (10325 MiB free)
  memory of node 1: 16384 MiB (13748 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.101384 s]*
/proc/loadavg: 2.14 2.08 2.06 3/221 15751
/proc/meminfo: memFree=24633240/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0
[pid=15737] ppid=15735 vsize=14082840 memory=28744 CPUtime=0.12 cores=1,3,5,7
/proc/15737/stat : 15737 (java) S 15735 15735 14382 0 -1 1077944320 5530 0 0 0 11 1 0 0 20 0 15 0 51043077 14420828160 7186 33554432000 4194304 4196468 140733618716720 140733618699264 140026460356343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
/proc/15737/statm: 3520710 7186 3010 1 0 3483008 0
[pid=15737/tid=15738] ppid=15735 vsize=14082840 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/15737/task/15738/stat : 15738 (java) R 15735 15735 14382 0 -1 4202560 3555 0 0 0 8 0 0 0 20 0 15 0 51043078 14420828160 7186 33554432000 4194304 4196468 140733618716720 140026464572496 140026084201123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15739] ppid=15735 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15739/stat : 15739 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 7186 33554432000 4194304 4196468 140733618716720 140026412977168 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15740] ppid=15735 vsize=14082840 memory=140584274998912 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15740/stat : 15740 (java) S 15735 15735 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 7186 33554432000 4194304 4196468 140733618716720 140026411924624 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 7186 33554432000 4194304 4196468 140733618716720 140026410871568 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) S 15735 15735 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 7186 33554432000 4194304 4196468 140733618716720 140026409819024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14082840 memory=140584274998912 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) S 15735 15735 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51043080 14420828160 7186 33554432000 4194304 4196468 140733618716720 140026001770736 140026460367490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51043080 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025933063328 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51043080 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025932010224 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025929906928 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025928854384 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14082840 memory=140584274998912 CPUtime=0.01 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) R 15735 15735 14382 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 51043083 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025927801328 140026441593904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14082840 memory=140584274998912 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 7186 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30196 KiB

[startup+0.21089 s]*
/proc/loadavg: 2.14 2.08 2.06 3/221 15751
/proc/meminfo: memFree=24621952/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0
[pid=15737] ppid=15735 vsize=14082840 memory=40832 CPUtime=0.33 cores=1,3,5,7
/proc/15737/stat : 15737 (java) S 15735 15735 14382 0 -1 1077944320 8314 0 0 0 31 2 0 0 20 0 15 0 51043077 14420828160 10208 33554432000 4194304 4196468 140733618716720 140733618699264 140026460356343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
/proc/15737/statm: 3520710 10208 3165 1 0 3483008 0
[pid=15737/tid=15738] ppid=15735 vsize=14082840 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/15737/task/15738/stat : 15738 (java) R 15735 15735 14382 0 -1 4202560 5410 0 0 0 18 1 0 0 20 0 15 0 51043078 14420828160 10208 33554432000 4194304 4196468 140733618716720 140026464591328 140026444436830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15739] ppid=15735 vsize=14082840 memory=13660 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15739/stat : 15739 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 10208 33554432000 4194304 4196468 140733618716720 140026412977168 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15740] ppid=15735 vsize=14082840 memory=140584275014109 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15740/stat : 15740 (java) S 15735 15735 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 10208 33554432000 4194304 4196468 140733618716720 140026411924624 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 10208 33554432000 4194304 4196468 140733618716720 140026410871568 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) S 15735 15735 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51043078 14420828160 10208 33554432000 4194304 4196468 140733618716720 140026409819024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14082840 memory=140584274998912 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) S 15735 15735 14382 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51043080 14420828160 10208 33554432000 4194304 4196468 140733618716720 140026001770736 140026460367490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51043080 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025933063328 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51043080 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025932010224 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14082840 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 566 0 0 0 2 0 0 0 20 0 15 0 51043083 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025929906928 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14082840 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 326 0 0 0 2 0 0 0 20 0 15 0 51043083 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025928854384 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14082840 memory=140584274998912 CPUtime=0.07 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) S 15735 15735 14382 0 -1 1077944384 718 0 0 0 7 0 0 0 20 0 15 0 51043083 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025927801328 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043083 14420828160 10208 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42284 KiB

[startup+0.3108 s]*
/proc/loadavg: 2.14 2.08 2.06 4/221 15751
/proc/meminfo: memFree=24615996/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0
[pid=15737] ppid=15735 vsize=14087096 memory=47728 CPUtime=0.51 cores=1,3,5,7
/proc/15737/stat : 15737 (java) S 15735 15735 14382 0 -1 1077944320 9101 0 0 0 48 3 0 0 20 0 15 0 51043077 14425186304 11932 33554432000 4194304 4196468 140733618716720 140733618699264 140026460356343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
/proc/15737/statm: 3521774 11932 3223 1 0 3483008 0
[pid=15737/tid=15738] ppid=15735 vsize=14087096 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15737/task/15738/stat : 15738 (java) R 15735 15735 14382 0 -1 4202560 6110 0 0 0 27 2 0 0 20 0 15 0 51043078 14425186304 11932 33554432000 4194304 4196468 140733618716720 140026464591472 140026444436830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15739] ppid=15735 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15739/stat : 15739 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043078 14425186304 11932 33554432000 4194304 4196468 140733618716720 140026412977168 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15740] ppid=15735 vsize=14087096 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15740/stat : 15740 (java) S 15735 15735 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51043078 14425186304 11932 33554432000 4194304 4196468 140733618716720 140026411924624 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043078 14425186304 11932 33554432000 4194304 4196468 140733618716720 140026410871568 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14087096 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) S 15735 15735 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51043078 14425186304 11932 33554432000 4194304 4196468 140733618716720 140026409819024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14087096 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) S 15735 15735 14382 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51043080 14425186304 11932 33554432000 4194304 4196468 140733618716720 140026001770736 140026460367490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14087096 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51043080 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025933063328 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14087096 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51043080 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025932010224 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14087096 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14087096 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 578 0 0 0 3 0 0 0 20 0 15 0 51043083 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025929906928 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 344 0 0 0 4 0 0 0 20 0 15 0 51043083 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025928854384 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14087096 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) S 15735 15735 14382 0 -1 1077944384 772 0 0 0 11 0 0 0 20 0 15 0 51043083 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025927801328 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043083 14425186304 11932 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49180 KiB

[startup+0.700899 s]
/proc/loadavg: 2.14 2.08 2.06 5/221 15751
/proc/meminfo: memFree=24568404/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0
[pid=15737] ppid=15735 vsize=14089220 memory=203484 CPUtime=1.55 cores=1,3,5,7
/proc/15737/stat : 15737 (java) S 15735 15735 14382 0 -1 1077944320 11764 0 0 0 148 7 0 0 20 0 15 0 51043077 14427361280 50871 33554432000 4194304 4196468 140733618716720 140733618699264 140026460356343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
/proc/15737/statm: 3522305 50871 3323 1 0 3483520 0
[pid=15737/tid=15738] ppid=15735 vsize=14089220 memory=33 CPUtime=0.65 cores=1,3,5,7
/proc/15737/task/15738/stat : 15738 (java) S 15735 15735 14382 0 -1 1077944384 6561 0 0 0 62 3 0 0 20 0 15 0 51043078 14427361280 50871 33554432000 4194304 4196468 140733618716720 140026464593984 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15739] ppid=15735 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15739/stat : 15739 (java) S 15735 15735 14382 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 51043078 14427361280 50871 33554432000 4194304 4196468 140733618716720 140026412977168 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15740] ppid=15735 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15740/stat : 15740 (java) S 15735 15735 14382 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 51043078 14427361280 50871 33554432000 4194304 4196468 140733618716720 140026411924624 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) S 15735 15735 14382 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 51043078 14427361280 50871 33554432000 4194304 4196468 140733618716720 140026410871568 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14089220 memory=16764 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) S 15735 15735 14382 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 51043078 14427361280 50871 33554432000 4194304 4196468 140733618716720 140026409819024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14089220 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) R 15735 15735 14382 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 50871 33554432000 4194304 4196468 140733618716720 140026001769248 140026443483168 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14089220 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025933063328 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14089220 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025932010224 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14089220 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14089220 memory=5404 CPUtime=0.3 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 1451 0 0 0 30 0 0 0 20 0 15 0 51043083 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025929891920 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14089220 memory=796 CPUtime=0.28 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 996 0 0 0 28 0 0 0 20 0 15 0 51043083 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025928854384 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14089220 memory=4616 CPUtime=0.22 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) S 15735 15735 14382 0 -1 1077944384 1379 0 0 0 22 0 0 0 20 0 15 0 51043083 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025927801328 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14089220 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14089220 memory=10940 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 50871 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 204936 KiB

[startup+1.50089 s]
/proc/loadavg: 2.14 2.08 2.06 5/221 15751
/proc/meminfo: memFree=24426764/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0

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

/proc/15737/task/15740/stat : 15740 (java) R 15735 15735 14382 0 -1 4202560 50812 0 0 0 891 280 0 0 20 0 15 0 51043078 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140026411924824 140026453453080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14089220 memory=7636 CPUtime=11.73 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) R 15735 15735 14382 0 -1 4202560 30193 0 0 0 906 267 0 0 20 0 15 0 51043078 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140026410871376 140026452984551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14089220 memory=840 CPUtime=11.81 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) R 15735 15735 14382 0 -1 4202560 73818 0 0 0 923 258 0 0 20 0 15 0 51043078 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140026409819144 140026452984551 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14089220 memory=1692 CPUtime=0.59 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) S 15735 15735 14382 0 -1 1077944384 13509 0 0 0 58 1 0 0 20 0 15 0 51043080 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140026001769296 140026460366549 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025933063392 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14089220 memory=11476432 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025932010240 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14089220 memory=916 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14089220 memory=3852 CPUtime=0.5 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 2117 0 0 0 50 0 0 0 20 0 15 0 51043083 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025929906928 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14089220 memory=2728 CPUtime=0.48 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 1963 0 0 0 48 0 0 0 20 0 15 0 51043083 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025928854384 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14089220 memory=11476432 CPUtime=0.32 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) S 15735 15735 14382 0 -1 1077944384 2184 0 0 0 32 0 0 0 20 0 15 0 51043083 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025927801328 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14089220 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14089220 memory=2396 CPUtime=0.03 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 136 0 0 0 1 2 0 0 20 0 15 0 51043083 14427361280 2875874 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 174.04 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11504948 KiB

[startup+139.201 s]
/proc/loadavg: 2.04 2.04 2.04 6/221 15754
/proc/meminfo: memFree=13135156/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0
[pid=15737] ppid=15735 vsize=14089220 memory=11503848 CPUtime=179.77 cores=1,3,5,7
/proc/15737/stat : 15737 (java) S 15735 15735 14382 0 -1 1077944320 222310 0 0 0 16875 1102 0 0 20 0 15 0 51043077 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140733618699264 140026460356343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
/proc/15737/statm: 3522305 2875962 3382 1 0 3483520 0
[pid=15737/tid=15738] ppid=15735 vsize=14089220 memory=11503628 CPUtime=125.08 cores=1,3,5,7
/proc/15737/task/15738/stat : 15738 (java) S 15735 15735 14382 0 -1 1077944384 11304 0 0 0 12499 9 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026464595616 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15739] ppid=15735 vsize=14089220 memory=2396 CPUtime=13.07 cores=1,3,5,7
/proc/15737/task/15739/stat : 15739 (java) R 15735 15735 14382 0 -1 4202560 33029 0 0 0 1029 278 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026412977368 140026445345821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15740] ppid=15735 vsize=14089220 memory=1292 CPUtime=13.13 cores=1,3,5,7
/proc/15737/task/15740/stat : 15740 (java) R 15735 15735 14382 0 -1 4202560 51790 0 0 0 1033 280 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026411924624 140026453456007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14089220 memory=1732 CPUtime=13.12 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) R 15735 15735 14382 0 -1 4202560 30193 0 0 0 1044 268 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026410871568 140026453455999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14089220 memory=1452 CPUtime=13.18 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) R 15735 15735 14382 0 -1 4202560 74194 0 0 0 1059 259 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026409819224 140026453456086 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14089220 memory=11503492 CPUtime=0.78 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) S 15735 15735 14382 0 -1 1077944384 14074 0 0 0 77 1 0 0 20 0 15 0 51043080 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026001769280 140026460366549 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14089220 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025933063392 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14089220 memory=10940 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025932010240 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14089220 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14089220 memory=4096 CPUtime=0.5 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 2117 0 0 0 50 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025929906928 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14089220 memory=16764 CPUtime=0.48 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 1963 0 0 0 48 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025928854384 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14089220 memory=1452 CPUtime=0.32 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) S 15735 15735 14382 0 -1 1077944384 2184 0 0 0 32 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025927801328 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14089220 memory=11503496 CPUtime=0.03 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 136 0 0 0 1 2 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 179.77 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11505300 KiB

[startup+140.001 s]*
/proc/loadavg: 2.04 2.04 2.04 7/221 15754
/proc/meminfo: memFree=13135156/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0
[pid=15737] ppid=15735 vsize=14089220 memory=11503848 CPUtime=182.99 cores=1,3,5,7
/proc/15737/stat : 15737 (java) S 15735 15735 14382 0 -1 1077944320 222311 0 0 0 17197 1102 0 0 20 0 15 0 51043077 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140733618699264 140026460356343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
/proc/15737/statm: 3522305 2875962 3382 1 0 3483520 0
[pid=15737/tid=15738] ppid=15735 vsize=14089220 memory=1398720917958146503 CPUtime=125.08 cores=1,3,5,7
/proc/15737/task/15738/stat : 15738 (java) S 15735 15735 14382 0 -1 1077944384 11304 0 0 0 12499 9 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026464595616 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15739] ppid=15735 vsize=14089220 memory=4126316290023845779 CPUtime=13.87 cores=1,3,5,7
/proc/15737/task/15739/stat : 15739 (java) R 15735 15735 14382 0 -1 4202560 33029 0 0 0 1109 278 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026412977368 140026453456048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15740] ppid=15735 vsize=14089220 memory=2396 CPUtime=13.94 cores=1,3,5,7
/proc/15737/task/15740/stat : 15740 (java) R 15735 15735 14382 0 -1 4202560 51790 0 0 0 1114 280 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026411924512 140026453456011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14089220 memory=1292 CPUtime=13.93 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) R 15735 15735 14382 0 -1 4202560 30193 0 0 0 1125 268 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026410871568 140026453456024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14089220 memory=1732 CPUtime=13.97 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) R 15735 15735 14382 0 -1 4202560 74194 0 0 0 1138 259 0 0 20 0 15 0 51043078 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026409819224 140026453456024 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14089220 memory=1008 CPUtime=0.78 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) S 15735 15735 14382 0 -1 1077944384 14074 0 0 0 77 1 0 0 20 0 15 0 51043080 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140026001769280 140026460366549 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14089220 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025933063392 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14089220 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025932010240 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14089220 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14089220 memory=1424 CPUtime=0.5 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 2118 0 0 0 50 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025929906688 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14089220 memory=10940 CPUtime=0.48 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 1963 0 0 0 48 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025928854432 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14089220 memory=1200 CPUtime=0.32 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) S 15735 15735 14382 0 -1 1077944384 2184 0 0 0 32 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025927801376 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14089220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14089220 memory=1704 CPUtime=0.03 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 136 0 0 0 1 2 0 0 20 0 15 0 51043083 14427361280 2875962 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 182.99 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11505300 KiB

[startup+140.801 s]
/proc/loadavg: 2.04 2.04 2.04 7/221 15754
/proc/meminfo: memFree=13135156/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/statm: 28282 363 306 221 0 87 0
[pid=15737] ppid=15735 vsize=14089220 memory=11503852 CPUtime=186.14 cores=1,3,5,7
/proc/15737/stat : 15737 (java) S 15735 15735 14382 0 -1 1077944320 222599 0 0 0 17512 1102 0 0 20 0 15 0 51043077 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140733618699264 140026460356343 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
/proc/15737/statm: 3522305 2875963 3382 1 0 3483520 0
[pid=15737/tid=15738] ppid=15735 vsize=14089220 memory=1008 CPUtime=125.08 cores=1,3,5,7
/proc/15737/task/15738/stat : 15738 (java) S 15735 15735 14382 0 -1 1077944384 11304 0 0 0 12499 9 0 0 20 0 15 0 51043078 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140026464595616 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15739] ppid=15735 vsize=14089220 memory=5404 CPUtime=14.66 cores=1,3,5,7
/proc/15737/task/15739/stat : 15739 (java) R 15735 15735 14382 0 -1 4202560 33142 0 0 0 1188 278 0 0 20 0 15 0 51043078 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140026412977368 140026453456090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15740] ppid=15735 vsize=14089220 memory=796 CPUtime=14.73 cores=1,3,5,7
/proc/15737/task/15740/stat : 15740 (java) R 15735 15735 14382 0 -1 4202560 51830 0 0 0 1193 280 0 0 20 0 15 0 51043078 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140026411924512 140026453453052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15741] ppid=15735 vsize=14089220 memory=6791534058613427641 CPUtime=14.72 cores=1,3,5,7
/proc/15737/task/15741/stat : 15741 (java) R 15735 15735 14382 0 -1 4202560 30232 0 0 0 1204 268 0 0 20 0 15 0 51043078 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140026410871568 140026445345901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15742] ppid=15735 vsize=14089220 memory=10488276 CPUtime=14.75 cores=1,3,5,7
/proc/15737/task/15742/stat : 15742 (java) R 15735 15735 14382 0 -1 4202560 74267 0 0 0 1216 259 0 0 20 0 15 0 51043078 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140026409819224 140026453453076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15743] ppid=15735 vsize=14089220 memory=1800 CPUtime=0.78 cores=1,3,5,7
/proc/15737/task/15743/stat : 15743 (java) S 15735 15735 14382 0 -1 1077944384 14074 0 0 0 77 1 0 0 20 0 15 0 51043080 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140026001769280 140026460366549 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15744] ppid=15735 vsize=14089220 memory=956 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15744/stat : 15744 (java) S 15735 15735 14382 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025933063392 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15745] ppid=15735 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15745/stat : 15745 (java) S 15735 15735 14382 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 51043080 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025932010240 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15746] ppid=15735 vsize=14089220 memory=11503848 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15746/stat : 15746 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025930958800 140026460374939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15747] ppid=15735 vsize=14089220 memory=7636 CPUtime=0.5 cores=1,3,5,7
/proc/15737/task/15747/stat : 15747 (java) S 15735 15735 14382 0 -1 1077944384 2118 0 0 0 50 0 0 0 20 0 15 0 51043083 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025929906688 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15748] ppid=15735 vsize=14089220 memory=840 CPUtime=0.48 cores=1,3,5,7
/proc/15737/task/15748/stat : 15748 (java) S 15735 15735 14382 0 -1 1077944384 1963 0 0 0 48 0 0 0 20 0 15 0 51043083 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025928854432 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15749] ppid=15735 vsize=14089220 memory=10940 CPUtime=0.32 cores=1,3,5,7
/proc/15737/task/15749/stat : 15749 (java) S 15735 15735 14382 0 -1 1077944384 2184 0 0 0 32 0 0 0 20 0 15 0 51043083 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025927801376 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15750] ppid=15735 vsize=14089220 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/15737/task/15750/stat : 15750 (java) S 15735 15735 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51043083 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025926749024 140026460366549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
[pid=15737/tid=15751] ppid=15735 vsize=14089220 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/15737/task/15751/stat : 15751 (java) S 15735 15735 14382 0 -1 1077944384 159 0 0 0 1 2 0 0 20 0 15 0 51043083 14427361280 2875963 33554432000 4194304 4196468 140733618716720 140025925696048 140026460367490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38879232 140733618721921 140733618722097 140733618722097 140733618724815 0
Current children cumulated CPU time: 186.14 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 11505304 KiB

[startup+141.201 s]
/proc/loadavg: 2.04 2.04 2.04 6/221 15754
/proc/meminfo: memFree=13135156/32770624 swapFree=67108860/67108860
[pid=15735] ppid=15732 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15735/stat : 15735 (xcsp3-exec) S 15732 15735 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51043077 115843072 363 33554432000 4194304 5098028 140729510103936 140729510102040 139720262451836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29220864 140729510106170 140729510106372 140729510106372 140729510109130 0
/proc/15735/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): 141.218
CPU time (s): 187.379
CPU user time (s): 176.282
CPU system time (s): 11.097
CPU usage (%): 132.687
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 11505304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.282
system time used= 11.097
maximum resident set size= 11504148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7723
involuntary context switches= 752


# summary of solver processes directly reported to runsolver:
#   pid: 15735
#   total CPU time (s): 187.379
#   total CPU user time (s): 176.282
#   total CPU system time (s): 11.097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.890814 second user time and 1.36556 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-23 10:33:19
IDJOB=4292229
IDBENCH=141308
IDSOLVER=2747
FILE ID=node134/4292229-1532334799
RUNJOBID= node134-1532328652-14414
PBS_JOBID= 21018997
Free space on /tmp= 55932 MiB

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

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1368462716

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:        24651492 kB
MemAvailable:   29213232 kB
Buffers:          188140 kB
Cached:          4637568 kB
SwapCached:            0 kB
Active:          4242964 kB
Inactive:        3399328 kB
Active(anon):    2766044 kB
Inactive(anon):    70304 kB
Active(file):    1476920 kB
Inactive(file):  3329024 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25588 kB
Writeback:             0 kB
AnonPages:       2824064 kB
Mapped:            49460 kB
Shmem:             17056 kB
Slab:             171472 kB
SReclaimable:     143264 kB
SUnreclaim:        28208 kB
KernelStack:        3584 kB
PageTables:        10584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5130608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2637824 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= 55912 MiB
End job on node134 at 2018-07-23 10:35:40