Trace number 4298151

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? (NS) 4.56692 1.72623

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-08-opt_c18.xml
MD5SUM9315cc985dc36f3772136cd275650935
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":48},{"size":22,"count":36},{"size":24,"count":18},{"size":36,"count":122},{"size":42,"count":170},{"size":44,"count":286}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":46},{"degree":7,"count":68},{"degree":8,"count":77},{"degree":9,"count":85},{"degree":10,"count":54},{"degree":11,"count":33},{"degree":12,"count":37},{"degree":13,"count":21},{"degree":14,"count":8},{"degree":15,"count":1},{"degree":16,"count":35},{"degree":17,"count":26},{"degree":18,"count":63},{"degree":19,"count":54},{"degree":20,"count":32},{"degree":21,"count":12},{"degree":22,"count":7},{"degree":23,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
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.54/1.70	c Caught NotImplementedException
4.54/1.71	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:528)
4.54/1.71	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
4.54/1.71	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
4.54/1.71	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.54/1.71	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4.54/1.71	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
4.54/1.71	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
4.54/1.71	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
4.54/1.71	c 	xcsp3.XCSP3.<init>(XCSP3.java:72)
4.54/1.71	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
4.54/1.71	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
4.54/1.71	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 (9858 MiB free)
  memory of node 1: 16384 MiB (12806 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298151-1532748949/watcher-4298151-1532748949 -o /tmp/evaluation-result-4298151-1532748949/solver-4298151-1532748949 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28017 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298151-1532748949.xml 

running on 4 cores: 1,3,5,7

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=28813, runsolver pid=28810
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.28 1.46 1.49 6/215 28828
/proc/meminfo: memFree=23182328/32770624 swapFree=67108860/67108860
[pid=28813] ppid=28810 vsize=10661052 memory=27580 CPUtime=0.12 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28810 28813 27985 0 -1 1077944320 5303 0 0 0 11 1 0 0 20 0 15 0 92458150 10916917248 6895 33554432000 4194304 4196468 140721523658912 140721523641456 139793961840375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
/proc/28813/statm: 2665263 6895 2836 1 0 2627263 0
[pid=28813/tid=28815] ppid=28810 vsize=10661052 memory=-8269626465541590398 CPUtime=0.09 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28810 28813 27985 0 -1 4202560 3235 0 0 0 9 0 0 0 20 0 15 0 92458151 10916917248 6895 33554432000 4194304 4196468 140721523658912 139793966073536 139793954077502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28816] ppid=28810 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28810 28813 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 6961 33554432000 4194304 4196468 140721523658912 139793887914512 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28817] ppid=28810 vsize=10661052 memory=140164873434752 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 6961 33554432000 4194304 4196468 140721523658912 139793886861968 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28818] ppid=28810 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 6961 33554432000 4194304 4196468 140721523658912 139793885808912 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28819] ppid=28810 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793884756368 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28820] ppid=28810 vsize=10661052 memory=140164873434752 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28810 28813 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458153 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793198471920 139793961851522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28821] ppid=28810 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28810 28813 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458153 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793197418144 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28822] ppid=28810 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28810 28813 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458153 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793196365040 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28823] ppid=28810 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793195313616 139793961858971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28824] ppid=28810 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) R 28810 28813 27985 0 -1 4202560 340 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793194260720 139793945276113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28825] ppid=28810 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) R 28810 28813 27985 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793193208176 139793961851522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28826] ppid=28810 vsize=10661052 memory=140164873434752 CPUtime=0.01 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) R 28810 28813 27985 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 92458156 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793192155120 139793940975846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28827] ppid=28810 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793191102816 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28828] ppid=28810 vsize=10661052 memory=140164873434752 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) R 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 7026 33554432000 4194304 4196468 140721523658912 139793190050864 139793961851522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27580 KiB

[startup+0.211201 s]*
/proc/loadavg: 1.28 1.46 1.49 7/215 28828
/proc/meminfo: memFree=23136912/32770624 swapFree=67108860/67108860
[pid=28813] ppid=28810 vsize=10661052 memory=40248 CPUtime=0.35 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28810 28813 27985 0 -1 1077944320 8172 0 0 0 33 2 0 0 20 0 15 0 92458150 10916917248 10062 33554432000 4194304 4196468 140721523658912 140721523641456 139793961840375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
/proc/28813/statm: 2665263 10062 2988 1 0 2627263 0
[pid=28813/tid=28815] ppid=28810 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28810 28813 27985 0 -1 4202560 5119 0 0 0 19 1 0 0 20 0 15 0 92458151 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793966078576 139793944334146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28816] ppid=28810 vsize=10661052 memory=345 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28810 28813 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793887914512 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28817] ppid=28810 vsize=10661052 memory=3835018156804519584 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793886861968 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28818] ppid=28810 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793885808912 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28819] ppid=28810 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793884756368 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28820] ppid=28810 vsize=10661052 memory=140164873434752 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28810 28813 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458153 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793198471920 139793961851522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28821] ppid=28810 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28810 28813 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458153 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793197418144 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28822] ppid=28810 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28810 28813 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458153 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793196365040 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28823] ppid=28810 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793195313616 139793961858971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28824] ppid=28810 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) R 28810 28813 27985 0 -1 4202560 518 0 0 0 3 0 0 0 20 0 15 0 92458156 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793194250640 139793942476312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28825] ppid=28810 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) R 28810 28813 27985 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 92458156 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793193208272 139793961850581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28826] ppid=28810 vsize=10661052 memory=140164873434752 CPUtime=0.08 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) R 28810 28813 27985 0 -1 4202560 767 0 0 0 8 0 0 0 20 0 15 0 92458156 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793192150112 139793941238750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28827] ppid=28810 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793191102816 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28828] ppid=28810 vsize=10661052 memory=140164873434752 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458156 10916917248 10062 33554432000 4194304 4196468 140721523658912 139793190050864 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40248 KiB

[startup+0.311033 s]*
/proc/loadavg: 1.28 1.46 1.49 10/215 28828
/proc/meminfo: memFree=23074736/32770624 swapFree=67108860/67108860
[pid=28813] ppid=28810 vsize=10661128 memory=53124 CPUtime=0.69 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28810 28813 27985 0 -1 1077944320 10337 0 0 0 67 2 0 0 20 0 15 0 92458150 10916995072 13281 33554432000 4194304 4196468 140721523658912 140721523641456 139793961840375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
/proc/28813/statm: 2665282 13281 3075 1 0 2627263 0
[pid=28813/tid=28815] ppid=28810 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28810 28813 27985 0 -1 4202560 5400 0 0 0 29 1 0 0 20 0 15 0 92458151 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793966079344 139793961852310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28816] ppid=28810 vsize=10661128 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28810 28813 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793887914512 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28817] ppid=28810 vsize=10661128 memory=3904823951028762272 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793886861968 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28818] ppid=28810 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793885808912 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28819] ppid=28810 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793884756368 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28820] ppid=28810 vsize=10661128 memory=140164873434752 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28810 28813 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793198471920 139793961851522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28821] ppid=28810 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28810 28813 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793197418144 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28822] ppid=28810 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28810 28813 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 13281 33554432000 4194304 4196468 140721523658912 139793196365040 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28823] ppid=28810 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 13347 33554432000 4194304 4196468 140721523658912 139793195313616 139793961858971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28824] ppid=28810 vsize=10661128 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28810 28813 27985 0 -1 1077944384 926 0 0 0 11 0 0 0 20 0 15 0 92458156 10916995072 13347 33554432000 4194304 4196468 140721523658912 139793194260720 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28825] ppid=28810 vsize=10661128 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) R 28810 28813 27985 0 -1 4202560 1343 0 0 0 10 0 0 0 20 0 15 0 92458156 10916995072 13347 33554432000 4194304 4196468 140721523658912 139793193194200 139793941086517 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28826] ppid=28810 vsize=10661128 memory=140164873434752 CPUtime=0.15 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) R 28810 28813 27985 0 -1 4202560 1304 0 0 0 15 0 0 0 20 0 15 0 92458156 10916995072 13347 33554432000 4194304 4196468 140721523658912 139793192150848 139793939865667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28827] ppid=28810 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 13347 33554432000 4194304 4196468 140721523658912 139793191102816 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28828] ppid=28810 vsize=10661128 memory=140164873434752 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 13347 33554432000 4194304 4196468 140721523658912 139793190050864 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 53124 KiB

[startup+0.702664 s]
/proc/loadavg: 1.28 1.46 1.49 7/215 28828
/proc/meminfo: memFree=22974204/32770624 swapFree=67108860/67108860
[pid=28813] ppid=28810 vsize=10661128 memory=151468 CPUtime=2 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28810 28813 27985 0 -1 1077944320 11861 0 0 0 196 4 0 0 20 0 15 0 92458150 10916995072 37867 33554432000 4194304 4196468 140721523658912 140721523641456 139793961840375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
/proc/28813/statm: 2665282 37867 3107 1 0 2627263 0
[pid=28813/tid=28815] ppid=28810 vsize=10661128 memory=1836 CPUtime=0.68 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28810 28813 27985 0 -1 4202560 5604 0 0 0 65 3 0 0 20 0 15 0 92458151 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793966079296 139793556005169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28816] ppid=28810 vsize=10661128 memory=13044 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28810 28813 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793887914512 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28817] ppid=28810 vsize=10661128 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793886861968 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28818] ppid=28810 vsize=10661128 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793885808912 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28819] ppid=28810 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458151 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793884756368 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28820] ppid=28810 vsize=10661128 memory=8556 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28810 28813 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793198471920 139793961851522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28821] ppid=28810 vsize=10661128 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28810 28813 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793197418144 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28822] ppid=28810 vsize=10661128 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28810 28813 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793196365040 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28823] ppid=28810 vsize=10661128 memory=7668879548562892096 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793195313616 139793961858971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28824] ppid=28810 vsize=10661128 memory=7881696724453321575 CPUtime=0.47 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) R 28810 28813 27985 0 -1 4202560 1625 0 0 0 47 0 0 0 20 0 15 0 92458156 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793194246912 139793943384602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28825] ppid=28810 vsize=10661128 memory=5787213827163908199 CPUtime=0.47 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) R 28810 28813 27985 0 -1 4202560 1474 0 0 0 47 0 0 0 20 0 15 0 92458156 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793193208176 139793941557511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28826] ppid=28810 vsize=10661128 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28810 28813 27985 0 -1 1077944384 1789 0 0 0 35 0 0 0 20 0 15 0 92458156 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793192155120 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28827] ppid=28810 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793191102816 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28828] ppid=28810 vsize=10661128 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 37867 33554432000 4194304 4196468 140721523658912 139793190050864 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 151468 KiB

[startup+1.50108 s]
/proc/loadavg: 1.28 1.46 1.49 3/215 28828
/proc/meminfo: memFree=22681656/32770624 swapFree=67108860/67108860
[pid=28813] ppid=28810 vsize=10661128 memory=346548 CPUtime=4.32 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28810 28813 27985 0 -1 1077944320 12942 0 0 0 405 27 0 0 20 0 15 0 92458150 10916995072 86637 33554432000 4194304 4196468 140721523658912 140721523641456 139793961840375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
/proc/28813/statm: 2665282 86637 3149 1 0 2627263 0
[pid=28813/tid=28815] ppid=28810 vsize=10661128 memory=6791534058613427641 CPUtime=1.28 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28810 28813 27985 0 -1 4202560 5648 0 0 0 125 3 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793966075352 139793556671140 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28816] ppid=28810 vsize=10661128 memory=-6951259422114956437 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28810 28813 27985 0 -1 1077944384 158 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793887914512 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28817] ppid=28810 vsize=10661128 memory=-6509546260019855295 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28810 28813 27985 0 -1 1077944384 155 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793886861968 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28818] ppid=28810 vsize=10661128 memory=-7390251449858225344 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28810 28813 27985 0 -1 1077944384 153 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793885808912 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28819] ppid=28810 vsize=10661128 memory=4134692831991786133 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28810 28813 27985 0 -1 1077944384 151 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793884756368 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28820] ppid=28810 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28810 28813 27985 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793198471920 139793961851522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28821] ppid=28810 vsize=10661128 memory=7451021318354856034 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28810 28813 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793197418144 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28822] ppid=28810 vsize=10661128 memory=7813300499672229721 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28810 28813 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793196365040 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28823] ppid=28810 vsize=10661128 memory=4642197910265684584 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793195313616 139793961858971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28824] ppid=28810 vsize=10661128 memory=8298057908138727798 CPUtime=0.9 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28810 28813 27985 0 -1 1077944384 1697 0 0 0 90 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793194260720 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28825] ppid=28810 vsize=10661128 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28810 28813 27985 0 -1 1077944384 1595 0 0 0 92 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793193208176 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28826] ppid=28810 vsize=10661128 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28810 28813 27985 0 -1 1077944384 1943 0 0 0 42 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793192155120 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28827] ppid=28810 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793191102816 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28828] ppid=28810 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793190050864 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 346548 KiB

[startup+1.72619 s]
# the end of solver process 28813 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.28727 s, system=0.279648 s

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

[startup+1.60108 s]
/proc/loadavg: 1.28 1.46 1.49 3/215 28828
/proc/meminfo: memFree=22681656/32770624 swapFree=67108860/67108860
[pid=28813] ppid=28810 vsize=10661128 memory=346548 CPUtime=4.43 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28810 28813 27985 0 -1 1077944320 12945 0 0 0 416 27 0 0 20 0 15 0 92458150 10916995072 86637 33554432000 4194304 4196468 140721523658912 140721523641456 139793961840375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
/proc/28813/statm: 2665282 86637 3149 1 0 2627263 0
[pid=28813/tid=28815] ppid=28810 vsize=10661128 memory=7300727901208865637 CPUtime=1.38 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28810 28813 27985 0 -1 4202560 5648 0 0 0 135 3 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793966076152 139793556671315 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28816] ppid=28810 vsize=10661128 memory=7300450824278665835 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28810 28813 27985 0 -1 1077944384 158 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793887914512 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28817] ppid=28810 vsize=10661128 memory=7523376918531162212 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28810 28813 27985 0 -1 1077944384 155 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793886861968 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28818] ppid=28810 vsize=10661128 memory=7305515235117650534 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28810 28813 27985 0 -1 1077944384 153 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793885808912 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28819] ppid=28810 vsize=10661128 memory=5938384663346309994 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28810 28813 27985 0 -1 1077944384 151 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793884756368 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28820] ppid=28810 vsize=10661128 memory=5938384663346309994 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28810 28813 27985 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793198471920 139793961851522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28821] ppid=28810 vsize=10661128 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28810 28813 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793197418144 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28822] ppid=28810 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28810 28813 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793196365040 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28823] ppid=28810 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793195313616 139793961858971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28824] ppid=28810 vsize=10661128 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28810 28813 27985 0 -1 1077944384 1698 0 0 0 91 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793194260720 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28825] ppid=28810 vsize=10661128 memory=-2605811476043407915 CPUtime=0.92 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28810 28813 27985 0 -1 1077944384 1597 0 0 0 92 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793193208176 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28826] ppid=28810 vsize=10661128 memory=-3258418265892434876 CPUtime=0.42 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28810 28813 27985 0 -1 1077944384 1943 0 0 0 42 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793192155120 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28827] ppid=28810 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793191102816 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28828] ppid=28810 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 86637 33554432000 4194304 4196468 140721523658912 139793190050864 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
Current children cumulated CPU time: 4.43 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 346548 KiB

[startup+1.70108 s]
/proc/loadavg: 1.28 1.46 1.49 3/215 28828
/proc/meminfo: memFree=22681656/32770624 swapFree=67108860/67108860
[pid=28813] ppid=28810 vsize=10661128 memory=379316 CPUtime=4.54 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28810 28813 27985 0 -1 1077944320 12977 0 0 0 427 27 0 0 20 0 15 0 92458150 10916995072 94829 33554432000 4194304 4196468 140721523658912 140721523641456 139793961840375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
/proc/28813/statm: 2665282 94829 3149 1 0 2627263 0
[pid=28813/tid=28815] ppid=28810 vsize=10661128 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28810 28813 27985 0 -1 4202560 5663 0 0 0 145 3 0 0 20 0 15 0 92458151 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793966078264 139793556925809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28816] ppid=28810 vsize=10661128 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28810 28813 27985 0 -1 1077944384 158 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793887914512 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28817] ppid=28810 vsize=10661128 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28810 28813 27985 0 -1 1077944384 155 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793886861968 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28818] ppid=28810 vsize=10661128 memory=4639622827774857296 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28810 28813 27985 0 -1 1077944384 153 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793885808912 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28819] ppid=28810 vsize=10661128 memory=7380671248541445222 CPUtime=0.18 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28810 28813 27985 0 -1 1077944384 151 0 0 0 13 5 0 0 20 0 15 0 92458151 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793884756368 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28820] ppid=28810 vsize=10661128 memory=7307470175194866513 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28810 28813 27985 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793198471920 139793961851522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28821] ppid=28810 vsize=10661128 memory=123815317237915 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28810 28813 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793197418144 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28822] ppid=28810 vsize=10661128 memory=280329428987024 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28810 28813 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92458153 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793196365040 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28823] ppid=28810 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793195313616 139793961858971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28824] ppid=28810 vsize=10661128 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28810 28813 27985 0 -1 1077944384 1698 0 0 0 91 0 0 0 20 0 15 0 92458156 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793194260720 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28825] ppid=28810 vsize=10661128 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28810 28813 27985 0 -1 1077944384 1597 0 0 0 92 0 0 0 20 0 15 0 92458156 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793193208176 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28826] ppid=28810 vsize=10661128 memory=6791534058613427641 CPUtime=0.43 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28810 28813 27985 0 -1 1077944384 1960 0 0 0 43 0 0 0 20 0 15 0 92458156 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793192155120 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28827] ppid=28810 vsize=10661128 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28810 28813 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793191102816 139793961850581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
[pid=28813/tid=28828] ppid=28810 vsize=10661128 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28810 28813 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92458156 10916995072 94829 33554432000 4194304 4196468 140721523658912 139793190050864 139793961851522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140721523659949 140721523660041 140721523660041 140721523662799 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 379316 KiB

Child status: 0
Real time (s): 1.72623
CPU time (s): 4.56692
CPU user time (s): 4.28727
CPU system time (s): 0.279648
CPU usage (%): 264.561
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 379316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.28727
system time used= 0.279648
maximum resident set size= 382188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13018
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= 1334
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 28813
#   total CPU time (s): 4.56692
#   total CPU user time (s): 4.28727
#   total CPU system time (s): 0.279648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035828 second user time and 0.054285 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 05:35:50
IDJOB=4298151
IDBENCH=141076
IDSOLVER=2766
FILE ID=node107/4298151-1532748949
RUNJOBID= node107-1532741422-28017
PBS_JOBID= 21022454
Free space on /tmp= 54456 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-08-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298151-1532748949/watcher-4298151-1532748949 -o /tmp/evaluation-result-4298151-1532748949/solver-4298151-1532748949 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28017 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298151-1532748949.xml

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

MD5SUM BENCH= 9315cc985dc36f3772136cd275650935
RANDOM SEED=1402596958

node107.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.40
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.40
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.40
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.40
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:        23213504 kB
MemAvailable:   31876120 kB
Buffers:          222500 kB
Cached:          8675716 kB
SwapCached:            0 kB
Active:          3887820 kB
Inactive:        5127572 kB
Active(anon):      65400 kB
Inactive(anon):    78596 kB
Active(file):    3822420 kB
Inactive(file):  5048976 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2020 kB
Writeback:             4 kB
AnonPages:         84420 kB
Mapped:            53544 kB
Shmem:             25228 kB
Slab:             242620 kB
SReclaimable:     214108 kB
SUnreclaim:        28512 kB
KernelStack:        3312 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1174416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54456 MiB
End job on node107 at 2018-07-28 05:35:51