Trace number 4400547

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? 1647.6 519.298

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-4400547-1568697837.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400547-1568697837.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1608.06/508.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1608.06/508.72		at java.util.stream.IntPipeline$3.opWrapSink(IntPipeline.java:230)
1608.06/508.72		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
1608.06/508.72		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1608.06/508.72		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
1608.06/508.72		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
1608.06/508.72		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
1608.06/508.72		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
1608.06/508.72		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$86/1726515679.apply(Unknown Source)
1608.06/508.72		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
1608.06/508.72		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
1608.06/508.72		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
1608.06/508.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1608.06/508.72		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1647.48/519.21		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
1647.48/519.21		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
1647.48/519.21		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
1647.48/519.21		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
1647.48/519.21		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
1647.48/519.21		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
1647.48/519.21		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1647.48/519.21		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1647.48/519.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
1647.48/519.21		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
1647.48/519.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
1647.48/519.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1647.48/519.21		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1647.48/519.21		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1647.48/519.21		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1647.48/519.21		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1647.48/519.21		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1647.48/519.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1647.48/519.21	s UNKNOWN
1647.48/519.21	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 (14650 MiB free)
  memory of node 1: 16384 MiB (7227 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400547-1568697837/watcher-4400547-1568697837 -o /tmp/evaluation-result-4400547-1568697837/solver-4400547-1568697837 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24303 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1617908584 HOME/instance-4400547-1568697837.xml 

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

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=6492, runsolver pid=6489
Current StackSize limit: 8192 KiB


[startup+0.100861 s]*
/proc/loadavg: 5.55 7.14 8.00 4/234 6508
/proc/meminfo: memFree=22385020/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15144776 memory=30372 CPUtime=0.13 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 5499 0 0 0 12 1 0 0 20 0 15 0 446037039 15508250624 7593 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3786194 7593 3158 1 0 3748377 0
[pid=6494/tid=6495] ppid=6492 vsize=15144776 memory=-7828588039587135835 CPUtime=0.09 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) R 6492 6492 24272 0 -1 4202560 3399 0 0 0 9 0 0 0 20 0 15 0 446037039 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843706317600 139843694324542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843667368336 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15144776 memory=140345323390592 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) S 6492 6492 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843292997904 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843291945616 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843290892816 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15144776 memory=140345323390592 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037042 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843170564720 139843702098562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446037042 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843169510688 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446037042 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843168458352 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) R 6492 6492 24272 0 -1 4202560 169 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843166345024 139843685523153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) R 6492 6492 24272 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843165300816 139843702097621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15144776 memory=140345323390592 CPUtime=0.02 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) R 6492 6492 24272 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 446037045 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843164248432 139843702099350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15144776 memory=140345323390592 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 7593 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31824 KiB

[startup+0.210788 s]*
/proc/loadavg: 5.55 7.14 8.00 4/234 6508
/proc/meminfo: memFree=22372708/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15144776 memory=41204 CPUtime=0.34 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 9049 0 0 0 32 2 0 0 20 0 15 0 446037039 15508250624 10301 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3786194 10301 3274 1 0 3748377 0
[pid=6494/tid=6495] ppid=6492 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) R 6492 6492 24272 0 -1 4202560 6218 0 0 0 18 2 0 0 20 0 15 0 446037039 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843706321472 139843702099350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15144776 memory=4294976396 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843667368336 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15144776 memory=288370721475102336 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) S 6492 6492 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843292997904 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843291945616 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843290892816 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15144776 memory=140345323390592 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) S 6492 6492 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446037042 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843170564720 139843702098562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446037042 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843169510688 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446037042 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843168458352 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) S 6492 6492 24272 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 15 0 446037045 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843166353520 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) S 6492 6492 24272 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 15 0 446037045 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843165300720 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15144776 memory=140345323390592 CPUtime=0.08 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) R 6492 6492 24272 0 -1 4202560 733 0 0 0 8 0 0 0 20 0 15 0 446037045 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843164248432 139843702099350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446037045 15508250624 10301 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42656 KiB

[startup+0.319591 s]*
/proc/loadavg: 5.55 7.14 8.00 4/234 6508
/proc/meminfo: memFree=22364860/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15149032 memory=50800 CPUtime=0.54 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 10487 0 0 0 51 3 0 0 20 0 15 0 446037039 15512608768 12700 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3787258 12700 3370 1 0 3748377 0
[pid=6494/tid=6495] ppid=6492 vsize=15149032 memory=27992919332356134 CPUtime=0.3 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) R 6492 6492 24272 0 -1 4202560 7430 0 0 0 28 2 0 0 20 0 15 0 446037039 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843706318528 139843702099350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15149032 memory=288230596084498767 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843667368336 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15149032 memory=14971170273368568 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) S 6492 6492 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446037040 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843292997904 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843291945616 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) S 6492 6492 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446037040 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843290892816 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) S 6492 6492 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446037042 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843170564720 139843702098562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446037042 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843169510688 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446037042 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843168458352 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) S 6492 6492 24272 0 -1 1077944384 468 0 0 0 4 0 0 0 20 0 15 0 446037045 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843166353520 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) S 6492 6492 24272 0 -1 1077944384 475 0 0 0 5 0 0 0 20 0 15 0 446037045 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843165300720 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) S 6492 6492 24272 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 15 0 446037045 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843164248432 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15512608768 12765 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446037045 15512608768 12773 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52252 KiB

[startup+0.700909 s]
/proc/loadavg: 5.55 7.14 8.00 4/234 6508
/proc/meminfo: memFree=22241864/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15149032 memory=300268 CPUtime=1.52 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 14756 0 0 0 134 18 0 0 20 0 15 0 446037039 15512608768 75067 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3787258 75067 3420 1 0 3748377 0
[pid=6494/tid=6495] ppid=6492 vsize=15149032 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) R 6492 6492 24272 0 -1 4202560 7567 0 0 0 54 8 0 0 20 0 15 0 446037039 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843706326544 139843702109341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) S 6492 6492 24272 0 -1 1077944384 69 0 0 0 2 3 0 0 20 0 15 0 446037040 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843667368336 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15149032 memory=143 CPUtime=0.01 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) S 6492 6492 24272 0 -1 1077944384 26 0 0 0 0 1 0 0 20 0 15 0 446037040 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843292997904 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15149032 memory=2 CPUtime=0.05 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) S 6492 6492 24272 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 446037040 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843291945616 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15149032 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) S 6492 6492 24272 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 15 0 446037040 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843290892816 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) S 6492 6492 24272 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 446037042 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843170564720 139843702098562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15149032 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 446037042 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843169510688 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15149032 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 446037042 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843168458352 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15149032 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15149032 memory=812 CPUtime=0.18 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) S 6492 6492 24272 0 -1 1077944384 1739 0 0 0 18 0 0 0 20 0 15 0 446037045 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843166353520 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15149032 memory=1764 CPUtime=0.34 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) S 6492 6492 24272 0 -1 1077944384 2706 0 0 0 34 0 0 0 20 0 15 0 446037045 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843165300720 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15149032 memory=111628 CPUtime=0.18 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) S 6492 6492 24272 0 -1 1077944384 1164 0 0 0 18 0 0 0 20 0 15 0 446037045 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843164248432 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15149032 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15149032 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446037045 15512608768 75067 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 301720 KiB

[startup+1.50157 s]
/proc/loadavg: 5.55 7.14 8.00 3/234 6508
/proc/meminfo: memFree=21930020/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0

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

/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15151156 memory=12478016 CPUtime=1639.53 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 1047508 0 0 0 162536 1417 0 0 20 0 15 0 446037039 15514783744 3119504 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3787789 3119504 3520 1 0 3748889 0
[pid=6494/tid=6495] ppid=6492 vsize=15151156 memory=12478016 CPUtime=126.58 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) S 6492 6492 24272 0 -1 1077944384 34966 0 0 0 12608 50 0 0 20 0 15 0 446037039 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843706327392 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15151156 memory=288283372642632492 CPUtime=374.71 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) R 6492 6492 24272 0 -1 4202560 376757 0 0 0 37140 331 0 0 20 0 15 0 446037040 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843667368144 139843694715623 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15151156 memory=304055884075916756 CPUtime=375.35 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) R 6492 6492 24272 0 -1 4202560 187250 0 0 0 37198 337 0 0 20 0 15 0 446037040 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843292997712 139843694715623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15151156 memory=8112282956445269571 CPUtime=372.45 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) R 6492 6492 24272 0 -1 4202560 141261 0 0 0 36904 341 0 0 20 0 15 0 446037040 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843291945424 139843694715623 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15151156 memory=12478016 CPUtime=373.78 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) R 6492 6492 24272 0 -1 4202560 185073 0 0 0 37038 340 0 0 20 0 15 0 446037040 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843290892704 139843686787280 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15151156 memory=6944652177228980320 CPUtime=9.81 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) S 6492 6492 24272 0 -1 1077944384 88378 0 0 0 975 6 0 0 20 0 15 0 446037042 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843170563264 139843702097621 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843169510752 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15151156 memory=7682475212697334586 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843168458368 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15151156 memory=12478016 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15151156 memory=1452 CPUtime=2.78 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) S 6492 6492 24272 0 -1 1077944384 12110 0 0 0 277 1 0 0 20 0 15 0 446037045 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843166353568 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15151156 memory=12478016 CPUtime=2.95 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) S 6492 6492 24272 0 -1 1077944384 13477 0 0 0 294 1 0 0 20 0 15 0 446037045 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843165300480 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15151156 memory=4104 CPUtime=0.69 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) S 6492 6492 24272 0 -1 1077944384 6103 0 0 0 68 1 0 0 20 0 15 0 446037045 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843164248000 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15151156 memory=1452 CPUtime=0.33 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 775 0 0 0 14 19 0 0 20 0 15 0 446037045 15514783744 3119504 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 1639.53 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12479468 KiB

[startup+518.402 s]
/proc/loadavg: 4.86 4.87 6.33 6/234 6558
/proc/meminfo: memFree=9909996/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15151156 memory=12478024 CPUtime=1645.81 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 1047632 0 0 0 163164 1417 0 0 20 0 15 0 446037039 15514783744 3119506 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3787789 3119506 3520 1 0 3748889 0
[pid=6494/tid=6495] ppid=6492 vsize=15151156 memory=1560 CPUtime=126.58 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) S 6492 6492 24272 0 -1 1077944384 34966 0 0 0 12608 50 0 0 20 0 15 0 446037039 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843706327392 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15151156 memory=16758962392322 CPUtime=376.29 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) R 6492 6492 24272 0 -1 4202560 376776 0 0 0 37298 331 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843667368456 139843686788106 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15151156 memory=6944656575208382560 CPUtime=376.93 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) R 6492 6492 24272 0 -1 4202560 187250 0 0 0 37355 338 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843292998024 139843686788106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15151156 memory=6656426216303648864 CPUtime=374.03 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) R 6492 6492 24272 0 -1 4202560 141333 0 0 0 37062 341 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843291945736 139843686788048 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15151156 memory=1452 CPUtime=375.35 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) R 6492 6492 24272 0 -1 4202560 185106 0 0 0 37195 340 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843290892704 139843686787976 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15151156 memory=12478016 CPUtime=9.81 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) S 6492 6492 24272 0 -1 1077944384 88378 0 0 0 975 6 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843170563264 139843702097621 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15151156 memory=26276 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843169510752 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15151156 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843168458368 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15151156 memory=1668 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15151156 memory=1112 CPUtime=2.78 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) S 6492 6492 24272 0 -1 1077944384 12110 0 0 0 277 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843166353568 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15151156 memory=4486604260213485459 CPUtime=2.95 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) S 6492 6492 24272 0 -1 1077944384 13477 0 0 0 294 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843165300480 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15151156 memory=3992 CPUtime=0.69 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) S 6492 6492 24272 0 -1 1077944384 6103 0 0 0 68 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843164248000 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15151156 memory=676 CPUtime=0.33 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 775 0 0 0 14 19 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 1645.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12479476 KiB

[startup+518.802 s]
/proc/loadavg: 4.86 4.87 6.33 6/234 6558
/proc/meminfo: memFree=9909996/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15151156 memory=12478024 CPUtime=1647.09 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 1047787 0 0 0 163292 1417 0 0 20 0 15 0 446037039 15514783744 3119506 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3787789 3119506 3520 1 0 3748889 0
[pid=6494/tid=6495] ppid=6492 vsize=15151156 memory=12478016 CPUtime=126.58 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) S 6492 6492 24272 0 -1 1077944384 34966 0 0 0 12608 50 0 0 20 0 15 0 446037039 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843706327392 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15151156 memory=12478016 CPUtime=376.58 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) S 6492 6492 24272 0 -1 1077944384 376848 0 0 0 37327 331 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843667368336 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15151156 memory=12478016 CPUtime=377.22 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) S 6492 6492 24272 0 -1 1077944384 187286 0 0 0 37384 338 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843292997904 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15151156 memory=1668 CPUtime=374.32 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) S 6492 6492 24272 0 -1 1077944384 141343 0 0 0 37091 341 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843291945616 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15151156 memory=1112 CPUtime=375.64 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) S 6492 6492 24272 0 -1 1077944384 185143 0 0 0 37224 340 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843290892816 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15151156 memory=1004 CPUtime=9.91 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) R 6492 6492 24272 0 -1 4202560 88378 0 0 0 985 6 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843170563152 139843686788033 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15151156 memory=6036 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843169510752 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843168458368 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15151156 memory=2124 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15151156 memory=26276 CPUtime=2.78 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) S 6492 6492 24272 0 -1 1077944384 12110 0 0 0 277 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843166353568 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15151156 memory=12024 CPUtime=2.95 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) S 6492 6492 24272 0 -1 1077944384 13477 0 0 0 294 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843165300480 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15151156 memory=500 CPUtime=0.69 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) S 6492 6492 24272 0 -1 1077944384 6103 0 0 0 68 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843164248000 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15151156 memory=8112282956445269571 CPUtime=0.33 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 775 0 0 0 14 19 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 1647.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12479476 KiB

[startup+519.201 s]
/proc/loadavg: 4.86 4.87 6.33 3/234 6558
/proc/meminfo: memFree=9910148/32770624 swapFree=66997372/67108860
[pid=6492] ppid=6489 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6492/stat : 6492 (xcsp3-exec) S 6489 6492 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446037039 115843072 363 33554432000 4194304 5098028 140724453116288 140724453114392 140143265120892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32043008 140724453118842 140724453119085 140724453119085 140724453121994 0
/proc/6492/statm: 28282 363 304 221 0 87 0
[pid=6494] ppid=6492 vsize=15151156 memory=12478024 CPUtime=1647.48 cores=0,2,4,6
/proc/6494/stat : 6494 (java) S 6492 6492 24272 0 -1 1077944320 1047787 0 0 0 163331 1417 0 0 20 0 15 0 446037039 15514783744 3119506 33554432000 4194304 4196468 140733446979296 140733446961840 139843702087415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
/proc/6494/statm: 3787789 3119506 3520 1 0 3748889 0
[pid=6494/tid=6495] ppid=6492 vsize=15151156 memory=776 CPUtime=126.58 cores=0,2,4,6
/proc/6494/task/6495/stat : 6495 (java) S 6492 6492 24272 0 -1 1077944384 34966 0 0 0 12608 50 0 0 20 0 15 0 446037039 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843706327392 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6496] ppid=6492 vsize=15151156 memory=3992 CPUtime=376.58 cores=0,2,4,6
/proc/6494/task/6496/stat : 6496 (java) S 6492 6492 24272 0 -1 1077944384 376848 0 0 0 37327 331 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843667368336 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6497] ppid=6492 vsize=15151156 memory=2828 CPUtime=377.22 cores=0,2,4,6
/proc/6494/task/6497/stat : 6497 (java) S 6492 6492 24272 0 -1 1077944384 187286 0 0 0 37384 338 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843292997904 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6498] ppid=6492 vsize=15151156 memory=1452 CPUtime=374.32 cores=0,2,4,6
/proc/6494/task/6498/stat : 6498 (java) S 6492 6492 24272 0 -1 1077944384 141343 0 0 0 37091 341 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843291945616 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6499] ppid=6492 vsize=15151156 memory=12478024 CPUtime=375.64 cores=0,2,4,6
/proc/6494/task/6499/stat : 6499 (java) S 6492 6492 24272 0 -1 1077944384 185143 0 0 0 37224 340 0 0 20 0 15 0 446037040 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843290892816 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6500] ppid=6492 vsize=15151156 memory=8560 CPUtime=10.31 cores=0,2,4,6
/proc/6494/task/6500/stat : 6500 (java) R 6492 6492 24272 0 -1 4202560 88378 0 0 0 1025 6 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843170563152 139843680457576 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6501] ppid=6492 vsize=15151156 memory=1668 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6501/stat : 6501 (java) S 6492 6492 24272 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843169510752 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6502] ppid=6492 vsize=15151156 memory=280690339992192 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6502/stat : 6502 (java) S 6492 6492 24272 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 446037042 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843168458368 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6503] ppid=6492 vsize=15151156 memory=9047017150487036571 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6503/stat : 6503 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843167406672 139843702106011 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6504] ppid=6492 vsize=15151156 memory=-6237260532469557610 CPUtime=2.78 cores=0,2,4,6
/proc/6494/task/6504/stat : 6504 (java) S 6492 6492 24272 0 -1 1077944384 12110 0 0 0 277 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843166353568 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6505] ppid=6492 vsize=15151156 memory=-3123010188551861097 CPUtime=2.95 cores=0,2,4,6
/proc/6494/task/6505/stat : 6505 (java) S 6492 6492 24272 0 -1 1077944384 13477 0 0 0 294 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843165300480 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6506] ppid=6492 vsize=15151156 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/6494/task/6506/stat : 6506 (java) S 6492 6492 24272 0 -1 1077944384 6103 0 0 0 68 1 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843164248000 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6507] ppid=6492 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6494/task/6507/stat : 6507 (java) S 6492 6492 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843163195872 139843702097621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
[pid=6494/tid=6508] ppid=6492 vsize=15151156 memory=6442213872145425759 CPUtime=0.33 cores=0,2,4,6
/proc/6494/task/6508/stat : 6508 (java) S 6492 6492 24272 0 -1 1077944384 775 0 0 0 14 19 0 0 20 0 15 0 446037045 15514783744 3119506 33554432000 4194304 4196468 140733446979296 139843162143664 139843702098562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24145920 140733446980591 140733446980762 140733446980762 140733446983631 0
Current children cumulated CPU time: 1647.48 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12479476 KiB

Child status: 1
Real time (s): 519.298
CPU time (s): 1647.6
CPU user time (s): 1633.34
CPU system time (s): 14.2567
CPU usage (%): 317.274
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12479476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1633.34
system time used= 14.2567
maximum resident set size= 12478220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1048657
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36912
involuntary context switches= 20951


# summary of solver processes directly reported to runsolver:
#   pid: 6492
#   total CPU time (s): 1647.6
#   total CPU user time (s): 1633.34
#   total CPU system time (s): 14.2567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.28082 second user time and 5.32836 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 07:23:01
IDJOB=4400547
IDBENCH=141284
IDSOLVER=2856
FILE ID=node103/4400547-1568697837
RUNJOBID= node103-1568691240-24303
PBS_JOBID= 21703799
Free space on /tmp= 61000 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-4400547-1568697837/watcher-4400547-1568697837 -o /tmp/evaluation-result-4400547-1568697837/solver-4400547-1568697837 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24303 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1617908584 HOME/instance-4400547-1568697837.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1617908584

node103.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.74
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.74
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.74
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.74
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:        22402412 kB
MemAvailable:   23524148 kB
Buffers:           80368 kB
Cached:          1329812 kB
SwapCached:         9016 kB
Active:          9482892 kB
Inactive:         278296 kB
Active(anon):    8343288 kB
Inactive(anon):    57316 kB
Active(file):    1139604 kB
Inactive(file):   220980 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:            609696 kB
Writeback:             0 kB
AnonPages:       8454772 kB
Mapped:            61884 kB
Shmem:             40856 kB
Slab:             183364 kB
SReclaimable:     153976 kB
SUnreclaim:        29388 kB
KernelStack:        3792 kB
PageTables:        22296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9866644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7907328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 60976 MiB
End job on node103 at 2019-09-17 07:31:40