Trace number 4298221

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) 9.75568 3.28698

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-09-opt_c18.xml
MD5SUMbd1798e7d7609d757850ce39a0b70327
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2520.04
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":2},{"size":36,"count":408},{"size":42,"count":306},{"size":44,"count":188}]
Minimum variable degree2
Maximum variable degree38
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":10},{"degree":4,"count":22},{"degree":5,"count":38},{"degree":6,"count":81},{"degree":7,"count":93},{"degree":8,"count":105},{"degree":9,"count":86},{"degree":10,"count":68},{"degree":11,"count":42},{"degree":12,"count":24},{"degree":13,"count":14},{"degree":14,"count":4},{"degree":15,"count":2},{"degree":16,"count":10},{"degree":17,"count":3},{"degree":18,"count":32},{"degree":19,"count":53},{"degree":20,"count":77},{"degree":21,"count":81},{"degree":22,"count":42},{"degree":23,"count":14},{"degree":24,"count":9},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":38,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5246}]
Number of extensional constraints5246
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5246}]
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
9.67/3.26	c Caught NotImplementedException
9.67/3.26	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:528)
9.67/3.26	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
9.67/3.26	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
9.67/3.26	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.67/3.26	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9.67/3.26	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
9.67/3.26	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
9.67/3.26	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
9.67/3.26	c 	xcsp3.XCSP3.<init>(XCSP3.java:72)
9.67/3.26	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
9.67/3.26	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
9.67/3.26	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 (9042 MiB free)
  memory of node 1: 16384 MiB (13052 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298221-1532750927/watcher-4298221-1532750927 -o /tmp/evaluation-result-4298221-1532750927/solver-4298221-1532750927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532740894-20191 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298221-1532750927.xml 

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

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

solver pid=21210, runsolver pid=21207

[startup+0.100225 s]*
/proc/loadavg: 1.72 1.68 1.66 3/215 21225
/proc/meminfo: memFree=22607036/32770624 swapFree=67108688/67108860
[pid=21210] ppid=21207 vsize=10661052 memory=30044 CPUtime=0.12 cores=0,2,4,6
/proc/21210/stat : 21210 (java) S 21207 21210 20160 0 -1 1077944320 5380 0 0 0 11 1 0 0 20 0 15 0 92655542 10916917248 7511 33554432000 4194304 4196468 140726478627200 140726478609744 139779615186679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
/proc/21210/statm: 2665263 7511 2839 1 0 2627263 0
[pid=21210/tid=21212] ppid=21207 vsize=10661052 memory=-8773748148830114179 CPUtime=0.09 cores=0,2,4,6
/proc/21210/task/21212/stat : 21212 (java) R 21207 21210 20160 0 -1 4202560 3277 0 0 0 8 1 0 0 20 0 15 0 92655543 10916917248 7511 33554432000 4194304 4196468 140726478627200 139779619414784 139779615198614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21213] ppid=21207 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21213/stat : 21213 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 7511 33554432000 4194304 4196468 140726478627200 139779578293136 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21214] ppid=21207 vsize=10661052 memory=140088227350144 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21214/stat : 21214 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 7511 33554432000 4194304 4196468 140726478627200 139779220626192 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21215] ppid=21207 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21215/stat : 21215 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 7511 33554432000 4194304 4196468 140726478627200 139779219573904 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21216] ppid=21207 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21216/stat : 21216 (java) S 21207 21210 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 7511 33554432000 4194304 4196468 140726478627200 139779218521104 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21217] ppid=21207 vsize=10661052 memory=140088227350144 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21217/stat : 21217 (java) S 21207 21210 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655545 10916917248 7511 33554432000 4194304 4196468 140726478627200 139779174942832 139779615197826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21218] ppid=21207 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21218/stat : 21218 (java) S 21207 21210 20160 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92655545 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778650530592 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21219] ppid=21207 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21219/stat : 21219 (java) S 21207 21210 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655546 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778649478256 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21220] ppid=21207 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21220/stat : 21220 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778648426576 139779615205275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21221] ppid=21207 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21221/stat : 21221 (java) S 21207 21210 20160 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778647374448 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21222] ppid=21207 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21222/stat : 21222 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778646321648 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21223] ppid=21207 vsize=10661052 memory=140088227350144 CPUtime=0.01 cores=0,2,4,6
/proc/21210/task/21223/stat : 21223 (java) R 21207 21210 20160 0 -1 4202560 319 0 0 0 1 0 0 0 20 0 15 0 92655548 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778645269360 139779594110704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21224] ppid=21207 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21224/stat : 21224 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778644216800 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21225] ppid=21207 vsize=10661052 memory=140088227350144 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21225/stat : 21225 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 7511 33554432000 4194304 4196468 140726478627200 139778643163568 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 30044 KiB

[startup+0.210409 s]*
/proc/loadavg: 1.72 1.68 1.66 4/215 21225
/proc/meminfo: memFree=22596752/32770624 swapFree=67108688/67108860
[pid=21210] ppid=21207 vsize=10661052 memory=42480 CPUtime=0.34 cores=0,2,4,6
/proc/21210/stat : 21210 (java) S 21207 21210 20160 0 -1 1077944320 8170 0 0 0 32 2 0 0 20 0 15 0 92655542 10916917248 10620 33554432000 4194304 4196468 140726478627200 140726478609744 139779615186679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
/proc/21210/statm: 2665263 10620 2982 1 0 2627263 0
[pid=21210/tid=21212] ppid=21207 vsize=10661052 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21210/task/21212/stat : 21212 (java) S 21207 21210 20160 0 -1 1077944384 5166 0 0 0 18 1 0 0 20 0 15 0 92655543 10916917248 10620 33554432000 4194304 4196468 140726478627200 139779619424880 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21213] ppid=21207 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21213/stat : 21213 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 10620 33554432000 4194304 4196468 140726478627200 139779578293136 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21214] ppid=21207 vsize=10661052 memory=140088227691948 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21214/stat : 21214 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 10620 33554432000 4194304 4196468 140726478627200 139779220626192 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21215] ppid=21207 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21215/stat : 21215 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 10620 33554432000 4194304 4196468 140726478627200 139779219573904 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21216] ppid=21207 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21216/stat : 21216 (java) S 21207 21210 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655544 10916917248 10620 33554432000 4194304 4196468 140726478627200 139779218521104 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21217] ppid=21207 vsize=10661052 memory=140088227350144 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21217/stat : 21217 (java) S 21207 21210 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655545 10916917248 10620 33554432000 4194304 4196468 140726478627200 139779174942832 139779615197826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21218] ppid=21207 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21218/stat : 21218 (java) S 21207 21210 20160 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92655545 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778650530592 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21219] ppid=21207 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21219/stat : 21219 (java) S 21207 21210 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655546 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778649478256 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21220] ppid=21207 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21220/stat : 21220 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778648426576 139779615205275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21221] ppid=21207 vsize=10661052 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21210/task/21221/stat : 21221 (java) R 21207 21210 20160 0 -1 1077944384 698 0 0 0 3 0 0 0 20 0 15 0 92655548 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778647374448 139779615197826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21222] ppid=21207 vsize=10661052 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21210/task/21222/stat : 21222 (java) S 21207 21210 20160 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 92655548 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778646321648 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21223] ppid=21207 vsize=10661052 memory=140088227350144 CPUtime=0.08 cores=0,2,4,6
/proc/21210/task/21223/stat : 21223 (java) R 21207 21210 20160 0 -1 4202560 868 0 0 0 8 0 0 0 20 0 15 0 92655548 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778645265304 139779607423806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21224] ppid=21207 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21224/stat : 21224 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778644216800 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21225] ppid=21207 vsize=10661052 memory=140088227350144 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21225/stat : 21225 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655548 10916917248 10620 33554432000 4194304 4196468 140726478627200 139778643163568 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 42480 KiB

[startup+0.310499 s]*
/proc/loadavg: 1.72 1.68 1.66 7/215 21225
/proc/meminfo: memFree=22584412/32770624 swapFree=67108688/67108860
[pid=21210] ppid=21207 vsize=10661128 memory=54824 CPUtime=0.68 cores=0,2,4,6
/proc/21210/stat : 21210 (java) S 21207 21210 20160 0 -1 1077944320 10267 0 0 0 66 2 0 0 20 0 15 0 92655542 10916995072 13706 33554432000 4194304 4196468 140726478627200 140726478609744 139779615186679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
/proc/21210/statm: 2665282 13706 3074 1 0 2627263 0
[pid=21210/tid=21212] ppid=21207 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/21210/task/21212/stat : 21212 (java) R 21207 21210 20160 0 -1 4202560 5445 0 0 0 28 2 0 0 20 0 15 0 92655543 10916995072 13706 33554432000 4194304 4196468 140726478627200 139779619424672 139779599267166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21213] ppid=21207 vsize=10661128 memory=4294979917 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21213/stat : 21213 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 13706 33554432000 4194304 4196468 140726478627200 139779578293136 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21214] ppid=21207 vsize=10661128 memory=140088227871560 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21214/stat : 21214 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 13706 33554432000 4194304 4196468 140726478627200 139779220626192 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21215] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21215/stat : 21215 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 13706 33554432000 4194304 4196468 140726478627200 139779219573904 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21216] ppid=21207 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21216/stat : 21216 (java) S 21207 21210 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 13706 33554432000 4194304 4196468 140726478627200 139779218521104 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21217] ppid=21207 vsize=10661128 memory=140088227350144 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21217/stat : 21217 (java) S 21207 21210 20160 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 13706 33554432000 4194304 4196468 140726478627200 139779174942832 139779615197826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21218] ppid=21207 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21218/stat : 21218 (java) S 21207 21210 20160 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778650530592 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21219] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21219/stat : 21219 (java) S 21207 21210 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655546 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778649478256 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21220] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21220/stat : 21220 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778648426576 139779615205275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21221] ppid=21207 vsize=10661128 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21210/task/21221/stat : 21221 (java) R 21207 21210 20160 0 -1 4202560 1416 0 0 0 11 0 0 0 20 0 15 0 92655548 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778647360472 139779598571650 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21222] ppid=21207 vsize=10661128 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/21210/task/21222/stat : 21222 (java) R 21207 21210 20160 0 -1 4202560 684 0 0 0 10 0 0 0 20 0 15 0 92655548 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778646310912 139779594402083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21223] ppid=21207 vsize=10661128 memory=140088227350144 CPUtime=0.15 cores=0,2,4,6
/proc/21210/task/21223/stat : 21223 (java) R 21207 21210 20160 0 -1 4202560 1373 0 0 0 15 0 0 0 20 0 15 0 92655548 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778645265312 139779593551887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21224] ppid=21207 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21224/stat : 21224 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778644216800 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21225] ppid=21207 vsize=10661128 memory=140088227350144 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21225/stat : 21225 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 13706 33554432000 4194304 4196468 140726478627200 139778643163568 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 54824 KiB

[startup+0.700718 s]
/proc/loadavg: 1.72 1.68 1.66 6/215 21225
/proc/meminfo: memFree=22551028/32770624 swapFree=67108688/67108860
[pid=21210] ppid=21207 vsize=10661128 memory=142664 CPUtime=1.96 cores=0,2,4,6
/proc/21210/stat : 21210 (java) S 21207 21210 20160 0 -1 1077944320 11692 0 0 0 191 5 0 0 20 0 15 0 92655542 10916995072 35666 33554432000 4194304 4196468 140726478627200 140726478609744 139779615186679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
/proc/21210/statm: 2665282 35666 3106 1 0 2627263 0
[pid=21210/tid=21212] ppid=21207 vsize=10661128 memory=231214397023808 CPUtime=0.67 cores=0,2,4,6
/proc/21210/task/21212/stat : 21212 (java) R 21207 21210 20160 0 -1 4202560 5649 0 0 0 64 3 0 0 20 0 15 0 92655543 10916995072 35666 33554432000 4194304 4196468 140726478627200 139779619424384 139779255190560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21213] ppid=21207 vsize=10661128 memory=4051047449723404320 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21213/stat : 21213 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 35666 33554432000 4194304 4196468 140726478627200 139779578293136 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21214] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21214/stat : 21214 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 35666 33554432000 4194304 4196468 140726478627200 139779220626192 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21215] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21215/stat : 21215 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 35666 33554432000 4194304 4196468 140726478627200 139779219573904 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21216] ppid=21207 vsize=10661128 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21216/stat : 21216 (java) S 21207 21210 20160 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92655544 10916995072 35666 33554432000 4194304 4196468 140726478627200 139779218521104 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21217] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21217/stat : 21217 (java) S 21207 21210 20160 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 35666 33554432000 4194304 4196468 140726478627200 139779174942832 139779615197826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21218] ppid=21207 vsize=10661128 memory=-6079718012894977833 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21218/stat : 21218 (java) S 21207 21210 20160 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778650530592 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21219] ppid=21207 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21219/stat : 21219 (java) S 21207 21210 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655546 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778649478256 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21220] ppid=21207 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21220/stat : 21220 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778648426576 139779615205275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21221] ppid=21207 vsize=10661128 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/21210/task/21221/stat : 21221 (java) R 21207 21210 20160 0 -1 4202560 1553 0 0 0 47 0 0 0 20 0 15 0 92655548 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778647361232 139779592934080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21222] ppid=21207 vsize=10661128 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/21210/task/21222/stat : 21222 (java) R 21207 21210 20160 0 -1 4202560 1310 0 0 0 46 0 0 0 20 0 15 0 92655548 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778646306720 139779599089295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21223] ppid=21207 vsize=10661128 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/21210/task/21223/stat : 21223 (java) R 21207 21210 20160 0 -1 1077944384 1829 0 0 0 34 0 0 0 20 0 15 0 92655548 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778645269360 139779615197826 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21224] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21224/stat : 21224 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778644216800 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21225] ppid=21207 vsize=10661128 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21225/stat : 21225 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 35666 33554432000 4194304 4196468 140726478627200 139778643163568 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 142664 KiB

[startup+1.50072 s]
/proc/loadavg: 1.72 1.68 1.66 4/215 21225
/proc/meminfo: memFree=22422380/32770624 swapFree=67108688/67108860
[pid=21210] ppid=21207 vsize=10661128 memory=358260 CPUtime=4.23 cores=0,2,4,6
/proc/21210/stat : 21210 (java) S 21207 21210 20160 0 -1 1077944320 12808 0 0 0 397 26 0 0 20 0 15 0 92655542 10916995072 89565 33554432000 4194304 4196468 140726478627200 140726478609744 139779615186679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
/proc/21210/statm: 2665282 89565 3144 1 0 2627263 0
[pid=21210/tid=21212] ppid=21207 vsize=10661128 memory=12848 CPUtime=1.26 cores=0,2,4,6
/proc/21210/task/21212/stat : 21212 (java) R 21207 21210 20160 0 -1 4202560 5703 0 0 0 122 4 0 0 20 0 15 0 92655543 10916995072 89565 33554432000 4194304 4196468 140726478627200 139779619424784 139779256113074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21213] ppid=21207 vsize=10661128 memory=6791534058613427641 CPUtime=0.2 cores=0,2,4,6
/proc/21210/task/21213/stat : 21213 (java) S 21207 21210 20160 0 -1 1077944384 166 0 0 0 15 5 0 0 20 0 15 0 92655544 10916995072 89565 33554432000 4194304 4196468 140726478627200 139779578293136 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21214] ppid=21207 vsize=10661128 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/21210/task/21214/stat : 21214 (java) S 21207 21210 20160 0 -1 1077944384 141 0 0 0 13 4 0 0 20 0 15 0 92655544 10916995072 89565 33554432000 4194304 4196468 140726478627200 139779220626192 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21215] ppid=21207 vsize=10661128 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21210/task/21215/stat : 21215 (java) S 21207 21210 20160 0 -1 1077944384 152 0 0 0 14 5 0 0 20 0 15 0 92655544 10916995072 89565 33554432000 4194304 4196468 140726478627200 139779219573904 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21216] ppid=21207 vsize=10661128 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/21210/task/21216/stat : 21216 (java) S 21207 21210 20160 0 -1 1077944384 165 0 0 0 15 5 0 0 20 0 15 0 92655544 10916995072 89565 33554432000 4194304 4196468 140726478627200 139779218521104 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21217] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21217/stat : 21217 (java) S 21207 21210 20160 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 89565 33554432000 4194304 4196468 140726478627200 139779174942832 139779615197826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21218] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21218/stat : 21218 (java) S 21207 21210 20160 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778650530592 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21219] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21219/stat : 21219 (java) S 21207 21210 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655546 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778649478256 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21220] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21220/stat : 21220 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778648426576 139779615205275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21221] ppid=21207 vsize=10661128 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/21210/task/21221/stat : 21221 (java) S 21207 21210 20160 0 -1 1077944384 1649 0 0 0 87 0 0 0 20 0 15 0 92655548 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778647374448 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21222] ppid=21207 vsize=10661128 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/21210/task/21222/stat : 21222 (java) S 21207 21210 20160 0 -1 1077944384 1432 0 0 0 87 0 0 0 20 0 15 0 92655548 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778646321648 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21223] ppid=21207 vsize=10661128 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/21210/task/21223/stat : 21223 (java) S 21207 21210 20160 0 -1 1077944384 1976 0 0 0 41 0 0 0 20 0 15 0 92655548 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778645269360 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21224] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21224/stat : 21224 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778644216800 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21225] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21225/stat : 21225 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 89565 33554432000 4194304 4196468 140726478627200 139778643163568 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 358260 KiB

[startup+3.11032 s]
/proc/loadavg: 1.72 1.68 1.66 6/215 21225
/proc/meminfo: memFree=21897700/32770624 swapFree=67108688/67108860
[pid=21210] ppid=21207 vsize=10661128 memory=742500 CPUtime=9.58 cores=0,2,4,6
/proc/21210/stat : 21210 (java) S 21207 21210 20160 0 -1 1077944320 26449 0 0 0 900 58 0 0 20 0 15 0 92655542 10916995072 185625 33554432000 4194304 4196468 140726478627200 140726478609744 139779615186679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
/proc/21210/statm: 2665282 185625 3170 1 0 2627263 0
[pid=21210/tid=21212] ppid=21207 vsize=10661128 memory=740268 CPUtime=1.66 cores=0,2,4,6
/proc/21210/task/21212/stat : 21212 (java) R 21207 21210 20160 0 -1 4202560 5765 0 0 0 161 5 0 0 20 0 15 0 92655543 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779619424784 139779255796829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21213] ppid=21207 vsize=10661128 memory=56 CPUtime=1.35 cores=0,2,4,6
/proc/21210/task/21213/stat : 21213 (java) S 21207 21210 20160 0 -1 1077944384 2651 0 0 0 123 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779578293136 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21214] ppid=21207 vsize=10661128 memory=-8311738553153378854 CPUtime=1.36 cores=0,2,4,6
/proc/21210/task/21214/stat : 21214 (java) S 21207 21210 20160 0 -1 1077944384 2930 0 0 0 124 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779220626192 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21215] ppid=21207 vsize=10661128 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/21210/task/21215/stat : 21215 (java) S 21207 21210 20160 0 -1 1077944384 3738 0 0 0 124 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779219573904 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21216] ppid=21207 vsize=10661128 memory=8819580419504778285 CPUtime=1.39 cores=0,2,4,6
/proc/21210/task/21216/stat : 21216 (java) S 21207 21210 20160 0 -1 1077944384 4237 0 0 0 127 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779218521104 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21217] ppid=21207 vsize=10661128 memory=288285558848095396 CPUtime=0.01 cores=0,2,4,6
/proc/21210/task/21217/stat : 21217 (java) S 21207 21210 20160 0 -1 1077944384 698 0 0 0 1 0 0 0 20 0 15 0 92655545 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779174942832 139779615197826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21218] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21218/stat : 21218 (java) S 21207 21210 20160 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778650530592 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21219] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21219/stat : 21219 (java) S 21207 21210 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655546 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778649478256 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21220] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21220/stat : 21220 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778648426576 139779615205275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21221] ppid=21207 vsize=10661128 memory=-2746958450906831424 CPUtime=1.01 cores=0,2,4,6
/proc/21210/task/21221/stat : 21221 (java) S 21207 21210 20160 0 -1 1077944384 1673 0 0 0 101 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778647374448 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21222] ppid=21207 vsize=10661128 memory=-2317720213663851332 CPUtime=0.93 cores=0,2,4,6
/proc/21210/task/21222/stat : 21222 (java) S 21207 21210 20160 0 -1 1077944384 1440 0 0 0 93 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778646321648 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21223] ppid=21207 vsize=10661128 memory=163792 CPUtime=0.41 cores=0,2,4,6
/proc/21210/task/21223/stat : 21223 (java) S 21207 21210 20160 0 -1 1077944384 1976 0 0 0 41 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778645269360 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21224] ppid=21207 vsize=10661128 memory=16460 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21224/stat : 21224 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778644216800 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21225] ppid=21207 vsize=10661128 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21225/stat : 21225 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778643163568 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
Current children cumulated CPU time: 9.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 742500 KiB

[startup+3.28693 s]
# the end of solver process 21210 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.16452 s, system=0.591162 s

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

[startup+3.20084 s]
/proc/loadavg: 1.72 1.68 1.66 6/215 21225
/proc/meminfo: memFree=21897700/32770624 swapFree=67108688/67108860
[pid=21210] ppid=21207 vsize=10661128 memory=742500 CPUtime=9.67 cores=0,2,4,6
/proc/21210/stat : 21210 (java) S 21207 21210 20160 0 -1 1077944320 26468 0 0 0 909 58 0 0 20 0 15 0 92655542 10916995072 185625 33554432000 4194304 4196468 140726478627200 140726478609744 139779615186679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
/proc/21210/statm: 2665282 185625 3170 1 0 2627263 0
[pid=21210/tid=21212] ppid=21207 vsize=10661128 memory=0 CPUtime=1.75 cores=0,2,4,6
/proc/21210/task/21212/stat : 21212 (java) R 21207 21210 20160 0 -1 4202560 5778 0 0 0 170 5 0 0 20 0 15 0 92655543 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779619424784 139779256112882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21213] ppid=21207 vsize=10661128 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/21210/task/21213/stat : 21213 (java) S 21207 21210 20160 0 -1 1077944384 2651 0 0 0 123 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779578293136 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21214] ppid=21207 vsize=10661128 memory=140088076318488 CPUtime=1.36 cores=0,2,4,6
/proc/21210/task/21214/stat : 21214 (java) S 21207 21210 20160 0 -1 1077944384 2930 0 0 0 124 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779220626192 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21215] ppid=21207 vsize=10661128 memory=1576 CPUtime=1.36 cores=0,2,4,6
/proc/21210/task/21215/stat : 21215 (java) S 21207 21210 20160 0 -1 1077944384 3738 0 0 0 124 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779219573904 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21216] ppid=21207 vsize=10661128 memory=928 CPUtime=1.39 cores=0,2,4,6
/proc/21210/task/21216/stat : 21216 (java) S 21207 21210 20160 0 -1 1077944384 4237 0 0 0 127 12 0 0 20 0 15 0 92655544 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779218521104 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21217] ppid=21207 vsize=10661128 memory=2240 CPUtime=0.01 cores=0,2,4,6
/proc/21210/task/21217/stat : 21217 (java) S 21207 21210 20160 0 -1 1077944384 698 0 0 0 1 0 0 0 20 0 15 0 92655545 10916995072 185625 33554432000 4194304 4196468 140726478627200 139779174942832 139779615197826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21218] ppid=21207 vsize=10661128 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21218/stat : 21218 (java) S 21207 21210 20160 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92655545 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778650530592 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21219] ppid=21207 vsize=10661128 memory=7302135314614015849 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21219/stat : 21219 (java) S 21207 21210 20160 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92655546 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778649478256 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21220] ppid=21207 vsize=10661128 memory=5794542175159407193 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21220/stat : 21220 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778648426576 139779615205275 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21221] ppid=21207 vsize=10661128 memory=2241 CPUtime=1.01 cores=0,2,4,6
/proc/21210/task/21221/stat : 21221 (java) S 21207 21210 20160 0 -1 1077944384 1673 0 0 0 101 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778647374448 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21222] ppid=21207 vsize=10661128 memory=2244 CPUtime=0.93 cores=0,2,4,6
/proc/21210/task/21222/stat : 21222 (java) S 21207 21210 20160 0 -1 1077944384 1446 0 0 0 93 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778646321648 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21223] ppid=21207 vsize=10661128 memory=358260 CPUtime=0.41 cores=0,2,4,6
/proc/21210/task/21223/stat : 21223 (java) S 21207 21210 20160 0 -1 1077944384 1976 0 0 0 41 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778645269360 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21224] ppid=21207 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21224/stat : 21224 (java) S 21207 21210 20160 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778644216800 139779615196885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
[pid=21210/tid=21225] ppid=21207 vsize=10661128 memory=280176151779072 CPUtime=0 cores=0,2,4,6
/proc/21210/task/21225/stat : 21225 (java) S 21207 21210 20160 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92655548 10916995072 185625 33554432000 4194304 4196468 140726478627200 139778643163568 139779615197826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31358976 140726478636205 140726478636297 140726478636297 140726478639055 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 742500 KiB

Child status: 0
Real time (s): 3.28698
CPU time (s): 9.75568
CPU user time (s): 9.16452
CPU system time (s): 0.591162
CPU usage (%): 296.798
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 742500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.16452
system time used= 0.591162
maximum resident set size= 743132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26534
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= 1644
involuntary context switches= 66


# summary of solver processes directly reported to runsolver:
#   pid: 21210
#   total CPU time (s): 9.75568
#   total CPU user time (s): 9.16452
#   total CPU system time (s): 0.591162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047422 second user time and 0.071485 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 06:08:47
IDJOB=4298221
IDBENCH=141086
IDSOLVER=2766
FILE ID=node106/4298221-1532750927
RUNJOBID= node106-1532740894-20191
PBS_JOBID= 21022448
Free space on /tmp= 46164 MiB

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

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

MD5SUM BENCH= bd1798e7d7609d757850ce39a0b70327
RANDOM SEED=1676210825

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        22625124 kB
MemAvailable:   31018056 kB
Buffers:          222712 kB
Cached:          8332944 kB
SwapCached:            0 kB
Active:          3435720 kB
Inactive:        6086512 kB
Active(anon):     913620 kB
Inactive(anon):    80512 kB
Active(file):    2522100 kB
Inactive(file):  6006000 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              1200 kB
Writeback:             0 kB
AnonPages:       1055060 kB
Mapped:            54648 kB
Shmem:             25056 kB
Slab:             320736 kB
SReclaimable:     293292 kB
SUnreclaim:        27444 kB
KernelStack:        3808 kB
PageTables:         6864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1895864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46164 MiB
End job on node106 at 2018-07-28 06:08:50