Trace number 4404147

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-20? 1806.58 565.7

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 benchmark521763735
Best CPU time to get the best result obtained on this benchmark2400.14
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-4404147-1568992729.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404147-1568992729.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1776.02/557.10	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1806.07/565.23		at java.util.stream.IntPipeline.map(IntPipeline.java:226)
1806.07/565.23		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
1806.07/565.23		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$85/1939869193.apply(Unknown Source)
1806.07/565.23		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
1806.07/565.23		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
1806.07/565.23		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
1806.07/565.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1806.07/565.23		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1806.07/565.23		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
1806.07/565.23		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
1806.07/565.23		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
1806.07/565.23		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
1806.07/565.23		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
1806.07/565.23		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
1806.07/565.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1806.07/565.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1806.07/565.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
1806.07/565.23		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
1806.07/565.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
1806.07/565.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1806.07/565.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1806.07/565.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1806.07/565.23		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1806.07/565.23		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1806.07/565.23		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1806.07/565.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1806.07/565.23	s UNKNOWN
1806.07/565.23	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 (321 MiB free)
  memory of node 1: 16384 MiB (5766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404147-1568992729/watcher-4404147-1568992729 -o /tmp/evaluation-result-4404147-1568992729/solver-4404147-1568992729 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568987794-29633 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1836014124 HOME/instance-4404147-1568992729.xml 

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

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


[startup+0.101351 s]*
/proc/loadavg: 8.37 7.71 6.18 6/233 738
/proc/meminfo: memFree=6217312/32770624 swapFree=66998164/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
[pid=724] ppid=722 vsize=15144776 memory=28972 CPUtime=0.13 cores=1,3,5,7
/proc/724/stat : 724 (java) S 722 722 29601 0 -1 1077944320 5655 0 0 0 12 1 0 0 20 0 15 0 475527408 15508250624 7243 33554432000 4194304 4196468 140733233905872 140733233888416 139754411220727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
/proc/724/statm: 3786194 7243 3150 1 0 3748377 0
[pid=724/tid=725] ppid=722 vsize=15144776 memory=7022364632946311227 CPUtime=0.09 cores=1,3,5,7
/proc/724/task/725/stat : 725 (java) R 722 722 29601 0 -1 4202560 3588 0 0 0 9 0 0 0 20 0 15 0 475527408 15508250624 7243 33554432000 4194304 4196468 140733233905872 139754415443424 139754411242074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=726] ppid=722 vsize=15144776 memory=4297637095 CPUtime=0 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 7243 33554432000 4194304 4196468 140733233905872 139754347457168 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=727] ppid=722 vsize=15144776 memory=3834165864495380128 CPUtime=0 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 7243 33554432000 4194304 4196468 140733233905872 139754346404368 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 7243 33554432000 4194304 4196468 140733233905872 139754345351568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 722 722 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 7243 33554432000 4194304 4196468 140733233905872 139754000144656 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15144776 memory=139989780854400 CPUtime=0 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 722 722 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475527410 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753947032432 139754411231874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475527411 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753945978400 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475527411 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753944925552 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) R 722 722 29601 0 -1 4202560 454 0 0 0 1 0 0 0 20 0 15 0 475527413 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753942821232 139754394757312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) R 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753873729776 139754411231874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15144776 memory=139989780854400 CPUtime=0.02 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) R 722 722 29601 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 475527413 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753872676976 139754403510658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) R 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527414 15508250624 7243 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30424 KiB

[startup+0.210775 s]*
/proc/loadavg: 8.37 7.71 6.18 7/233 738
/proc/meminfo: memFree=6205088/32770624 swapFree=66998164/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
[pid=724] ppid=722 vsize=15144776 memory=40236 CPUtime=0.34 cores=1,3,5,7
/proc/724/stat : 724 (java) S 722 722 29601 0 -1 1077944320 9298 0 0 0 31 3 0 0 20 0 15 0 475527408 15508250624 10059 33554432000 4194304 4196468 140733233905872 140733233888416 139754411220727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
/proc/724/statm: 3786194 10059 3277 1 0 3748377 0
[pid=724/tid=725] ppid=722 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/724/task/725/stat : 725 (java) R 722 722 29601 0 -1 4202560 6581 0 0 0 18 2 0 0 20 0 15 0 475527408 15508250624 10059 33554432000 4194304 4196468 140733233905872 139754415454464 139754395301214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=726] ppid=722 vsize=15144776 memory=4297637095 CPUtime=0 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 10059 33554432000 4194304 4196468 140733233905872 139754347457168 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=727] ppid=722 vsize=15144776 memory=3834165864495380128 CPUtime=0 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 10059 33554432000 4194304 4196468 140733233905872 139754346404368 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 10059 33554432000 4194304 4196468 140733233905872 139754345351568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 722 722 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475527409 15508250624 10059 33554432000 4194304 4196468 140733233905872 139754000144656 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15144776 memory=139989780854400 CPUtime=0 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 722 722 29601 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475527410 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753947032432 139754411231874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475527411 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753945978400 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475527411 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753944925552 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15144776 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 722 722 29601 0 -1 1077944384 584 0 0 0 4 0 0 0 20 0 15 0 475527413 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753942821232 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 722 722 29601 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 475527413 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753873729776 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15144776 memory=139989780854400 CPUtime=0.07 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 722 722 29601 0 -1 1077944384 799 0 0 0 7 0 0 0 20 0 15 0 475527413 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753872676976 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527414 15508250624 10059 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41688 KiB

[startup+0.31557 s]*
/proc/loadavg: 8.37 7.71 6.18 7/233 738
/proc/meminfo: memFree=6151596/32770624 swapFree=66998164/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
[pid=724] ppid=722 vsize=15149032 memory=50020 CPUtime=0.53 cores=1,3,5,7
/proc/724/stat : 724 (java) S 722 722 29601 0 -1 1077944320 10869 0 0 0 49 4 0 0 20 0 15 0 475527408 15512608768 12505 33554432000 4194304 4196468 140733233905872 140733233888416 139754411220727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
/proc/724/statm: 3787258 12505 3367 1 0 3748377 0
[pid=724/tid=725] ppid=722 vsize=15149032 memory=8317482817917895235 CPUtime=0.31 cores=1,3,5,7
/proc/724/task/725/stat : 725 (java) R 722 722 29601 0 -1 4202560 7829 0 0 0 28 3 0 0 20 0 15 0 475527408 15512608768 12570 33554432000 4194304 4196468 140733233905872 139754415454512 139754411242653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=726] ppid=722 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15512608768 12570 33554432000 4194304 4196468 140733233905872 139754347457168 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=727] ppid=722 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15512608768 12570 33554432000 4194304 4196468 140733233905872 139754346404368 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15149032 memory=7681407940103534239 CPUtime=0 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527409 15512608768 12570 33554432000 4194304 4196468 140733233905872 139754345351568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15149032 memory=7593958964545549730 CPUtime=0 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 722 722 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475527409 15512608768 12570 33554432000 4194304 4196468 140733233905872 139754000144656 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15149032 memory=-9001733975035308135 CPUtime=0 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 722 722 29601 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475527410 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753947032432 139754411231874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15149032 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475527411 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753945978400 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15149032 memory=7824336315716348491 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475527411 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753944925552 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15149032 memory=8226496019563508123 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 722 722 29601 0 -1 1077944384 629 0 0 0 6 0 0 0 20 0 15 0 475527413 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753942821232 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 722 722 29601 0 -1 1077944384 174 0 0 0 3 0 0 0 20 0 15 0 475527413 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753873729776 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 722 722 29601 0 -1 1077944384 959 0 0 0 12 0 0 0 20 0 15 0 475527413 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753872676976 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15149032 memory=3467824627897807670 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527414 15512608768 12570 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51472 KiB

[startup+0.70079 s]
/proc/loadavg: 8.37 7.71 6.18 6/233 738
/proc/meminfo: memFree=6038216/32770624 swapFree=66998164/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
[pid=724] ppid=722 vsize=15149032 memory=298964 CPUtime=1.52 cores=1,3,5,7
/proc/724/stat : 724 (java) S 722 722 29601 0 -1 1077944320 15000 0 0 0 132 20 0 0 20 0 15 0 475527408 15512608768 74741 33554432000 4194304 4196468 140733233905872 140733233888416 139754411220727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
/proc/724/statm: 3787258 74741 3417 1 0 3748377 0
[pid=724/tid=725] ppid=722 vsize=15149032 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/724/task/725/stat : 725 (java) R 722 722 29601 0 -1 4202560 7993 0 0 0 53 8 0 0 20 0 15 0 475527408 15512608768 74741 33554432000 4194304 4196468 140733233905872 139754415452160 139754411242653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=726] ppid=722 vsize=15149032 memory=4639059895069856102 CPUtime=0.05 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) S 722 722 29601 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 475527409 15512608768 74741 33554432000 4194304 4196468 140733233905872 139754347457168 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=727] ppid=722 vsize=15149032 memory=7518026621751088999 CPUtime=0.03 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 722 722 29601 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 15 0 475527409 15512608768 74741 33554432000 4194304 4196468 140733233905872 139754346404368 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15149032 memory=1376 CPUtime=0.04 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 722 722 29601 0 -1 1077944384 46 0 0 0 2 2 0 0 20 0 15 0 475527409 15512608768 74741 33554432000 4194304 4196468 140733233905872 139754345351568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15149032 memory=1412 CPUtime=0.03 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 722 722 29601 0 -1 1077944384 50 0 0 0 1 2 0 0 20 0 15 0 475527409 15512608768 74741 33554432000 4194304 4196468 140733233905872 139754000144656 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15149032 memory=3336 CPUtime=0 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 722 722 29601 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475527410 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753947032432 139754411231874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15149032 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475527411 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753945978400 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15149032 memory=3551552 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 475527411 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753944925552 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15149032 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15149032 memory=772 CPUtime=0.36 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) R 722 722 29601 0 -1 4202560 2803 0 0 0 36 0 0 0 20 0 15 0 475527413 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753942821232 139754404317460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15149032 memory=3648 CPUtime=0.15 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) R 722 722 29601 0 -1 4202560 1083 0 0 0 15 0 0 0 20 0 15 0 475527413 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753873729776 139754394744095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15149032 memory=948 CPUtime=0.18 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) R 722 722 29601 0 -1 1077944384 1534 0 0 0 18 0 0 0 20 0 15 0 475527413 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753872676976 139754411231874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15149032 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15149032 memory=9492 CPUtime=0 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 722 722 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475527414 15512608768 74741 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 300416 KiB

[startup+1.50083 s]
/proc/loadavg: 8.37 7.71 6.18 6/233 738
/proc/meminfo: memFree=5716956/32770624 swapFree=66998164/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0

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

/proc/724/task/727/stat : 727 (java) R 722 722 29601 0 -1 4202560 3382196 0 0 0 39869 1234 0 0 20 0 15 0 475527409 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139754346404568 139754395918502 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15151156 memory=2116 CPUtime=409 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) R 722 722 29601 0 -1 4202560 2909749 0 0 0 39739 1161 0 0 20 0 15 0 475527409 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139754345351464 139754403848935 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15151156 memory=18560 CPUtime=410.42 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) R 722 722 29601 0 -1 4202560 2630583 0 0 0 39868 1174 0 0 20 0 15 0 475527409 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139754000144240 139754403848935 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15151156 memory=8317482817917895235 CPUtime=8.89 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 722 722 29601 0 -1 1077944384 168388 0 0 0 873 16 0 0 20 0 15 0 475527410 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753947030752 139754411230933 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15151156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753945978464 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15151156 memory=43492 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753944925568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15151156 memory=12815328 CPUtime=3.37 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 722 722 29601 0 -1 1077944384 19303 0 0 0 335 2 0 0 20 0 15 0 475527413 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753942821232 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15151156 memory=2552 CPUtime=2.91 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 722 722 29601 0 -1 1077944384 17520 0 0 0 289 2 0 0 20 0 15 0 475527413 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753873729776 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15151156 memory=1760 CPUtime=0.71 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 722 722 29601 0 -1 1077944384 6853 0 0 0 70 1 0 0 20 0 15 0 475527413 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753872676976 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15151156 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15151156 memory=800 CPUtime=0.39 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 722 722 29601 0 -1 1077944384 626 0 0 0 16 23 0 0 20 0 15 0 475527414 15514783744 3203851 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 1787.52 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12816856 KiB

[startup+563.202 s]
/proc/loadavg: 3.99 5.86 6.04 5/207 839
/proc/meminfo: memFree=4376628/32770624 swapFree=66998140/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
[pid=724] ppid=722 vsize=15151156 memory=12815408 CPUtime=1800.09 cores=1,3,5,7
/proc/724/stat : 724 (java) S 722 722 29601 0 -1 1077944320 13240094 0 0 0 175164 4845 0 0 20 0 15 0 475527408 15514783744 3203852 33554432000 4194304 4196468 140733233905872 140733233888416 139754411220727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
/proc/724/statm: 3787789 3203852 3519 1 0 3748889 0
[pid=724/tid=725] ppid=722 vsize=15151156 memory=12815328 CPUtime=131.28 cores=1,3,5,7
/proc/724/task/725/stat : 725 (java) S 722 722 29601 0 -1 1077944384 172828 0 0 0 13059 69 0 0 20 0 15 0 475527408 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754415460560 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=726] ppid=722 vsize=15151156 memory=1452 CPUtime=412.58 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) R 722 722 29601 0 -1 4202560 3861146 0 0 0 40093 1165 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754347456976 139754403848935 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=727] ppid=722 vsize=15151156 memory=12815328 CPUtime=414.17 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) R 722 722 29601 0 -1 4202560 3389221 0 0 0 40182 1235 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754346404568 139754396210285 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15151156 memory=984 CPUtime=412.13 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) R 722 722 29601 0 -1 4202560 2942493 0 0 0 40048 1165 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754345351688 139754403848935 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15151156 memory=2024 CPUtime=413.55 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) R 722 722 29601 0 -1 4202560 2660336 0 0 0 40178 1177 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754000144464 139754403848935 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15151156 memory=1376 CPUtime=8.9 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) S 722 722 29601 0 -1 1077944384 168394 0 0 0 874 16 0 0 20 0 15 0 475527410 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753947030976 139754411230933 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753945978464 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15151156 memory=12815404 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753944925568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15151156 memory=12815328 CPUtime=3.37 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 722 722 29601 0 -1 1077944384 19303 0 0 0 335 2 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753942821280 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15151156 memory=1128 CPUtime=2.91 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 722 722 29601 0 -1 1077944384 17520 0 0 0 289 2 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753873729824 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15151156 memory=772 CPUtime=0.71 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 722 722 29601 0 -1 1077944384 6854 0 0 0 70 1 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753872676736 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15151156 memory=12815328 CPUtime=0.39 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 722 722 29601 0 -1 1077944384 626 0 0 0 16 23 0 0 20 0 15 0 475527414 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 1800.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12816860 KiB

[startup+564.801 s]
/proc/loadavg: 3.99 5.86 6.04 5/207 839
/proc/meminfo: memFree=4376628/32770624 swapFree=66998140/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
[pid=724] ppid=722 vsize=15151156 memory=12815408 CPUtime=1805.67 cores=1,3,5,7
/proc/724/stat : 724 (java) S 722 722 29601 0 -1 1077944320 13248489 0 0 0 175720 4847 0 0 20 0 15 0 475527408 15514783744 3203852 33554432000 4194304 4196468 140733233905872 140733233888416 139754411220727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
/proc/724/statm: 3787789 3203852 3519 1 0 3748889 0
[pid=724/tid=725] ppid=722 vsize=15151156 memory=12815408 CPUtime=131.28 cores=1,3,5,7
/proc/724/task/725/stat : 725 (java) S 722 722 29601 0 -1 1077944384 172828 0 0 0 13059 69 0 0 20 0 15 0 475527408 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754415460560 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=726] ppid=722 vsize=15151156 memory=916 CPUtime=413.91 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) S 722 722 29601 0 -1 1077944384 3863454 0 0 0 40225 1166 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754347457168 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=727] ppid=722 vsize=15151156 memory=3848 CPUtime=415.54 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 722 722 29601 0 -1 1077944384 3390634 0 0 0 40319 1235 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754346404368 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15151156 memory=12815408 CPUtime=413.46 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 722 722 29601 0 -1 1077944384 2944545 0 0 0 40181 1165 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754345351568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15151156 memory=1452 CPUtime=414.88 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 722 722 29601 0 -1 1077944384 2662958 0 0 0 40311 1177 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754000144656 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15151156 memory=12815408 CPUtime=9.12 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) R 722 722 29601 0 -1 4202560 168394 0 0 0 896 16 0 0 20 0 15 0 475527410 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753947030976 139754395921374 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15151156 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753945978464 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753944925568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15151156 memory=12815328 CPUtime=3.37 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 722 722 29601 0 -1 1077944384 19303 0 0 0 335 2 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753942821280 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15151156 memory=1548 CPUtime=2.91 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 722 722 29601 0 -1 1077944384 17520 0 0 0 289 2 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753873729824 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15151156 memory=6947385649911455296 CPUtime=0.71 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 722 722 29601 0 -1 1077944384 6854 0 0 0 70 1 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753872676736 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15151156 memory=9492 CPUtime=0.39 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 722 722 29601 0 -1 1077944384 626 0 0 0 16 23 0 0 20 0 15 0 475527414 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 1805.67 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12816860 KiB

[startup+565.201 s]
/proc/loadavg: 3.99 5.86 6.04 2/207 839
/proc/meminfo: memFree=4376628/32770624 swapFree=66998140/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
[pid=724] ppid=722 vsize=15151156 memory=12815408 CPUtime=1806.07 cores=1,3,5,7
/proc/724/stat : 724 (java) S 722 722 29601 0 -1 1077944320 13248489 0 0 0 175760 4847 0 0 20 0 15 0 475527408 15514783744 3203852 33554432000 4194304 4196468 140733233905872 140733233888416 139754411220727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
/proc/724/statm: 3787789 3203852 3519 1 0 3748889 0
[pid=724/tid=725] ppid=722 vsize=15151156 memory=7235710566141946944 CPUtime=131.28 cores=1,3,5,7
/proc/724/task/725/stat : 725 (java) S 722 722 29601 0 -1 1077944384 172828 0 0 0 13059 69 0 0 20 0 15 0 475527408 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754415460560 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=726] ppid=722 vsize=15151156 memory=-8813974798734826869 CPUtime=413.91 cores=1,3,5,7
/proc/724/task/726/stat : 726 (java) S 722 722 29601 0 -1 1077944384 3863454 0 0 0 40225 1166 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754347457168 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=727] ppid=722 vsize=15151156 memory=6224375360049079913 CPUtime=415.54 cores=1,3,5,7
/proc/724/task/727/stat : 727 (java) S 722 722 29601 0 -1 1077944384 3390634 0 0 0 40319 1235 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754346404368 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=728] ppid=722 vsize=15151156 memory=1452 CPUtime=413.46 cores=1,3,5,7
/proc/724/task/728/stat : 728 (java) S 722 722 29601 0 -1 1077944384 2944545 0 0 0 40181 1165 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754345351568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=729] ppid=722 vsize=15151156 memory=12815408 CPUtime=414.88 cores=1,3,5,7
/proc/724/task/729/stat : 729 (java) S 722 722 29601 0 -1 1077944384 2662958 0 0 0 40311 1177 0 0 20 0 15 0 475527409 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139754000144656 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=730] ppid=722 vsize=15151156 memory=12815404 CPUtime=9.52 cores=1,3,5,7
/proc/724/task/730/stat : 730 (java) R 722 722 29601 0 -1 4202560 168394 0 0 0 936 16 0 0 20 0 15 0 475527410 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753947030976 139754389590907 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=731] ppid=722 vsize=15151156 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/724/task/731/stat : 731 (java) S 722 722 29601 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753945978464 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=732] ppid=722 vsize=15151156 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/724/task/732/stat : 732 (java) S 722 722 29601 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 475527411 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753944925568 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=733] ppid=722 vsize=15151156 memory=18560 CPUtime=0 cores=1,3,5,7
/proc/724/task/733/stat : 733 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753943873872 139754411239323 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=734] ppid=722 vsize=15151156 memory=68 CPUtime=3.37 cores=1,3,5,7
/proc/724/task/734/stat : 734 (java) S 722 722 29601 0 -1 1077944384 19303 0 0 0 335 2 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753942821280 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=735] ppid=722 vsize=15151156 memory=928 CPUtime=2.91 cores=1,3,5,7
/proc/724/task/735/stat : 735 (java) S 722 722 29601 0 -1 1077944384 17520 0 0 0 289 2 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753873729824 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=736] ppid=722 vsize=15151156 memory=6947385649911455296 CPUtime=0.71 cores=1,3,5,7
/proc/724/task/736/stat : 736 (java) S 722 722 29601 0 -1 1077944384 6854 0 0 0 70 1 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753872676736 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=737] ppid=722 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/724/task/737/stat : 737 (java) S 722 722 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475527413 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753871624416 139754411230933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
[pid=724/tid=738] ppid=722 vsize=15151156 memory=860 CPUtime=0.39 cores=1,3,5,7
/proc/724/task/738/stat : 738 (java) S 722 722 29601 0 -1 1077944384 626 0 0 0 16 23 0 0 20 0 15 0 475527414 15514783744 3203852 33554432000 4194304 4196468 140733233905872 139753870572720 139754411231874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34287616 140733233914863 140733233915034 140733233915034 140733233917903 0
Current children cumulated CPU time: 1806.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12816860 KiB

[startup+565.601 s]
/proc/loadavg: 3.99 5.86 6.04 2/207 839
/proc/meminfo: memFree=4376628/32770624 swapFree=66998140/67108860
[pid=722] ppid=719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/722/stat : 722 (xcsp3-exec) S 719 722 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475527407 115843072 363 33554432000 4194304 5098028 140729155958416 140729155956520 140544121160316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 31973376 140729155961722 140729155961965 140729155961965 140729155964874 0
/proc/722/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 565.7
CPU time (s): 1806.58
CPU user time (s): 1757.64
CPU system time (s): 48.9397
CPU usage (%): 319.353
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12816860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1757.64
system time used= 48.9397
maximum resident set size= 12815644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13249204
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46897
involuntary context switches= 45876


# summary of solver processes directly reported to runsolver:
#   pid: 722
#   total CPU time (s): 1806.58
#   total CPU user time (s): 1757.64
#   total CPU system time (s): 48.9397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.3657 second user time and 6.19283 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 16:17:30
IDJOB=4404147
IDBENCH=141284
IDSOLVER=2864
FILE ID=node106/4404147-1568992729
RUNJOBID= node106-1568987794-29633
PBS_JOBID= 21704656
Free space on /tmp= 22892 MiB

SOLVER NAME= choco-solver 2019-09-20
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-4404147-1568992729/watcher-4404147-1568992729 -o /tmp/evaluation-result-4404147-1568992729/solver-4404147-1568992729 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568987794-29633 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1836014124 HOME/instance-4404147-1568992729.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1836014124

node106.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.79
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.79
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.79
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.79
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:         6233928 kB
MemAvailable:   28313904 kB
Buffers:          101400 kB
Cached:         21952076 kB
SwapCached:         4052 kB
Active:         14798760 kB
Inactive:       10801972 kB
Active(anon):    3543740 kB
Inactive(anon):    46108 kB
Active(file):   11255020 kB
Inactive(file): 10755864 kB
Unevictable:      109092 kB
Mlocked:          109092 kB
SwapTotal:      67108860 kB
SwapFree:       66998164 kB
Dirty:            609696 kB
Writeback:             0 kB
AnonPages:       3653096 kB
Mapped:            61604 kB
Shmem:             33928 kB
Slab:             527632 kB
SReclaimable:     497552 kB
SUnreclaim:        30080 kB
KernelStack:        3776 kB
PageTables:        12844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5445832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3289088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 22892 MiB
End job on node106 at 2019-09-20 16:26:56