Trace number 4393987

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-06-14 parallel? 6479.24 1083.01

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393987-1568448417.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393987-1568448417.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
6222.31/1048.88	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6222.31/1048.88		at java.util.stream.IntPipeline.map(IntPipeline.java:226)
6222.31/1048.88		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
6222.31/1048.88		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$86/1939869193.apply(Unknown Source)
6222.31/1048.88		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
6222.31/1048.88		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
6222.31/1048.88		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
6222.31/1048.88		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6222.31/1048.88		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
6479.02/1082.88		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
6479.02/1082.88		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
6479.02/1082.88		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
6479.02/1082.88		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
6479.02/1082.88		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
6479.02/1082.88		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
6479.02/1082.88		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
6479.02/1082.88		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6479.02/1082.88		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
6479.02/1082.88		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
6479.02/1082.88		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
6479.02/1082.88		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6479.02/1082.88		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6479.02/1082.88		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6479.02/1082.88		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6479.02/1082.88		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6479.02/1082.88		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6479.02/1082.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6479.02/1082.89	s UNKNOWN
6479.02/1082.89	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 (14279 MiB free)
  memory of node 1: 16384 MiB (15375 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393987-1568448417/watcher-4393987-1568448417 -o /tmp/evaluation-result-4393987-1568448417/solver-4393987-1568448417 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568444466-24767 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1189807612 HOME/instance-4393987-1568448417.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=25461, runsolver pid=25458
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 6.78 7.75 7.88 2/211 25482
/proc/meminfo: memFree=30349964/32770624 swapFree=66935512/67108860
[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
[pid=25463] ppid=25461 vsize=28227388 memory=28872 CPUtime=0.12 cores=0-7
/proc/25463/stat : 25463 (java) S 25461 25461 24740 0 -1 1077944320 5697 0 0 0 11 1 0 0 20 0 20 0 421113387 28904845312 7218 33554432000 4194304 4196468 140724838293232 140724838275776 140017799708407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
/proc/25463/statm: 7056847 7218 3117 1 0 7019032 0
[pid=25463/tid=25464] ppid=25461 vsize=28227388 memory=7969571923236396189 CPUtime=0.09 cores=0-7
/proc/25463/task/25464/stat : 25464 (java) R 25461 25461 24740 0 -1 4202560 3611 0 0 0 8 1 0 0 20 0 20 0 421113387 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017803941200 140017799720342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25465] ppid=25461 vsize=28227388 memory=732369950255279077 CPUtime=0 cores=0-7
/proc/25463/task/25465/stat : 25465 (java) S 25461 25461 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017752328464 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25466] ppid=25461 vsize=28227388 memory=139811917825664 CPUtime=0 cores=0-7
/proc/25463/task/25466/stat : 25466 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017751275920 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25467] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25467/stat : 25467 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017750223376 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25468] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25468/stat : 25468 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017749170832 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25469] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25469/stat : 25469 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017748118288 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25470] ppid=25461 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25463/task/25470/stat : 25470 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017747065744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25471] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25471/stat : 25471 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017345092624 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25472] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25472/stat : 25472 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 7218 33554432000 4194304 4196468 140724838293232 140017344040080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25473] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25473/stat : 25473 (java) S 25461 25461 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421113389 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016397289456 140017799719554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25474] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25474/stat : 25474 (java) S 25461 25461 24740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421113390 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016396235680 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25475] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25475/stat : 25475 (java) S 25461 25461 24740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421113390 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016395183088 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25476] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25476/stat : 25476 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016394131664 140017799727003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25477] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25477/stat : 25477 (java) S 25461 25461 24740 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016393079280 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25478] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25478/stat : 25478 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016392026736 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25479] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25479/stat : 25479 (java) S 25461 25461 24740 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016390974288 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25480] ppid=25461 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25463/task/25480/stat : 25480 (java) S 25461 25461 24740 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 20 0 421113393 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016389921648 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25481] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25481/stat : 25481 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016388868320 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25482] ppid=25461 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25463/task/25482/stat : 25482 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 7218 33554432000 4194304 4196468 140724838293232 140016387815856 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30328 KiB

[startup+0.210148 s]*
/proc/loadavg: 6.78 7.75 7.88 2/211 25482
/proc/meminfo: memFree=30337508/32770624 swapFree=66935512/67108860
[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
[pid=25463] ppid=25461 vsize=28227388 memory=41196 CPUtime=0.33 cores=0-7
/proc/25463/stat : 25463 (java) S 25461 25461 24740 0 -1 1077944320 9519 0 0 0 30 3 0 0 20 0 20 0 421113387 28904845312 10299 33554432000 4194304 4196468 140724838293232 140724838275776 140017799708407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
/proc/25463/statm: 7056847 10299 3306 1 0 7019032 0
[pid=25463/tid=25464] ppid=25461 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/25463/task/25464/stat : 25464 (java) R 25461 25461 24740 0 -1 4202560 6639 0 0 0 18 2 0 0 20 0 20 0 421113387 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017803941872 140017427133813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25465] ppid=25461 vsize=28227388 memory=732369950255279077 CPUtime=0 cores=0-7
/proc/25463/task/25465/stat : 25465 (java) S 25461 25461 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017752328464 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25466] ppid=25461 vsize=28227388 memory=139811917825664 CPUtime=0 cores=0-7
/proc/25463/task/25466/stat : 25466 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017751275920 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25467] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25467/stat : 25467 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017750223376 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25468] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25468/stat : 25468 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017749170832 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25469] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25469/stat : 25469 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017748118288 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25470] ppid=25461 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25463/task/25470/stat : 25470 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017747065744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25471] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25471/stat : 25471 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017345092624 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25472] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25472/stat : 25472 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113388 28904845312 10299 33554432000 4194304 4196468 140724838293232 140017344040080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25473] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25473/stat : 25473 (java) S 25461 25461 24740 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421113389 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016397289456 140017799719554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25474] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25474/stat : 25474 (java) S 25461 25461 24740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421113390 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016396235680 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25475] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25475/stat : 25475 (java) S 25461 25461 24740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421113390 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016395183088 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25476] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25476/stat : 25476 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016394131664 140017799727003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25477] ppid=25461 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25463/task/25477/stat : 25477 (java) S 25461 25461 24740 0 -1 1077944384 649 0 0 0 2 0 0 0 20 0 20 0 421113393 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016393079280 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25478] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25478/stat : 25478 (java) S 25461 25461 24740 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016392026736 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25479] ppid=25461 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25463/task/25479/stat : 25479 (java) S 25461 25461 24740 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 20 0 421113393 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016390974192 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25480] ppid=25461 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/25463/task/25480/stat : 25480 (java) R 25461 25461 24740 0 -1 4202560 751 0 0 0 7 0 0 0 20 0 20 0 421113393 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016389921648 140017778833861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25481] ppid=25461 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25481/stat : 25481 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016388868320 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25482] ppid=25461 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25463/task/25482/stat : 25482 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28904845312 10299 33554432000 4194304 4196468 140724838293232 140016387815856 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42652 KiB

[startup+0.309604 s]*
/proc/loadavg: 6.78 7.75 7.88 4/211 25482
/proc/meminfo: memFree=30329504/32770624 swapFree=66935512/67108860
[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
[pid=25463] ppid=25461 vsize=28231644 memory=50264 CPUtime=0.52 cores=0-7
/proc/25463/stat : 25463 (java) S 25461 25461 24740 0 -1 1077944320 10893 0 0 0 48 4 0 0 20 0 20 0 421113387 28909203456 12566 33554432000 4194304 4196468 140724838293232 140724838275776 140017799708407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
/proc/25463/statm: 7057911 12566 3346 1 0 7019032 0
[pid=25463/tid=25464] ppid=25461 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/25463/task/25464/stat : 25464 (java) R 25461 25461 24740 0 -1 4202560 7771 0 0 0 27 3 0 0 20 0 20 0 421113387 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017803942192 140017783788894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25465] ppid=25461 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25465/stat : 25465 (java) S 25461 25461 24740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017752328464 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25466] ppid=25461 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25466/stat : 25466 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017751275920 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25467] ppid=25461 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25467/stat : 25467 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017750223376 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25468] ppid=25461 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25468/stat : 25468 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017749170832 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25469] ppid=25461 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/25463/task/25469/stat : 25469 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017748118288 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25470] ppid=25461 vsize=28231644 memory=139811788780463 CPUtime=0 cores=0-7
/proc/25463/task/25470/stat : 25470 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017747065744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25471] ppid=25461 vsize=28231644 memory=139811788782768 CPUtime=0 cores=0-7
/proc/25463/task/25471/stat : 25471 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017345092624 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25472] ppid=25461 vsize=28231644 memory=139811788785072 CPUtime=0 cores=0-7
/proc/25463/task/25472/stat : 25472 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113388 28909203456 12566 33554432000 4194304 4196468 140724838293232 140017344040080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25473] ppid=25461 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25473/stat : 25473 (java) S 25461 25461 24740 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421113389 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016397289456 140017799719554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25474] ppid=25461 vsize=28231644 memory=279623577577104 CPUtime=0 cores=0-7
/proc/25463/task/25474/stat : 25474 (java) S 25461 25461 24740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421113390 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016396235680 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25475] ppid=25461 vsize=28231644 memory=279623577584016 CPUtime=0 cores=0-7
/proc/25463/task/25475/stat : 25475 (java) S 25461 25461 24740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421113390 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016395183088 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25476] ppid=25461 vsize=28231644 memory=279623577525296 CPUtime=0 cores=0-7
/proc/25463/task/25476/stat : 25476 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016394131664 140017799727003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25477] ppid=25461 vsize=28231644 memory=279623577597840 CPUtime=0.03 cores=0-7
/proc/25463/task/25477/stat : 25477 (java) S 25461 25461 24740 0 -1 1077944384 666 0 0 0 3 0 0 0 20 0 20 0 421113393 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016393079280 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25478] ppid=25461 vsize=28231644 memory=279623577604752 CPUtime=0.02 cores=0-7
/proc/25463/task/25478/stat : 25478 (java) R 25461 25461 24740 0 -1 4202560 144 0 0 0 2 0 0 0 20 0 20 0 421113393 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016392007752 140017784817983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25479] ppid=25461 vsize=28231644 memory=279623577602448 CPUtime=0.01 cores=0-7
/proc/25463/task/25479/stat : 25479 (java) S 25461 25461 24740 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 421113393 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016390974192 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25480] ppid=25461 vsize=28231644 memory=279623577618608 CPUtime=0.12 cores=0-7
/proc/25463/task/25480/stat : 25480 (java) S 25461 25461 24740 0 -1 1077944384 837 0 0 0 12 0 0 0 20 0 20 0 421113393 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016389921648 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25481] ppid=25461 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25463/task/25481/stat : 25481 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113393 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016388868320 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25482] ppid=25461 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/25463/task/25482/stat : 25482 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28909203456 12566 33554432000 4194304 4196468 140724838293232 140016387815856 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51720 KiB

[startup+0.701034 s]
/proc/loadavg: 6.78 7.75 7.88 5/211 25482
/proc/meminfo: memFree=30220440/32770624 swapFree=66935512/67108860
[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
[pid=25463] ppid=25461 vsize=28231644 memory=292972 CPUtime=1.63 cores=0-7
/proc/25463/stat : 25463 (java) S 25461 25461 24740 0 -1 1077944320 13772 0 0 0 126 37 0 0 20 0 20 0 421113387 28909203456 73243 33554432000 4194304 4196468 140724838293232 140724838275776 140017799708407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
/proc/25463/statm: 7057911 73243 3417 1 0 7019032 0
[pid=25463/tid=25464] ppid=25461 vsize=28231644 memory=279623577913536 CPUtime=0.62 cores=0-7
/proc/25463/task/25464/stat : 25464 (java) R 25461 25461 24740 0 -1 4202560 8034 0 0 0 55 7 0 0 20 0 20 0 421113387 28909203456 73243 33554432000 4194304 4196468 140724838293232 140017803947536 140017799730333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25465] ppid=25461 vsize=28231644 memory=1564 CPUtime=0.04 cores=0-7
/proc/25463/task/25465/stat : 25465 (java) S 25461 25461 24740 0 -1 1077944384 60 0 0 0 1 3 0 0 20 0 20 0 421113388 28909203456 73243 33554432000 4194304 4196468 140724838293232 140017752328464 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25466] ppid=25461 vsize=28231644 memory=976 CPUtime=0.04 cores=0-7
/proc/25463/task/25466/stat : 25466 (java) S 25461 25461 24740 0 -1 1077944384 47 0 0 0 1 3 0 0 20 0 20 0 421113388 28909203456 73243 33554432000 4194304 4196468 140724838293232 140017751275920 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25467] ppid=25461 vsize=28231644 memory=772 CPUtime=0.04 cores=0-7
/proc/25463/task/25467/stat : 25467 (java) S 25461 25461 24740 0 -1 1077944384 54 0 0 0 1 3 0 0 20 0 20 0 421113388 28909203456 73243 33554432000 4194304 4196468 140724838293232 140017750223376 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0

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

[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
[pid=25463] ppid=25461 vsize=28233768 memory=25566560 CPUtime=6474.81 cores=0-7
/proc/25463/stat : 25463 (java) S 25461 25461 24740 0 -1 1077944320 3350318 0 0 0 639871 7610 0 0 20 0 20 0 421113387 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140724838275776 140017799708407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
/proc/25463/statm: 7058442 6391640 3531 1 0 7019544 0
[pid=25463/tid=25464] ppid=25461 vsize=28233768 memory=1124 CPUtime=273.43 cores=0-7
/proc/25463/task/25464/stat : 25464 (java) S 25461 25461 24740 0 -1 1077944384 85865 0 0 0 27183 160 0 0 20 0 20 0 421113387 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017803948080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25465] ppid=25461 vsize=28233768 memory=14008 CPUtime=771.25 cores=0-7
/proc/25463/task/25465/stat : 25465 (java) R 25461 25461 24740 0 -1 4202560 273216 0 0 0 76193 932 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017752328584 140017784409011 0 4 0 16800975 0 0 0 -1 4 0 0 77 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25466] ppid=25461 vsize=28233768 memory=12024 CPUtime=773.36 cores=0-7
/proc/25463/task/25466/stat : 25466 (java) R 25461 25461 24740 0 -1 4202560 392567 0 0 0 76406 930 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017751275728 140017784409123 0 4 0 16800975 0 0 0 -1 6 0 0 82 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25467] ppid=25461 vsize=28233768 memory=984 CPUtime=771.61 cores=0-7
/proc/25463/task/25467/stat : 25467 (java) R 25461 25461 24740 0 -1 4202560 327069 0 0 0 76254 907 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017750223496 140017784409095 0 4 0 16800975 0 0 0 -1 0 0 0 85 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25468] ppid=25461 vsize=28233768 memory=2032 CPUtime=772.09 cores=0-7
/proc/25463/task/25468/stat : 25468 (java) R 25461 25461 24740 0 -1 4202560 259564 0 0 0 76272 937 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017749170952 140017784409025 0 4 0 16800975 0 0 0 -1 7 0 0 67 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25469] ppid=25461 vsize=28233768 memory=1332 CPUtime=772.34 cores=0-7
/proc/25463/task/25469/stat : 25469 (java) R 25461 25461 24740 0 -1 4202560 326421 0 0 0 76385 849 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017748118408 140017784409095 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25470] ppid=25461 vsize=28233768 memory=25566560 CPUtime=771.76 cores=0-7
/proc/25463/task/25470/stat : 25470 (java) R 25461 25461 24740 0 -1 4202560 413182 0 0 0 76271 905 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017747065552 140017784697992 0 4 0 16800975 0 0 0 -1 2 0 0 80 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25471] ppid=25461 vsize=28233768 memory=1456 CPUtime=770.14 cores=0-7
/proc/25463/task/25471/stat : 25471 (java) R 25461 25461 24740 0 -1 4202560 387435 0 0 0 76066 948 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017345092744 140017784697965 0 4 0 16800975 0 0 0 -1 5 0 0 80 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25472] ppid=25461 vsize=28233768 memory=0 CPUtime=769.61 cores=0-7
/proc/25463/task/25472/stat : 25472 (java) R 25461 25461 24740 0 -1 4202560 251093 0 0 0 76014 947 0 0 20 0 20 0 421113388 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140017344040200 140017784409038 0 4 0 16800975 0 0 0 -1 3 0 0 83 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25473] ppid=25461 vsize=28233768 memory=249163937793788 CPUtime=21.78 cores=0-7
/proc/25463/task/25473/stat : 25473 (java) S 25461 25461 24740 0 -1 1077944384 569713 0 0 0 2107 71 0 0 20 0 20 0 421113389 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016397288000 140017799718613 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25474] ppid=25461 vsize=28233768 memory=249163937793789 CPUtime=0 cores=0-7
/proc/25463/task/25474/stat : 25474 (java) S 25461 25461 24740 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 421113390 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016396235744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25475] ppid=25461 vsize=28233768 memory=249163937793790 CPUtime=0 cores=0-7
/proc/25463/task/25475/stat : 25475 (java) S 25461 25461 24740 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 20 0 421113390 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016395183104 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25476] ppid=25461 vsize=28233768 memory=249163937793791 CPUtime=0 cores=0-7
/proc/25463/task/25476/stat : 25476 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016394131664 140017799727003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25477] ppid=25461 vsize=28233768 memory=1772 CPUtime=1.91 cores=0-7
/proc/25463/task/25477/stat : 25477 (java) S 25461 25461 24740 0 -1 1077944384 14505 0 0 0 188 3 0 0 20 0 20 0 421113393 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016393079328 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25478] ppid=25461 vsize=28233768 memory=111632 CPUtime=2.23 cores=0-7
/proc/25463/task/25478/stat : 25478 (java) S 25461 25461 24740 0 -1 1077944384 18690 0 0 0 220 3 0 0 20 0 20 0 421113393 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016392026784 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25479] ppid=25461 vsize=28233768 memory=804 CPUtime=2.09 cores=0-7
/proc/25463/task/25479/stat : 25479 (java) S 25461 25461 24740 0 -1 1077944384 20159 0 0 0 205 4 0 0 20 0 20 0 421113393 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016390974240 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25480] ppid=25461 vsize=28233768 memory=1656 CPUtime=0.68 cores=0-7
/proc/25463/task/25480/stat : 25480 (java) S 25461 25461 24740 0 -1 1077944384 7998 0 0 0 65 3 0 0 20 0 20 0 421113393 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016389921408 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25481] ppid=25461 vsize=28233768 memory=1804 CPUtime=0 cores=0-7
/proc/25463/task/25481/stat : 25481 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113393 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016388868320 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25482] ppid=25461 vsize=28233768 memory=916 CPUtime=0.39 cores=0-7
/proc/25463/task/25482/stat : 25482 (java) S 25461 25461 24740 0 -1 1077944384 1349 0 0 0 23 16 0 0 20 0 20 0 421113393 28911378432 6391640 33554432000 4194304 4196468 140724838293232 140016387815856 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
Current children cumulated CPU time: 6474.81 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25568016 KiB

[startup+1082.4 s]
/proc/loadavg: 7.86 7.48 6.99 9/212 25565
/proc/meminfo: memFree=4765196/32770624 swapFree=66935528/67108860
[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
[pid=25463] ppid=25461 vsize=28233768 memory=25566564 CPUtime=6478.62 cores=0-7
/proc/25463/stat : 25463 (java) S 25461 25461 24740 0 -1 1077944320 3356025 0 0 0 640250 7612 0 0 20 0 20 0 421113387 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140724838275776 140017799708407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
/proc/25463/statm: 7058442 6391641 3531 1 0 7019544 0
[pid=25463/tid=25464] ppid=25461 vsize=28233768 memory=14008 CPUtime=273.43 cores=0-7
/proc/25463/task/25464/stat : 25464 (java) S 25461 25461 24740 0 -1 1077944384 85865 0 0 0 27183 160 0 0 20 0 20 0 421113387 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017803948080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25465] ppid=25461 vsize=28233768 memory=12024 CPUtime=771.68 cores=0-7
/proc/25463/task/25465/stat : 25465 (java) S 25461 25461 24740 0 -1 1077944384 273351 0 0 0 76236 932 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017752328464 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25466] ppid=25461 vsize=28233768 memory=1456 CPUtime=773.8 cores=0-7
/proc/25463/task/25466/stat : 25466 (java) S 25461 25461 24740 0 -1 1077944384 392678 0 0 0 76449 931 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017751275920 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 82 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25467] ppid=25461 vsize=28233768 memory=25566560 CPUtime=772.04 cores=0-7
/proc/25463/task/25467/stat : 25467 (java) S 25461 25461 24740 0 -1 1077944384 327198 0 0 0 76297 907 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017750223376 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 85 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25468] ppid=25461 vsize=28233768 memory=1412 CPUtime=772.51 cores=0-7
/proc/25463/task/25468/stat : 25468 (java) S 25461 25461 24740 0 -1 1077944384 259662 0 0 0 76314 937 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017749170832 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 67 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25469] ppid=25461 vsize=28233768 memory=3480 CPUtime=772.77 cores=0-7
/proc/25463/task/25469/stat : 25469 (java) S 25461 25461 24740 0 -1 1077944384 326545 0 0 0 76428 849 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017748118288 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 76 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25470] ppid=25461 vsize=28233768 memory=1456 CPUtime=772.19 cores=0-7
/proc/25463/task/25470/stat : 25470 (java) S 25461 25461 24740 0 -1 1077944384 413321 0 0 0 76314 905 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017747065744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 80 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25471] ppid=25461 vsize=28233768 memory=0 CPUtime=770.57 cores=0-7
/proc/25463/task/25471/stat : 25471 (java) S 25461 25461 24740 0 -1 1077944384 387608 0 0 0 76109 948 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017345092624 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 80 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25472] ppid=25461 vsize=28233768 memory=-7521736447810188379 CPUtime=770.04 cores=0-7
/proc/25463/task/25472/stat : 25472 (java) S 25461 25461 24740 0 -1 1077944384 251415 0 0 0 76057 947 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017344040080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 83 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25473] ppid=25461 vsize=28233768 memory=-8412652160765825907 CPUtime=22.14 cores=0-7
/proc/25463/task/25473/stat : 25473 (java) R 25461 25461 24740 0 -1 4202560 574189 0 0 0 2143 71 0 0 20 0 20 0 421113389 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016397287888 140017784409095 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25474] ppid=25461 vsize=28233768 memory=4916 CPUtime=0 cores=0-7
/proc/25463/task/25474/stat : 25474 (java) S 25461 25461 24740 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 421113390 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016396235744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25475] ppid=25461 vsize=28233768 memory=2032 CPUtime=0 cores=0-7
/proc/25463/task/25475/stat : 25475 (java) S 25461 25461 24740 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 20 0 421113390 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016395183104 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25476] ppid=25461 vsize=28233768 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25463/task/25476/stat : 25476 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016394131664 140017799727003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25477] ppid=25461 vsize=28233768 memory=6791534058613427641 CPUtime=1.91 cores=0-7
/proc/25463/task/25477/stat : 25477 (java) S 25461 25461 24740 0 -1 1077944384 14505 0 0 0 188 3 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016393079328 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25478] ppid=25461 vsize=28233768 memory=2110162396517012 CPUtime=2.23 cores=0-7
/proc/25463/task/25478/stat : 25478 (java) S 25461 25461 24740 0 -1 1077944384 18690 0 0 0 220 3 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016392026784 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25479] ppid=25461 vsize=28233768 memory=6944656575208382560 CPUtime=2.09 cores=0-7
/proc/25463/task/25479/stat : 25479 (java) S 25461 25461 24740 0 -1 1077944384 20159 0 0 0 205 4 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016390974240 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25480] ppid=25461 vsize=28233768 memory=6655300316396806240 CPUtime=0.68 cores=0-7
/proc/25463/task/25480/stat : 25480 (java) S 25461 25461 24740 0 -1 1077944384 7998 0 0 0 65 3 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016389921408 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25481] ppid=25461 vsize=28233768 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/25463/task/25481/stat : 25481 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016388868320 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25482] ppid=25461 vsize=28233768 memory=6944656592387989600 CPUtime=0.39 cores=0-7
/proc/25463/task/25482/stat : 25482 (java) S 25461 25461 24740 0 -1 1077944384 1349 0 0 0 23 16 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016387815856 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
Current children cumulated CPU time: 6478.62 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25568020 KiB

[startup+1082.8 s]
/proc/loadavg: 7.86 7.48 6.99 9/212 25565
/proc/meminfo: memFree=4765196/32770624 swapFree=66935528/67108860
[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
[pid=25463] ppid=25461 vsize=28233768 memory=25566564 CPUtime=6479.02 cores=0-7
/proc/25463/stat : 25463 (java) S 25461 25461 24740 0 -1 1077944320 3356401 0 0 0 640290 7612 0 0 20 0 20 0 421113387 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140724838275776 140017799708407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
/proc/25463/statm: 7058442 6391641 3531 1 0 7019544 0
[pid=25463/tid=25464] ppid=25461 vsize=28233768 memory=7801673876993 CPUtime=273.43 cores=0-7
/proc/25463/task/25464/stat : 25464 (java) S 25461 25461 24740 0 -1 1077944384 85865 0 0 0 27183 160 0 0 20 0 20 0 421113387 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017803948080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25465] ppid=25461 vsize=28233768 memory=6791534058613427641 CPUtime=771.68 cores=0-7
/proc/25463/task/25465/stat : 25465 (java) S 25461 25461 24740 0 -1 1077944384 273351 0 0 0 76236 932 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017752328464 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25466] ppid=25461 vsize=28233768 memory=25566564 CPUtime=773.8 cores=0-7
/proc/25463/task/25466/stat : 25466 (java) S 25461 25461 24740 0 -1 1077944384 392678 0 0 0 76449 931 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017751275920 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 82 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25467] ppid=25461 vsize=28233768 memory=916 CPUtime=772.04 cores=0-7
/proc/25463/task/25467/stat : 25467 (java) S 25461 25461 24740 0 -1 1077944384 327198 0 0 0 76297 907 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017750223376 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 85 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25468] ppid=25461 vsize=28233768 memory=4916 CPUtime=772.51 cores=0-7
/proc/25463/task/25468/stat : 25468 (java) S 25461 25461 24740 0 -1 1077944384 259662 0 0 0 76314 937 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017749170832 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 67 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25469] ppid=25461 vsize=28233768 memory=4096 CPUtime=772.77 cores=0-7
/proc/25463/task/25469/stat : 25469 (java) S 25461 25461 24740 0 -1 1077944384 326545 0 0 0 76428 849 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017748118288 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 76 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25470] ppid=25461 vsize=28233768 memory=1412 CPUtime=772.19 cores=0-7
/proc/25463/task/25470/stat : 25470 (java) S 25461 25461 24740 0 -1 1077944384 413321 0 0 0 76314 905 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017747065744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 80 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25471] ppid=25461 vsize=28233768 memory=3480 CPUtime=770.57 cores=0-7
/proc/25463/task/25471/stat : 25471 (java) S 25461 25461 24740 0 -1 1077944384 387608 0 0 0 76109 948 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017345092624 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 80 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25472] ppid=25461 vsize=28233768 memory=6791534058613427641 CPUtime=770.04 cores=0-7
/proc/25463/task/25472/stat : 25472 (java) S 25461 25461 24740 0 -1 1077944384 251415 0 0 0 76057 947 0 0 20 0 20 0 421113388 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140017344040080 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 83 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25473] ppid=25461 vsize=28233768 memory=1440 CPUtime=22.54 cores=0-7
/proc/25463/task/25473/stat : 25473 (java) R 25461 25461 24740 0 -1 4202560 574565 0 0 0 2183 71 0 0 20 0 20 0 421113389 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016397287888 140017778078587 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25474] ppid=25461 vsize=28233768 memory=812 CPUtime=0 cores=0-7
/proc/25463/task/25474/stat : 25474 (java) S 25461 25461 24740 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 421113390 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016396235744 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25475] ppid=25461 vsize=28233768 memory=1772 CPUtime=0 cores=0-7
/proc/25463/task/25475/stat : 25475 (java) S 25461 25461 24740 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 20 0 421113390 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016395183104 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25476] ppid=25461 vsize=28233768 memory=111632 CPUtime=0 cores=0-7
/proc/25463/task/25476/stat : 25476 (java) S 25461 25461 24740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016394131664 140017799727003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25477] ppid=25461 vsize=28233768 memory=804 CPUtime=1.91 cores=0-7
/proc/25463/task/25477/stat : 25477 (java) S 25461 25461 24740 0 -1 1077944384 14505 0 0 0 188 3 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016393079328 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25478] ppid=25461 vsize=28233768 memory=1656 CPUtime=2.23 cores=0-7
/proc/25463/task/25478/stat : 25478 (java) S 25461 25461 24740 0 -1 1077944384 18690 0 0 0 220 3 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016392026784 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25479] ppid=25461 vsize=28233768 memory=1456 CPUtime=2.09 cores=0-7
/proc/25463/task/25479/stat : 25479 (java) S 25461 25461 24740 0 -1 1077944384 20159 0 0 0 205 4 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016390974240 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25480] ppid=25461 vsize=28233768 memory=25566560 CPUtime=0.68 cores=0-7
/proc/25463/task/25480/stat : 25480 (java) S 25461 25461 24740 0 -1 1077944384 7998 0 0 0 65 3 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016389921408 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25481] ppid=25461 vsize=28233768 memory=14696300872468529 CPUtime=0 cores=0-7
/proc/25463/task/25481/stat : 25481 (java) S 25461 25461 24740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016388868320 140017799718613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
[pid=25463/tid=25482] ppid=25461 vsize=28233768 memory=504 CPUtime=0.39 cores=0-7
/proc/25463/task/25482/stat : 25482 (java) S 25461 25461 24740 0 -1 1077944384 1349 0 0 0 23 16 0 0 20 0 20 0 421113393 28911378432 6391641 33554432000 4194304 4196468 140724838293232 140016387815856 140017799719554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22106112 140724838294506 140724838294678 140724838294678 140724838297551 0
Current children cumulated CPU time: 6479.02 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25568020 KiB

[startup+1082.9 s]
/proc/loadavg: 7.86 7.48 6.99 9/212 25565
/proc/meminfo: memFree=4765196/32770624 swapFree=66935528/67108860
[pid=25461] ppid=25458 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25461/stat : 25461 (xcsp3-exec) S 25458 25461 24740 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421113387 115843072 364 33554432000 4194304 5098028 140722100037328 140722100035432 139703955071612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28827648 140722100044661 140722100044905 140722100044905 140722100047818 0
/proc/25461/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 1083.01
CPU time (s): 6479.24
CPU user time (s): 6402.99
CPU system time (s): 76.2426
CPU usage (%): 598.262
Max. virtual memory (cumulated for all children) (KiB): 28346896
Max. memory (cumulated for all children) (KiB): 25568020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6402.99
system time used= 76.2426
maximum resident set size= 25566720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3364119
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131356
involuntary context switches= 180681


# summary of solver processes directly reported to runsolver:
#   pid: 25461
#   total CPU time (s): 6479.24
#   total CPU user time (s): 6402.99
#   total CPU system time (s): 76.2426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.80746 second user time and 11.1335 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-14 10:06:20
IDJOB=4393987
IDBENCH=141284
IDSOLVER=2841
FILE ID=node151/4393987-1568448417
RUNJOBID= node151-1568444466-24767
PBS_JOBID= 21702348
Free space on /tmp= 58740 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393987-1568448417/watcher-4393987-1568448417 -o /tmp/evaluation-result-4393987-1568448417/solver-4393987-1568448417 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568444466-24767 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1189807612 HOME/instance-4393987-1568448417.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1189807612

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30367260 kB
MemAvailable:   31846640 kB
Buffers:          197488 kB
Cached:          1568452 kB
SwapCached:        70816 kB
Active:          1234300 kB
Inactive:         606432 kB
Active(anon):       8720 kB
Inactive(anon):    99448 kB
Active(file):    1225580 kB
Inactive(file):   506984 kB
Unevictable:      108356 kB
Mlocked:          108356 kB
SwapTotal:      67108860 kB
SwapFree:       66935512 kB
Dirty:            609664 kB
Writeback:             0 kB
AnonPages:        112808 kB
Mapped:            37744 kB
Shmem:             24740 kB
Slab:             153556 kB
SReclaimable:     125300 kB
SUnreclaim:        28256 kB
KernelStack:        3344 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58712 MiB
End job on node151 at 2019-09-14 10:24:23