Trace number 4298205

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? (NS) 3.85809 1.70952

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-11-opt_c18.xml
MD5SUMca82bc0dd04246bcda0d395b71fb38c4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":26},{"degree":5,"count":13},{"degree":6,"count":86},{"degree":7,"count":20},{"degree":8,"count":89},{"degree":9,"count":12},{"degree":10,"count":87},{"degree":11,"count":28},{"degree":12,"count":42},{"degree":13,"count":25},{"degree":14,"count":40},{"degree":15,"count":14},{"degree":16,"count":40},{"degree":17,"count":8},{"degree":18,"count":29},{"degree":19,"count":6},{"degree":20,"count":18},{"degree":21,"count":13},{"degree":22,"count":11},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":8},{"degree":26,"count":8},{"degree":28,"count":9},{"degree":29,"count":8},{"degree":30,"count":2},{"degree":31,"count":6},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
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
3.61/1.69	c Caught NotImplementedException
3.61/1.69	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:547)
3.61/1.69	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
3.61/1.69	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
3.61/1.69	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.61/1.69	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
3.61/1.69	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
3.61/1.69	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
3.61/1.69	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
3.61/1.69	c 	xcsp3.XCSP3.<init>(XCSP3.java:79)
3.61/1.69	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
3.61/1.69	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:46)
3.61/1.69	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 (14361 MiB free)
  memory of node 1: 16384 MiB (10670 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298205-1532750832/watcher-4298205-1532750832 -o /tmp/evaluation-result-4298205-1532750832/solver-4298205-1532750832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298205-1532750832.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=6030, runsolver pid=6027

[startup+0.10009 s]*
/proc/loadavg: 1.25 1.29 1.38 5/215 6045
/proc/meminfo: memFree=25617872/32770624 swapFree=67108860/67108860
[pid=6030] ppid=6027 vsize=10658972 memory=27460 CPUtime=0.12 cores=0,2,4,6
/proc/6030/stat : 6030 (java) S 6027 6030 4860 0 -1 1077944320 5280 0 0 0 11 1 0 0 20 0 15 0 92646404 10914787328 6865 33554432000 4194304 4196468 140735507076048 140735507058592 139877043445495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
/proc/6030/statm: 2664743 6865 2849 1 0 2627263 0
[pid=6030/tid=6032] ppid=6027 vsize=10658972 memory=-8968741029932790976 CPUtime=0.09 cores=0,2,4,6
/proc/6030/task/6032/stat : 6032 (java) R 6027 6030 4860 0 -1 4202560 3115 0 0 0 9 0 0 0 20 0 15 0 92646405 10914787328 6931 33554432000 4194304 4196468 140735507076048 139877047675760 139876632656553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6033] ppid=6027 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6033/stat : 6033 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876969519504 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6034] ppid=6027 vsize=10658972 memory=140293775681152 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6034/stat : 6034 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876968466704 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6035] ppid=6027 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6035/stat : 6035 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876967414416 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6036] ppid=6027 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6036/stat : 6036 (java) S 6027 6030 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876966361616 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6037] ppid=6027 vsize=10658972 memory=140293775681152 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6037/stat : 6037 (java) S 6027 6030 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92646407 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876535048816 139877043456642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6038] ppid=6027 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6038/stat : 6038 (java) S 6027 6030 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92646407 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876533994784 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6039] ppid=6027 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6039/stat : 6039 (java) S 6027 6030 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92646408 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876532942448 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6040] ppid=6027 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6040/stat : 6040 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876531890768 139877043464091 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6041] ppid=6027 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6041/stat : 6041 (java) R 6027 6030 4860 0 -1 4202560 333 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876530829120 139877022957280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6042] ppid=6027 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6042/stat : 6042 (java) R 6027 6030 4860 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876529784912 139877043455701 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6043] ppid=6027 vsize=10658972 memory=140293775681152 CPUtime=0.01 cores=0,2,4,6
/proc/6030/task/6043/stat : 6043 (java) S 6027 6030 4860 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 15 0 92646410 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876528732528 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6044] ppid=6027 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6044/stat : 6044 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876527679968 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6045] ppid=6027 vsize=10658972 memory=140293775681152 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6045/stat : 6045 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 6931 33554432000 4194304 4196468 140735507076048 139876526627760 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27460 KiB

[startup+0.210502 s]*
/proc/loadavg: 1.25 1.29 1.38 4/215 6045
/proc/meminfo: memFree=25605400/32770624 swapFree=67108860/67108860
[pid=6030] ppid=6027 vsize=10658972 memory=40208 CPUtime=0.34 cores=0,2,4,6
/proc/6030/stat : 6030 (java) S 6027 6030 4860 0 -1 1077944320 8147 0 0 0 32 2 0 0 20 0 15 0 92646404 10914787328 10052 33554432000 4194304 4196468 140735507076048 140735507058592 139877043445495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
/proc/6030/statm: 2664743 10052 2993 1 0 2627263 0
[pid=6030/tid=6032] ppid=6027 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6030/task/6032/stat : 6032 (java) R 6027 6030 4860 0 -1 4202560 5094 0 0 0 19 1 0 0 20 0 15 0 92646405 10914787328 10052 33554432000 4194304 4196468 140735507076048 139877047684512 139876632736904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6033] ppid=6027 vsize=10658972 memory=364 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6033/stat : 6033 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876969519504 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6034] ppid=6027 vsize=10658972 memory=140293775687404 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6034/stat : 6034 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876968466704 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6035] ppid=6027 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6035/stat : 6035 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876967414416 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6036] ppid=6027 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6036/stat : 6036 (java) S 6027 6030 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92646406 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876966361616 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6037] ppid=6027 vsize=10658972 memory=140293775681152 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6037/stat : 6037 (java) S 6027 6030 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92646407 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876535048816 139877043456642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6038] ppid=6027 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6038/stat : 6038 (java) S 6027 6030 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92646407 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876533994784 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6039] ppid=6027 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6039/stat : 6039 (java) S 6027 6030 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92646408 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876532942448 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6040] ppid=6027 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6040/stat : 6040 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876531890768 139877043464091 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6041] ppid=6027 vsize=10658972 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6030/task/6041/stat : 6041 (java) R 6027 6030 4860 0 -1 1077944384 617 0 0 0 1 0 0 0 20 0 15 0 92646410 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876530837616 139877043456642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6042] ppid=6027 vsize=10658972 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6030/task/6042/stat : 6042 (java) R 6027 6030 4860 0 -1 4202560 288 0 0 0 2 0 0 0 20 0 15 0 92646410 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876529784816 139877027849483 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6043] ppid=6027 vsize=10658972 memory=140293775681152 CPUtime=0.08 cores=0,2,4,6
/proc/6030/task/6043/stat : 6043 (java) R 6027 6030 4860 0 -1 4202560 782 0 0 0 8 0 0 0 20 0 15 0 92646410 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876528728896 139877027971926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6044] ppid=6027 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6044/stat : 6044 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876527679968 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6045] ppid=6027 vsize=10658972 memory=140293775681152 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6045/stat : 6045 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646410 10914787328 10052 33554432000 4194304 4196468 140735507076048 139876526627760 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40208 KiB

[startup+0.31036 s]*
/proc/loadavg: 1.25 1.29 1.38 5/215 6045
/proc/meminfo: memFree=25592112/32770624 swapFree=67108860/67108860
[pid=6030] ppid=6027 vsize=10659048 memory=54744 CPUtime=0.69 cores=0,2,4,6
/proc/6030/stat : 6030 (java) S 6027 6030 4860 0 -1 1077944320 10725 0 0 0 66 3 0 0 20 0 15 0 92646404 10914865152 13686 33554432000 4194304 4196468 140735507076048 140735507058592 139877043445495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
/proc/6030/statm: 2664762 13686 3065 1 0 2627263 0
[pid=6030/tid=6032] ppid=6027 vsize=10659048 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6030/task/6032/stat : 6032 (java) R 6027 6030 4860 0 -1 4202560 5412 0 0 0 28 1 0 0 20 0 15 0 92646405 10914865152 13686 33554432000 4194304 4196468 140735507076048 139877047681840 139876632656532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6033] ppid=6027 vsize=10659048 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6033/stat : 6033 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876969519504 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6034] ppid=6027 vsize=10659048 memory=14271454328514200 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6034/stat : 6034 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876968466704 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6035] ppid=6027 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6035/stat : 6035 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876967414416 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6036] ppid=6027 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6036/stat : 6036 (java) S 6027 6030 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876966361616 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6037] ppid=6027 vsize=10659048 memory=140293775681152 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6037/stat : 6037 (java) S 6027 6030 4860 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876535048816 139877043456642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6038] ppid=6027 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6038/stat : 6038 (java) S 6027 6030 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876533994784 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6039] ppid=6027 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6039/stat : 6039 (java) S 6027 6030 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92646408 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876532942448 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6040] ppid=6027 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6040/stat : 6040 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876531890768 139877043464091 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6041] ppid=6027 vsize=10659048 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6030/task/6041/stat : 6041 (java) R 6027 6030 4860 0 -1 1077944384 1198 0 0 0 10 0 0 0 20 0 15 0 92646410 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876530837616 139877043456642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6042] ppid=6027 vsize=10659048 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/6030/task/6042/stat : 6042 (java) R 6027 6030 4860 0 -1 4202560 1255 0 0 0 12 0 0 0 20 0 15 0 92646410 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876529776768 139877026830374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6043] ppid=6027 vsize=10659048 memory=140293775681152 CPUtime=0.15 cores=0,2,4,6
/proc/6030/task/6043/stat : 6043 (java) S 6027 6030 4860 0 -1 1077944384 1491 0 0 0 15 0 0 0 20 0 15 0 92646410 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876528732528 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6044] ppid=6027 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6044/stat : 6044 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876527679968 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6045] ppid=6027 vsize=10659048 memory=140293775681152 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6045/stat : 6045 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 13686 33554432000 4194304 4196468 140735507076048 139876526627760 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 54744 KiB

[startup+0.700702 s]
/proc/loadavg: 1.25 1.29 1.38 7/215 6045
/proc/meminfo: memFree=25560948/32770624 swapFree=67108860/67108860
[pid=6030] ppid=6027 vsize=10659048 memory=98872 CPUtime=1.89 cores=0,2,4,6
/proc/6030/stat : 6030 (java) S 6027 6030 4860 0 -1 1077944320 12013 0 0 0 184 5 0 0 20 0 15 0 92646404 10914865152 24718 33554432000 4194304 4196468 140735507076048 140735507058592 139877043445495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
/proc/6030/statm: 2664762 24718 3098 1 0 2627263 0
[pid=6030/tid=6032] ppid=6027 vsize=10659048 memory=1840 CPUtime=0.67 cores=0,2,4,6
/proc/6030/task/6032/stat : 6032 (java) R 6027 6030 4860 0 -1 4202560 5592 0 0 0 65 2 0 0 20 0 15 0 92646405 10914865152 24718 33554432000 4194304 4196468 140735507076048 139877047683416 139876632742831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6033] ppid=6027 vsize=10659048 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6033/stat : 6033 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876969519504 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6034] ppid=6027 vsize=10659048 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6034/stat : 6034 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876968466704 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6035] ppid=6027 vsize=10659048 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6035/stat : 6035 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876967414416 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6036] ppid=6027 vsize=10659048 memory=792 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6036/stat : 6036 (java) S 6027 6030 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876966361616 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6037] ppid=6027 vsize=10659048 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6037/stat : 6037 (java) S 6027 6030 4860 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876535048816 139877043456642 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6038] ppid=6027 vsize=10659048 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6038/stat : 6038 (java) S 6027 6030 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876533994784 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6039] ppid=6027 vsize=10659048 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6039/stat : 6039 (java) S 6027 6030 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92646408 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876532942448 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6040] ppid=6027 vsize=10659048 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6040/stat : 6040 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876531890768 139877043464091 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6041] ppid=6027 vsize=10659048 memory=7163631965283378496 CPUtime=0.4 cores=0,2,4,6
/proc/6030/task/6041/stat : 6041 (java) S 6027 6030 4860 0 -1 1077944384 1826 0 0 0 40 0 0 0 20 0 15 0 92646410 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876530837616 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6042] ppid=6027 vsize=10659048 memory=7667213801450137426 CPUtime=0.45 cores=0,2,4,6
/proc/6030/task/6042/stat : 6042 (java) R 6027 6030 4860 0 -1 4202560 1369 0 0 0 45 0 0 0 20 0 15 0 92646410 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876529783712 139877026830360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6043] ppid=6027 vsize=10659048 memory=7079773312675500112 CPUtime=0.33 cores=0,2,4,6
/proc/6030/task/6043/stat : 6043 (java) S 6027 6030 4860 0 -1 1077944384 1854 0 0 0 32 1 0 0 20 0 15 0 92646410 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876528732528 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6044] ppid=6027 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6044/stat : 6044 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876527679968 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6045] ppid=6027 vsize=10659048 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6045/stat : 6045 (java) S 6027 6030 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 24718 33554432000 4194304 4196468 140735507076048 139876526627760 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 98872 KiB

[startup+1.50073 s]
/proc/loadavg: 1.25 1.29 1.38 3/215 6045
/proc/meminfo: memFree=25506460/32770624 swapFree=67108860/67108860
[pid=6030] ppid=6027 vsize=10659048 memory=204408 CPUtime=3.35 cores=0,2,4,6
/proc/6030/stat : 6030 (java) S 6027 6030 4860 0 -1 1077944320 16964 0 0 0 325 10 0 0 20 0 15 0 92646404 10914865152 51102 33554432000 4194304 4196468 140735507076048 140735507058592 139877043445495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
/proc/6030/statm: 2664762 51102 3134 1 0 2627263 0
[pid=6030/tid=6032] ppid=6027 vsize=10659048 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/6030/task/6032/stat : 6032 (java) R 6027 6030 4860 0 -1 4202560 6387 0 0 0 142 3 0 0 20 0 15 0 92646405 10914865152 51102 33554432000 4194304 4196468 140735507076048 139877047683568 139876636738086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6033] ppid=6027 vsize=10659048 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6033/stat : 6033 (java) S 6027 6030 4860 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876969519504 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6034] ppid=6027 vsize=10659048 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6034/stat : 6034 (java) S 6027 6030 4860 0 -1 1077944384 259 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876968466704 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6035] ppid=6027 vsize=10659048 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6035/stat : 6035 (java) S 6027 6030 4860 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876967414416 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6036] ppid=6027 vsize=10659048 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6036/stat : 6036 (java) S 6027 6030 4860 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 92646406 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876966361616 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6037] ppid=6027 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6037/stat : 6037 (java) S 6027 6030 4860 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876535048816 139877043456642 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6038] ppid=6027 vsize=10659048 memory=7666647643122390626 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6038/stat : 6038 (java) S 6027 6030 4860 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876533994784 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6039] ppid=6027 vsize=10659048 memory=6083358604262791271 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6039/stat : 6039 (java) S 6027 6030 4860 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92646408 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876532942448 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6040] ppid=6027 vsize=10659048 memory=7295950583417696866 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6040/stat : 6040 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876531890768 139877043464091 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6041] ppid=6027 vsize=10659048 memory=7526543814710055290 CPUtime=0.65 cores=0,2,4,6
/proc/6030/task/6041/stat : 6041 (java) S 6027 6030 4860 0 -1 1077944384 3153 0 0 0 65 0 0 0 20 0 15 0 92646410 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876530837616 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6042] ppid=6027 vsize=10659048 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/6030/task/6042/stat : 6042 (java) S 6027 6030 4860 0 -1 1077944384 2581 0 0 0 76 0 0 0 20 0 15 0 92646410 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876529784816 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6043] ppid=6027 vsize=10659048 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/6030/task/6043/stat : 6043 (java) S 6027 6030 4860 0 -1 1077944384 2610 0 0 0 37 1 0 0 20 0 15 0 92646410 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876528732528 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6044] ppid=6027 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6044/stat : 6044 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876527679968 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6045] ppid=6027 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6045/stat : 6045 (java) S 6027 6030 4860 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 51102 33554432000 4194304 4196468 140735507076048 139876526627760 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
Current children cumulated CPU time: 3.35 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 204408 KiB

[startup+1.70946 s]
# the end of solver process 6030 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.68873 s, system=0.169364 s

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

[startup+1.60089 s]
/proc/loadavg: 1.25 1.29 1.38 3/215 6045
/proc/meminfo: memFree=25506460/32770624 swapFree=67108860/67108860
[pid=6030] ppid=6027 vsize=10659048 memory=248384 CPUtime=3.61 cores=0,2,4,6
/proc/6030/stat : 6030 (java) S 6027 6030 4860 0 -1 1077944320 17396 0 0 0 346 15 0 0 20 0 15 0 92646404 10914865152 62096 33554432000 4194304 4196468 140735507076048 140735507058592 139877043445495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
/proc/6030/statm: 2664762 62096 3142 1 0 2627263 0
[pid=6030/tid=6032] ppid=6027 vsize=10659048 memory=0 CPUtime=1.52 cores=0,2,4,6
/proc/6030/task/6032/stat : 6032 (java) R 6027 6030 4860 0 -1 4202560 6393 0 0 0 149 3 0 0 20 0 15 0 92646405 10914865152 62096 33554432000 4194304 4196468 140735507076048 139877047682768 139876632744775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6033] ppid=6027 vsize=10659048 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6030/task/6033/stat : 6033 (java) S 6027 6030 4860 0 -1 1077944384 155 0 0 0 2 2 0 0 20 0 15 0 92646406 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876969519504 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6034] ppid=6027 vsize=10659048 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6030/task/6034/stat : 6034 (java) S 6027 6030 4860 0 -1 1077944384 350 0 0 0 1 2 0 0 20 0 15 0 92646406 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876968466704 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6035] ppid=6027 vsize=10659048 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6030/task/6035/stat : 6035 (java) S 6027 6030 4860 0 -1 1077944384 255 0 0 0 2 2 0 0 20 0 15 0 92646406 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876967414416 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6036] ppid=6027 vsize=10659048 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6030/task/6036/stat : 6036 (java) S 6027 6030 4860 0 -1 1077944384 146 0 0 0 2 2 0 0 20 0 15 0 92646406 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876966361616 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6037] ppid=6027 vsize=10659048 memory=140293775682865 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6037/stat : 6037 (java) S 6027 6030 4860 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876535048816 139877043456642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6038] ppid=6027 vsize=10659048 memory=7516619281462747748 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6038/stat : 6038 (java) S 6027 6030 4860 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 92646407 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876533994784 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6039] ppid=6027 vsize=10659048 memory=7594598810448916079 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6039/stat : 6039 (java) S 6027 6030 4860 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92646408 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876532942448 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6040] ppid=6027 vsize=10659048 memory=6435751896229695568 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6040/stat : 6040 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876531890768 139877043464091 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6041] ppid=6027 vsize=10659048 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/6030/task/6041/stat : 6041 (java) S 6027 6030 4860 0 -1 1077944384 3191 0 0 0 69 0 0 0 20 0 15 0 92646410 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876530837616 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6042] ppid=6027 vsize=10659048 memory=166222348007124 CPUtime=0.8 cores=0,2,4,6
/proc/6030/task/6042/stat : 6042 (java) S 6027 6030 4860 0 -1 1077944384 2596 0 0 0 80 0 0 0 20 0 15 0 92646410 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876529784816 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6043] ppid=6027 vsize=10659048 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/6030/task/6043/stat : 6043 (java) R 6027 6030 4860 0 -1 1077944384 2616 0 0 0 38 1 0 0 20 0 15 0 92646410 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876528732528 139877043456642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6044] ppid=6027 vsize=10659048 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6044/stat : 6044 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876527679968 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6045] ppid=6027 vsize=10659048 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6045/stat : 6045 (java) S 6027 6030 4860 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92646410 10914865152 62096 33554432000 4194304 4196468 140735507076048 139876526627760 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 248384 KiB

[startup+1.70073 s]
/proc/loadavg: 1.25 1.29 1.38 3/215 6045
/proc/meminfo: memFree=25506460/32770624 swapFree=67108860/67108860
[pid=6030] ppid=6027 vsize=10725612 memory=316280 CPUtime=3.84 cores=0,2,4,6
/proc/6030/stat : 6030 (java) S 6027 6030 4860 0 -1 1077944320 18140 0 0 0 368 16 0 0 20 0 13 0 92646404 10983026688 79070 33554432000 4194304 4196468 140735507076048 140735507058592 139877043445495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
/proc/6030/statm: 2681403 79070 3147 1 0 2643904 0
[pid=6030/tid=6032] ppid=6027 vsize=10725612 memory=0 CPUtime=1.62 cores=0,2,4,6
/proc/6030/task/6032/stat : 6032 (java) S 6027 6030 4860 0 -1 1077944384 6715 0 0 0 158 4 0 0 20 0 13 0 92646405 10983026688 79070 33554432000 4194304 4196468 140735507076048 139877047688336 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6033] ppid=6027 vsize=10725612 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6030/task/6033/stat : 6033 (java) S 6027 6030 4860 0 -1 1077944384 155 0 0 0 2 2 0 0 20 0 13 0 92646406 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876969519504 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6034] ppid=6027 vsize=10725612 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6030/task/6034/stat : 6034 (java) S 6027 6030 4860 0 -1 1077944384 350 0 0 0 1 2 0 0 20 0 13 0 92646406 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876968466704 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6035] ppid=6027 vsize=10725612 memory=6944656575208382560 CPUtime=0.04 cores=0,2,4,6
/proc/6030/task/6035/stat : 6035 (java) S 6027 6030 4860 0 -1 1077944384 255 0 0 0 2 2 0 0 20 0 13 0 92646406 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876967414416 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6036] ppid=6027 vsize=10725612 memory=-2897801490638248215 CPUtime=0.04 cores=0,2,4,6
/proc/6030/task/6036/stat : 6036 (java) S 6027 6030 4860 0 -1 1077944384 146 0 0 0 2 2 0 0 20 0 13 0 92646406 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876966361616 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6037] ppid=6027 vsize=10725612 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6037/stat : 6037 (java) S 6027 6030 4860 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 13 0 92646407 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876535049024 139877043456642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6038] ppid=6027 vsize=10725612 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6038/stat : 6038 (java) S 6027 6030 4860 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 13 0 92646407 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876533994784 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6039] ppid=6027 vsize=10725612 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6039/stat : 6039 (java) S 6027 6030 4860 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 13 0 92646408 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876532942448 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6041] ppid=6027 vsize=10725612 memory=7391413433648273289 CPUtime=0.77 cores=0,2,4,6
/proc/6030/task/6041/stat : 6041 (java) S 6027 6030 4860 0 -1 1077944384 3295 0 0 0 77 0 0 0 20 0 13 0 92646410 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876530818016 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6042] ppid=6027 vsize=10725612 memory=-8818460131910270915 CPUtime=0.84 cores=0,2,4,6
/proc/6030/task/6042/stat : 6042 (java) S 6027 6030 4860 0 -1 1077944384 2818 0 0 0 84 0 0 0 20 0 13 0 92646410 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876529784816 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6043] ppid=6027 vsize=10725612 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/6030/task/6043/stat : 6043 (java) S 6027 6030 4860 0 -1 1077944384 2665 0 0 0 39 1 0 0 20 0 13 0 92646410 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876528732528 139877043456642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
[pid=6030/tid=6044] ppid=6027 vsize=10725612 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/6030/task/6044/stat : 6044 (java) S 6027 6030 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 92646410 10983026688 79070 33554432000 4194304 4196468 140735507076048 139876527679968 139877043455701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20029440 140735507084461 140735507084553 140735507084553 140735507087311 0
Current children cumulated CPU time: 3.84 s
Current children cumulated vsize: 10725612 KiB
Current children cumulated memory: 316280 KiB

Child status: 0
Real time (s): 1.70952
CPU time (s): 3.85809
CPU user time (s): 3.68873
CPU system time (s): 0.169364
CPU usage (%): 225.683
Max. virtual memory (cumulated for all children) (KiB): 10725612
Max. memory (cumulated for all children) (KiB): 316280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.68873
system time used= 0.169364
maximum resident set size= 316716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18170
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= 1456
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 6030
#   total CPU time (s): 3.85809
#   total CPU user time (s): 3.68873
#   total CPU system time (s): 0.169364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034389 second user time and 0.05563 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 06:07:12
IDJOB=4298205
IDBENCH=141084
IDSOLVER=2763
FILE ID=node151/4298205-1532750832
RUNJOBID= node151-1532740893-4891
PBS_JOBID= 21022447
Free space on /tmp= 54920 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-11-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298205-1532750832/watcher-4298205-1532750832 -o /tmp/evaluation-result-4298205-1532750832/solver-4298205-1532750832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4891 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298205-1532750832.xml

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

MD5SUM BENCH= ca82bc0dd04246bcda0d395b71fb38c4
RANDOM SEED=1813048831

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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.87
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.87
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.87
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:        25632964 kB
MemAvailable:   29280208 kB
Buffers:          177608 kB
Cached:          3738736 kB
SwapCached:            0 kB
Active:          4103540 kB
Inactive:        2552240 kB
Active(anon):    2688640 kB
Inactive(anon):    78192 kB
Active(file):    1414900 kB
Inactive(file):  2474048 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       2847516 kB
Mapped:            54364 kB
Shmem:             25224 kB
Slab:             176060 kB
SReclaimable:     148260 kB
SUnreclaim:        27800 kB
KernelStack:        3808 kB
PageTables:        10464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3663796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2740224 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= 54916 MiB
End job on node151 at 2018-07-28 06:07:14