Trace number 4298250

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
SuperSolver_Macq_Stevenart 2018-04-27? (NS) 4.42904 1.72471

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-14-opt_c18.xml
MD5SUM8ca8b1dfd302123404cd8e6125777478
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":4},{"size":24,"count":2},{"size":36,"count":426},{"size":42,"count":26},{"size":44,"count":458}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":8,"count":62},{"degree":9,"count":41},{"degree":10,"count":352},{"degree":11,"count":180},{"degree":12,"count":118},{"degree":13,"count":63},{"degree":14,"count":34},{"degree":15,"count":20},{"degree":16,"count":22},{"degree":17,"count":6},{"degree":19,"count":4},{"degree":21,"count":6},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":27,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4638}]
Number of extensional constraints4638
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4638}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
4.39/1.70	c Caught NotImplementedException
4.39/1.70	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:536)
4.39/1.70	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
4.39/1.70	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
4.39/1.70	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.39/1.70	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4.39/1.70	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
4.39/1.70	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
4.39/1.70	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
4.39/1.70	c 	xcsp3.XCSP3.<init>(XCSP3.java:73)
4.39/1.70	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
4.39/1.70	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
4.39/1.70	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298250-1532809082/watcher-4298250-1532809082 -o /tmp/evaluation-result-4298250-1532809082/solver-4298250-1532809082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30743 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298250-1532809082.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
solver pid=30947, runsolver pid=30944
Current StackSize limit: 8192 KiB


[startup+0.100176 s]*
/proc/loadavg: 1.84 1.45 1.12 3/215 30962
/proc/meminfo: memFree=24938416/32770624 swapFree=67108436/67108860
[pid=30947] ppid=30944 vsize=10661052 memory=27688 CPUtime=0.12 cores=0,2,4,6
/proc/30947/stat : 30947 (java) S 30944 30947 30712 0 -1 1077944320 5273 0 0 0 11 1 0 0 20 0 15 0 98471386 10916917248 6922 33554432000 4194304 4196468 140734111351552 140734111334096 139747822571255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
/proc/30947/statm: 2665263 6922 2844 1 0 2627263 0
[pid=30947/tid=30949] ppid=30944 vsize=10661052 memory=-8269626465541066109 CPUtime=0.09 cores=0,2,4,6
/proc/30947/task/30949/stat : 30949 (java) R 30944 30947 30712 0 -1 4202560 3139 0 0 0 8 1 0 0 20 0 15 0 98471386 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747826802144 139747814808382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30950] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30950/stat : 30950 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747775191824 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30951] ppid=30944 vsize=10661052 memory=139659075540608 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30951/stat : 30951 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747774139280 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30952] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30952/stat : 30952 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747773086736 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30953] ppid=30944 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30953/stat : 30953 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747772034192 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30954] ppid=30944 vsize=10661052 memory=139659075540608 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30954/stat : 30954 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471389 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747381405680 139747822582402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30955] ppid=30944 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30955/stat : 30955 (java) S 30944 30947 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98471389 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747380351904 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30956] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30956/stat : 30956 (java) S 30944 30947 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98471389 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747379299312 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30957] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30957/stat : 30957 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471391 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747378247888 139747822589851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30958] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30958/stat : 30958 (java) R 30944 30947 30712 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 98471391 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747377195504 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30959] ppid=30944 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30959/stat : 30959 (java) R 30944 30947 30712 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 98471392 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747376142960 139747815556297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30960] ppid=30944 vsize=10661052 memory=139659075540608 CPUtime=0.02 cores=0,2,4,6
/proc/30947/task/30960/stat : 30960 (java) R 30944 30947 30712 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 98471392 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747375090416 139747801540706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30961] ppid=30944 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30961/stat : 30961 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471392 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747374038112 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30962] ppid=30944 vsize=10661052 memory=139659075540608 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30962/stat : 30962 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471392 10916917248 6922 33554432000 4194304 4196468 140734111351552 139747372984624 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27688 KiB

[startup+0.210855 s]*
/proc/loadavg: 1.84 1.45 1.12 4/215 30962
/proc/meminfo: memFree=24926472/32770624 swapFree=67108436/67108860
[pid=30947] ppid=30944 vsize=10661052 memory=40432 CPUtime=0.35 cores=0,2,4,6
/proc/30947/stat : 30947 (java) S 30944 30947 30712 0 -1 1077944320 8177 0 0 0 33 2 0 0 20 0 15 0 98471386 10916917248 10108 33554432000 4194304 4196468 140734111351552 140734111334096 139747822571255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
/proc/30947/statm: 2665263 10108 2993 1 0 2627263 0
[pid=30947/tid=30949] ppid=30944 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30947/task/30949/stat : 30949 (java) R 30944 30947 30712 0 -1 4202560 5108 0 0 0 19 1 0 0 20 0 15 0 98471386 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747826807184 139747448139543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30950] ppid=30944 vsize=10661052 memory=345 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30950/stat : 30950 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747775191824 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30951] ppid=30944 vsize=10661052 memory=3977999251184178848 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30951/stat : 30951 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747774139280 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30952] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30952/stat : 30952 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747773086736 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30953] ppid=30944 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30953/stat : 30953 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747772034192 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30954] ppid=30944 vsize=10661052 memory=139659075540608 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30954/stat : 30954 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471389 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747381405680 139747822582402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30955] ppid=30944 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30955/stat : 30955 (java) S 30944 30947 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98471389 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747380351904 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30956] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30956/stat : 30956 (java) S 30944 30947 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98471389 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747379299312 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30957] ppid=30944 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30957/stat : 30957 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471391 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747378247888 139747822589851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30958] ppid=30944 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30947/task/30958/stat : 30958 (java) R 30944 30947 30712 0 -1 4202560 615 0 0 0 2 0 0 0 20 0 15 0 98471391 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747377195504 139747807467111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30959] ppid=30944 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30947/task/30959/stat : 30959 (java) R 30944 30947 30712 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 15 0 98471392 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747376142960 139747822582402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30960] ppid=30944 vsize=10661052 memory=139659075540608 CPUtime=0.08 cores=0,2,4,6
/proc/30947/task/30960/stat : 30960 (java) R 30944 30947 30712 0 -1 4202560 888 0 0 0 8 0 0 0 20 0 15 0 98471392 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747375088080 139747801496873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30961] ppid=30944 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30961/stat : 30961 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471392 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747374038112 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30962] ppid=30944 vsize=10661052 memory=139659075540608 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30962/stat : 30962 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471392 10916917248 10108 33554432000 4194304 4196468 140734111351552 139747372984624 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40432 KiB

[startup+0.311404 s]*
/proc/loadavg: 1.84 1.45 1.12 7/215 30962
/proc/meminfo: memFree=24914812/32770624 swapFree=67108436/67108860
[pid=30947] ppid=30944 vsize=10661128 memory=52724 CPUtime=0.7 cores=0,2,4,6
/proc/30947/stat : 30947 (java) S 30944 30947 30712 0 -1 1077944320 10301 0 0 0 67 3 0 0 20 0 15 0 98471386 10916995072 13181 33554432000 4194304 4196468 140734111351552 140734111334096 139747822571255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
/proc/30947/statm: 2665282 13181 3073 1 0 2627263 0
[pid=30947/tid=30949] ppid=30944 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30947/task/30949/stat : 30949 (java) R 30944 30947 30712 0 -1 4202560 5416 0 0 0 28 2 0 0 20 0 15 0 98471386 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747826805200 139747806651742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30950] ppid=30944 vsize=10661128 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30950/stat : 30950 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747775191824 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30951] ppid=30944 vsize=10661128 memory=3474446011111986848 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30951/stat : 30951 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747774139280 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30952] ppid=30944 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30952/stat : 30952 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747773086736 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30953] ppid=30944 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30953/stat : 30953 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747772034192 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30954] ppid=30944 vsize=10661128 memory=139659075540608 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30954/stat : 30954 (java) S 30944 30947 30712 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747381405680 139747822582402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30955] ppid=30944 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30955/stat : 30955 (java) S 30944 30947 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747380351904 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30956] ppid=30944 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30956/stat : 30956 (java) S 30944 30947 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747379299312 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30957] ppid=30944 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30957/stat : 30957 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471391 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747378247888 139747822589851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30958] ppid=30944 vsize=10661128 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30947/task/30958/stat : 30958 (java) S 30944 30947 30712 0 -1 1077944384 1078 0 0 0 12 0 0 0 20 0 15 0 98471391 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747377195504 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30959] ppid=30944 vsize=10661128 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/30947/task/30959/stat : 30959 (java) R 30944 30947 30712 0 -1 4202560 976 0 0 0 10 0 0 0 20 0 15 0 98471392 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747376128840 139747807495542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30960] ppid=30944 vsize=10661128 memory=139659075540608 CPUtime=0.15 cores=0,2,4,6
/proc/30947/task/30960/stat : 30960 (java) R 30944 30947 30712 0 -1 1077944384 1461 0 0 0 15 0 0 0 20 0 15 0 98471392 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747375090416 139747822582402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30961] ppid=30944 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30961/stat : 30961 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747374038112 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30962] ppid=30944 vsize=10661128 memory=139659075540608 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30962/stat : 30962 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 13181 33554432000 4194304 4196468 140734111351552 139747372984624 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 52724 KiB

[startup+0.700678 s]
/proc/loadavg: 1.84 1.45 1.12 6/215 30962
/proc/meminfo: memFree=24884604/32770624 swapFree=67108436/67108860
[pid=30947] ppid=30944 vsize=10661128 memory=123904 CPUtime=1.94 cores=0,2,4,6
/proc/30947/stat : 30947 (java) S 30944 30947 30712 0 -1 1077944320 11685 0 0 0 190 4 0 0 20 0 15 0 98471386 10916995072 30976 33554432000 4194304 4196468 140734111351552 140734111334096 139747822571255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
/proc/30947/statm: 2665282 30976 3106 1 0 2627263 0
[pid=30947/tid=30949] ppid=30944 vsize=10661128 memory=1784 CPUtime=0.67 cores=0,2,4,6
/proc/30947/task/30949/stat : 30949 (java) R 30944 30947 30712 0 -1 4202560 5602 0 0 0 65 2 0 0 20 0 15 0 98471386 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747826806704 139747452200803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30950] ppid=30944 vsize=10661128 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30950/stat : 30950 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747775191824 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30951] ppid=30944 vsize=10661128 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30951/stat : 30951 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747774139280 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30952] ppid=30944 vsize=10661128 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30952/stat : 30952 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747773086736 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30953] ppid=30944 vsize=10661128 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30953/stat : 30953 (java) S 30944 30947 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98471387 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747772034192 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30954] ppid=30944 vsize=10661128 memory=1852 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30954/stat : 30954 (java) S 30944 30947 30712 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747381405680 139747822582402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30955] ppid=30944 vsize=10661128 memory=872 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30955/stat : 30955 (java) S 30944 30947 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747380351904 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30956] ppid=30944 vsize=10661128 memory=8068 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30956/stat : 30956 (java) S 30944 30947 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747379299312 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30957] ppid=30944 vsize=10661128 memory=7518026621751089001 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30957/stat : 30957 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471391 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747378247888 139747822589851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30958] ppid=30944 vsize=10661128 memory=7881696724453321575 CPUtime=0.46 cores=0,2,4,6
/proc/30947/task/30958/stat : 30958 (java) R 30944 30947 30712 0 -1 4202560 1580 0 0 0 46 0 0 0 20 0 15 0 98471391 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747377187152 139747806070632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30959] ppid=30944 vsize=10661128 memory=5787213827130353767 CPUtime=0.44 cores=0,2,4,6
/proc/30947/task/30959/stat : 30959 (java) R 30944 30947 30712 0 -1 4202560 1110 0 0 0 44 0 0 0 20 0 15 0 98471392 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747376142960 139747806477260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30960] ppid=30944 vsize=10661128 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/30947/task/30960/stat : 30960 (java) S 30944 30947 30712 0 -1 1077944384 2021 0 0 0 34 1 0 0 20 0 15 0 98471392 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747375090416 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30961] ppid=30944 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30961/stat : 30961 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747374038112 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30962] ppid=30944 vsize=10661128 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30962/stat : 30962 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 30976 33554432000 4194304 4196468 140734111351552 139747372984624 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 123904 KiB

[startup+1.50079 s]
/proc/loadavg: 1.84 1.45 1.12 3/215 30962
/proc/meminfo: memFree=24725924/32770624 swapFree=67108436/67108860
[pid=30947] ppid=30944 vsize=10661128 memory=386008 CPUtime=4.06 cores=0,2,4,6
/proc/30947/stat : 30947 (java) S 30944 30947 30712 0 -1 1077944320 13201 0 0 0 373 33 0 0 20 0 15 0 98471386 10916995072 96502 33554432000 4194304 4196468 140734111351552 140734111334096 139747822571255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
/proc/30947/statm: 2665282 96502 3148 1 0 2627263 0
[pid=30947/tid=30949] ppid=30944 vsize=10661128 memory=6791534058613427641 CPUtime=1.24 cores=0,2,4,6
/proc/30947/task/30949/stat : 30949 (java) R 30944 30947 30712 0 -1 4202560 5656 0 0 0 121 3 0 0 20 0 15 0 98471386 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747826809344 139747452461348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30950] ppid=30944 vsize=10661128 memory=-8253362762724047225 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30950/stat : 30950 (java) S 30944 30947 30712 0 -1 1077944384 177 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747775191824 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30951] ppid=30944 vsize=10661128 memory=-8609294073281748341 CPUtime=0.22 cores=0,2,4,6
/proc/30947/task/30951/stat : 30951 (java) S 30944 30947 30712 0 -1 1077944384 171 0 0 0 16 6 0 0 20 0 15 0 98471387 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747774139280 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30952] ppid=30944 vsize=10661128 memory=-6517102902069810590 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30952/stat : 30952 (java) S 30944 30947 30712 0 -1 1077944384 170 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747773086736 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30953] ppid=30944 vsize=10661128 memory=4134692831991786133 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30953/stat : 30953 (java) S 30944 30947 30712 0 -1 1077944384 175 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747772034192 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30954] ppid=30944 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30954/stat : 30954 (java) S 30944 30947 30712 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747381405680 139747822582402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30955] ppid=30944 vsize=10661128 memory=7665497566861357154 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30955/stat : 30955 (java) S 30944 30947 30712 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747380351904 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30956] ppid=30944 vsize=10661128 memory=7447098269037253200 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30956/stat : 30956 (java) S 30944 30947 30712 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747379299312 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30957] ppid=30944 vsize=10661128 memory=7090988413152880236 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30957/stat : 30957 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471391 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747378247888 139747822589851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30958] ppid=30944 vsize=10661128 memory=8298057376636588407 CPUtime=0.71 cores=0,2,4,6
/proc/30947/task/30958/stat : 30958 (java) S 30944 30947 30712 0 -1 1077944384 1869 0 0 0 71 0 0 0 20 0 15 0 98471391 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747377195504 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30959] ppid=30944 vsize=10661128 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/30947/task/30959/stat : 30959 (java) R 30944 30947 30712 0 -1 4202560 1407 0 0 0 75 0 0 0 20 0 15 0 98471392 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747376142960 139747805956134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30960] ppid=30944 vsize=10661128 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/30947/task/30960/stat : 30960 (java) S 30944 30947 30712 0 -1 1077944384 2132 0 0 0 40 1 0 0 20 0 15 0 98471392 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747375090416 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30961] ppid=30944 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30961/stat : 30961 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747374038112 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30962] ppid=30944 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30962/stat : 30962 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 96502 33554432000 4194304 4196468 140734111351552 139747372984624 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 386008 KiB

[startup+1.72467 s]
# the end of solver process 30947 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.07779 s, system=0.351254 s

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

[startup+1.60096 s]
/proc/loadavg: 1.84 1.45 1.12 3/215 30962
/proc/meminfo: memFree=24725924/32770624 swapFree=67108436/67108860
[pid=30947] ppid=30944 vsize=10661128 memory=400436 CPUtime=4.24 cores=0,2,4,6
/proc/30947/stat : 30947 (java) S 30944 30947 30712 0 -1 1077944320 13226 0 0 0 391 33 0 0 20 0 15 0 98471386 10916995072 100109 33554432000 4194304 4196468 140734111351552 140734111334096 139747822571255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
/proc/30947/statm: 2665282 100109 3150 1 0 2627263 0
[pid=30947/tid=30949] ppid=30944 vsize=10661128 memory=5792845628767883882 CPUtime=1.35 cores=0,2,4,6
/proc/30947/task/30949/stat : 30949 (java) R 30944 30947 30712 0 -1 4202560 5663 0 0 0 131 4 0 0 20 0 15 0 98471386 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747826809344 139747452461348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30950] ppid=30944 vsize=10661128 memory=7228677990883944813 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30950/stat : 30950 (java) S 30944 30947 30712 0 -1 1077944384 177 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747775191824 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30951] ppid=30944 vsize=10661128 memory=7523376918531162212 CPUtime=0.22 cores=0,2,4,6
/proc/30947/task/30951/stat : 30951 (java) S 30944 30947 30712 0 -1 1077944384 171 0 0 0 16 6 0 0 20 0 15 0 98471387 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747774139280 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30952] ppid=30944 vsize=10661128 memory=7666647630186959206 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30952/stat : 30952 (java) S 30944 30947 30712 0 -1 1077944384 170 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747773086736 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30953] ppid=30944 vsize=10661128 memory=5864642630346369126 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30953/stat : 30953 (java) S 30944 30947 30712 0 -1 1077944384 175 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747772034192 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30954] ppid=30944 vsize=10661128 memory=5864642630346369126 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30954/stat : 30954 (java) S 30944 30947 30712 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747381405680 139747822582402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30955] ppid=30944 vsize=10661128 memory=8242832241811678803 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30955/stat : 30955 (java) S 30944 30947 30712 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747380351904 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30956] ppid=30944 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30956/stat : 30956 (java) S 30944 30947 30712 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747379299312 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30957] ppid=30944 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30957/stat : 30957 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471391 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747378247888 139747822589851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30958] ppid=30944 vsize=10661128 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/30947/task/30958/stat : 30958 (java) S 30944 30947 30712 0 -1 1077944384 1879 0 0 0 75 0 0 0 20 0 15 0 98471391 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747377195504 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30959] ppid=30944 vsize=10661128 memory=-2605811476043407915 CPUtime=0.79 cores=0,2,4,6
/proc/30947/task/30959/stat : 30959 (java) S 30944 30947 30712 0 -1 1077944384 1414 0 0 0 79 0 0 0 20 0 15 0 98471392 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747376142960 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30960] ppid=30944 vsize=10661128 memory=-4051592751533505334 CPUtime=0.42 cores=0,2,4,6
/proc/30947/task/30960/stat : 30960 (java) S 30944 30947 30712 0 -1 1077944384 2133 0 0 0 41 1 0 0 20 0 15 0 98471392 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747375090416 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30961] ppid=30944 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30961/stat : 30961 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747374038112 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30962] ppid=30944 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30962/stat : 30962 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 100109 33554432000 4194304 4196468 140734111351552 139747372984624 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 400436 KiB

[startup+1.70076 s]
/proc/loadavg: 1.84 1.45 1.12 3/215 30962
/proc/meminfo: memFree=24725924/32770624 swapFree=67108436/67108860
[pid=30947] ppid=30944 vsize=10661128 memory=441396 CPUtime=4.39 cores=0,2,4,6
/proc/30947/stat : 30947 (java) S 30944 30947 30712 0 -1 1077944320 13253 0 0 0 405 34 0 0 20 0 15 0 98471386 10916995072 110349 33554432000 4194304 4196468 140734111351552 140734111334096 139747822571255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
/proc/30947/statm: 2665282 110349 3150 1 0 2627263 0
[pid=30947/tid=30949] ppid=30944 vsize=10661128 memory=6791534058613427641 CPUtime=1.45 cores=0,2,4,6
/proc/30947/task/30949/stat : 30949 (java) R 30944 30947 30712 0 -1 4202560 5683 0 0 0 140 5 0 0 20 0 15 0 98471386 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747826809344 139747452461437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30950] ppid=30944 vsize=10661128 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30950/stat : 30950 (java) S 30944 30947 30712 0 -1 1077944384 177 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747775191824 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30951] ppid=30944 vsize=10661128 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/30947/task/30951/stat : 30951 (java) S 30944 30947 30712 0 -1 1077944384 171 0 0 0 16 6 0 0 20 0 15 0 98471387 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747774139280 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30952] ppid=30944 vsize=10661128 memory=4640467252704989264 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30952/stat : 30952 (java) S 30944 30947 30712 0 -1 1077944384 170 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747773086736 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30953] ppid=30944 vsize=10661128 memory=7452728842579373158 CPUtime=0.21 cores=0,2,4,6
/proc/30947/task/30953/stat : 30953 (java) S 30944 30947 30712 0 -1 1077944384 175 0 0 0 15 6 0 0 20 0 15 0 98471387 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747772034192 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30954] ppid=30944 vsize=10661128 memory=7089324839172859732 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30954/stat : 30954 (java) S 30944 30947 30712 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747381405680 139747822582402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30955] ppid=30944 vsize=10661128 memory=132980777449713 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30955/stat : 30955 (java) S 30944 30947 30712 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747380351904 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30956] ppid=30944 vsize=10661128 memory=279317829971088 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30956/stat : 30956 (java) S 30944 30947 30712 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98471389 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747379299312 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30957] ppid=30944 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30957/stat : 30957 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471391 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747378247888 139747822589851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30958] ppid=30944 vsize=10661128 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/30947/task/30958/stat : 30958 (java) R 30944 30947 30712 0 -1 4202560 1886 0 0 0 80 0 0 0 20 0 15 0 98471391 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747377195504 139747804115762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30959] ppid=30944 vsize=10661128 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/30947/task/30959/stat : 30959 (java) S 30944 30947 30712 0 -1 1077944384 1414 0 0 0 79 0 0 0 20 0 15 0 98471392 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747376142960 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30960] ppid=30944 vsize=10661128 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/30947/task/30960/stat : 30960 (java) S 30944 30947 30712 0 -1 1077944384 2133 0 0 0 41 1 0 0 20 0 15 0 98471392 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747375090416 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30961] ppid=30944 vsize=10661128 memory=-8253362762724047225 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30961/stat : 30961 (java) S 30944 30947 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747374038112 139747822581461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
[pid=30947/tid=30962] ppid=30944 vsize=10661128 memory=-8609294073281748341 CPUtime=0 cores=0,2,4,6
/proc/30947/task/30962/stat : 30962 (java) S 30944 30947 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98471392 10916995072 110349 33554432000 4194304 4196468 140734111351552 139747372984624 139747822582402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25485312 140734111360138 140734111360265 140734111360265 140734111363023 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 441396 KiB

Child status: 0
Real time (s): 1.72471
CPU time (s): 4.42904
CPU user time (s): 4.07779
CPU system time (s): 0.351254
CPU usage (%): 256.798
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 441396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.07779
system time used= 0.351254
maximum resident set size= 444348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13318
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= 1516
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 30947
#   total CPU time (s): 4.42904
#   total CPU user time (s): 4.07779
#   total CPU system time (s): 0.351254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042544 second user time and 0.050599 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 22:18:02
IDJOB=4298250
IDBENCH=141090
IDSOLVER=2767
FILE ID=node137/4298250-1532809082
RUNJOBID= node137-1532808776-30743
PBS_JOBID= 21022474
Free space on /tmp= 48140 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-14-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298250-1532809082/watcher-4298250-1532809082 -o /tmp/evaluation-result-4298250-1532809082/solver-4298250-1532809082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30743 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298250-1532809082.xml

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

MD5SUM BENCH= 8ca8b1dfd302123404cd8e6125777478
RANDOM SEED=1487320887

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24954548 kB
MemAvailable:   28853292 kB
Buffers:          196116 kB
Cached:          3936168 kB
SwapCached:           32 kB
Active:          4900272 kB
Inactive:        2359152 kB
Active(anon):    3075072 kB
Inactive(anon):    80052 kB
Active(file):    1825200 kB
Inactive(file):  2279100 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1640 kB
Writeback:            12 kB
AnonPages:       3135144 kB
Mapped:            53088 kB
Shmem:             25052 kB
Slab:             248576 kB
SReclaimable:     220556 kB
SUnreclaim:        28020 kB
KernelStack:        3568 kB
PageTables:        11336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4052844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2953216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48136 MiB
End job on node137 at 2018-07-28 22:18:04