Trace number 4306523

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)? 194.512 144.345

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-4306523-1534090517.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306523-1534090517.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.34/0.28	c parse instance...
184.98/141.77	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
184.98/141.78		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
184.98/141.78		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
184.98/141.78		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
194.29/144.13		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
194.29/144.13		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
194.29/144.13		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
194.29/144.13		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
194.29/144.13		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
194.29/144.13		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
194.29/144.13		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
194.29/144.13		at org.xcsp.parser.XCallbacks$$Lambda$99/561247961.accept(Unknown Source)
194.29/144.13		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
194.29/144.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
194.29/144.13		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
194.29/144.13		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
194.29/144.13		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
194.29/144.13		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
194.29/144.13		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
194.29/144.13		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
194.29/144.13		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
194.29/144.13		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
194.29/144.13		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
194.29/144.13		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
194.29/144.14	s UNKNOWN
194.29/144.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 (1639 MiB free)
  memory of node 1: 16384 MiB (10432 MiB free)
  node distances:
     10  21
     21  10

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

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

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=29049, runsolver pid=29046

[startup+0.100156 s]*
/proc/loadavg: 2.32 2.23 2.13 3/219 29065
/proc/meminfo: memFree=12342652/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
[pid=29051] ppid=29049 vsize=14082940 memory=29992 CPUtime=0.12 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29049 29049 25200 0 -1 1077944320 5280 0 0 0 11 1 0 0 20 0 15 0 226614914 14420930560 7498 33554432000 4194304 4196468 140731875809200 140731875791744 140525259689719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
/proc/29051/statm: 3520735 7498 3055 1 0 3483012 0
[pid=29051/tid=29052] ppid=29049 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/29051/task/29052/stat : 29052 (java) R 29049 29049 25200 0 -1 4202560 3297 0 0 0 8 0 0 0 20 0 15 0 226614914 14420930560 7498 33554432000 4194304 4196468 140731875809200 140525263916256 140525243733349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29053] ppid=29049 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614915 14420930560 7498 33554432000 4194304 4196468 140731875809200 140525224971024 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29054] ppid=29049 vsize=14082940 memory=140026934990464 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29049 29049 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226614915 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524854033296 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29055] ppid=29049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614915 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524852980752 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29056] ppid=29049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29049 29049 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226614915 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524851928208 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29057] ppid=29049 vsize=14082940 memory=140026934990464 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29049 29049 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226614916 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524733929456 140525259700866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29058] ppid=29049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29049 29049 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226614917 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524732875680 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29059] ppid=29049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226614917 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524731823088 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29049 29049 25200 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 226614919 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524729719280 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614919 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14082940 memory=140026934990464 CPUtime=0.01 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) R 29049 29049 25200 0 -1 4202560 270 0 0 0 1 0 0 0 20 0 15 0 226614919 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524727614192 140525238389920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14082940 memory=140026934990464 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614920 14420930560 7498 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 31448 KiB

[startup+0.218034 s]*
/proc/loadavg: 2.32 2.23 2.13 3/219 29065
/proc/meminfo: memFree=12332868/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
[pid=29051] ppid=29049 vsize=14087196 memory=41172 CPUtime=0.34 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29049 29049 25200 0 -1 1077944320 7800 0 0 0 32 2 0 0 20 0 15 0 226614914 14425288704 10293 33554432000 4194304 4196468 140731875809200 140731875791744 140525259689719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
/proc/29051/statm: 3521799 10293 3215 1 0 3483012 0
[pid=29051/tid=29052] ppid=29049 vsize=14087196 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/29051/task/29052/stat : 29052 (java) R 29049 29049 25200 0 -1 4202560 5045 0 0 0 19 1 0 0 20 0 15 0 226614914 14425288704 10293 33554432000 4194304 4196468 140731875809200 140525263910712 140525243770206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29053] ppid=29049 vsize=14087196 memory=11498 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 10293 33554432000 4194304 4196468 140731875809200 140525224971024 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29054] ppid=29049 vsize=14087196 memory=140026935016143 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29049 29049 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524854033296 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29055] ppid=29049 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524852980752 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29056] ppid=29049 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29049 29049 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524851928208 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29057] ppid=29049 vsize=14087196 memory=140026934990464 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29049 29049 25200 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 226614916 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524733929456 140525259700866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29058] ppid=29049 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29049 29049 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226614917 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524732875680 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29059] ppid=29049 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226614917 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524731823088 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14087196 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29049 29049 25200 0 -1 1077944384 603 0 0 0 2 0 0 0 20 0 15 0 226614919 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524729719280 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14087196 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 15 0 226614919 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14087196 memory=140026934990464 CPUtime=0.08 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29049 29049 25200 0 -1 1077944384 739 0 0 0 8 0 0 0 20 0 15 0 226614919 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524727614192 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614920 14425288704 10293 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 42628 KiB

[startup+0.310751 s]*
/proc/loadavg: 2.32 2.23 2.13 4/219 29065
/proc/meminfo: memFree=12326168/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
[pid=29051] ppid=29049 vsize=14087196 memory=47768 CPUtime=0.53 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29049 29049 25200 0 -1 1077944320 8620 0 0 0 50 3 0 0 20 0 15 0 226614914 14425288704 11942 33554432000 4194304 4196468 140731875809200 140731875791744 140525259689719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
/proc/29051/statm: 3521799 11942 3257 1 0 3483012 0
[pid=29051/tid=29052] ppid=29049 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/29051/task/29052/stat : 29052 (java) R 29049 29049 25200 0 -1 4202560 5637 0 0 0 27 2 0 0 20 0 15 0 226614914 14425288704 11942 33554432000 4194304 4196468 140731875809200 140525263929504 140525259711645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29053] ppid=29049 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 11942 33554432000 4194304 4196468 140731875809200 140525224971024 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29054] ppid=29049 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) S 29049 29049 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524854033296 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29055] ppid=29049 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524852980752 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29056] ppid=29049 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) S 29049 29049 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226614915 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524851928208 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29057] ppid=29049 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29049 29049 25200 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 226614916 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524733929456 140525259700866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29058] ppid=29049 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29049 29049 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226614917 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524732875680 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29059] ppid=29049 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226614917 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524731823088 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14087196 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14087196 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) R 29049 29049 25200 0 -1 4202560 683 0 0 0 5 0 0 0 20 0 15 0 226614919 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524729717680 140525244815025 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 112 0 0 0 4 0 0 0 20 0 15 0 226614919 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29049 29049 25200 0 -1 1077944384 882 0 0 0 12 0 0 0 20 0 15 0 226614919 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524727614192 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614920 14425288704 11942 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49224 KiB

[startup+0.701437 s]
/proc/loadavg: 2.32 2.23 2.13 5/219 29065
/proc/meminfo: memFree=12278948/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
[pid=29051] ppid=29049 vsize=14089320 memory=200720 CPUtime=1.56 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29049 29049 25200 0 -1 1077944320 11049 0 0 0 149 7 0 0 20 0 15 0 226614914 14427463680 50180 33554432000 4194304 4196468 140731875809200 140731875791744 140525259689719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
/proc/29051/statm: 3522330 50180 3348 1 0 3483524 0
[pid=29051/tid=29052] ppid=29049 vsize=14089320 memory=1752 CPUtime=0.66 cores=1,3,5,7
/proc/29051/task/29052/stat : 29052 (java) S 29049 29049 25200 0 -1 1077944384 6151 0 0 0 62 4 0 0 20 0 15 0 226614914 14427463680 50180 33554432000 4194304 4196468 140731875809200 140525263927328 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29053] ppid=29049 vsize=14089320 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29049 29049 25200 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 226614915 14427463680 50180 33554432000 4194304 4196468 140731875809200 140525224971024 140525244711840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29054] ppid=29049 vsize=14089320 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29049 29049 25200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 226614915 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524854033496 140525244717557 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29055] ppid=29049 vsize=14089320 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29049 29049 25200 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 226614915 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524852980752 140525244717557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29056] ppid=29049 vsize=14089320 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29049 29049 25200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 226614915 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524851928208 140525244716842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29057] ppid=29049 vsize=14089320 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29049 29049 25200 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 226614916 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524733927968 140525259699925 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29058] ppid=29049 vsize=14089320 memory=868 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29049 29049 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524732875680 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29059] ppid=29049 vsize=14089320 memory=6792 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524731823088 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14089320 memory=11628 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14089320 memory=752 CPUtime=0.32 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) R 29049 29049 25200 0 -1 4202560 1327 0 0 0 32 0 0 0 20 0 15 0 226614919 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524729719576 140525244611566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14089320 memory=1276 CPUtime=0.27 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 745 0 0 0 27 0 0 0 20 0 15 0 226614919 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14089320 memory=1068 CPUtime=0.23 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29049 29049 25200 0 -1 1077944384 1452 0 0 0 23 0 0 0 20 0 15 0 226614919 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524727614192 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14089320 memory=15064 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14089320 memory=33980 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226614920 14427463680 50180 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 202176 KiB

[startup+1.50098 s]
/proc/loadavg: 2.32 2.23 2.13 6/219 29065
/proc/meminfo: memFree=12137888/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0

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

/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 2883394 33554432000 4194304 4196468 140731875809200 140524731823104 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14089320 memory=11533576 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883394 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14089320 memory=1456 CPUtime=0.52 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29049 29049 25200 0 -1 1077944384 2340 0 0 0 52 0 0 0 20 0 15 0 226614919 14427463680 2883394 33554432000 4194304 4196468 140731875809200 140524729719280 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14089320 memory=11510732 CPUtime=0.5 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 1238 0 0 0 50 0 0 0 20 0 15 0 226614919 14427463680 2883394 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14089320 memory=1456 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29049 29049 25200 0 -1 1077944384 2334 0 0 0 32 1 0 0 20 0 15 0 226614919 14427463680 2883394 33554432000 4194304 4196468 140731875809200 140524727614192 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14089320 memory=10720956 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883394 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14089320 memory=11533540 CPUtime=0.04 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 383 0 0 0 2 2 0 0 20 0 15 0 226614920 14427463680 2883394 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 181.82 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11535032 KiB

[startup+142.401 s]
/proc/loadavg: 2.28 2.32 2.19 6/217 29067
/proc/meminfo: memFree=821068/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
[pid=29051] ppid=29049 vsize=14089320 memory=11533600 CPUtime=187.58 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29049 29049 25200 0 -1 1077944320 1221413 0 0 0 17323 1435 0 0 20 0 15 0 226614914 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140731875791744 140525259689719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
/proc/29051/statm: 3522330 2883400 3401 1 0 3483524 0
[pid=29051/tid=29052] ppid=29049 vsize=14089320 memory=1620 CPUtime=126.65 cores=1,3,5,7
/proc/29051/task/29052/stat : 29052 (java) S 29049 29049 25200 0 -1 1077944384 11929 0 0 0 12654 11 0 0 20 0 15 0 226614914 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140525263929696 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29053] ppid=29049 vsize=14089320 memory=1220 CPUtime=14.7 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29049 29049 25200 0 -1 4202560 213052 0 0 0 1111 359 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140525224971024 140525252789391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29054] ppid=29049 vsize=14089320 memory=1800 CPUtime=14.72 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29049 29049 25200 0 -1 4202560 529599 0 0 0 1107 365 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524854033496 140525252789492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29055] ppid=29049 vsize=14089320 memory=1456 CPUtime=14.67 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29049 29049 25200 0 -1 4202560 165365 0 0 0 1139 328 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524852980952 140525252789395 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29056] ppid=29049 vsize=14089320 memory=11533600 CPUtime=14.58 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29049 29049 25200 0 -1 4202560 271803 0 0 0 1095 363 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524851928208 140525252789387 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29057] ppid=29049 vsize=14089320 memory=1616 CPUtime=0.8 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29049 29049 25200 0 -1 1077944384 22041 0 0 0 78 2 0 0 20 0 15 0 226614916 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524733928000 140525259699925 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29058] ppid=29049 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29049 29049 25200 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524732875744 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29059] ppid=29049 vsize=14089320 memory=61700 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524731823104 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14089320 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14089320 memory=2144 CPUtime=0.52 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29049 29049 25200 0 -1 1077944384 2340 0 0 0 52 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524729719280 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14089320 memory=1172 CPUtime=0.5 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 1238 0 0 0 50 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14089320 memory=932 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29049 29049 25200 0 -1 1077944384 2334 0 0 0 32 1 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524727614192 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14089320 memory=6416 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14089320 memory=1572 CPUtime=0.04 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 383 0 0 0 2 2 0 0 20 0 15 0 226614920 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 187.58 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11535056 KiB

[startup+143.201 s]
/proc/loadavg: 2.28 2.32 2.19 6/217 29067
/proc/meminfo: memFree=821068/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
[pid=29051] ppid=29049 vsize=14089320 memory=11533600 CPUtime=190.76 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29049 29049 25200 0 -1 1077944320 1221413 0 0 0 17641 1435 0 0 20 0 15 0 226614914 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140731875791744 140525259689719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
/proc/29051/statm: 3522330 2883400 3401 1 0 3483524 0
[pid=29051/tid=29052] ppid=29049 vsize=14089320 memory=1456 CPUtime=126.65 cores=1,3,5,7
/proc/29051/task/29052/stat : 29052 (java) S 29049 29049 25200 0 -1 1077944384 11929 0 0 0 12654 11 0 0 20 0 15 0 226614914 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140525263929696 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29053] ppid=29049 vsize=14089320 memory=6791534058613427641 CPUtime=15.5 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29049 29049 25200 0 -1 4202560 213052 0 0 0 1191 359 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140525224971224 140525252789383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29054] ppid=29049 vsize=14089320 memory=-6520471753822164382 CPUtime=15.52 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29049 29049 25200 0 -1 4202560 529599 0 0 0 1187 365 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524854033496 140525252789482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29055] ppid=29049 vsize=14089320 memory=-8707038579349950309 CPUtime=15.45 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29049 29049 25200 0 -1 4202560 165365 0 0 0 1217 328 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524852980952 140525252789375 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29056] ppid=29049 vsize=14089320 memory=7955442068605124708 CPUtime=15.38 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29049 29049 25200 0 -1 4202560 271803 0 0 0 1175 363 0 0 20 0 15 0 226614915 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524851928328 140525252789492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29057] ppid=29049 vsize=14089320 memory=7233152998915860328 CPUtime=0.8 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29049 29049 25200 0 -1 1077944384 22041 0 0 0 78 2 0 0 20 0 15 0 226614916 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524733928000 140525259699925 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29058] ppid=29049 vsize=14089320 memory=7233152998915860328 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29049 29049 25200 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524732875744 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29059] ppid=29049 vsize=14089320 memory=11628 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524731823104 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14089320 memory=752 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14089320 memory=1276 CPUtime=0.52 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29049 29049 25200 0 -1 1077944384 2340 0 0 0 52 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524729719280 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14089320 memory=1068 CPUtime=0.5 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 1238 0 0 0 50 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14089320 memory=15064 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29049 29049 25200 0 -1 1077944384 2334 0 0 0 32 1 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524727614192 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14089320 memory=33980 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14089320 memory=13756 CPUtime=0.04 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 383 0 0 0 2 2 0 0 20 0 15 0 226614920 14427463680 2883400 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 190.76 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11535056 KiB

[startup+144.001 s]*
/proc/loadavg: 2.28 2.32 2.19 6/217 29067
/proc/meminfo: memFree=821068/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
[pid=29051] ppid=29049 vsize=14089320 memory=11533604 CPUtime=194 cores=1,3,5,7
/proc/29051/stat : 29051 (java) S 29049 29049 25200 0 -1 1077944320 1222153 0 0 0 17964 1436 0 0 20 0 15 0 226614914 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140731875791744 140525259689719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
/proc/29051/statm: 3522330 2883401 3401 1 0 3483524 0
[pid=29051/tid=29052] ppid=29049 vsize=14089320 memory=6791534058613427641 CPUtime=126.65 cores=1,3,5,7
/proc/29051/task/29052/stat : 29052 (java) S 29049 29049 25200 0 -1 1077944384 11929 0 0 0 12654 11 0 0 20 0 15 0 226614914 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140525263929696 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29053] ppid=29049 vsize=14089320 memory=4126316290023845779 CPUtime=16.34 cores=1,3,5,7
/proc/29051/task/29053/stat : 29053 (java) R 29049 29049 25200 0 -1 4202560 213141 0 0 0 1274 360 0 0 20 0 15 0 226614915 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140525224971224 140525252786444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29054] ppid=29049 vsize=14089320 memory=3988 CPUtime=16.34 cores=1,3,5,7
/proc/29051/task/29054/stat : 29054 (java) R 29049 29049 25200 0 -1 4202560 529703 0 0 0 1269 365 0 0 20 0 15 0 226614915 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524854033496 140525252786428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29055] ppid=29049 vsize=14089320 memory=1924 CPUtime=16.26 cores=1,3,5,7
/proc/29051/task/29055/stat : 29055 (java) R 29049 29049 25200 0 -1 4202560 165609 0 0 0 1298 328 0 0 20 0 15 0 226614915 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524852980952 140525252786452 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29056] ppid=29049 vsize=14089320 memory=7532 CPUtime=16.21 cores=1,3,5,7
/proc/29051/task/29056/stat : 29056 (java) R 29049 29049 25200 0 -1 4202560 272106 0 0 0 1258 363 0 0 20 0 15 0 226614915 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524851928328 140525252786428 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29057] ppid=29049 vsize=14089320 memory=808 CPUtime=0.8 cores=1,3,5,7
/proc/29051/task/29057/stat : 29057 (java) S 29049 29049 25200 0 -1 1077944384 22041 0 0 0 78 2 0 0 20 0 15 0 226614916 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524733928000 140525259699925 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29058] ppid=29049 vsize=14089320 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29058/stat : 29058 (java) S 29049 29049 25200 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524732875744 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29059] ppid=29049 vsize=14089320 memory=920 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29059/stat : 29059 (java) S 29049 29049 25200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 226614917 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524731823104 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29060] ppid=29049 vsize=14089320 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29060/stat : 29060 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524730771664 140525259708315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29061] ppid=29049 vsize=14089320 memory=1456 CPUtime=0.52 cores=1,3,5,7
/proc/29051/task/29061/stat : 29061 (java) S 29049 29049 25200 0 -1 1077944384 2340 0 0 0 52 0 0 0 20 0 15 0 226614919 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524729719280 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29062] ppid=29049 vsize=14089320 memory=11533584 CPUtime=0.5 cores=1,3,5,7
/proc/29051/task/29062/stat : 29062 (java) S 29049 29049 25200 0 -1 1077944384 1238 0 0 0 50 0 0 0 20 0 15 0 226614919 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524728666736 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29063] ppid=29049 vsize=14089320 memory=1800 CPUtime=0.33 cores=1,3,5,7
/proc/29051/task/29063/stat : 29063 (java) S 29049 29049 25200 0 -1 1077944384 2334 0 0 0 32 1 0 0 20 0 15 0 226614919 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524727614192 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29064] ppid=29049 vsize=14089320 memory=3812 CPUtime=0 cores=1,3,5,7
/proc/29051/task/29064/stat : 29064 (java) S 29049 29049 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226614919 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524726561888 140525259699925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
[pid=29051/tid=29065] ppid=29049 vsize=14089320 memory=61700 CPUtime=0.04 cores=1,3,5,7
/proc/29051/task/29065/stat : 29065 (java) S 29049 29049 25200 0 -1 1077944384 383 0 0 0 2 2 0 0 20 0 15 0 226614920 14427463680 2883401 33554432000 4194304 4196468 140731875809200 140524725508400 140525259700866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 20045824 140731875816582 140731875816753 140731875816753 140731875819471 0
Current children cumulated CPU time: 194 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11535060 KiB

[startup+144.202 s]
/proc/loadavg: 2.28 2.32 2.19 6/217 29067
/proc/meminfo: memFree=821068/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+144.301 s]
/proc/loadavg: 2.28 2.32 2.19 6/217 29067
/proc/meminfo: memFree=821068/32770624 swapFree=67108372/67108860
[pid=29049] ppid=29046 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29049/stat : 29049 (xcsp3-exec) S 29046 29049 25200 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 226614913 115843072 364 33554432000 4194304 5098028 140731115690352 140731115688456 140577482543740 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9129984 140731115693114 140731115693316 140731115693316 140731115696074 0
/proc/29049/statm: 28282 364 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 144.345
CPU time (s): 194.512
CPU user time (s): 179.95
CPU system time (s): 14.5621
CPU usage (%): 134.755
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 11535068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.95
system time used= 14.5621
maximum resident set size= 11533940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1235699
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8955
involuntary context switches= 689


# summary of solver processes directly reported to runsolver:
#   pid: 29049
#   total CPU time (s): 194.512
#   total CPU user time (s): 179.95
#   total CPU system time (s): 14.5621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.858873 second user time and 1.46171 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 18:15:17
IDJOB=4306523
IDBENCH=141308
IDSOLVER=2787
FILE ID=node137/4306523-1534090517
RUNJOBID= node137-1534062145-25232
PBS_JOBID= 21036980
Free space on /tmp= 26456 MiB

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

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=1910240044

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:        12361840 kB
MemAvailable:   22060048 kB
Buffers:           76096 kB
Cached:          9805028 kB
SwapCached:            8 kB
Active:         14752952 kB
Inactive:        5008080 kB
Active(anon):    9823948 kB
Inactive(anon):   108476 kB
Active(file):    4929004 kB
Inactive(file):  4899604 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             26896 kB
Writeback:             0 kB
AnonPages:       9897484 kB
Mapped:            65712 kB
Shmem:             49624 kB
Slab:             326760 kB
SReclaimable:     298060 kB
SUnreclaim:        28700 kB
KernelStack:        3840 kB
PageTables:        24740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12101544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7698432 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= 26432 MiB
End job on node137 at 2018-08-12 18:17:42