Trace number 4306524

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? 254.319 208.608

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark2520.2
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
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-4306524-1534090029.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306524-1534090029.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.35/0.28	c parse instance...
247.41/206.55	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
247.41/206.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
247.41/206.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
247.41/206.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
253.91/208.24		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
253.91/208.24		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
253.91/208.24		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
253.91/208.24		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
253.91/208.24		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
253.91/208.24		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
253.91/208.24		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
253.91/208.24		at org.xcsp.parser.XCallbacks$$Lambda$99/1897115967.accept(Unknown Source)
253.91/208.24		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
253.91/208.24		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
253.91/208.24		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
253.91/208.24		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
253.91/208.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
253.91/208.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
253.91/208.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
253.91/208.24		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
253.91/208.24		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
253.91/208.24		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
253.91/208.24		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
253.91/208.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
253.91/208.24	s UNKNOWN
253.91/208.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 (5924 MiB free)
  memory of node 1: 16384 MiB (3564 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306524-1534090029/watcher-4306524-1534090029 -o /tmp/evaluation-result-4306524-1534090029/solver-4306524-1534090029 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580 HOME/xcsp3-exec -seed 1236378001 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306524-1534090029.xml 

running on 4 cores: 0,2,4,6

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

solver pid=28622, runsolver pid=28619

[startup+0.100092 s]*
/proc/loadavg: 2.23 2.08 2.07 3/217 28638
/proc/meminfo: memFree=9699848/32770624 swapFree=67108380/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0
[pid=28624] ppid=28622 vsize=14082940 memory=28928 CPUtime=0.12 cores=0,2,4,6
/proc/28624/stat : 28624 (java) S 28622 28622 25200 0 -1 1077944320 5600 0 0 0 11 1 0 0 20 0 15 0 226566137 14420930560 7232 33554432000 4194304 4196468 140731030156544 140731030139088 140200120086263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
/proc/28624/statm: 3520735 7232 3010 1 0 3483012 0
[pid=28624/tid=28625] ppid=28622 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/28624/task/28625/stat : 28625 (java) R 28622 28622 25200 0 -1 4202560 3601 0 0 0 8 0 0 0 20 0 15 0 226566137 14420930560 7232 33554432000 4194304 4196468 140731030156544 140200124307072 140200120098198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28626] ppid=28622 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28626/stat : 28626 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566138 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199715908752 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28627] ppid=28622 vsize=14082940 memory=139863092594304 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28627/stat : 28627 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566138 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199714855952 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28628] ppid=28622 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28628/stat : 28628 (java) S 28622 28622 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226566138 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199713803152 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28629] ppid=28622 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28629/stat : 28629 (java) S 28622 28622 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226566138 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199712750352 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28630] ppid=28622 vsize=14082940 memory=139863092594304 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28630/stat : 28630 (java) S 28622 28622 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226566139 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199594285424 140200120097410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28631] ppid=28622 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28631/stat : 28631 (java) S 28622 28622 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226566140 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199593231392 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28632] ppid=28622 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226566140 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199592178544 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 226566142 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199590075248 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) S 28622 28622 25200 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 226566142 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199589022448 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14082940 memory=139863092594304 CPUtime=0.01 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) R 28622 28622 25200 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 226566142 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199587969648 140200120098198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14082940 memory=139863092594304 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566143 14420930560 7232 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30380 KiB

[startup+0.218236 s]*
/proc/loadavg: 2.23 2.08 2.07 3/217 28638
/proc/meminfo: memFree=9688496/32770624 swapFree=67108380/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0
[pid=28624] ppid=28622 vsize=14087196 memory=41356 CPUtime=0.35 cores=0,2,4,6
/proc/28624/stat : 28624 (java) S 28622 28622 25200 0 -1 1077944320 8404 0 0 0 33 2 0 0 20 0 15 0 226566137 14425288704 10339 33554432000 4194304 4196468 140731030156544 140731030139088 140200120086263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
/proc/28624/statm: 3521799 10339 3201 1 0 3483012 0
[pid=28624/tid=28625] ppid=28622 vsize=14087196 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28624/task/28625/stat : 28625 (java) R 28622 28622 25200 0 -1 4202560 5535 0 0 0 19 1 0 0 20 0 15 0 226566137 14425288704 10339 33554432000 4194304 4196468 140731030156544 140200124307256 140200105781359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28626] ppid=28622 vsize=14087196 memory=11498 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28626/stat : 28626 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199715908752 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28627] ppid=28622 vsize=14087196 memory=139863092619983 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28627/stat : 28627 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199714855952 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28628] ppid=28622 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28628/stat : 28628 (java) S 28622 28622 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199713803152 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28629] ppid=28622 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28629/stat : 28629 (java) S 28622 28622 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199712750352 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28630] ppid=28622 vsize=14087196 memory=139863092594304 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28630/stat : 28630 (java) S 28622 28622 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226566139 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199594285424 140200120097410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28631] ppid=28622 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28631/stat : 28631 (java) S 28622 28622 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226566140 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199593231392 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28632] ppid=28622 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226566140 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199592178544 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14087196 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 623 0 0 0 3 0 0 0 20 0 15 0 226566142 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199590075248 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14087196 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) S 28622 28622 25200 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 15 0 226566142 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199589022448 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14087196 memory=139863092594304 CPUtime=0.08 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) R 28622 28622 25200 0 -1 4202560 782 0 0 0 8 0 0 0 20 0 15 0 226566142 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199587969648 140200120107610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14087196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566143 14425288704 10339 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 42808 KiB

[startup+0.318812 s]*
/proc/loadavg: 2.23 2.08 2.07 4/217 28638
/proc/meminfo: memFree=9681672/32770624 swapFree=67108380/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0
[pid=28624] ppid=28622 vsize=14087196 memory=48240 CPUtime=0.55 cores=0,2,4,6
/proc/28624/stat : 28624 (java) S 28622 28622 25200 0 -1 1077944320 9266 0 0 0 52 3 0 0 20 0 15 0 226566137 14425288704 12060 33554432000 4194304 4196468 140731030156544 140731030139088 140200120086263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
/proc/28624/statm: 3521799 12060 3258 1 0 3483012 0
[pid=28624/tid=28625] ppid=28622 vsize=14087196 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/28624/task/28625/stat : 28625 (java) R 28622 28622 25200 0 -1 4202560 6234 0 0 0 29 2 0 0 20 0 15 0 226566137 14425288704 12060 33554432000 4194304 4196468 140731030156544 140200124320672 140200104166750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28626] ppid=28622 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28626/stat : 28626 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199715908752 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28627] ppid=28622 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28627/stat : 28627 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199714855952 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28628] ppid=28622 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28628/stat : 28628 (java) S 28622 28622 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199713803152 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28629] ppid=28622 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28629/stat : 28629 (java) S 28622 28622 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226566138 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199712750352 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28630] ppid=28622 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28630/stat : 28630 (java) S 28622 28622 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226566139 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199594285424 140200120097410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28631] ppid=28622 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28631/stat : 28631 (java) S 28622 28622 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226566140 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199593231392 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28632] ppid=28622 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226566140 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199592178544 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14087196 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14087196 memory=4426078206164241782 CPUtime=0.06 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 710 0 0 0 6 0 0 0 20 0 15 0 226566142 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199590075248 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14087196 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) S 28622 28622 25200 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 15 0 226566142 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199589022448 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) S 28622 28622 25200 0 -1 1077944384 851 0 0 0 12 0 0 0 20 0 15 0 226566142 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199587969648 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566143 14425288704 12060 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49692 KiB

[startup+0.700815 s]
/proc/loadavg: 2.23 2.08 2.07 4/217 28638
/proc/meminfo: memFree=9617188/32770624 swapFree=67108380/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0
[pid=28624] ppid=28622 vsize=14089320 memory=221536 CPUtime=1.56 cores=0,2,4,6
/proc/28624/stat : 28624 (java) S 28622 28622 25200 0 -1 1077944320 11747 0 0 0 148 8 0 0 20 0 15 0 226566137 14427463680 55384 33554432000 4194304 4196468 140731030156544 140731030139088 140200120086263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
/proc/28624/statm: 3522330 55384 3362 1 0 3483524 0
[pid=28624/tid=28625] ppid=28622 vsize=14089320 memory=1752 CPUtime=0.65 cores=0,2,4,6
/proc/28624/task/28625/stat : 28625 (java) R 28622 28622 25200 0 -1 4202560 6658 0 0 0 61 4 0 0 20 0 15 0 226566137 14427463680 55384 33554432000 4194304 4196468 140731030156544 140200124323904 140199760505981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28626] ppid=28622 vsize=14089320 memory=5752 CPUtime=0.01 cores=0,2,4,6
/proc/28624/task/28626/stat : 28626 (java) S 28622 28622 25200 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 226566138 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199715908752 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28627] ppid=28622 vsize=14089320 memory=4580 CPUtime=0.01 cores=0,2,4,6
/proc/28624/task/28627/stat : 28627 (java) S 28622 28622 25200 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 226566138 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199714855952 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28628] ppid=28622 vsize=14089320 memory=1620 CPUtime=0.01 cores=0,2,4,6
/proc/28624/task/28628/stat : 28628 (java) S 28622 28622 25200 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 226566138 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199713803152 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28629] ppid=28622 vsize=14089320 memory=1220 CPUtime=0.01 cores=0,2,4,6
/proc/28624/task/28629/stat : 28629 (java) S 28622 28622 25200 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 226566138 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199712750352 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28630] ppid=28622 vsize=14089320 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28630/stat : 28630 (java) S 28622 28622 25200 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 226566139 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199594285424 140200120097410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28631] ppid=28622 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28631/stat : 28631 (java) S 28622 28622 25200 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199593231392 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28632] ppid=28622 vsize=14089320 memory=7336 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199592178544 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14089320 memory=11628 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14089320 memory=752 CPUtime=0.3 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 1572 0 0 0 30 0 0 0 20 0 15 0 226566142 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199590075248 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14089320 memory=1276 CPUtime=0.26 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) R 28622 28622 25200 0 -1 4202560 737 0 0 0 26 0 0 0 20 0 15 0 226566142 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199589013728 140200099342939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14089320 memory=1068 CPUtime=0.24 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) S 28622 28622 25200 0 -1 1077944384 1319 0 0 0 24 0 0 0 20 0 15 0 226566142 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199587969648 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14089320 memory=15080 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14089320 memory=34328 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226566143 14427463680 55384 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 222988 KiB

[startup+1.50085 s]
/proc/loadavg: 2.23 2.08 2.07 4/217 28638
/proc/meminfo: memFree=9472372/32770624 swapFree=67108380/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0

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

/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 2630781 33554432000 4194304 4196468 140731030156544 140199592178560 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14089320 memory=7532 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2630781 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 2688 0 0 0 52 0 0 0 20 0 15 0 226566142 14427463680 2630781 33554432000 4194304 4196468 140731030156544 140199590075248 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14089320 memory=920 CPUtime=0.48 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) S 28622 28622 25200 0 -1 1077944384 1184 0 0 0 48 0 0 0 20 0 15 0 226566142 14427463680 2630781 33554432000 4194304 4196468 140731030156544 140199589022448 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14089320 memory=3848 CPUtime=0.33 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) S 28622 28622 25200 0 -1 1077944384 2054 0 0 0 32 1 0 0 20 0 15 0 226566142 14427463680 2630781 33554432000 4194304 4196468 140731030156544 140199587969648 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2630781 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14089320 memory=61692 CPUtime=0.14 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 175 0 0 0 6 8 0 0 20 0 15 0 226566143 14427463680 2630781 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 228.41 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 10524576 KiB

[startup+204.801 s]
/proc/loadavg: 2.22 2.12 2.08 6/217 28727
/proc/meminfo: memFree=205928/32770624 swapFree=67108372/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0
[pid=28624] ppid=28622 vsize=14089320 memory=11727308 CPUtime=241.18 cores=0,2,4,6
/proc/28624/stat : 28624 (java) S 28622 28622 25200 0 -1 1077944320 1571543 0 0 0 21685 2433 0 0 20 0 15 0 226566137 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140731030139088 140200120086263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
/proc/28624/statm: 3522330 2931827 3401 1 0 3483524 0
[pid=28624/tid=28625] ppid=28622 vsize=14089320 memory=61692 CPUtime=192.28 cores=0,2,4,6
/proc/28624/task/28625/stat : 28625 (java) S 28622 28622 25200 0 -1 1077944384 68366 0 0 0 19206 22 0 0 20 0 15 0 226566137 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140200124324256 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28626] ppid=28622 vsize=14089320 memory=1100 CPUtime=11.71 cores=0,2,4,6
/proc/28624/task/28626/stat : 28626 (java) R 28622 28622 25200 0 -1 4202560 327022 0 0 0 609 562 0 0 20 0 15 0 226566138 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199715908872 140200112714471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28627] ppid=28622 vsize=14089320 memory=2144 CPUtime=11.7 cores=0,2,4,6
/proc/28624/task/28627/stat : 28627 (java) R 28622 28622 25200 0 -1 4202560 395749 0 0 0 598 572 0 0 20 0 15 0 226566138 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199714856152 140200113185939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28628] ppid=28622 vsize=14089320 memory=61692 CPUtime=11.63 cores=0,2,4,6
/proc/28624/task/28628/stat : 28628 (java) R 28622 28622 25200 0 -1 4202560 316195 0 0 0 548 615 0 0 20 0 15 0 226566138 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199713802960 140200112714471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28629] ppid=28622 vsize=14089320 memory=1100 CPUtime=11.71 cores=0,2,4,6
/proc/28624/task/28629/stat : 28629 (java) R 28622 28622 25200 0 -1 4202560 428435 0 0 0 536 635 0 0 20 0 15 0 226566138 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199712750160 140200112714471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28630] ppid=28622 vsize=14089320 memory=2144 CPUtime=0.56 cores=0,2,4,6
/proc/28624/task/28630/stat : 28630 (java) S 28622 28622 25200 0 -1 1077944384 28319 0 0 0 53 3 0 0 20 0 15 0 226566139 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199594283984 140200120096469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28631] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28631/stat : 28631 (java) S 28622 28622 25200 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199593231456 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28632] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199592178560 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14089320 memory=10523124 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14089320 memory=1452 CPUtime=0.52 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 2688 0 0 0 52 0 0 0 20 0 15 0 226566142 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199590075248 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) S 28622 28622 25200 0 -1 1077944384 1184 0 0 0 48 0 0 0 20 0 15 0 226566142 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199589022448 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14089320 memory=5752 CPUtime=0.33 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) S 28622 28622 25200 0 -1 1077944384 2085 0 0 0 32 1 0 0 20 0 15 0 226566142 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199587969648 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14089320 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14089320 memory=1620 CPUtime=0.14 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 177 0 0 0 6 8 0 0 20 0 15 0 226566143 14427463680 2931827 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 241.18 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728760 KiB

[startup+206.405 s]
/proc/loadavg: 2.22 2.12 2.08 6/217 28727
/proc/meminfo: memFree=205924/32770624 swapFree=67108372/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0
[pid=28624] ppid=28622 vsize=14089320 memory=11727364 CPUtime=247.04 cores=0,2,4,6
/proc/28624/stat : 28624 (java) S 28622 28622 25200 0 -1 1077944320 2012457 0 0 0 22240 2464 0 0 20 0 15 0 226566137 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140731030139088 140200120086263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
/proc/28624/statm: 3522330 2931841 3401 1 0 3483524 0
[pid=28624/tid=28625] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=192.28 cores=0,2,4,6
/proc/28624/task/28625/stat : 28625 (java) S 28622 28622 25200 0 -1 1077944384 68376 0 0 0 19206 22 0 0 20 0 15 0 226566137 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140200124324256 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28626] ppid=28622 vsize=14089320 memory=61692 CPUtime=13.11 cores=0,2,4,6
/proc/28624/task/28626/stat : 28626 (java) R 28622 28622 25200 0 -1 4202560 327433 0 0 0 748 563 0 0 20 0 15 0 226566138 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199715908952 140200105037493 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28627] ppid=28622 vsize=14089320 memory=1100 CPUtime=13.18 cores=0,2,4,6
/proc/28624/task/28627/stat : 28627 (java) R 28622 28622 25200 0 -1 4202560 801996 0 0 0 719 599 0 0 20 0 15 0 226566138 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199714855952 140200105037735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28628] ppid=28622 vsize=14089320 memory=2144 CPUtime=13.07 cores=0,2,4,6
/proc/28624/task/28628/stat : 28628 (java) R 28622 28622 25200 0 -1 4202560 317700 0 0 0 690 617 0 0 20 0 15 0 226566138 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199713803152 140200104930135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28629] ppid=28622 vsize=14089320 memory=1752 CPUtime=13.14 cores=0,2,4,6
/proc/28624/task/28629/stat : 28629 (java) R 28622 28622 25200 0 -1 4202560 441495 0 0 0 677 637 0 0 20 0 15 0 226566138 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199712750352 140200104784015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28630] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=0.68 cores=0,2,4,6
/proc/28624/task/28630/stat : 28630 (java) S 28622 28622 25200 0 -1 1077944384 47967 0 0 0 64 4 0 0 20 0 15 0 226566139 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199594283760 140200120096469 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28631] ppid=28622 vsize=14089320 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28631/stat : 28631 (java) S 28622 28622 25200 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199593230992 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28632] ppid=28622 vsize=14089320 memory=65 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199592178560 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14089320 memory=6944656592455097440 CPUtime=0.52 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 2688 0 0 0 52 0 0 0 20 0 15 0 226566142 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199590075248 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14089320 memory=1452 CPUtime=0.48 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) S 28622 28622 25200 0 -1 1077944384 1184 0 0 0 48 0 0 0 20 0 15 0 226566142 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199589022448 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14089320 memory=4422928 CPUtime=0.33 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) S 28622 28622 25200 0 -1 1077944384 2085 0 0 0 32 1 0 0 20 0 15 0 226566142 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199587969648 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14089320 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 196 0 0 0 6 8 0 0 20 0 15 0 226566143 14427463680 2931841 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 247.04 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728816 KiB

[startup+208.002 s]*
/proc/loadavg: 2.36 2.15 2.09 6/217 28727
/proc/meminfo: memFree=205924/32770624 swapFree=67108372/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/statm: 28282 363 305 221 0 87 0
[pid=28624] ppid=28622 vsize=14089320 memory=11727488 CPUtime=253.23 cores=0,2,4,6
/proc/28624/stat : 28624 (java) S 28622 28622 25200 0 -1 1077944320 2049806 0 0 0 22857 2466 0 0 20 0 15 0 226566137 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140731030139088 140200120086263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
/proc/28624/statm: 3522330 2931872 3402 1 0 3483524 0
[pid=28624/tid=28625] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=192.28 cores=0,2,4,6
/proc/28624/task/28625/stat : 28625 (java) S 28622 28622 25200 0 -1 1077944384 68465 0 0 0 19206 22 0 0 20 0 15 0 226566137 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140200124325952 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28626] ppid=28622 vsize=14089320 memory=4126316290023845779 CPUtime=14.65 cores=0,2,4,6
/proc/28624/task/28626/stat : 28626 (java) R 28622 28622 25200 0 -1 4202560 336950 0 0 0 901 564 0 0 20 0 15 0 226566138 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199715908640 140200113182972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28627] ppid=28622 vsize=14089320 memory=7587424 CPUtime=14.69 cores=0,2,4,6
/proc/28624/task/28627/stat : 28627 (java) R 28622 28622 25200 0 -1 4202560 811221 0 0 0 869 600 0 0 20 0 15 0 226566138 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199714856152 140200113182964 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28628] ppid=28622 vsize=14089320 memory=1220 CPUtime=14.6 cores=0,2,4,6
/proc/28624/task/28628/stat : 28628 (java) R 28622 28622 25200 0 -1 4202560 326199 0 0 0 843 617 0 0 20 0 15 0 226566138 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199713803352 140200113183012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28629] ppid=28622 vsize=14089320 memory=1800 CPUtime=14.68 cores=0,2,4,6
/proc/28624/task/28629/stat : 28629 (java) R 28622 28622 25200 0 -1 4202560 451500 0 0 0 830 638 0 0 20 0 15 0 226566138 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199712750552 140200113183004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28630] ppid=28622 vsize=14089320 memory=868 CPUtime=0.75 cores=0,2,4,6
/proc/28624/task/28630/stat : 28630 (java) S 28622 28622 25200 0 -1 1077944384 47973 0 0 0 71 4 0 0 20 0 15 0 226566139 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199594283968 140200120096469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28631] ppid=28622 vsize=14089320 memory=10523124 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28631/stat : 28631 (java) S 28622 28622 25200 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199593231456 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28632] ppid=28622 vsize=14089320 memory=4422928 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28632/stat : 28632 (java) S 28622 28622 25200 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 226566140 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199592178560 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28633] ppid=28622 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28633/stat : 28633 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199591126864 140200120104859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28634] ppid=28622 vsize=14089320 memory=4126316290023845779 CPUtime=0.52 cores=0,2,4,6
/proc/28624/task/28634/stat : 28634 (java) S 28622 28622 25200 0 -1 1077944384 2690 0 0 0 52 0 0 0 20 0 15 0 226566142 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199590075296 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28635] ppid=28622 vsize=14089320 memory=1752 CPUtime=0.48 cores=0,2,4,6
/proc/28624/task/28635/stat : 28635 (java) S 28622 28622 25200 0 -1 1077944384 1187 0 0 0 48 0 0 0 20 0 15 0 226566142 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199589022208 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28636] ppid=28622 vsize=14089320 memory=1452 CPUtime=0.33 cores=0,2,4,6
/proc/28624/task/28636/stat : 28636 (java) S 28622 28622 25200 0 -1 1077944384 2087 0 0 0 32 1 0 0 20 0 15 0 226566142 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199587969696 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28637] ppid=28622 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28624/task/28637/stat : 28637 (java) S 28622 28622 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226566142 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199586917088 140200120096469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
[pid=28624/tid=28638] ppid=28622 vsize=14089320 memory=10523124 CPUtime=0.14 cores=0,2,4,6
/proc/28624/task/28638/stat : 28638 (java) S 28622 28622 25200 0 -1 1077944384 196 0 0 0 6 8 0 0 20 0 15 0 226566143 14427463680 2931872 33554432000 4194304 4196468 140731030156544 140199585864368 140200120097410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7331840 140731030160518 140731030160689 140731030160689 140731030163407 0
Current children cumulated CPU time: 253.23 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728940 KiB

[startup+208.4 s]
/proc/loadavg: 2.36 2.15 2.09 6/217 28727
/proc/meminfo: memFree=205924/32770624 swapFree=67108372/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/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

[startup+208.6 s]
/proc/loadavg: 2.36 2.15 2.09 6/217 28727
/proc/meminfo: memFree=205924/32770624 swapFree=67108372/67108860
[pid=28622] ppid=28619 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28622/stat : 28622 (xcsp3-exec) S 28619 28622 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226566136 115843072 363 33554432000 4194304 5098028 140723450487840 140723450485944 140087292252796 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18411520 140723450491962 140723450492164 140723450492164 140723450494922 0
/proc/28622/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): 208.608
CPU time (s): 254.319
CPU user time (s): 229.305
CPU system time (s): 25.0146
CPU usage (%): 121.912
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 11728940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.304
system time used= 25.0146
maximum resident set size= 11727768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2050997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12028
involuntary context switches= 965


# summary of solver processes directly reported to runsolver:
#   pid: 28622
#   total CPU time (s): 254.319
#   total CPU user time (s): 229.305
#   total CPU system time (s): 25.0146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.278 second user time and 2.22497 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 18:07:10
IDJOB=4306524
IDBENCH=141303
IDSOLVER=2787
FILE ID=node137/4306524-1534090029
RUNJOBID= node137-1534062145-25231
PBS_JOBID= 21036980
Free space on /tmp= 26440 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-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-4306524-1534090029/watcher-4306524-1534090029 -o /tmp/evaluation-result-4306524-1534090029/solver-4306524-1534090029 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580  HOME/xcsp3-exec -seed 1236378001 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306524-1534090029.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1236378001

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         9716752 kB
MemAvailable:   28646216 kB
Buffers:          161708 kB
Cached:         18822740 kB
SwapCached:           24 kB
Active:         12813664 kB
Inactive:        9477552 kB
Active(anon):    3254292 kB
Inactive(anon):   105204 kB
Active(file):    9559372 kB
Inactive(file):  9372348 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108380 kB
Dirty:             31860 kB
Writeback:             0 kB
AnonPages:       3318352 kB
Mapped:            66736 kB
Shmem:             49628 kB
Slab:             454904 kB
SReclaimable:     426204 kB
SUnreclaim:        28700 kB
KernelStack:        3776 kB
PageTables:        11604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5541144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3188736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26472 MiB
End job on node137 at 2018-08-12 18:10:38