Trace number 4298485

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
MiniCPFever 2018-04-29? 2.60734 1.68551

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-matching080_c18.xml
MD5SUM8abf4f1f4dc00a8da6097f5555605512
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9752865
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints318
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":2000}]
Minimum constraint arity3
Maximum constraint arity76
Distribution of constraint arities[{"arity":3,"count":9},{"arity":5,"count":1},{"arity":6,"count":29},{"arity":8,"count":1},{"arity":9,"count":2},{"arity":10,"count":181},{"arity":11,"count":1},{"arity":15,"count":4},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":19,"count":2},{"arity":21,"count":1},{"arity":23,"count":3},{"arity":24,"count":3},{"arity":25,"count":1},{"arity":26,"count":1},{"arity":27,"count":2},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":31,"count":3},{"arity":33,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":5},"...",{"arity":45,"count":4}, {"arity":46,"count":6}, {"arity":47,"count":2}, {"arity":48,"count":3}, {"arity":49,"count":2}, {"arity":50,"count":1}, {"arity":51,"count":2}, {"arity":52,"count":2}, {"arity":54,"count":1}, {"arity":55,"count":2}, {"arity":56,"count":2}, {"arity":57,"count":1}, {"arity":58,"count":1}, {"arity":59,"count":1}, {"arity":60,"count":1}, {"arity":61,"count":1}, {"arity":62,"count":1}, {"arity":63,"count":1}, {"arity":64,"count":4}, {"arity":65,"count":1}, {"arity":66,"count":1}, {"arity":68,"count":1}, {"arity":69,"count":1}, {"arity":71,"count":1}, {"arity":76,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":318}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2.43/1.65	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2.43/1.65		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:42)
2.43/1.65		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:34)
2.43/1.65		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
2.43/1.65		at minicp.cp.Factory.makeIntVar(Factory.java:81)
2.43/1.65		at minicp.cp.Factory.sum(Factory.java:230)
2.43/1.65		at xcsp3.XCSP3.buildObjToMaximize(XCSP3.java:612)
2.43/1.65		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:580)
2.43/1.66		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
2.43/1.66		at org.xcsp.parser.XCallbacks$$Lambda$86/1261153343.accept(Unknown Source)
2.43/1.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.43/1.66		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2.43/1.66		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
2.43/1.66		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
2.43/1.66		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2.43/1.66		at xcsp3.XCSP3.<init>(XCSP3.java:79)
2.43/1.66		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
2.43/1.66		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
2.43/1.66	s UNKNOWN

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 (15163 MiB free)
  memory of node 1: 16384 MiB (3639 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298485-1532763514/watcher-4298485-1532763514 -o /tmp/evaluation-result-4298485-1532763514/solver-4298485-1532763514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23861 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298485-1532763514.xml 

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

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

solver pid=26324, runsolver pid=26321

[startup+0.101508 s]*
/proc/loadavg: 1.71 1.78 1.75 4/215 26339
/proc/meminfo: memFree=19239852/32770624 swapFree=67108496/67108860
[pid=26324] ppid=26321 vsize=10658972 memory=27476 CPUtime=0.13 cores=0,2,4,6
/proc/26324/stat : 26324 (java) S 26321 26324 23830 0 -1 1077944320 5297 0 0 0 12 1 0 0 20 0 15 0 93914565 10914787328 6869 33554432000 4194304 4196468 140732799169312 140732799151856 140432700862199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
/proc/26324/statm: 2664743 6869 2850 1 0 2627263 0
[pid=26324/tid=26326] ppid=26321 vsize=10658972 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 23830 0 -1 4202560 3105 0 0 0 9 0 0 0 20 0 15 0 93914566 10914787328 6869 33554432000 4194304 4196468 140732799169312 140432705091680 140432684905829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26327] ppid=26321 vsize=10658972 memory=5793855628111419833 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 6869 33554432000 4194304 4196468 140732799169312 140432626936464 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26328] ppid=26321 vsize=10658972 memory=140377101526656 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 6869 33554432000 4194304 4196468 140732799169312 140432625883664 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26329] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 6869 33554432000 4194304 4196468 140732799169312 140432624830864 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26330] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 6869 33554432000 4194304 4196468 140732799169312 140432623778064 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26331] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93914568 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431870372720 140432700873346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26332] ppid=26321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93914568 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431869318688 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26333] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93914569 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431868265840 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26334] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431867214160 140432700880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26335] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26335/stat : 26335 (java) R 26321 26324 23830 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431866161520 140432700873346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26336] ppid=26321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26336/stat : 26336 (java) R 26321 26324 23830 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431865108720 140432685148328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26337] ppid=26321 vsize=10658972 memory=140377101526656 CPUtime=0.02 cores=0,2,4,6
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 23830 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 93914571 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431864056048 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26338] ppid=26321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431863003360 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26339] ppid=26321 vsize=10658972 memory=140377101526656 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26339/stat : 26339 (java) R 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 6869 33554432000 4194304 4196468 140732799169312 140431861951664 140432700873346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27476 KiB

[startup+0.212005 s]*
/proc/loadavg: 1.71 1.78 1.75 5/215 26339
/proc/meminfo: memFree=19227820/32770624 swapFree=67108496/67108860
[pid=26324] ppid=26321 vsize=10658972 memory=41188 CPUtime=0.35 cores=0,2,4,6
/proc/26324/stat : 26324 (java) S 26321 26324 23830 0 -1 1077944320 8420 0 0 0 34 1 0 0 20 0 15 0 93914565 10914787328 10297 33554432000 4194304 4196468 140732799169312 140732799151856 140432700862199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
/proc/26324/statm: 2664743 10297 3005 1 0 2627263 0
[pid=26324/tid=26326] ppid=26321 vsize=10658972 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 23830 0 -1 4202560 5081 0 0 0 19 1 0 0 20 0 15 0 93914566 10914787328 10297 33554432000 4194304 4196468 140732799169312 140432705086464 140432684942686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26327] ppid=26321 vsize=10658972 memory=4211974103306317194 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 10297 33554432000 4194304 4196468 140732799169312 140432626936464 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26328] ppid=26321 vsize=10658972 memory=140377101526656 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 10297 33554432000 4194304 4196468 140732799169312 140432625883664 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26329] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 10297 33554432000 4194304 4196468 140732799169312 140432624830864 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26330] ppid=26321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914787328 10297 33554432000 4194304 4196468 140732799169312 140432623778064 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26331] ppid=26321 vsize=10658972 memory=140377101526656 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93914568 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431870372720 140432700873346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26332] ppid=26321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93914568 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431869318688 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26333] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93914569 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431868265840 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26334] ppid=26321 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431867214160 140432700880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26335] ppid=26321 vsize=10658972 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 23830 0 -1 1077944384 427 0 0 0 1 0 0 0 20 0 15 0 93914571 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431866161520 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26336] ppid=26321 vsize=10658972 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 23830 0 -1 1077944384 718 0 0 0 4 0 0 0 20 0 15 0 93914571 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431865108720 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26337] ppid=26321 vsize=10658972 memory=140377101526656 CPUtime=0.08 cores=0,2,4,6
/proc/26324/task/26337/stat : 26337 (java) R 26321 26324 23830 0 -1 4202560 828 0 0 0 8 0 0 0 20 0 15 0 93914571 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431864051648 140432700883546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26338] ppid=26321 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431863003360 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26339] ppid=26321 vsize=10658972 memory=140377101526656 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914571 10914787328 10297 33554432000 4194304 4196468 140732799169312 140431861951664 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 41188 KiB

[startup+0.315013 s]*
/proc/loadavg: 1.71 1.78 1.75 5/215 26339
/proc/meminfo: memFree=19220112/32770624 swapFree=67108496/67108860
[pid=26324] ppid=26321 vsize=10659048 memory=50136 CPUtime=0.63 cores=0,2,4,6
/proc/26324/stat : 26324 (java) S 26321 26324 23830 0 -1 1077944320 9134 0 0 0 61 2 0 0 20 0 15 0 93914565 10914865152 12534 33554432000 4194304 4196468 140732799169312 140732799151856 140432700862199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
/proc/26324/statm: 2664762 12534 3052 1 0 2627263 0
[pid=26324/tid=26326] ppid=26321 vsize=10659048 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/26324/task/26326/stat : 26326 (java) S 26321 26324 23830 0 -1 1077944384 5387 0 0 0 29 1 0 0 20 0 15 0 93914566 10914865152 12534 33554432000 4194304 4196468 140732799169312 140432705098672 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26327] ppid=26321 vsize=10659048 memory=4211974103306317194 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 12534 33554432000 4194304 4196468 140732799169312 140432626936464 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26328] ppid=26321 vsize=10659048 memory=140377101529000 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 12534 33554432000 4194304 4196468 140732799169312 140432625883664 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26329] ppid=26321 vsize=10659048 memory=140376979670822 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 12534 33554432000 4194304 4196468 140732799169312 140432624830864 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26330] ppid=26321 vsize=10659048 memory=140376979656143 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 12534 33554432000 4194304 4196468 140732799169312 140432623778064 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26331] ppid=26321 vsize=10659048 memory=140377101550513 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93914568 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431870372720 140432700873346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26332] ppid=26321 vsize=10659048 memory=140376979665359 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93914568 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431869318688 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26333] ppid=26321 vsize=10659048 memory=280753959321488 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93914569 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431868265840 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26334] ppid=26321 vsize=10659048 memory=280753959319152 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431867214160 140432700880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26335] ppid=26321 vsize=10659048 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26324/task/26335/stat : 26335 (java) R 26321 26324 23830 0 -1 1077944384 520 0 0 0 6 0 0 0 20 0 15 0 93914571 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431866161520 140432700873346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26336] ppid=26321 vsize=10659048 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/26324/task/26336/stat : 26336 (java) R 26321 26324 23830 0 -1 4202560 879 0 0 0 8 0 0 0 20 0 15 0 93914571 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431865108720 140432678989976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26337] ppid=26321 vsize=10659048 memory=140377101526656 CPUtime=0.16 cores=0,2,4,6
/proc/26324/task/26337/stat : 26337 (java) R 26321 26324 23830 0 -1 4202560 987 0 0 0 16 0 0 0 20 0 15 0 93914571 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431864049584 140432680576956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26338] ppid=26321 vsize=10659048 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431863003360 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26339] ppid=26321 vsize=10659048 memory=140377101526656 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 12534 33554432000 4194304 4196468 140732799169312 140431861951664 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 50136 KiB

[startup+0.70083 s]
/proc/loadavg: 1.71 1.78 1.75 3/215 26339
/proc/meminfo: memFree=18862032/32770624 swapFree=67108496/67108860
[pid=26324] ppid=26321 vsize=10659048 memory=1317332 CPUtime=1.3 cores=0,2,4,6
/proc/26324/stat : 26324 (java) S 26321 26324 23830 0 -1 1077944320 12041 0 0 0 109 21 0 0 20 0 15 0 93914565 10914865152 329333 33554432000 4194304 4196468 140732799169312 140732799151856 140432700862199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
/proc/26324/statm: 2664762 329333 3096 1 0 2627263 0
[pid=26324/tid=26326] ppid=26321 vsize=10659048 memory=1616 CPUtime=0.67 cores=0,2,4,6
/proc/26324/task/26326/stat : 26326 (java) R 26321 26324 23830 0 -1 4202560 7900 0 0 0 47 20 0 0 20 0 15 0 93914566 10914865152 329333 33554432000 4194304 4196468 140732799169312 140432705097632 140432686930318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26327] ppid=26321 vsize=10659048 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26327/stat : 26327 (java) S 26321 26324 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 329333 33554432000 4194304 4196468 140732799169312 140432626936464 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26328] ppid=26321 vsize=10659048 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26328/stat : 26328 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 329845 33554432000 4194304 4196468 140732799169312 140432625883664 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26329] ppid=26321 vsize=10659048 memory=7235408084361307456 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26329/stat : 26329 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 329845 33554432000 4194304 4196468 140732799169312 140432624830864 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26330] ppid=26321 vsize=10659048 memory=7739276948478193257 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26330/stat : 26330 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914567 10914865152 329845 33554432000 4194304 4196468 140732799169312 140432623778064 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26331] ppid=26321 vsize=10659048 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 23830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93914568 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431870372720 140432700873346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26332] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93914568 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431869318688 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26333] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93914569 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431868265840 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26334] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431867214160 140432700880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26335] ppid=26321 vsize=10659048 memory=3257 CPUtime=0.16 cores=0,2,4,6
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 23830 0 -1 1077944384 651 0 0 0 16 0 0 0 20 0 15 0 93914571 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431866161520 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26336] ppid=26321 vsize=10659048 memory=4 CPUtime=0.2 cores=0,2,4,6
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 23830 0 -1 1077944384 961 0 0 0 20 0 0 0 20 0 15 0 93914571 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431865108720 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26337] ppid=26321 vsize=10659048 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 23830 0 -1 1077944384 1159 0 0 0 25 0 0 0 20 0 15 0 93914571 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431864055920 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26338] ppid=26321 vsize=10659048 memory=280753959505392 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431863003360 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26339] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 329845 33554432000 4194304 4196468 140732799169312 140431861951664 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1317332 KiB

[startup+1.50073 s]
/proc/loadavg: 1.71 1.78 1.75 3/215 26339
/proc/meminfo: memFree=16506464/32770624 swapFree=67108496/67108860
[pid=26324] ppid=26321 vsize=10659048 memory=5052884 CPUtime=2.17 cores=0,2,4,6
/proc/26324/stat : 26324 (java) S 26321 26324 23830 0 -1 1077944320 13912 0 0 0 141 76 0 0 20 0 15 0 93914565 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140732799151856 140432700862199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
/proc/26324/statm: 2664762 1263221 3096 1 0 2627263 0
[pid=26324/tid=26326] ppid=26321 vsize=10659048 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/26324/task/26326/stat : 26326 (java) S 26321 26324 23830 0 -1 1077944384 9726 0 0 0 71 74 0 0 20 0 15 0 93914566 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140432705100464 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26327] ppid=26321 vsize=10659048 memory=-2746958450906831424 CPUtime=0.02 cores=0,2,4,6
/proc/26324/task/26327/stat : 26327 (java) R 26321 26324 23830 0 -1 4202560 2 0 0 0 2 0 0 0 20 0 15 0 93914567 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140432626936464 140432680056608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26328] ppid=26321 vsize=10659048 memory=4946243890012592768 CPUtime=0.02 cores=0,2,4,6
/proc/26324/task/26328/stat : 26328 (java) R 26321 26324 23830 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 15 0 93914567 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140432625883664 140432693490407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26329] ppid=26321 vsize=10659048 memory=-6007660418857049897 CPUtime=0.02 cores=0,2,4,6
/proc/26324/task/26329/stat : 26329 (java) R 26321 26324 23830 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 15 0 93914567 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140432624830864 140432693490407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26330] ppid=26321 vsize=10659048 memory=-5934722142603532163 CPUtime=0.02 cores=0,2,4,6
/proc/26324/task/26330/stat : 26330 (java) R 26321 26324 23830 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 15 0 93914567 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140432623778184 140432693490407 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26331] ppid=26321 vsize=10659048 memory=-6305715001048196224 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 23830 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 93914568 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431870371232 140432700872405 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26332] ppid=26321 vsize=10659048 memory=-3472574513799858002 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93914568 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431869318688 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26333] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93914569 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431868265840 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26334] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431867214160 140432700880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26335] ppid=26321 vsize=10659048 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 23830 0 -1 1077944384 651 0 0 0 16 0 0 0 20 0 15 0 93914571 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431866161520 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26336] ppid=26321 vsize=10659048 memory=4580 CPUtime=0.2 cores=0,2,4,6
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 23830 0 -1 1077944384 961 0 0 0 20 0 0 0 20 0 15 0 93914571 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431865108720 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26337] ppid=26321 vsize=10659048 memory=-6876588461455810464 CPUtime=0.25 cores=0,2,4,6
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 23830 0 -1 1077944384 1159 0 0 0 25 0 0 0 20 0 15 0 93914571 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431864055920 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26338] ppid=26321 vsize=10659048 memory=7666384899138478906 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431863003360 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26339] ppid=26321 vsize=10659048 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 1263221 33554432000 4194304 4196468 140732799169312 140431861951664 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 5052884 KiB

[startup+1.68546 s]
# the end of solver process 26324 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.78445 s, system=0.822891 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60091 s]
/proc/loadavg: 1.71 1.78 1.75 3/215 26339
/proc/meminfo: memFree=16506464/32770624 swapFree=67108496/67108860
[pid=26324] ppid=26321 vsize=10659048 memory=5235744 CPUtime=2.43 cores=0,2,4,6
/proc/26324/stat : 26324 (java) S 26321 26324 23830 0 -1 1077944320 14774 0 0 0 164 79 0 0 20 0 15 0 93914565 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140732799151856 140432700862199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
/proc/26324/statm: 2664762 1308936 3120 1 0 2627263 0
[pid=26324/tid=26326] ppid=26321 vsize=10659048 memory=7957689449132282197 CPUtime=1.45 cores=0,2,4,6
/proc/26324/task/26326/stat : 26326 (java) S 26321 26324 23830 0 -1 1077944384 9726 0 0 0 71 74 0 0 20 0 15 0 93914566 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140432705100464 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26327] ppid=26321 vsize=10659048 memory=7452728842579373158 CPUtime=0.07 cores=0,2,4,6
/proc/26324/task/26327/stat : 26327 (java) R 26321 26324 23830 0 -1 4202560 104 0 0 0 7 0 0 0 20 0 15 0 93914567 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140432626936464 140432680056615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26328] ppid=26321 vsize=10659048 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/26324/task/26328/stat : 26328 (java) R 26321 26324 23830 0 -1 4202560 21 0 0 0 7 0 0 0 20 0 15 0 93914567 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140432625883664 140432693490407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26329] ppid=26321 vsize=10659048 memory=253467763609610 CPUtime=0.07 cores=0,2,4,6
/proc/26324/task/26329/stat : 26329 (java) R 26321 26324 23830 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 15 0 93914567 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140432624830984 140432693490407 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26330] ppid=26321 vsize=10659048 memory=3906370419795704327 CPUtime=0.07 cores=0,2,4,6
/proc/26324/task/26330/stat : 26330 (java) R 26321 26324 23830 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 15 0 93914567 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140432623778064 140432693490407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26331] ppid=26321 vsize=10659048 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26324/task/26331/stat : 26331 (java) S 26321 26324 23830 0 -1 1077944384 733 0 0 0 2 2 0 0 20 0 15 0 93914568 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431870371248 140432700872405 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26332] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26332/stat : 26332 (java) S 26321 26324 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93914568 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431869318688 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26333] ppid=26321 vsize=10659048 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26333/stat : 26333 (java) S 26321 26324 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93914569 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431868265840 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26334] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26334/stat : 26334 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431867214160 140432700880795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26335] ppid=26321 vsize=10659048 memory=-2897801490638248215 CPUtime=0.16 cores=0,2,4,6
/proc/26324/task/26335/stat : 26335 (java) S 26321 26324 23830 0 -1 1077944384 651 0 0 0 16 0 0 0 20 0 15 0 93914571 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431866161520 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26336] ppid=26321 vsize=10659048 memory=6944656575208382560 CPUtime=0.2 cores=0,2,4,6
/proc/26324/task/26336/stat : 26336 (java) S 26321 26324 23830 0 -1 1077944384 961 0 0 0 20 0 0 0 20 0 15 0 93914571 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431865108720 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26337] ppid=26321 vsize=10659048 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/26324/task/26337/stat : 26337 (java) S 26321 26324 23830 0 -1 1077944384 1159 0 0 0 25 0 0 0 20 0 15 0 93914571 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431864055920 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26338] ppid=26321 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26338/stat : 26338 (java) S 26321 26324 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431863003360 140432700872405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
[pid=26324/tid=26339] ppid=26321 vsize=10659048 memory=280753959076080 CPUtime=0 cores=0,2,4,6
/proc/26324/task/26339/stat : 26339 (java) S 26321 26324 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93914571 10914865152 1308936 33554432000 4194304 4196468 140732799169312 140431861951664 140432700873346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140732799177901 140732799177993 140732799177993 140732799180751 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 5235744 KiB

Child status: 1
Real time (s): 1.68551
CPU time (s): 2.60734
CPU user time (s): 1.78445
CPU system time (s): 0.822891
CPU usage (%): 154.692
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 5235744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78445
system time used= 0.822891
maximum resident set size= 5236572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1322
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 26324
#   total CPU time (s): 2.60734
#   total CPU user time (s): 1.78445
#   total CPU system time (s): 0.822891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040213 second user time and 0.051015 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 09:38:34
IDJOB=4298485
IDBENCH=141146
IDSOLVER=2763
FILE ID=node149/4298485-1532763514
RUNJOBID= node149-1532741282-23861
PBS_JOBID= 21022453
Free space on /tmp= 43252 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-matching080_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298485-1532763514/watcher-4298485-1532763514 -o /tmp/evaluation-result-4298485-1532763514/solver-4298485-1532763514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23861 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298485-1532763514.xml

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

MD5SUM BENCH= 8abf4f1f4dc00a8da6097f5555605512
RANDOM SEED=901053633

node149.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.60
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.60
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.60
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.60
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:        19254300 kB
MemAvailable:   23664884 kB
Buffers:          124984 kB
Cached:          4504512 kB
SwapCached:           60 kB
Active:          9790960 kB
Inactive:        3142264 kB
Active(anon):    8253168 kB
Inactive(anon):    78008 kB
Active(file):    1537792 kB
Inactive(file):  3064256 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       8365760 kB
Mapped:            46852 kB
Shmem:             25040 kB
Slab:             265480 kB
SReclaimable:     236996 kB
SUnreclaim:        28484 kB
KernelStack:        3792 kB
PageTables:        21868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8654344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8183808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43252 MiB
End job on node149 at 2018-07-28 09:38:35