Trace number 4298249

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.52032 1.77448

General information on the benchmark

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

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
4.38/1.75	c Caught NotImplementedException
4.38/1.75	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:528)
4.38/1.75	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
4.38/1.75	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
4.38/1.75	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.38/1.75	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4.38/1.75	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
4.38/1.75	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
4.38/1.75	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
4.38/1.75	c 	xcsp3.XCSP3.<init>(XCSP3.java:72)
4.38/1.75	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
4.38/1.75	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
4.38/1.75	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 (6866 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-4298249-1532751474/watcher-4298249-1532751474 -o /tmp/evaluation-result-4298249-1532751474/solver-4298249-1532751474 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532741422-28017 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298249-1532751474.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
Current StackSize limit: 8192 KiB

solver pid=29454, runsolver pid=29451

[startup+0.100093 s]*
/proc/loadavg: 1.88 1.55 1.49 4/215 29469
/proc/meminfo: memFree=20129032/32770624 swapFree=67108860/67108860
[pid=29454] ppid=29451 vsize=10661052 memory=27620 CPUtime=0.13 cores=1,3,5,7
/proc/29454/stat : 29454 (java) S 29451 29454 27985 0 -1 1077944320 5311 0 0 0 12 1 0 0 20 0 15 0 92710638 10916917248 6905 33554432000 4194304 4196468 140726238641536 140726238624080 139751100698359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
/proc/29454/statm: 2665263 6905 2846 1 0 2627263 0
[pid=29454/tid=29456] ppid=29451 vsize=10661052 memory=-8269626465541591933 CPUtime=0.08 cores=1,3,5,7
/proc/29454/task/29456/stat : 29456 (java) R 29451 29454 27985 0 -1 4202560 3186 0 0 0 8 0 0 0 20 0 15 0 92710639 10916917248 6971 33554432000 4194304 4196468 140726238641536 139751104920304 139751092935486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29457] ppid=29451 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29457/stat : 29457 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916917248 6971 33554432000 4194304 4196468 140726238641536 139751057250704 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29458] ppid=29451 vsize=10661052 memory=140417128154752 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29458/stat : 29458 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750705912080 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29459] ppid=29451 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29459/stat : 29459 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710640 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750704859792 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29460] ppid=29451 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29460/stat : 29460 (java) S 29451 29454 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92710640 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750703806992 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29461] ppid=29451 vsize=10661052 memory=140417128154752 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29461/stat : 29461 (java) S 29451 29454 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92710641 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750660389488 139751100709506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29462] ppid=29451 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29462/stat : 29462 (java) S 29451 29454 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92710641 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750659335456 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29463] ppid=29451 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29463/stat : 29463 (java) S 29451 29454 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92710641 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750658283120 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29464] ppid=29451 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29464/stat : 29464 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750657231440 139751100716955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29465] ppid=29451 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29465/stat : 29465 (java) R 29451 29454 27985 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750656159192 139751093804021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29466] ppid=29451 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29466/stat : 29466 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750655125488 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29467] ppid=29451 vsize=10661052 memory=140417128154752 CPUtime=0.02 cores=1,3,5,7
/proc/29454/task/29467/stat : 29467 (java) R 29451 29454 27985 0 -1 4202560 335 0 0 0 2 0 0 0 20 0 15 0 92710644 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750654073200 139751100719706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29468] ppid=29451 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29468/stat : 29468 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750585395680 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29469] ppid=29451 vsize=10661052 memory=140417128154752 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29469/stat : 29469 (java) R 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 6971 33554432000 4194304 4196468 140726238641536 139750584343472 139751100709506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27620 KiB

[startup+0.210579 s]*
/proc/loadavg: 1.88 1.55 1.49 5/215 29469
/proc/meminfo: memFree=20117248/32770624 swapFree=67108860/67108860
[pid=29454] ppid=29451 vsize=10661052 memory=40488 CPUtime=0.35 cores=1,3,5,7
/proc/29454/stat : 29454 (java) S 29451 29454 27985 0 -1 1077944320 8197 0 0 0 33 2 0 0 20 0 15 0 92710638 10916917248 10122 33554432000 4194304 4196468 140726238641536 140726238624080 139751100698359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
/proc/29454/statm: 2665263 10122 3008 1 0 2627263 0
[pid=29454/tid=29456] ppid=29451 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29454/task/29456/stat : 29456 (java) S 29451 29454 27985 0 -1 1077944384 5117 0 0 0 19 1 0 0 20 0 15 0 92710639 10916917248 10122 33554432000 4194304 4196468 140726238641536 139751104934864 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29457] ppid=29451 vsize=10661052 memory=345 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29457/stat : 29457 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916917248 10122 33554432000 4194304 4196468 140726238641536 139751057250704 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29458] ppid=29451 vsize=10661052 memory=3835018409059239584 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29458/stat : 29458 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750705912080 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29459] ppid=29451 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29459/stat : 29459 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710640 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750704859792 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29460] ppid=29451 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29460/stat : 29460 (java) S 29451 29454 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92710640 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750703806992 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29461] ppid=29451 vsize=10661052 memory=140417128154752 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29461/stat : 29461 (java) S 29451 29454 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92710641 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750660389488 139751100709506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29462] ppid=29451 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29462/stat : 29462 (java) S 29451 29454 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92710641 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750659335456 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29463] ppid=29451 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29463/stat : 29463 (java) S 29451 29454 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92710641 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750658283120 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29464] ppid=29451 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29464/stat : 29464 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750657231440 139751100716955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29465] ppid=29451 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29454/task/29465/stat : 29465 (java) R 29451 29454 27985 0 -1 4202560 612 0 0 0 3 0 0 0 20 0 15 0 92710644 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750656168208 139751100719706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29466] ppid=29451 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29454/task/29466/stat : 29466 (java) R 29451 29454 27985 0 -1 1077944384 293 0 0 0 1 0 0 0 20 0 15 0 92710644 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750655125488 139751100709506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29467] ppid=29451 vsize=10661052 memory=140417128154752 CPUtime=0.08 cores=1,3,5,7
/proc/29454/task/29467/stat : 29467 (java) R 29451 29454 27985 0 -1 4202560 809 0 0 0 8 0 0 0 20 0 15 0 92710644 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750654073328 139751100710294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29468] ppid=29451 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29468/stat : 29468 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750585395680 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29469] ppid=29451 vsize=10661052 memory=140417128154752 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29469/stat : 29469 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710644 10916917248 10122 33554432000 4194304 4196468 140726238641536 139750584343472 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40488 KiB

[startup+0.310813 s]*
/proc/loadavg: 1.88 1.55 1.49 7/215 29469
/proc/meminfo: memFree=20104348/32770624 swapFree=67108860/67108860
[pid=29454] ppid=29451 vsize=10661128 memory=52492 CPUtime=0.7 cores=1,3,5,7
/proc/29454/stat : 29454 (java) S 29451 29454 27985 0 -1 1077944320 10275 0 0 0 68 2 0 0 20 0 15 0 92710638 10916995072 13123 33554432000 4194304 4196468 140726238641536 140726238624080 139751100698359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
/proc/29454/statm: 2665282 13123 3073 1 0 2627263 0
[pid=29454/tid=29456] ppid=29451 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29454/task/29456/stat : 29456 (java) R 29451 29454 27985 0 -1 4202560 5440 0 0 0 29 1 0 0 20 0 15 0 92710639 10916995072 13123 33554432000 4194304 4196468 140726238641536 139751104934464 139751100710294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29457] ppid=29451 vsize=10661128 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29457/stat : 29457 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916995072 13123 33554432000 4194304 4196468 140726238641536 139751057250704 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29458] ppid=29451 vsize=10661128 memory=3904824203283482272 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29458/stat : 29458 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750705912080 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29459] ppid=29451 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29459/stat : 29459 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710640 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750704859792 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29460] ppid=29451 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29460/stat : 29460 (java) S 29451 29454 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92710640 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750703806992 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29461] ppid=29451 vsize=10661128 memory=140417128154752 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29461/stat : 29461 (java) S 29451 29454 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750660389488 139751100709506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29462] ppid=29451 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29462/stat : 29462 (java) S 29451 29454 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750659335456 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29463] ppid=29451 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29463/stat : 29463 (java) S 29451 29454 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750658283120 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29464] ppid=29451 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29464/stat : 29464 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750657231440 139751100716955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29465] ppid=29451 vsize=10661128 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/29454/task/29465/stat : 29465 (java) R 29451 29454 27985 0 -1 4202560 1180 0 0 0 12 0 0 0 20 0 15 0 92710644 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750656178416 139751100719706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29466] ppid=29451 vsize=10661128 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/29454/task/29466/stat : 29466 (java) R 29451 29454 27985 0 -1 4202560 1086 0 0 0 10 0 0 0 20 0 15 0 92710644 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750655111368 139751085821872 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29467] ppid=29451 vsize=10661128 memory=140417128154752 CPUtime=0.15 cores=1,3,5,7
/proc/29454/task/29467/stat : 29467 (java) R 29451 29454 27985 0 -1 4202560 1201 0 0 0 15 0 0 0 20 0 15 0 92710644 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750654070992 139751079613312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29468] ppid=29451 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29468/stat : 29468 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750585395680 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29469] ppid=29451 vsize=10661128 memory=140417128154752 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29469/stat : 29469 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 13123 33554432000 4194304 4196468 140726238641536 139750584343472 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 52492 KiB

[startup+0.70187 s]
/proc/loadavg: 1.88 1.55 1.49 6/215 29469
/proc/meminfo: memFree=20071460/32770624 swapFree=67108860/67108860
[pid=29454] ppid=29451 vsize=10661128 memory=128332 CPUtime=1.95 cores=1,3,5,7
/proc/29454/stat : 29454 (java) S 29451 29454 27985 0 -1 1077944320 11760 0 0 0 190 5 0 0 20 0 15 0 92710638 10916995072 32083 33554432000 4194304 4196468 140726238641536 140726238624080 139751100698359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
/proc/29454/statm: 2665282 32083 3109 1 0 2627263 0
[pid=29454/tid=29456] ppid=29451 vsize=10661128 memory=1836 CPUtime=0.68 cores=1,3,5,7
/proc/29454/task/29456/stat : 29456 (java) R 29451 29454 27985 0 -1 4202560 5623 0 0 0 65 3 0 0 20 0 15 0 92710639 10916995072 32083 33554432000 4194304 4196468 140726238641536 139751104936288 139750740306304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29457] ppid=29451 vsize=10661128 memory=13044 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29457/stat : 29457 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916995072 32083 33554432000 4194304 4196468 140726238641536 139751057250704 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29458] ppid=29451 vsize=10661128 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29458/stat : 29458 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710639 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750705912080 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29459] ppid=29451 vsize=10661128 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29459/stat : 29459 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710640 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750704859792 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29460] ppid=29451 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29460/stat : 29460 (java) S 29451 29454 27985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92710640 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750703806992 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29461] ppid=29451 vsize=10661128 memory=8556 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29461/stat : 29461 (java) S 29451 29454 27985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750660389488 139751100709506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29462] ppid=29451 vsize=10661128 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29462/stat : 29462 (java) S 29451 29454 27985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750659335456 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29463] ppid=29451 vsize=10661128 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29463/stat : 29463 (java) S 29451 29454 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750658283120 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29464] ppid=29451 vsize=10661128 memory=7668879548562892096 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29464/stat : 29464 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750657231440 139751100716955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29465] ppid=29451 vsize=10661128 memory=7881696724453321575 CPUtime=0.46 cores=1,3,5,7
/proc/29454/task/29465/stat : 29465 (java) R 29451 29454 27985 0 -1 4202560 1942 0 0 0 46 0 0 0 20 0 15 0 92710644 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750656165648 139751078293377 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29466] ppid=29451 vsize=10661128 memory=5787213827063244903 CPUtime=0.44 cores=1,3,5,7
/proc/29454/task/29466/stat : 29466 (java) R 29451 29454 27985 0 -1 4202560 1223 0 0 0 44 0 0 0 20 0 15 0 92710644 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750655109328 139751078424032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29467] ppid=29451 vsize=10661128 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/29454/task/29467/stat : 29467 (java) S 29451 29454 27985 0 -1 1077944384 1602 0 0 0 34 0 0 0 20 0 15 0 92710644 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750654073200 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29468] ppid=29451 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29468/stat : 29468 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750585395680 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29469] ppid=29451 vsize=10661128 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29469/stat : 29469 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 32083 33554432000 4194304 4196468 140726238641536 139750584343472 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 128332 KiB

[startup+1.50086 s]
/proc/loadavg: 1.88 1.55 1.49 3/215 29469
/proc/meminfo: memFree=19914388/32770624 swapFree=67108860/67108860
[pid=29454] ppid=29451 vsize=10661128 memory=382700 CPUtime=4.09 cores=1,3,5,7
/proc/29454/stat : 29454 (java) S 29451 29454 27985 0 -1 1077944320 12835 0 0 0 379 30 0 0 20 0 15 0 92710638 10916995072 95675 33554432000 4194304 4196468 140726238641536 140726238624080 139751100698359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
/proc/29454/statm: 2665282 95675 3144 1 0 2627263 0
[pid=29454/tid=29456] ppid=29451 vsize=10661128 memory=6791534058613427641 CPUtime=1.24 cores=1,3,5,7
/proc/29454/task/29456/stat : 29456 (java) R 29451 29454 27985 0 -1 4202560 5673 0 0 0 120 4 0 0 20 0 15 0 92710639 10916995072 95675 33554432000 4194304 4196468 140726238641536 139751104933016 139750741245102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29457] ppid=29451 vsize=10661128 memory=-6951259422114956437 CPUtime=0.19 cores=1,3,5,7
/proc/29454/task/29457/stat : 29457 (java) S 29451 29454 27985 0 -1 1077944384 185 0 0 0 14 5 0 0 20 0 15 0 92710639 10916995072 95675 33554432000 4194304 4196468 140726238641536 139751057250704 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29458] ppid=29451 vsize=10661128 memory=-6509546260019855295 CPUtime=0.21 cores=1,3,5,7
/proc/29454/task/29458/stat : 29458 (java) S 29451 29454 27985 0 -1 1077944384 98 0 0 0 15 6 0 0 20 0 15 0 92710639 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750705912080 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29459] ppid=29451 vsize=10661128 memory=-7390251449858225344 CPUtime=0.22 cores=1,3,5,7
/proc/29454/task/29459/stat : 29459 (java) S 29451 29454 27985 0 -1 1077944384 188 0 0 0 17 5 0 0 20 0 15 0 92710640 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750704859792 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29460] ppid=29451 vsize=10661128 memory=4134692831991786133 CPUtime=0.22 cores=1,3,5,7
/proc/29454/task/29460/stat : 29460 (java) S 29451 29454 27985 0 -1 1077944384 196 0 0 0 16 6 0 0 20 0 15 0 92710640 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750703806992 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29461] ppid=29451 vsize=10661128 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29461/stat : 29461 (java) S 29451 29454 27985 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750660389488 139751100709506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29462] ppid=29451 vsize=10661128 memory=7523093188678085481 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29462/stat : 29462 (java) S 29451 29454 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750659335456 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29463] ppid=29451 vsize=10661128 memory=7444843076533644388 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29463/stat : 29463 (java) S 29451 29454 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750658283120 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29464] ppid=29451 vsize=10661128 memory=6082508660248176745 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29464/stat : 29464 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750657231440 139751100716955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29465] ppid=29451 vsize=10661128 memory=8298058121829866102 CPUtime=0.79 cores=1,3,5,7
/proc/29454/task/29465/stat : 29465 (java) S 29451 29454 27985 0 -1 1077944384 2039 0 0 0 79 0 0 0 20 0 15 0 92710644 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750656178288 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29466] ppid=29451 vsize=10661128 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/29454/task/29466/stat : 29466 (java) S 29451 29454 27985 0 -1 1077944384 1323 0 0 0 75 0 0 0 20 0 15 0 92710644 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750655125488 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29467] ppid=29451 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/29454/task/29467/stat : 29467 (java) S 29451 29454 27985 0 -1 1077944384 1688 0 0 0 39 0 0 0 20 0 15 0 92710644 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750654073200 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29468] ppid=29451 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29468/stat : 29468 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750585395680 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29469] ppid=29451 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29469/stat : 29469 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 95675 33554432000 4194304 4196468 140726238641536 139750584343472 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
Current children cumulated CPU time: 4.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 382700 KiB

[startup+1.77443 s]
# the end of solver process 29454 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.20026 s, system=0.320067 s

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

[startup+1.60185 s]
/proc/loadavg: 1.88 1.55 1.49 3/215 29469
/proc/meminfo: memFree=19914388/32770624 swapFree=67108860/67108860
[pid=29454] ppid=29451 vsize=10661128 memory=384808 CPUtime=4.26 cores=1,3,5,7
/proc/29454/stat : 29454 (java) S 29451 29454 27985 0 -1 1077944320 12852 0 0 0 396 30 0 0 20 0 15 0 92710638 10916995072 96202 33554432000 4194304 4196468 140726238641536 140726238624080 139751100698359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
/proc/29454/statm: 2665282 96202 3145 1 0 2627263 0
[pid=29454/tid=29456] ppid=29451 vsize=10661128 memory=5793134765999673447 CPUtime=1.34 cores=1,3,5,7
/proc/29454/task/29456/stat : 29456 (java) R 29451 29454 27985 0 -1 4202560 5674 0 0 0 130 4 0 0 20 0 15 0 92710639 10916995072 96202 33554432000 4194304 4196468 140726238641536 139751104934584 139750741007933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29457] ppid=29451 vsize=10661128 memory=7302697122222073447 CPUtime=0.19 cores=1,3,5,7
/proc/29454/task/29457/stat : 29457 (java) S 29451 29454 27985 0 -1 1077944384 185 0 0 0 14 5 0 0 20 0 15 0 92710639 10916995072 96202 33554432000 4194304 4196468 140726238641536 139751057250704 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29458] ppid=29451 vsize=10661128 memory=7523376918531162212 CPUtime=0.21 cores=1,3,5,7
/proc/29454/task/29458/stat : 29458 (java) S 29451 29454 27985 0 -1 1077944384 98 0 0 0 15 6 0 0 20 0 15 0 92710639 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750705912080 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29459] ppid=29451 vsize=10661128 memory=7452444090528590163 CPUtime=0.22 cores=1,3,5,7
/proc/29454/task/29459/stat : 29459 (java) S 29451 29454 27985 0 -1 1077944384 188 0 0 0 17 5 0 0 20 0 15 0 92710640 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750704859792 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29460] ppid=29451 vsize=10661128 memory=7589522387124118890 CPUtime=0.22 cores=1,3,5,7
/proc/29454/task/29460/stat : 29460 (java) S 29451 29454 27985 0 -1 1077944384 196 0 0 0 16 6 0 0 20 0 15 0 92710640 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750703806992 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29461] ppid=29451 vsize=10661128 memory=7589522387124118890 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29461/stat : 29461 (java) S 29451 29454 27985 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750660389488 139751100709506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29462] ppid=29451 vsize=10661128 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29462/stat : 29462 (java) S 29451 29454 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750659335456 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29463] ppid=29451 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29463/stat : 29463 (java) S 29451 29454 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750658283120 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29464] ppid=29451 vsize=10661128 memory=7235147594880805952 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29464/stat : 29464 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750657231440 139751100716955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29465] ppid=29451 vsize=10661128 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/29454/task/29465/stat : 29465 (java) S 29451 29454 27985 0 -1 1077944384 2042 0 0 0 81 0 0 0 20 0 15 0 92710644 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750656178288 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29466] ppid=29451 vsize=10661128 memory=-2605811476043407915 CPUtime=0.79 cores=1,3,5,7
/proc/29454/task/29466/stat : 29466 (java) S 29451 29454 27985 0 -1 1077944384 1334 0 0 0 79 0 0 0 20 0 15 0 92710644 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750655125488 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29467] ppid=29451 vsize=10661128 memory=-3258418265892434876 CPUtime=0.39 cores=1,3,5,7
/proc/29454/task/29467/stat : 29467 (java) S 29451 29454 27985 0 -1 1077944384 1690 0 0 0 39 0 0 0 20 0 15 0 92710644 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750654073200 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29468] ppid=29451 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29468/stat : 29468 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750585395680 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29469] ppid=29451 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29469/stat : 29469 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 96202 33554432000 4194304 4196468 140726238641536 139750584343472 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 384808 KiB

[startup+1.70072 s]
/proc/loadavg: 1.88 1.55 1.49 3/215 29469
/proc/meminfo: memFree=19914388/32770624 swapFree=67108860/67108860
[pid=29454] ppid=29451 vsize=10661128 memory=433984 CPUtime=4.38 cores=1,3,5,7
/proc/29454/stat : 29454 (java) S 29451 29454 27985 0 -1 1077944320 12880 0 0 0 408 30 0 0 20 0 15 0 92710638 10916995072 108496 33554432000 4194304 4196468 140726238641536 140726238624080 139751100698359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
/proc/29454/statm: 2665282 108496 3147 1 0 2627263 0
[pid=29454/tid=29456] ppid=29451 vsize=10661128 memory=6791534058613427641 CPUtime=1.43 cores=1,3,5,7
/proc/29454/task/29456/stat : 29456 (java) R 29451 29454 27985 0 -1 4202560 5698 0 0 0 139 4 0 0 20 0 15 0 92710639 10916995072 108496 33554432000 4194304 4196468 140726238641536 139751104934360 139750741007560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29457] ppid=29451 vsize=10661128 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/29454/task/29457/stat : 29457 (java) S 29451 29454 27985 0 -1 1077944384 185 0 0 0 14 5 0 0 20 0 15 0 92710639 10916995072 108496 33554432000 4194304 4196468 140726238641536 139751057250704 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29458] ppid=29451 vsize=10661128 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/29454/task/29458/stat : 29458 (java) S 29451 29454 27985 0 -1 1077944384 98 0 0 0 15 6 0 0 20 0 15 0 92710639 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750705912080 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29459] ppid=29451 vsize=10661128 memory=4640748727681699920 CPUtime=0.22 cores=1,3,5,7
/proc/29454/task/29459/stat : 29459 (java) S 29451 29454 27985 0 -1 1077944384 188 0 0 0 17 5 0 0 20 0 15 0 92710640 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750704859792 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29460] ppid=29451 vsize=10661128 memory=7380671248541445222 CPUtime=0.22 cores=1,3,5,7
/proc/29454/task/29460/stat : 29460 (java) S 29451 29454 27985 0 -1 1077944384 196 0 0 0 16 6 0 0 20 0 15 0 92710640 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750703806992 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29461] ppid=29451 vsize=10661128 memory=7307470175194866773 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29461/stat : 29461 (java) S 29451 29454 27985 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750660389488 139751100709506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29462] ppid=29451 vsize=10661128 memory=126568391275292 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29462/stat : 29462 (java) S 29451 29454 27985 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750659335456 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29463] ppid=29451 vsize=10661128 memory=280833953426576 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29463/stat : 29463 (java) S 29451 29454 27985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92710641 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750658283120 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29464] ppid=29451 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29464/stat : 29464 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750657231440 139751100716955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29465] ppid=29451 vsize=10661128 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/29454/task/29465/stat : 29465 (java) S 29451 29454 27985 0 -1 1077944384 2042 0 0 0 82 0 0 0 20 0 15 0 92710644 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750656178288 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29466] ppid=29451 vsize=10661128 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/29454/task/29466/stat : 29466 (java) S 29451 29454 27985 0 -1 1077944384 1338 0 0 0 81 0 0 0 20 0 15 0 92710644 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750655125488 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29467] ppid=29451 vsize=10661128 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/29454/task/29467/stat : 29467 (java) S 29451 29454 27985 0 -1 1077944384 1690 0 0 0 40 0 0 0 20 0 15 0 92710644 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750654073200 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29468] ppid=29451 vsize=10661128 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29468/stat : 29468 (java) S 29451 29454 27985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750585395680 139751100708565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
[pid=29454/tid=29469] ppid=29451 vsize=10661128 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/29454/task/29469/stat : 29469 (java) S 29451 29454 27985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92710644 10916995072 108496 33554432000 4194304 4196468 140726238641536 139750584343472 139751100709506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6651904 140726238643373 140726238643465 140726238643465 140726238646223 0
Current children cumulated CPU time: 4.38 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 433984 KiB

Child status: 0
Real time (s): 1.77448
CPU time (s): 4.52032
CPU user time (s): 4.20026
CPU system time (s): 0.320067
CPU usage (%): 254.74
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 433984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.20026
system time used= 0.320067
maximum resident set size= 459400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12954
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= 1452
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 29454
#   total CPU time (s): 4.52032
#   total CPU user time (s): 4.20026
#   total CPU system time (s): 0.320067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031198 second user time and 0.059427 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 06:17:55
IDJOB=4298249
IDBENCH=141090
IDSOLVER=2766
FILE ID=node107/4298249-1532751474
RUNJOBID= node107-1532741422-28017
PBS_JOBID= 21022454
Free space on /tmp= 54452 MiB

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

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

MD5SUM BENCH= 8ca8b1dfd302123404cd8e6125777478
RANDOM SEED=314083558

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:        20145096 kB
MemAvailable:   28817040 kB
Buffers:          223044 kB
Cached:          8685336 kB
SwapCached:            0 kB
Active:          6947720 kB
Inactive:        5128516 kB
Active(anon):    3116928 kB
Inactive(anon):    78596 kB
Active(file):    3830792 kB
Inactive(file):  5049920 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1768 kB
Writeback:             0 kB
AnonPages:       3119428 kB
Mapped:            54828 kB
Shmem:             25228 kB
Slab:             242472 kB
SReclaimable:     214136 kB
SUnreclaim:        28336 kB
KernelStack:        3840 kB
PageTables:        11416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3947464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3002368 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= 54448 MiB
End job on node107 at 2018-07-28 06:17:56