Trace number 4399632

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallel? 3361.79 626.813

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000-int.xml
MD5SUM281fe5e81d871c4f2ceaf1755ecf4117
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark492.618
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399632-1568705552.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399632-1568705552.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
3160.53/596.58	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
3160.53/596.59		at java.util.Arrays.copyOf(Arrays.java:3181)
3160.53/596.59		at java.util.ArrayList.grow(ArrayList.java:261)
3160.53/596.59		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
3160.53/596.59		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
3160.53/596.59		at java.util.ArrayList.add(ArrayList.java:458)
3160.53/596.59		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
3160.53/596.59		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
3160.53/596.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
3160.53/596.59		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
3160.53/596.59		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
3160.53/596.59		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
3160.53/596.59		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
3160.53/596.59		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
3361.56/626.66		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
3361.56/626.66		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
3361.56/626.66		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
3361.56/626.66		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
3361.56/626.66		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
3361.56/626.66		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
3361.56/626.66		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
3361.56/626.66		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
3361.56/626.67		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
3361.56/626.67		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
3361.56/626.67		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
3361.56/626.67		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
3361.56/626.67		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
3361.56/626.67	s UNKNOWN
3361.56/626.67	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 (14356 MiB free)
  memory of node 1: 16384 MiB (15216 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399632-1568705552/watcher-4399632-1568705552 -o /tmp/evaluation-result-4399632-1568705552/solver-4399632-1568705552 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568696831-29883 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1050468459 HOME/instance-4399632-1568705552.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
Current StackSize limit: 8192 KiB

solver pid=30498, runsolver pid=30495

[startup+0.10014 s]*
/proc/loadavg: 8.29 8.25 8.23 2/212 30519
/proc/meminfo: memFree=30268204/32770624 swapFree=67000060/67108860
[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/statm: 28282 364 305 221 0 87 0
[pid=30500] ppid=30498 vsize=28227396 memory=28804 CPUtime=0.12 cores=0-7
/proc/30500/stat : 30500 (java) S 30498 30498 29856 0 -1 1077944320 5622 0 0 0 11 1 0 0 20 0 20 0 446809800 28904853504 7201 33554432000 4194304 4196468 140736965390144 140736965372688 139776907583223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
/proc/30500/statm: 7056849 7201 3153 1 0 7019032 0
[pid=30500/tid=30501] ppid=30498 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/30500/task/30501/stat : 30501 (java) R 30498 30498 29856 0 -1 4202560 3572 0 0 0 8 1 0 0 20 0 20 0 446809800 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776911816496 139776891663710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30502] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776827435664 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30503] ppid=30498 vsize=28227396 memory=3979411721355986592 CPUtime=0 cores=0-7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776826382864 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30504] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776457038224 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30505] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776455985424 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30506] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776454933648 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30507] ppid=30498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776453880848 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30508] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776452828048 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30509] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 7201 33554432000 4194304 4196468 140736965390144 139776451775248 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30510] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809802 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775622191472 139776907594370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30511] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 29856 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446809803 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775621137440 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30512] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 29856 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446809803 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775620084592 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30513] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809805 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775619032912 139776907601819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30514] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 29856 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 446809805 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775281458032 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30515] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30515/stat : 30515 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809805 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775280405232 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30516] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30516/stat : 30516 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809805 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775279352432 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30517] ppid=30498 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30500/task/30517/stat : 30517 (java) R 30498 30498 29856 0 -1 4202560 315 0 0 0 1 0 0 0 20 0 20 0 446809806 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775278299632 139776907595158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30518] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30518/stat : 30518 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809806 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775277247072 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30519] ppid=30498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30500/task/30519/stat : 30519 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809806 28904853504 7201 33554432000 4194304 4196468 140736965390144 139775276194352 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30260 KiB

[startup+0.210409 s]*
/proc/loadavg: 8.29 8.25 8.23 1/212 30519
/proc/meminfo: memFree=30254700/32770624 swapFree=67000060/67108860
[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/statm: 28282 364 305 221 0 87 0
[pid=30500] ppid=30498 vsize=28227396 memory=41384 CPUtime=0.33 cores=0-7
/proc/30500/stat : 30500 (java) S 30498 30498 29856 0 -1 1077944320 9543 0 0 0 30 3 0 0 20 0 20 0 446809800 28904853504 10346 33554432000 4194304 4196468 140736965390144 140736965372688 139776907583223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
/proc/30500/statm: 7056849 10346 3313 1 0 7019032 0
[pid=30500/tid=30501] ppid=30498 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30500/task/30501/stat : 30501 (java) R 30498 30498 29856 0 -1 4202560 6598 0 0 0 17 3 0 0 20 0 20 0 446809800 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776911821248 139776875167664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30502] ppid=30498 vsize=28227396 memory=288230596118053219 CPUtime=0 cores=0-7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776827435664 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30503] ppid=30498 vsize=28227396 memory=140373500322353 CPUtime=0 cores=0-7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776826382864 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30504] ppid=30498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776457038224 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30505] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776455985424 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30506] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776454933648 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30507] ppid=30498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776453880848 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30508] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776452828048 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30509] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28904853504 10346 33554432000 4194304 4196468 140736965390144 139776451775248 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30510] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 29856 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446809802 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775622191472 139776907594370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30511] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 29856 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446809803 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775621137440 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30512] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 29856 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446809803 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775620084592 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30513] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809805 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775619032912 139776907601819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30514] ppid=30498 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 29856 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 20 0 446809805 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775281458032 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30515] ppid=30498 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30500/task/30515/stat : 30515 (java) S 30498 30498 29856 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 20 0 446809805 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775280405232 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30516] ppid=30498 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/30500/task/30516/stat : 30516 (java) S 30498 30498 29856 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 20 0 446809805 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775279352432 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30517] ppid=30498 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/30500/task/30517/stat : 30517 (java) R 30498 30498 29856 0 -1 4202560 727 0 0 0 7 0 0 0 20 0 20 0 446809806 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775278299440 139776887016315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30518] ppid=30498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30518/stat : 30518 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809806 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775277247072 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30519] ppid=30498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30500/task/30519/stat : 30519 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809806 28904853504 10346 33554432000 4194304 4196468 140736965390144 139775276194352 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42840 KiB

[startup+0.309721 s]*
/proc/loadavg: 8.29 8.25 8.23 3/212 30519
/proc/meminfo: memFree=30247916/32770624 swapFree=67000060/67108860
[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/statm: 28282 364 305 221 0 87 0
[pid=30500] ppid=30498 vsize=28231652 memory=50356 CPUtime=0.52 cores=0-7
/proc/30500/stat : 30500 (java) S 30498 30498 29856 0 -1 1077944320 10891 0 0 0 48 4 0 0 20 0 20 0 446809800 28909211648 12589 33554432000 4194304 4196468 140736965390144 140736965372688 139776907583223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
/proc/30500/statm: 7057913 12589 3352 1 0 7019032 0
[pid=30500/tid=30501] ppid=30498 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/30500/task/30501/stat : 30501 (java) R 30498 30498 29856 0 -1 4202560 7725 0 0 0 26 3 0 0 20 0 20 0 446809800 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776911814336 139776907605149 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30502] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776827435664 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30503] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776826382864 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30504] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776457038224 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30505] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776455985424 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30506] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776454933648 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30507] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776453880848 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30508] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776452828048 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30509] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446809801 28909211648 12589 33554432000 4194304 4196468 140736965390144 139776451775248 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30510] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 29856 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446809802 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775622191472 139776907594370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30511] ppid=30498 vsize=28231652 memory=280746711522688 CPUtime=0 cores=0-7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 29856 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446809803 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775621137440 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30512] ppid=30498 vsize=28231652 memory=280746711527296 CPUtime=0 cores=0-7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 29856 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446809803 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775620084592 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30513] ppid=30498 vsize=28231652 memory=280746711531904 CPUtime=0 cores=0-7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809805 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775619032912 139776907601819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30514] ppid=30498 vsize=28231652 memory=280746711536512 CPUtime=0.03 cores=0-7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 29856 0 -1 1077944384 543 0 0 0 3 0 0 0 20 0 20 0 446809805 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775281458032 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30515] ppid=30498 vsize=28231652 memory=280746711541120 CPUtime=0.02 cores=0-7
/proc/30500/task/30515/stat : 30515 (java) S 30498 30498 29856 0 -1 1077944384 295 0 0 0 2 0 0 0 20 0 20 0 446809805 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775280405232 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30516] ppid=30498 vsize=28231652 memory=280746711545728 CPUtime=0.02 cores=0-7
/proc/30500/task/30516/stat : 30516 (java) R 30498 30498 29856 0 -1 4202560 202 0 0 0 2 0 0 0 20 0 20 0 446809805 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775279333448 139776889104614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30517] ppid=30498 vsize=28231652 memory=280746711550336 CPUtime=0.12 cores=0-7
/proc/30500/task/30517/stat : 30517 (java) S 30498 30498 29856 0 -1 1077944384 814 0 0 0 12 0 0 0 20 0 20 0 446809806 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775278299632 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30518] ppid=30498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30500/task/30518/stat : 30518 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809806 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775277247072 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30519] ppid=30498 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30500/task/30519/stat : 30519 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809806 28909211648 12589 33554432000 4194304 4196468 140736965390144 139775276194352 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51812 KiB

[startup+0.708277 s]
/proc/loadavg: 7.95 8.18 8.21 3/212 30519
/proc/meminfo: memFree=30201060/32770624 swapFree=67000060/67108860
[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/statm: 28282 364 305 221 0 87 0
[pid=30500] ppid=30498 vsize=28231652 memory=237588 CPUtime=1.6 cores=0-7
/proc/30500/stat : 30500 (java) S 30498 30498 29856 0 -1 1077944320 14452 0 0 0 139 21 0 0 20 0 20 0 446809800 28909211648 59397 33554432000 4194304 4196468 140736965390144 140736965372688 139776907583223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
/proc/30500/statm: 7057913 59397 3399 1 0 7019032 0
[pid=30500/tid=30501] ppid=30498 vsize=28231652 memory=4580 CPUtime=0.65 cores=0-7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 29856 0 -1 1077944384 7996 0 0 0 59 6 0 0 20 0 20 0 446809800 28909211648 59397 33554432000 4194304 4196468 140736965390144 139776911822400 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30502] ppid=30498 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/30500/task/30502/stat : 30502 (java) R 30498 30498 29856 0 -1 4202560 40 0 0 0 2 1 0 0 20 0 20 0 446809801 28909211648 59397 33554432000 4194304 4196468 140736965390144 139776827435664 139776892606926 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30503] ppid=30498 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/30500/task/30503/stat : 30503 (java) R 30498 30498 29856 0 -1 4202560 30 0 0 0 1 2 0 0 20 0 20 0 446809801 28909211648 59397 33554432000 4194304 4196468 140736965390144 139776826383064 139776892610642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30504] ppid=30498 vsize=28231652 memory=4168 CPUtime=0.02 cores=0-7
/proc/30500/task/30504/stat : 30504 (java) R 30498 30498 29856 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 20 0 446809801 28909211648 59397 33554432000 4194304 4196468 140736965390144 139776457038424 139776900679696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0

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

[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/statm: 28282 364 305 221 0 87 0
[pid=30500] ppid=30498 vsize=28233776 memory=24337956 CPUtime=3358.97 cores=0-7
/proc/30500/stat : 30500 (java) S 30498 30498 29856 0 -1 1077944320 2611825 0 0 0 330347 5550 0 0 20 0 20 0 446809800 28911386624 6084489 33554432000 4194304 4196468 140736965390144 140736965372688 139776907583223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
/proc/30500/statm: 7058444 6084489 3517 1 0 7019544 0
[pid=30500/tid=30501] ppid=30498 vsize=28233776 memory=8317482817917895235 CPUtime=129.11 cores=0-7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 29856 0 -1 1077944384 40459 0 0 0 12871 40 0 0 20 0 20 0 446809800 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776911822128 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30502] ppid=30498 vsize=28233776 memory=4168 CPUtime=390.89 cores=0-7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 29856 0 -1 1077944384 276198 0 0 0 38374 715 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776827435664 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30503] ppid=30498 vsize=28233776 memory=1456 CPUtime=390.35 cores=0-7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 29856 0 -1 1077944384 357555 0 0 0 38332 703 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776826382864 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30504] ppid=30498 vsize=28233776 memory=24337956 CPUtime=390.02 cores=0-7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 29856 0 -1 1077944384 186984 0 0 0 38314 688 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776457038224 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30505] ppid=30498 vsize=28233776 memory=111632 CPUtime=391.86 cores=0-7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 29856 0 -1 1077944384 256535 0 0 0 38518 668 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776455985424 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30506] ppid=30498 vsize=28233776 memory=800 CPUtime=390.36 cores=0-7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 29856 0 -1 1077944384 231775 0 0 0 38342 694 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776454933648 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30507] ppid=30498 vsize=28233776 memory=1804 CPUtime=390.43 cores=0-7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 29856 0 -1 1077944384 376717 0 0 0 38401 642 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776453880848 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30508] ppid=30498 vsize=28233776 memory=916 CPUtime=389.52 cores=0-7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 29856 0 -1 1077944384 306544 0 0 0 38212 740 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776452828048 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30509] ppid=30498 vsize=28233776 memory=4136 CPUtime=390.23 cores=0-7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 29856 0 -1 1077944384 283012 0 0 0 38430 593 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776451775248 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30510] ppid=30498 vsize=28233776 memory=4104 CPUtime=99.62 cores=0-7
/proc/30500/task/30510/stat : 30510 (java) R 30498 30498 29856 0 -1 4202560 248890 0 0 0 9915 47 0 0 20 0 20 0 446809802 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775622189904 139776892283911 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30511] ppid=30498 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 29856 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 446809803 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775621137504 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30512] ppid=30498 vsize=28233776 memory=4168 CPUtime=0 cores=0-7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 29856 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 446809803 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775620084608 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30513] ppid=30498 vsize=28233776 memory=948 CPUtime=0 cores=0-7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775619032912 139776907601819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30514] ppid=30498 vsize=28233776 memory=2832 CPUtime=2.32 cores=0-7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 29856 0 -1 1077944384 12960 0 0 0 230 2 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775281458080 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30515] ppid=30498 vsize=28233776 memory=9492 CPUtime=1.77 cores=0-7
/proc/30500/task/30515/stat : 30515 (java) S 30498 30498 29856 0 -1 1077944384 11899 0 0 0 174 3 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775280404992 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30516] ppid=30498 vsize=28233776 memory=1548 CPUtime=1.47 cores=0-7
/proc/30500/task/30516/stat : 30516 (java) S 30498 30498 29856 0 -1 1077944384 10095 0 0 0 145 2 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775279352480 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30517] ppid=30498 vsize=28233776 memory=628 CPUtime=0.64 cores=0-7
/proc/30500/task/30517/stat : 30517 (java) S 30498 30498 29856 0 -1 1077944384 9862 0 0 0 62 2 0 0 20 0 20 0 446809806 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775278297136 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30518] ppid=30498 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/30500/task/30518/stat : 30518 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809806 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775277247072 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30519] ppid=30498 vsize=28233776 memory=1724 CPUtime=0.23 cores=0-7
/proc/30500/task/30519/stat : 30519 (java) S 30498 30498 29856 0 -1 1077944384 977 0 0 0 11 12 0 0 20 0 20 0 446809806 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775276194352 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
Current children cumulated CPU time: 3358.97 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24339412 KiB

[startup+625.601 s]
/proc/loadavg: 7.26 6.53 6.89 2/212 30566
/proc/meminfo: memFree=5910404/32770624 swapFree=67000060/67108860
[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/statm: 28282 364 305 221 0 87 0
[pid=30500] ppid=30498 vsize=28233776 memory=24337956 CPUtime=3360.56 cores=0-7
/proc/30500/stat : 30500 (java) S 30498 30498 29856 0 -1 1077944320 2611825 0 0 0 330506 5550 0 0 20 0 20 0 446809800 28911386624 6084489 33554432000 4194304 4196468 140736965390144 140736965372688 139776907583223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
/proc/30500/statm: 7058444 6084489 3517 1 0 7019544 0
[pid=30500/tid=30501] ppid=30498 vsize=28233776 memory=6791534058613427641 CPUtime=129.11 cores=0-7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 29856 0 -1 1077944384 40459 0 0 0 12871 40 0 0 20 0 20 0 446809800 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776911822128 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30502] ppid=30498 vsize=28233776 memory=2832 CPUtime=390.89 cores=0-7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 29856 0 -1 1077944384 276198 0 0 0 38374 715 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776827435664 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30503] ppid=30498 vsize=28233776 memory=1456 CPUtime=390.35 cores=0-7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 29856 0 -1 1077944384 357555 0 0 0 38332 703 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776826382864 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30504] ppid=30498 vsize=28233776 memory=24337956 CPUtime=390.02 cores=0-7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 29856 0 -1 1077944384 186984 0 0 0 38314 688 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776457038224 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30505] ppid=30498 vsize=28233776 memory=3624 CPUtime=391.86 cores=0-7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 29856 0 -1 1077944384 256535 0 0 0 38518 668 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776455985424 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30506] ppid=30498 vsize=28233776 memory=36040 CPUtime=390.36 cores=0-7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 29856 0 -1 1077944384 231775 0 0 0 38342 694 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776454933648 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30507] ppid=30498 vsize=28233776 memory=984 CPUtime=390.43 cores=0-7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 29856 0 -1 1077944384 376717 0 0 0 38401 642 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776453880848 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30508] ppid=30498 vsize=28233776 memory=2024 CPUtime=389.52 cores=0-7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 29856 0 -1 1077944384 306544 0 0 0 38212 740 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776452828048 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30509] ppid=30498 vsize=28233776 memory=4136 CPUtime=390.23 cores=0-7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 29856 0 -1 1077944384 283012 0 0 0 38430 593 0 0 20 0 20 0 446809801 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139776451775248 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30510] ppid=30498 vsize=28233776 memory=4104 CPUtime=101.22 cores=0-7
/proc/30500/task/30510/stat : 30510 (java) R 30498 30498 29856 0 -1 4202560 248890 0 0 0 10075 47 0 0 20 0 20 0 446809802 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775622189904 139776892040826 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30511] ppid=30498 vsize=28233776 memory=984 CPUtime=0 cores=0-7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 29856 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 446809803 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775621137504 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30512] ppid=30498 vsize=28233776 memory=2024 CPUtime=0 cores=0-7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 29856 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 446809803 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775620084608 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30513] ppid=30498 vsize=28233776 memory=1380 CPUtime=0 cores=0-7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775619032912 139776907601819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30514] ppid=30498 vsize=28233776 memory=1128 CPUtime=2.32 cores=0-7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 29856 0 -1 1077944384 12960 0 0 0 230 2 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775281458080 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30515] ppid=30498 vsize=28233776 memory=1456 CPUtime=1.77 cores=0-7
/proc/30500/task/30515/stat : 30515 (java) S 30498 30498 29856 0 -1 1077944384 11899 0 0 0 174 3 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775280404992 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30516] ppid=30498 vsize=28233776 memory=1456 CPUtime=1.47 cores=0-7
/proc/30500/task/30516/stat : 30516 (java) S 30498 30498 29856 0 -1 1077944384 10095 0 0 0 145 2 0 0 20 0 20 0 446809805 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775279352480 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30517] ppid=30498 vsize=28233776 memory=24337956 CPUtime=0.64 cores=0-7
/proc/30500/task/30517/stat : 30517 (java) S 30498 30498 29856 0 -1 1077944384 9862 0 0 0 62 2 0 0 20 0 20 0 446809806 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775278297136 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30518] ppid=30498 vsize=28233776 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/30500/task/30518/stat : 30518 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809806 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775277247072 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30519] ppid=30498 vsize=28233776 memory=4462 CPUtime=0.24 cores=0-7
/proc/30500/task/30519/stat : 30519 (java) S 30498 30498 29856 0 -1 1077944384 977 0 0 0 12 12 0 0 20 0 20 0 446809806 28911386624 6084489 33554432000 4194304 4196468 140736965390144 139775276194352 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
Current children cumulated CPU time: 3360.56 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24339412 KiB

[startup+626.401 s]
/proc/loadavg: 6.76 6.44 6.86 2/212 30566
/proc/meminfo: memFree=5910404/32770624 swapFree=67000060/67108860
[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/statm: 28282 364 305 221 0 87 0
[pid=30500] ppid=30498 vsize=28233776 memory=24337960 CPUtime=3361.36 cores=0-7
/proc/30500/stat : 30500 (java) S 30498 30498 29856 0 -1 1077944320 2612732 0 0 0 330586 5550 0 0 20 0 20 0 446809800 28911386624 6084490 33554432000 4194304 4196468 140736965390144 140736965372688 139776907583223 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
/proc/30500/statm: 7058444 6084490 3517 1 0 7019544 0
[pid=30500/tid=30501] ppid=30498 vsize=28233776 memory=6791534058613427641 CPUtime=129.11 cores=0-7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 29856 0 -1 1077944384 40459 0 0 0 12871 40 0 0 20 0 20 0 446809800 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776911822128 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30502] ppid=30498 vsize=28233776 memory=24337956 CPUtime=390.89 cores=0-7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 29856 0 -1 1077944384 276198 0 0 0 38374 715 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776827435664 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30503] ppid=30498 vsize=28233776 memory=111632 CPUtime=390.35 cores=0-7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 29856 0 -1 1077944384 357555 0 0 0 38332 703 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776826382864 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30504] ppid=30498 vsize=28233776 memory=800 CPUtime=390.02 cores=0-7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 29856 0 -1 1077944384 186984 0 0 0 38314 688 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776457038224 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30505] ppid=30498 vsize=28233776 memory=1456 CPUtime=391.86 cores=0-7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 29856 0 -1 1077944384 256535 0 0 0 38518 668 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776455985424 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30506] ppid=30498 vsize=28233776 memory=1456 CPUtime=390.36 cores=0-7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 29856 0 -1 1077944384 231775 0 0 0 38342 694 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776454933648 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30507] ppid=30498 vsize=28233776 memory=24337956 CPUtime=390.43 cores=0-7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 29856 0 -1 1077944384 376717 0 0 0 38401 642 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776453880848 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30508] ppid=30498 vsize=28233776 memory=6791534058613427641 CPUtime=389.52 cores=0-7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 29856 0 -1 1077944384 306544 0 0 0 38212 740 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776452828048 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30509] ppid=30498 vsize=28233776 memory=1548 CPUtime=390.23 cores=0-7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 29856 0 -1 1077944384 283012 0 0 0 38430 593 0 0 20 0 20 0 446809801 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139776451775248 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30510] ppid=30498 vsize=28233776 memory=628 CPUtime=102.02 cores=0-7
/proc/30500/task/30510/stat : 30510 (java) R 30498 30498 29856 0 -1 4202560 249797 0 0 0 10155 47 0 0 20 0 20 0 446809802 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775622189904 139776892579590 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30511] ppid=30498 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 29856 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 446809803 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775621137504 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30512] ppid=30498 vsize=28233776 memory=1724 CPUtime=0 cores=0-7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 29856 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 446809803 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775620084608 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30513] ppid=30498 vsize=28233776 memory=6056 CPUtime=0 cores=0-7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446809805 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775619032912 139776907601819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30514] ppid=30498 vsize=28233776 memory=14012 CPUtime=2.32 cores=0-7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 29856 0 -1 1077944384 12960 0 0 0 230 2 0 0 20 0 20 0 446809805 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775281458080 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30515] ppid=30498 vsize=28233776 memory=2116 CPUtime=1.77 cores=0-7
/proc/30500/task/30515/stat : 30515 (java) S 30498 30498 29856 0 -1 1077944384 11899 0 0 0 174 3 0 0 20 0 20 0 446809805 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775280404992 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30516] ppid=30498 vsize=28233776 memory=14628 CPUtime=1.47 cores=0-7
/proc/30500/task/30516/stat : 30516 (java) S 30498 30498 29856 0 -1 1077944384 10095 0 0 0 145 2 0 0 20 0 20 0 446809805 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775279352480 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30517] ppid=30498 vsize=28233776 memory=12024 CPUtime=0.64 cores=0-7
/proc/30500/task/30517/stat : 30517 (java) S 30498 30498 29856 0 -1 1077944384 9862 0 0 0 62 2 0 0 20 0 20 0 446809806 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775278297136 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30518] ppid=30498 vsize=28233776 memory=1556 CPUtime=0 cores=0-7
/proc/30500/task/30518/stat : 30518 (java) S 30498 30498 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446809806 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775277247072 139776907593429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
[pid=30500/tid=30519] ppid=30498 vsize=28233776 memory=500 CPUtime=0.24 cores=0-7
/proc/30500/task/30519/stat : 30519 (java) S 30498 30498 29856 0 -1 1077944384 977 0 0 0 12 12 0 0 20 0 20 0 446809806 28911386624 6084490 33554432000 4194304 4196468 140736965390144 139775276194352 139776907594370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20422656 140736965391338 140736965391510 140736965391510 140736965394383 0
Current children cumulated CPU time: 3361.36 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24339416 KiB

[startup+626.801 s]
/proc/loadavg: 6.76 6.44 6.86 2/212 30566
/proc/meminfo: memFree=5910404/32770624 swapFree=67000060/67108860
[pid=30498] ppid=30495 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 29856 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446809799 115843072 364 33554432000 4194304 5098028 140728853091904 140728853090008 140034445521532 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16162816 140728853095285 140728853095529 140728853095529 140728853098442 0
/proc/30498/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): 626.813
CPU time (s): 3361.79
CPU user time (s): 3306.14
CPU system time (s): 55.6484
CPU usage (%): 536.331
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24339416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3306.14
system time used= 55.6484
maximum resident set size= 24338136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2614093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52189
involuntary context switches= 49429


# summary of solver processes directly reported to runsolver:
#   pid: 30498
#   total CPU time (s): 3361.79
#   total CPU user time (s): 3306.14
#   total CPU system time (s): 55.6484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.3481 second user time and 6.49534 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 08:31:14
IDJOB=4399632
IDBENCH=126919
IDSOLVER=2854
FILE ID=node106/4399632-1568705552
RUNJOBID= node106-1568696831-29883
PBS_JOBID= 21703897
Free space on /tmp= 59004 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000-int.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-4399632-1568705552/watcher-4399632-1568705552 -o /tmp/evaluation-result-4399632-1568705552/solver-4399632-1568705552 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568696831-29883 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1050468459 HOME/instance-4399632-1568705552.xml

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

MD5SUM BENCH= 281fe5e81d871c4f2ceaf1755ecf4117
RANDOM SEED=1050468459

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30283648 kB
MemAvailable:   31892668 kB
Buffers:          199240 kB
Cached:          1699188 kB
SwapCached:         7364 kB
Active:           672152 kB
Inactive:        1237020 kB
Active(anon):      10368 kB
Inactive(anon):    44796 kB
Active(file):     661784 kB
Inactive(file):  1192224 kB
Unevictable:      108348 kB
Mlocked:          108348 kB
SwapTotal:      67108860 kB
SwapFree:       67000060 kB
Dirty:             72132 kB
Writeback:         11512 kB
AnonPages:        108248 kB
Mapped:            44460 kB
Shmem:             35808 kB
Slab:             171320 kB
SReclaimable:     141696 kB
SUnreclaim:        29624 kB
KernelStack:        3488 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 58980 MiB
End job on node106 at 2019-09-17 08:41:41