Trace number 4399347

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 2019-09-16? 1676.7 536.919

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark521763705
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399347-1568700064.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.19	c [HOME/instance-4399347-1568700064.xml, -tl, 2520s, -p, 4]
0.34/0.23	c 4 solvers in parallel
0.34/0.29	c parse instance...
1646.70/528.82	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1676.56/536.86		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1676.56/536.86		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:59)
1676.56/536.86		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:309)
1676.56/536.86		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1676.56/536.86		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1676.56/536.86		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1676.56/536.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
1676.56/536.86		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
1676.56/536.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
1676.56/536.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1676.56/536.86		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1676.56/536.86		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1676.56/536.86		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1676.56/536.86		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1676.56/536.86		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1676.56/536.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1676.56/536.86	s UNKNOWN
1676.56/536.86	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 (14487 MiB free)
  memory of node 1: 16384 MiB (11035 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399347-1568700064/watcher-4399347-1568700064 -o /tmp/evaluation-result-4399347-1568700064/solver-4399347-1568700064 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568695657-13662 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 274023319 HOME/instance-4399347-1568700064.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=14167, runsolver pid=14164
Current StackSize limit: 8192 KiB


[startup+0.100253 s]*
/proc/loadavg: 6.92 7.36 4.86 3/228 14183
/proc/meminfo: memFree=26124312/32770624 swapFree=66939784/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
[pid=14169] ppid=14167 vsize=15144776 memory=29628 CPUtime=0.12 cores=0,2,4,6
/proc/14169/stat : 14169 (java) S 14167 14167 13631 0 -1 1077944320 5805 0 0 0 10 2 0 0 20 0 15 0 446264815 15508250624 7407 33554432000 4194304 4196468 140722142430432 140722142412976 139819424378615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
/proc/14169/statm: 3786194 7407 3157 1 0 3748377 0
[pid=14169/tid=14170] ppid=14167 vsize=15144776 memory=-2698085374278620574 CPUtime=0.08 cores=0,2,4,6
/proc/14169/task/14170/stat : 14170 (java) R 14167 14167 13631 0 -1 4202560 3715 0 0 0 7 1 0 0 20 0 15 0 446264816 15508250624 7407 33554432000 4194304 4196468 140722142430432 139819428602232 139819053297424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14171] ppid=14167 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14171/stat : 14171 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 7407 33554432000 4194304 4196468 140722142430432 139819376999440 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14172] ppid=14167 vsize=15144776 memory=140697192044160 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14172/stat : 14172 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 7407 33554432000 4194304 4196468 140722142430432 139819375946896 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 7407 33554432000 4194304 4196468 140722142430432 139819374893840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) S 14167 14167 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 7407 33554432000 4194304 4196468 140722142430432 139819373841296 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15144776 memory=140697192044160 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) S 14167 14167 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264818 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818892744944 139819424389762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264818 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818891691168 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446264819 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818890638064 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) S 14167 14167 13631 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 446264821 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818888534768 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818887482224 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15144776 memory=140697192044160 CPUtime=0.01 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) S 14167 14167 13631 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 446264821 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818886429168 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15144776 memory=140697192044160 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264822 15508250624 7407 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31076 KiB

[startup+0.210753 s]*
/proc/loadavg: 6.92 7.36 4.86 5/228 14183
/proc/meminfo: memFree=26107900/32770624 swapFree=66939784/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
[pid=14169] ppid=14167 vsize=15144776 memory=40320 CPUtime=0.34 cores=0,2,4,6
/proc/14169/stat : 14169 (java) S 14167 14167 13631 0 -1 1077944320 9302 0 0 0 30 4 0 0 20 0 15 0 446264815 15508250624 10080 33554432000 4194304 4196468 140722142430432 140722142412976 139819424378615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
/proc/14169/statm: 3786194 10080 3295 1 0 3748377 0
[pid=14169/tid=14170] ppid=14167 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/14169/task/14170/stat : 14170 (java) R 14167 14167 13631 0 -1 4202560 6589 0 0 0 17 3 0 0 20 0 15 0 446264816 15508250624 10080 33554432000 4194304 4196468 140722142430432 139819428610528 139819408459102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14171] ppid=14167 vsize=15144776 memory=1899191 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14171/stat : 14171 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 10080 33554432000 4194304 4196468 140722142430432 139819376999440 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14172] ppid=14167 vsize=15144776 memory=140697192058074 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14172/stat : 14172 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 10080 33554432000 4194304 4196468 140722142430432 139819375946896 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 10080 33554432000 4194304 4196468 140722142430432 139819374893840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) S 14167 14167 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264816 15508250624 10080 33554432000 4194304 4196468 140722142430432 139819373841296 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15144776 memory=140697192044160 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) S 14167 14167 13631 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446264818 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818892744944 139819424389762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264818 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818891691168 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446264819 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818890638064 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) R 14167 14167 13631 0 -1 4202560 520 0 0 0 2 0 0 0 20 0 15 0 446264821 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818888534768 139819417363657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) R 14167 14167 13631 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 15 0 446264821 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818887482224 139819424389762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15144776 memory=140697192044160 CPUtime=0.07 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) R 14167 14167 13631 0 -1 4202560 783 0 0 0 7 0 0 0 20 0 15 0 446264821 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818886424896 139819403363357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264822 15508250624 10080 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41768 KiB

[startup+0.311269 s]*
/proc/loadavg: 6.92 7.36 4.86 4/228 14183
/proc/meminfo: memFree=26099468/32770624 swapFree=66939784/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
[pid=14169] ppid=14167 vsize=15149032 memory=46908 CPUtime=0.52 cores=0,2,4,6
/proc/14169/stat : 14169 (java) S 14167 14167 13631 0 -1 1077944320 10627 0 0 0 47 5 0 0 20 0 15 0 446264815 15512608768 11727 33554432000 4194304 4196468 140722142430432 140722142412976 139819424378615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
/proc/14169/statm: 3787258 11727 3352 1 0 3748377 0
[pid=14169/tid=14170] ppid=14167 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/14169/task/14170/stat : 14170 (java) R 14167 14167 13631 0 -1 4202560 7642 0 0 0 26 3 0 0 20 0 15 0 446264816 15512608768 12239 33554432000 4194304 4196468 140722142430432 139819428615248 139819403955492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14171] ppid=14167 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14171/stat : 14171 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15512608768 12239 33554432000 4194304 4196468 140722142430432 139819376999440 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14172] ppid=14167 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14172/stat : 14172 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15512608768 12239 33554432000 4194304 4196468 140722142430432 139819375946896 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264816 15512608768 12239 33554432000 4194304 4196468 140722142430432 139819374893840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) S 14167 14167 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446264816 15512608768 12239 33554432000 4194304 4196468 140722142430432 139819373841296 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) S 14167 14167 13631 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446264818 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818892744944 139819424389762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264818 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818891691168 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446264819 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818890638064 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) R 14167 14167 13631 0 -1 4202560 573 0 0 0 4 0 0 0 20 0 15 0 446264821 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818888534768 139819409160247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) R 14167 14167 13631 0 -1 4202560 140 0 0 0 3 0 0 0 20 0 15 0 446264821 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818887482224 139819404845051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) S 14167 14167 13631 0 -1 1077944384 971 0 0 0 12 0 0 0 20 0 15 0 446264821 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818886429168 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264822 15512608768 12239 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48356 KiB

[startup+0.710228 s]
/proc/loadavg: 6.92 7.36 4.86 4/228 14183
/proc/meminfo: memFree=25998716/32770624 swapFree=66939784/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
[pid=14169] ppid=14167 vsize=15149032 memory=298732 CPUtime=1.55 cores=0,2,4,6
/proc/14169/stat : 14169 (java) S 14167 14167 13631 0 -1 1077944320 14912 0 0 0 132 23 0 0 20 0 15 0 446264815 15512608768 74683 33554432000 4194304 4196468 140722142430432 140722142412976 139819424378615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
/proc/14169/statm: 3787258 74683 3424 1 0 3748377 0
[pid=14169/tid=14170] ppid=14167 vsize=15149032 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/14169/task/14170/stat : 14170 (java) R 14167 14167 13631 0 -1 4202560 8013 0 0 0 55 6 0 0 20 0 15 0 446264816 15512608768 74683 33554432000 4194304 4196468 140722142430432 139819428617744 139819424400541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14171] ppid=14167 vsize=15149032 memory=33 CPUtime=0.06 cores=0,2,4,6
/proc/14169/task/14171/stat : 14171 (java) S 14167 14167 13631 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 446264816 15512608768 74683 33554432000 4194304 4196468 140722142430432 139819376999440 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14172] ppid=14167 vsize=15149032 memory=-7816663703405220396 CPUtime=0.05 cores=0,2,4,6
/proc/14169/task/14172/stat : 14172 (java) S 14167 14167 13631 0 -1 1077944384 46 0 0 0 2 3 0 0 20 0 15 0 446264816 15512608768 74683 33554432000 4194304 4196468 140722142430432 139819375946896 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15149032 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) S 14167 14167 13631 0 -1 1077944384 67 0 0 0 3 3 0 0 20 0 15 0 446264816 15512608768 74683 33554432000 4194304 4196468 140722142430432 139819374893840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15149032 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) S 14167 14167 13631 0 -1 1077944384 61 0 0 0 3 3 0 0 20 0 15 0 446264816 15512608768 74683 33554432000 4194304 4196468 140722142430432 139819373841296 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15149032 memory=35272 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) S 14167 14167 13631 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 446264818 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818892744944 139819424389762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15149032 memory=984 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446264818 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818891691168 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15149032 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 446264819 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818890638064 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15149032 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15149032 memory=1548 CPUtime=0.19 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) R 14167 14167 13631 0 -1 4202560 1366 0 0 0 19 0 0 0 20 0 15 0 446264821 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818888520648 139819403627991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15149032 memory=7396 CPUtime=0.28 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) R 14167 14167 13631 0 -1 4202560 2550 0 0 0 27 1 0 0 20 0 15 0 446264821 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818887473504 139819403635190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15149032 memory=4000 CPUtime=0.18 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) S 14167 14167 13631 0 -1 1077944384 1363 0 0 0 18 0 0 0 20 0 15 0 446264821 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818886429168 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15149032 memory=616 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15149032 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446264822 15512608768 74683 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 300180 KiB

[startup+1.50127 s]
/proc/loadavg: 6.92 7.36 4.86 3/228 14183
/proc/meminfo: memFree=25660016/32770624 swapFree=66939784/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0

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

/proc/14169/task/14172/stat : 14172 (java) R 14167 14167 13631 0 -1 4202560 97724 0 0 0 37474 394 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819375947096 139819409079331 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15151156 memory=2608 CPUtime=376.9 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) R 14167 14167 13631 0 -1 4202560 74025 0 0 0 37290 400 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819374893728 139819409079343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15151156 memory=2608 CPUtime=378.55 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) R 14167 14167 13631 0 -1 4202560 78382 0 0 0 37473 382 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819373841496 139819409079306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15151156 memory=1412 CPUtime=8.99 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) S 14167 14167 13631 0 -1 1077944384 96092 0 0 0 891 8 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818892743488 139819424388821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818891691232 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15151156 memory=12805608 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 446264819 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818890638080 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15151156 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15151156 memory=1760 CPUtime=2.81 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) S 14167 14167 13631 0 -1 1077944384 12864 0 0 0 279 2 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818888534816 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15151156 memory=111632 CPUtime=3.25 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) S 14167 14167 13631 0 -1 1077944384 14363 0 0 0 322 3 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818887482272 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15151156 memory=804 CPUtime=0.72 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) S 14167 14167 13631 0 -1 1077944384 7330 0 0 0 71 1 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818886428928 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15151156 memory=8317482817917895235 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15151156 memory=4126316290023845779 CPUtime=0.33 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 580 0 0 0 20 13 0 0 20 0 15 0 446264822 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 1668.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12807084 KiB

[startup+536.001 s]*
/proc/loadavg: 5.07 5.08 4.63 6/232 14379
/proc/meminfo: memFree=11213616/32770624 swapFree=66939788/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
[pid=14169] ppid=14167 vsize=15151156 memory=12805636 CPUtime=1675.05 cores=0,2,4,6
/proc/14169/stat : 14169 (java) S 14167 14167 13631 0 -1 1077944320 485342 0 0 0 165866 1639 0 0 20 0 15 0 446264815 15514783744 3201409 33554432000 4194304 4196468 140722142430432 140722142412976 139819424378615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
/proc/14169/statm: 3787789 3201409 3522 1 0 3748889 0
[pid=14169/tid=14170] ppid=14167 vsize=15151156 memory=8317482817917895235 CPUtime=140.54 cores=0,2,4,6
/proc/14169/task/14170/stat : 14170 (java) S 14167 14167 13631 0 -1 1077944384 22078 0 0 0 14010 44 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819428617840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14171] ppid=14167 vsize=15151156 memory=4126316290023845779 CPUtime=379.49 cores=0,2,4,6
/proc/14169/task/14171/stat : 14171 (java) R 14167 14167 13631 0 -1 4202560 80266 0 0 0 37554 395 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819376999640 139819409368268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14172] ppid=14167 vsize=15151156 memory=1556 CPUtime=380.25 cores=0,2,4,6
/proc/14169/task/14172/stat : 14172 (java) R 14167 14167 13631 0 -1 4202560 97835 0 0 0 37630 395 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819375946704 139819417006823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15151156 memory=928 CPUtime=378.47 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) R 14167 14167 13631 0 -1 4202560 74175 0 0 0 37447 400 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819374893648 139819417006823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15151156 memory=1772 CPUtime=380.09 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) R 14167 14167 13631 0 -1 4202560 78382 0 0 0 37627 382 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819373841416 139819417006823 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15151156 memory=904 CPUtime=8.99 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) S 14167 14167 13631 0 -1 1077944384 96092 0 0 0 891 8 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818892743488 139819424388821 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818891691232 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15151156 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 446264819 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818890638080 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15151156 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15151156 memory=1760 CPUtime=2.81 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) S 14167 14167 13631 0 -1 1077944384 12864 0 0 0 279 2 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818888534816 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15151156 memory=111632 CPUtime=3.25 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) S 14167 14167 13631 0 -1 1077944384 14363 0 0 0 322 3 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818887482272 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15151156 memory=804 CPUtime=0.72 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) S 14167 14167 13631 0 -1 1077944384 7330 0 0 0 71 1 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818886428928 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15151156 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15151156 memory=12805636 CPUtime=0.33 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 580 0 0 0 20 13 0 0 20 0 15 0 446264822 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 1675.05 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12807084 KiB

[startup+536.401 s]
/proc/loadavg: 5.07 5.08 4.63 6/232 14379
/proc/meminfo: memFree=11213616/32770624 swapFree=66939788/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
[pid=14169] ppid=14167 vsize=15151156 memory=12805636 CPUtime=1676.16 cores=0,2,4,6
/proc/14169/stat : 14169 (java) S 14167 14167 13631 0 -1 1077944320 485651 0 0 0 165977 1639 0 0 20 0 15 0 446264815 15514783744 3201409 33554432000 4194304 4196468 140722142430432 140722142412976 139819424378615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
/proc/14169/statm: 3787789 3201409 3522 1 0 3748889 0
[pid=14169/tid=14170] ppid=14167 vsize=15151156 memory=6791534058613427641 CPUtime=140.54 cores=0,2,4,6
/proc/14169/task/14170/stat : 14170 (java) S 14167 14167 13631 0 -1 1077944384 22078 0 0 0 14010 44 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819428617840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14171] ppid=14167 vsize=15151156 memory=4126316290023845779 CPUtime=379.74 cores=0,2,4,6
/proc/14169/task/14171/stat : 14171 (java) S 14167 14167 13631 0 -1 1077944384 80300 0 0 0 37579 395 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819376999440 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14172] ppid=14167 vsize=15151156 memory=516 CPUtime=380.5 cores=0,2,4,6
/proc/14169/task/14172/stat : 14172 (java) S 14167 14167 13631 0 -1 1077944384 97835 0 0 0 37655 395 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819375946896 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15151156 memory=1556 CPUtime=378.71 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) S 14167 14167 13631 0 -1 1077944384 74175 0 0 0 37471 400 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819374893840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15151156 memory=928 CPUtime=380.34 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) S 14167 14167 13631 0 -1 1077944384 78382 0 0 0 37651 383 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819373841296 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15151156 memory=1772 CPUtime=9.13 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) R 14167 14167 13631 0 -1 4202560 96367 0 0 0 905 8 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818892743376 139819409079303 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15151156 memory=904 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818891691232 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 446264819 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818890638080 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15151156 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15151156 memory=2436 CPUtime=2.81 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) S 14167 14167 13631 0 -1 1077944384 12864 0 0 0 279 2 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818888534816 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15151156 memory=1760 CPUtime=3.25 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) S 14167 14167 13631 0 -1 1077944384 14363 0 0 0 322 3 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818887482272 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15151156 memory=111632 CPUtime=0.72 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) S 14167 14167 13631 0 -1 1077944384 7330 0 0 0 71 1 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818886428928 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15151156 memory=4108 CPUtime=0.33 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 580 0 0 0 20 13 0 0 20 0 15 0 446264822 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 1676.16 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12807084 KiB

[startup+536.801 s]
/proc/loadavg: 5.07 5.08 4.63 6/232 14379
/proc/meminfo: memFree=11213616/32770624 swapFree=66939788/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
[pid=14169] ppid=14167 vsize=15151156 memory=12805636 CPUtime=1676.56 cores=0,2,4,6
/proc/14169/stat : 14169 (java) S 14167 14167 13631 0 -1 1077944320 485651 0 0 0 166017 1639 0 0 20 0 15 0 446264815 15514783744 3201409 33554432000 4194304 4196468 140722142430432 140722142412976 139819424378615 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
/proc/14169/statm: 3787789 3201409 3522 1 0 3748889 0
[pid=14169/tid=14170] ppid=14167 vsize=15151156 memory=2016 CPUtime=140.54 cores=0,2,4,6
/proc/14169/task/14170/stat : 14170 (java) S 14167 14167 13631 0 -1 1077944384 22078 0 0 0 14010 44 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819428617840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14171] ppid=14167 vsize=15151156 memory=1448 CPUtime=379.74 cores=0,2,4,6
/proc/14169/task/14171/stat : 14171 (java) S 14167 14167 13631 0 -1 1077944384 80300 0 0 0 37579 395 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819376999440 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14172] ppid=14167 vsize=15151156 memory=6791534058613427641 CPUtime=380.5 cores=0,2,4,6
/proc/14169/task/14172/stat : 14172 (java) S 14167 14167 13631 0 -1 1077944384 97835 0 0 0 37655 395 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819375946896 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14173] ppid=14167 vsize=15151156 memory=920 CPUtime=378.71 cores=0,2,4,6
/proc/14169/task/14173/stat : 14173 (java) S 14167 14167 13631 0 -1 1077944384 74175 0 0 0 37471 400 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819374893840 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14174] ppid=14167 vsize=15151156 memory=3848 CPUtime=380.34 cores=0,2,4,6
/proc/14169/task/14174/stat : 14174 (java) S 14167 14167 13631 0 -1 1077944384 78382 0 0 0 37651 383 0 0 20 0 15 0 446264816 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139819373841296 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14175] ppid=14167 vsize=15151156 memory=2608 CPUtime=9.53 cores=0,2,4,6
/proc/14169/task/14175/stat : 14175 (java) R 14167 14167 13631 0 -1 4202560 96367 0 0 0 945 8 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818892743376 139819409079311 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14176] ppid=14167 vsize=15151156 memory=2608 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14176/stat : 14176 (java) S 14167 14167 13631 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 446264818 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818891691232 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14177] ppid=14167 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14177/stat : 14177 (java) S 14167 14167 13631 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 446264819 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818890638080 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14178] ppid=14167 vsize=15151156 memory=3324 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14178/stat : 14178 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818889586640 139819424397211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14179] ppid=14167 vsize=15151156 memory=1452 CPUtime=2.81 cores=0,2,4,6
/proc/14169/task/14179/stat : 14179 (java) S 14167 14167 13631 0 -1 1077944384 12864 0 0 0 279 2 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818888534816 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14180] ppid=14167 vsize=15151156 memory=6467820 CPUtime=3.25 cores=0,2,4,6
/proc/14169/task/14180/stat : 14180 (java) S 14167 14167 13631 0 -1 1077944384 14363 0 0 0 322 3 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818887482272 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14181] ppid=14167 vsize=15151156 memory=1412 CPUtime=0.72 cores=0,2,4,6
/proc/14169/task/14181/stat : 14181 (java) S 14167 14167 13631 0 -1 1077944384 7330 0 0 0 71 1 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818886428928 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14182] ppid=14167 vsize=15151156 memory=3204 CPUtime=0 cores=0,2,4,6
/proc/14169/task/14182/stat : 14182 (java) S 14167 14167 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446264821 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818885376864 139819424388821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
[pid=14169/tid=14183] ppid=14167 vsize=15151156 memory=1448 CPUtime=0.33 cores=0,2,4,6
/proc/14169/task/14183/stat : 14183 (java) S 14167 14167 13631 0 -1 1077944384 580 0 0 0 20 13 0 0 20 0 15 0 446264822 15514783744 3201409 33554432000 4194304 4196468 140722142430432 139818884323888 139819424389762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 29 0 0 6293624 6294260 9543680 140722142438383 140722142438554 140722142438554 140722142441423 0
Current children cumulated CPU time: 1676.56 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12807084 KiB

[startup+536.901 s]
/proc/loadavg: 5.07 5.08 4.63 6/232 14379
/proc/meminfo: memFree=11213616/32770624 swapFree=66939788/67108860
[pid=14167] ppid=14164 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (xcsp3-exec) S 14164 14167 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446264815 115843072 362 33554432000 4194304 5098028 140725613973328 140725613971432 139791836492412 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7938048 140725613978491 140725613978733 140725613978733 140725613981642 0
/proc/14167/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 536.919
CPU time (s): 1676.7
CPU user time (s): 1660.25
CPU system time (s): 16.4476
CPU usage (%): 312.281
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12807084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1660.25
system time used= 16.4476
maximum resident set size= 12805808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39345
involuntary context switches= 19509


# summary of solver processes directly reported to runsolver:
#   pid: 14167
#   total CPU time (s): 1676.7
#   total CPU user time (s): 1660.25
#   total CPU system time (s): 16.4476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.4661 second user time and 5.59505 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 06:59:29
IDJOB=4399347
IDBENCH=141284
IDSOLVER=2853
FILE ID=node105/4399347-1568700064
RUNJOBID= node105-1568695657-13662
PBS_JOBID= 21703823
Free space on /tmp= 60328 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399347-1568700064/watcher-4399347-1568700064 -o /tmp/evaluation-result-4399347-1568700064/solver-4399347-1568700064 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568695657-13662 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 274023319 HOME/instance-4399347-1568700064.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=274023319

node105.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.00
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.00
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.00
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.00
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:        26135528 kB
MemAvailable:   27479944 kB
Buffers:          181168 kB
Cached:          1459552 kB
SwapCached:        65640 kB
Active:          5549260 kB
Inactive:         475884 kB
Active(anon):    4325052 kB
Inactive(anon):   103456 kB
Active(file):    1224208 kB
Inactive(file):   372428 kB
Unevictable:      109028 kB
Mlocked:          109028 kB
SwapTotal:      67108860 kB
SwapFree:       66939784 kB
Dirty:            494540 kB
Writeback:         78132 kB
AnonPages:       4429216 kB
Mapped:            57052 kB
Shmem:             35576 kB
Slab:             199228 kB
SReclaimable:     127228 kB
SUnreclaim:        72000 kB
KernelStack:        3696 kB
PageTables:        14316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6591808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3950592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60300 MiB
End job on node105 at 2019-09-17 07:08:27