Trace number 4272516

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? 533.47498 253.052

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-6-table.xml
MD5SUMcfc552cbb2ce3301e89528d2cd5bb011
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark481.45001
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272516-1502805321.xml"  -tl '2520s' -p 1 -x 3
0.11/0.15	c [HOME/instance-4272516-1502805321.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.20	c simple solver
0.34/0.27	c parse instance...
533.32/252.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
533.32/252.98		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
533.32/252.98		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
533.32/252.98		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
533.32/252.98		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
533.32/252.98		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
533.32/252.98		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
533.32/252.98		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
533.32/252.98		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
533.32/252.98		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
533.32/252.98		at org.xcsp.parser.XCallbacks$$Lambda$77/1447689627.accept(Unknown Source)
533.32/252.98		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
533.32/252.98		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
533.32/252.98		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
533.32/252.98		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
533.32/252.98		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
533.32/252.98		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
533.32/252.98		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
533.32/252.98		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
533.32/252.98		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
533.32/252.98		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
533.32/252.98		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
533.32/252.98	s UNKNOWN
533.32/252.98	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 (11617 MiB free)
  memory of node 1: 16384 MiB (13849 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272516-1502805321/watcher-4272516-1502805321 -o /tmp/evaluation-result-4272516-1502805321/solver-4272516-1502805321 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502789706-444 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 851036733 HOME/instance-4272516-1502805321.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
solver pid=2109, runsolver pid=2106
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 1.60 1.71 1.67 3/217 2125
/proc/meminfo: memFree=26058160/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
[pid=2111] ppid=2109 vsize=13978596 memory=27812 CPUtime=0.11 cores=0,2,4,6
/proc/2111/stat : 2111 (java) S 2109 2109 410 0 -1 1077944320 5365 0 0 0 10 1 0 0 20 0 15 0 113621257 14314082304 6953 33554432000 4194304 4196468 140735991768080 140735991750624 139988340068087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
/proc/2111/statm: 3494649 6953 2840 1 0 3482966 0
[pid=2111/tid=2112] ppid=2109 vsize=13978596 memory=7883960649037381690 CPUtime=0.09 cores=0,2,4,6
/proc/2111/task/2112/stat : 2112 (java) R 2109 2109 410 0 -1 4202560 3382 0 0 0 8 1 0 0 20 0 15 0 113621258 14314082304 6953 33554432000 4194304 4196468 140735991768080 139988344290336 139988340090013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2113] ppid=2109 vsize=13978596 memory=8944 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2113/stat : 2113 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14314082304 6953 33554432000 4194304 4196468 140735991768080 139988292688144 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2114] ppid=2109 vsize=13978596 memory=288370926831351424 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2114/stat : 2114 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14314082304 6953 33554432000 4194304 4196468 140735991768080 139988291635600 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14314082304 6953 33554432000 4194304 4196468 140735991768080 139988290583056 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) S 2109 2109 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113621258 14314082304 6953 33554432000 4194304 4196468 140735991768080 139988289530512 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13978596 memory=140550679639680 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) S 2109 2109 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113621260 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987319511536 139988340079234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113621260 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987318457760 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113621261 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987317405168 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 113621263 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987315300336 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) S 2109 2109 410 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 113621263 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987314247792 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13978596 memory=140550679639680 CPUtime=0.01 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) R 2109 2109 410 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 15 0 113621263 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987313195248 139988340089434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621264 14314082304 6953 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29196 KiB

[startup+0.21083 s]*
/proc/loadavg: 1.60 1.71 1.67 3/217 2125
/proc/meminfo: memFree=26044892/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
[pid=2111] ppid=2109 vsize=13982852 memory=40292 CPUtime=0.34 cores=0,2,4,6
/proc/2111/stat : 2111 (java) S 2109 2109 410 0 -1 1077944320 8075 0 0 0 31 3 0 0 20 0 15 0 113621257 14318440448 10073 33554432000 4194304 4196468 140735991768080 140735991750624 139988340068087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
/proc/2111/statm: 3495713 10073 3065 1 0 3482966 0
[pid=2111/tid=2112] ppid=2109 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/2111/task/2112/stat : 2112 (java) R 2109 2109 410 0 -1 4202560 5233 0 0 0 18 2 0 0 20 0 15 0 113621258 14318440448 10076 33554432000 4194304 4196468 140735991768080 139988344282096 139988332785050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2113] ppid=2109 vsize=13982852 memory=8944 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2113/stat : 2113 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 10076 33554432000 4194304 4196468 140735991768080 139988292688144 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2114] ppid=2109 vsize=13982852 memory=288370926831351424 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2114/stat : 2114 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 10076 33554432000 4194304 4196468 140735991768080 139988291635600 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 10076 33554432000 4194304 4196468 140735991768080 139988290583056 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) S 2109 2109 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 10076 33554432000 4194304 4196468 140735991768080 139988289530512 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13982852 memory=140550679639680 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) S 2109 2109 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113621260 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987319511536 139988340079234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113621260 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987318457760 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113621261 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987317405168 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 621 0 0 0 3 0 0 0 20 0 15 0 113621263 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987315300336 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) S 2109 2109 410 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 15 0 113621263 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987314247792 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13982852 memory=140550679639680 CPUtime=0.07 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) R 2109 2109 410 0 -1 4202560 731 0 0 0 7 0 0 0 20 0 15 0 113621263 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987313195248 139988318601339 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621264 14318440448 10076 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41676 KiB

[startup+0.311389 s]*
/proc/loadavg: 1.60 1.71 1.67 4/217 2125
/proc/meminfo: memFree=26042796/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
[pid=2111] ppid=2109 vsize=13982852 memory=47300 CPUtime=0.5 cores=0,2,4,6
/proc/2111/stat : 2111 (java) S 2109 2109 410 0 -1 1077944320 8967 0 0 0 46 4 0 0 20 0 15 0 113621257 14318440448 11825 33554432000 4194304 4196468 140735991768080 140735991750624 139988340068087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
/proc/2111/statm: 3495713 11825 3087 1 0 3482966 0
[pid=2111/tid=2112] ppid=2109 vsize=13982852 memory=1399051139730258233 CPUtime=0.29 cores=0,2,4,6
/proc/2111/task/2112/stat : 2112 (java) R 2109 2109 410 0 -1 4202560 5926 0 0 0 27 2 0 0 20 0 15 0 113621258 14318440448 11825 33554432000 4194304 4196468 140735991768080 139988344305600 139988340090013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2113] ppid=2109 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2113/stat : 2113 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 11825 33554432000 4194304 4196468 140735991768080 139988292688144 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2114] ppid=2109 vsize=13982852 memory=-6452064069391756930 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2114/stat : 2114 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 11825 33554432000 4194304 4196468 140735991768080 139988291635600 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 11825 33554432000 4194304 4196468 140735991768080 139988290583056 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13982852 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) S 2109 2109 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113621258 14318440448 11825 33554432000 4194304 4196468 140735991768080 139988289530512 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) S 2109 2109 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113621260 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987319511536 139988340079234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13982852 memory=-6454338467431146081 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113621260 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987318457760 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13982852 memory=4639942713098593122 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113621261 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987317405168 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13982852 memory=6933690330692294553 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13982852 memory=4132774494331964790 CPUtime=0.04 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 628 0 0 0 4 0 0 0 20 0 15 0 113621263 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987315300336 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13982852 memory=-8383301570218270069 CPUtime=0.03 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) S 2109 2109 410 0 -1 1077944384 277 0 0 0 3 0 0 0 20 0 15 0 113621263 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987314247792 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13982852 memory=4949696295807198596 CPUtime=0.11 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) R 2109 2109 410 0 -1 4202560 836 0 0 0 11 0 0 0 20 0 15 0 113621263 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987313195248 139988319471220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621264 14318440448 11825 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48684 KiB

[startup+0.701706 s]
/proc/loadavg: 1.60 1.71 1.67 6/217 2125
/proc/meminfo: memFree=25879320/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
[pid=2111] ppid=2109 vsize=13982852 memory=295080 CPUtime=1.24 cores=0,2,4,6
/proc/2111/stat : 2111 (java) S 2109 2109 410 0 -1 1077944320 10314 0 0 0 101 23 0 0 20 0 15 0 113621257 14318440448 73770 33554432000 4194304 4196468 140735991768080 140735991750624 139988340068087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
/proc/2111/statm: 3495713 73770 3161 1 0 3482966 0
[pid=2111/tid=2112] ppid=2109 vsize=13982852 memory=5795153719298590087 CPUtime=0.61 cores=0,2,4,6
/proc/2111/task/2112/stat : 2112 (java) S 2109 2109 410 0 -1 1077944384 5987 0 0 0 54 7 0 0 20 0 15 0 113621258 14318440448 73770 33554432000 4194304 4196468 140735991768080 139988344307200 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2113] ppid=2109 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2111/task/2113/stat : 2113 (java) R 2109 2109 410 0 -1 4202560 64 0 0 0 2 3 0 0 20 0 15 0 113621258 14318440448 73770 33554432000 4194304 4196468 140735991768080 139988292688144 139988333167934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2114] ppid=2109 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2111/task/2114/stat : 2114 (java) R 2109 2109 410 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 113621258 14318440448 73770 33554432000 4194304 4196468 140735991768080 139988291635600 139988340078293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13982852 memory=2548 CPUtime=0.05 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) R 2109 2109 410 0 -1 4202560 53 0 0 0 2 3 0 0 20 0 15 0 113621258 14318440448 73770 33554432000 4194304 4196468 140735991768080 139988290583056 139988333164923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13982852 memory=1728 CPUtime=0.06 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) R 2109 2109 410 0 -1 4202560 74 0 0 0 3 3 0 0 20 0 15 0 113621258 14318440448 73770 33554432000 4194304 4196468 140735991768080 139988289530512 139988333164923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13982852 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) S 2109 2109 410 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 113621260 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987319510048 139988340078293 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13982852 memory=796 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 113621260 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987318457760 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13982852 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 113621261 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987317405168 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13982852 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13982852 memory=8568 CPUtime=0.1 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 999 0 0 0 10 0 0 0 20 0 15 0 113621263 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987315300336 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13982852 memory=5516 CPUtime=0.1 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) R 2109 2109 410 0 -1 4202560 796 0 0 0 10 0 0 0 20 0 15 0 113621263 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987314233672 139988325180513 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13982852 memory=4616 CPUtime=0.15 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) S 2109 2109 410 0 -1 1077944384 899 0 0 0 14 1 0 0 20 0 15 0 113621263 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987313195248 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13982852 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13982852 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113621264 14318440448 74282 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 296464 KiB

[startup+1.50089 s]
/proc/loadavg: 1.60 1.71 1.67 3/217 2125
/proc/meminfo: memFree=25602872/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0

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

/proc/2111/task/2114/stat : 2114 (java) R 2109 2109 410 0 -1 4202560 109843 0 0 0 8884 190 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988291635408 139988332696295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13984976 memory=1692 CPUtime=91.01 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) R 2109 2109 410 0 -1 4202560 228380 0 0 0 8902 199 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988290583256 139988324767877 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13984976 memory=32124 CPUtime=90.76 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) R 2109 2109 410 0 -1 4202560 85116 0 0 0 8877 199 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988289530320 139988332696295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13984976 memory=1296 CPUtime=18.42 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) S 2109 2109 410 0 -1 1077944384 58599 0 0 0 1833 9 0 0 20 0 15 0 113621260 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987319510096 139988340078293 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13984976 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113621260 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987318457824 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13984976 memory=2548 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 113621261 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987317405184 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13984976 memory=2648 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13984976 memory=1728 CPUtime=0.92 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 7143 0 0 0 92 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987315300384 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13984976 memory=1716 CPUtime=0.86 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) S 2109 2109 410 0 -1 1077944384 6271 0 0 0 85 1 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987314247840 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13984976 memory=796 CPUtime=0.34 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) S 2109 2109 410 0 -1 1077944384 3478 0 0 0 33 1 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987313195008 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13984976 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13984976 memory=1200 CPUtime=0.16 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 671 0 0 0 8 8 0 0 20 0 15 0 113621264 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 523.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11742768 KiB

[startup+251.201 s]
/proc/loadavg: 2.93 2.27 1.90 6/217 2522
/proc/meminfo: memFree=11834752/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
[pid=2111] ppid=2109 vsize=13984976 memory=11741384 CPUtime=529.3 cores=0,2,4,6
/proc/2111/stat : 2111 (java) S 2109 2109 410 0 -1 1077944320 713541 0 0 0 52024 906 0 0 20 0 15 0 113621257 14320615424 2935346 33554432000 4194304 4196468 140735991768080 140735991750624 139988340068087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
/proc/2111/statm: 3496244 2935346 3249 1 0 3483478 0
[pid=2111/tid=2112] ppid=2109 vsize=13984976 memory=1008 CPUtime=139.24 cores=0,2,4,6
/proc/2111/task/2112/stat : 2112 (java) S 2109 2109 410 0 -1 1077944384 92973 0 0 0 13836 88 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988344305744 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2113] ppid=2109 vsize=13984976 memory=1384 CPUtime=92.12 cores=0,2,4,6
/proc/2111/task/2113/stat : 2113 (java) R 2109 2109 410 0 -1 4202560 48936 0 0 0 9003 209 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988292688264 139988332696295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2114] ppid=2109 vsize=13984976 memory=11741384 CPUtime=92.28 cores=0,2,4,6
/proc/2111/task/2114/stat : 2114 (java) R 2109 2109 410 0 -1 4202560 109843 0 0 0 9038 190 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988291635720 139988332696295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13984976 memory=5516 CPUtime=92.58 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) R 2109 2109 410 0 -1 4202560 299083 0 0 0 9056 202 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988290583176 139988332696295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13984976 memory=8112282956445269571 CPUtime=92.31 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) R 2109 2109 410 0 -1 4202560 85116 0 0 0 9031 200 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988289530320 139988333171080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13984976 memory=4140 CPUtime=18.42 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) S 2109 2109 410 0 -1 1077944384 58599 0 0 0 1833 9 0 0 20 0 15 0 113621260 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987319510096 139988340078293 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13984976 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113621260 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987318457824 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13984976 memory=32124 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 113621261 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987317405184 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13984976 memory=2428 CPUtime=0.92 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 7143 0 0 0 92 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987315300384 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13984976 memory=916 CPUtime=0.86 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) S 2109 2109 410 0 -1 1077944384 6271 0 0 0 85 1 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987314247840 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13984976 memory=3832 CPUtime=0.34 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) S 2109 2109 410 0 -1 1077944384 3478 0 0 0 33 1 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987313195008 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13984976 memory=2548 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13984976 memory=2648 CPUtime=0.16 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 671 0 0 0 8 8 0 0 20 0 15 0 113621264 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 529.3 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11742768 KiB

[startup+252.001 s]*
/proc/loadavg: 2.93 2.27 1.90 3/217 2522
/proc/meminfo: memFree=11834752/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
[pid=2111] ppid=2109 vsize=13984976 memory=11741384 CPUtime=532.42 cores=0,2,4,6
/proc/2111/stat : 2111 (java) S 2109 2109 410 0 -1 1077944320 713541 0 0 0 52334 908 0 0 20 0 15 0 113621257 14320615424 2935346 33554432000 4194304 4196468 140735991768080 140735991750624 139988340068087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
/proc/2111/statm: 3496244 2935346 3249 1 0 3483478 0
[pid=2111/tid=2112] ppid=2109 vsize=13984976 memory=1296 CPUtime=139.24 cores=0,2,4,6
/proc/2111/task/2112/stat : 2112 (java) S 2109 2109 410 0 -1 1077944384 92973 0 0 0 13836 88 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988344305744 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2113] ppid=2109 vsize=13984976 memory=4126316290023845779 CPUtime=92.89 cores=0,2,4,6
/proc/2111/task/2113/stat : 2113 (java) S 2109 2109 410 0 -1 1077944384 48936 0 0 0 9080 209 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988292688144 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2114] ppid=2109 vsize=13984976 memory=288283398462768276 CPUtime=93.06 cores=0,2,4,6
/proc/2111/task/2114/stat : 2114 (java) S 2109 2109 410 0 -1 1077944384 109843 0 0 0 9115 191 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988291635600 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13984976 memory=15872 CPUtime=93.35 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) S 2109 2109 410 0 -1 1077944384 299083 0 0 0 9133 202 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988290583056 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13984976 memory=16448 CPUtime=93.08 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) S 2109 2109 410 0 -1 1077944384 85116 0 0 0 9108 200 0 0 20 0 15 0 113621258 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139988289530512 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13984976 memory=17792 CPUtime=18.45 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) R 2109 2109 410 0 -1 4202560 58599 0 0 0 1836 9 0 0 20 0 15 0 113621260 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987319510096 139988324525678 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13984976 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113621260 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987318457824 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13984976 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 113621261 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987317405184 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13984976 memory=644 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13984976 memory=1788 CPUtime=0.92 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 7143 0 0 0 92 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987315300384 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13984976 memory=952 CPUtime=0.86 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) S 2109 2109 410 0 -1 1077944384 6271 0 0 0 85 1 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987314247840 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13984976 memory=2340 CPUtime=0.34 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) S 2109 2109 410 0 -1 1077944384 3478 0 0 0 33 1 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987313195008 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13984976 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13984976 memory=928 CPUtime=0.16 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 671 0 0 0 8 8 0 0 20 0 15 0 113621264 14320615424 2935346 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 532.42 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11742768 KiB

[startup+252.801 s]
/proc/loadavg: 2.93 2.27 1.90 3/217 2522
/proc/meminfo: memFree=11834752/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
[pid=2111] ppid=2109 vsize=13984976 memory=11741464 CPUtime=533.22 cores=0,2,4,6
/proc/2111/stat : 2111 (java) S 2109 2109 410 0 -1 1077944320 713780 0 0 0 52414 908 0 0 20 0 15 0 113621257 14320615424 2935366 33554432000 4194304 4196468 140735991768080 140735991750624 139988340068087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
/proc/2111/statm: 3496244 2935366 3249 1 0 3483478 0
[pid=2111/tid=2112] ppid=2109 vsize=13984976 memory=1384 CPUtime=139.24 cores=0,2,4,6
/proc/2111/task/2112/stat : 2112 (java) S 2109 2109 410 0 -1 1077944384 92973 0 0 0 13836 88 0 0 20 0 15 0 113621258 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139988344305744 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2113] ppid=2109 vsize=13984976 memory=1384 CPUtime=92.89 cores=0,2,4,6
/proc/2111/task/2113/stat : 2113 (java) S 2109 2109 410 0 -1 1077944384 48936 0 0 0 9080 209 0 0 20 0 15 0 113621258 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139988292688144 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2114] ppid=2109 vsize=13984976 memory=11741384 CPUtime=93.06 cores=0,2,4,6
/proc/2111/task/2114/stat : 2114 (java) S 2109 2109 410 0 -1 1077944384 109843 0 0 0 9115 191 0 0 20 0 15 0 113621258 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139988291635600 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2115] ppid=2109 vsize=13984976 memory=17792 CPUtime=93.35 cores=0,2,4,6
/proc/2111/task/2115/stat : 2115 (java) S 2109 2109 410 0 -1 1077944384 299083 0 0 0 9133 202 0 0 20 0 15 0 113621258 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139988290583056 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2116] ppid=2109 vsize=13984976 memory=4048 CPUtime=93.08 cores=0,2,4,6
/proc/2111/task/2116/stat : 2116 (java) S 2109 2109 410 0 -1 1077944384 85116 0 0 0 9108 200 0 0 20 0 15 0 113621258 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139988289530512 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2117] ppid=2109 vsize=13984976 memory=4140 CPUtime=19.24 cores=0,2,4,6
/proc/2111/task/2117/stat : 2117 (java) R 2109 2109 410 0 -1 4202560 58838 0 0 0 1915 9 0 0 20 0 15 0 113621260 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987319510096 139988324525707 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2118] ppid=2109 vsize=13984976 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2118/stat : 2118 (java) S 2109 2109 410 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 113621260 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987318457824 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2119] ppid=2109 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2119/stat : 2119 (java) S 2109 2109 410 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 113621261 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987317405184 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2120] ppid=2109 vsize=13984976 memory=288230583166042425 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2120/stat : 2120 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987316353744 139988340086683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2121] ppid=2109 vsize=13984976 memory=14692985157715336 CPUtime=0.92 cores=0,2,4,6
/proc/2111/task/2121/stat : 2121 (java) S 2109 2109 410 0 -1 1077944384 7143 0 0 0 92 0 0 0 20 0 15 0 113621263 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987315300384 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2122] ppid=2109 vsize=13984976 memory=1008 CPUtime=0.86 cores=0,2,4,6
/proc/2111/task/2122/stat : 2122 (java) S 2109 2109 410 0 -1 1077944384 6271 0 0 0 85 1 0 0 20 0 15 0 113621263 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987314247840 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2123] ppid=2109 vsize=13984976 memory=4486604260213485459 CPUtime=0.34 cores=0,2,4,6
/proc/2111/task/2123/stat : 2123 (java) S 2109 2109 410 0 -1 1077944384 3478 0 0 0 33 1 0 0 20 0 15 0 113621263 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987313195008 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2124] ppid=2109 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2111/task/2124/stat : 2124 (java) S 2109 2109 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113621263 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987312142944 139988340078293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
[pid=2111/tid=2125] ppid=2109 vsize=13984976 memory=1420 CPUtime=0.16 cores=0,2,4,6
/proc/2111/task/2125/stat : 2125 (java) S 2109 2109 410 0 -1 1077944384 671 0 0 0 8 8 0 0 20 0 15 0 113621264 14320615424 2935366 33554432000 4194304 4196468 140735991768080 139987311090480 139988340079234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 20836352 140735991772311 140735991772487 140735991772487 140735991775183 0
Current children cumulated CPU time: 533.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11742848 KiB

[startup+253.001 s]*
/proc/loadavg: 2.93 2.27 1.90 3/204 2523
/proc/meminfo: memFree=17209064/32770624 swapFree=67108860/67108860
[pid=2109] ppid=2106 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/2109/stat : 2109 (xcsp3-exec) S 2106 2109 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113621257 9740288 346 33554432000 4194304 5098028 140735782556960 140735782555064 139693884813948 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37785600 140735782560879 140735782561083 140735782561083 140735782563819 0
/proc/2109/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 253.052
CPU time (s): 533.475
CPU user time (s): 524.325
CPU system time (s): 9.14981
CPU usage (%): 210.817
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11742848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.325
system time used= 9.14981
maximum resident set size= 11741764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 714431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12255
involuntary context switches= 4248


# summary of solver processes directly reported to runsolver:
#   pid: 2109
#   total CPU time (s): 533.475
#   total CPU user time (s): 524.325
#   total CPU system time (s): 9.14981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54849 second user time and 2.6722 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-15 15:41:15
IDJOB=4272516
IDBENCH=133254
IDSOLVER=2664
FILE ID=node104/4272516-1502805321
RUNJOBID= node104-1502789706-444
PBS_JOBID= 20629126
Free space on /tmp= 60700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-6-table.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272516-1502805321/watcher-4272516-1502805321 -o /tmp/evaluation-result-4272516-1502805321/solver-4272516-1502805321 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502789706-444 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 851036733 HOME/instance-4272516-1502805321.xml

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

MD5SUM BENCH= cfc552cbb2ce3301e89528d2cd5bb011
RANDOM SEED=851036733

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26078232 kB
MemAvailable:   30810156 kB
Buffers:          226876 kB
Cached:          4767652 kB
SwapCached:            0 kB
Active:          2790488 kB
Inactive:        3369080 kB
Active(anon):    1168056 kB
Inactive(anon):    25024 kB
Active(file):    1622432 kB
Inactive(file):  3344056 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            309124 kB
Writeback:         71332 kB
AnonPages:       1171708 kB
Mapped:            58288 kB
Shmem:             25228 kB
Slab:             228952 kB
SReclaimable:     162540 kB
SUnreclaim:        66412 kB
KernelStack:        3520 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1768276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1087488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60644 MiB
End job on node104 at 2017-08-15 15:45:28