Trace number 4298159

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27? (NS) 4.38163 1.71897

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-03-opt_c18.xml
MD5SUM762637944ae9d552f69ba2f15bfafff3
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.07
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Number of domains4
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":8},{"size":36,"count":182},{"size":44,"count":208}]
Minimum variable degree4
Maximum variable degree62
Distribution of variable degrees[{"degree":4,"count":16},{"degree":5,"count":11},{"degree":6,"count":28},{"degree":7,"count":18},{"degree":8,"count":30},{"degree":9,"count":5},{"degree":10,"count":40},{"degree":11,"count":25},{"degree":12,"count":20},{"degree":13,"count":11},{"degree":14,"count":23},{"degree":15,"count":16},{"degree":16,"count":20},{"degree":17,"count":7},{"degree":18,"count":26},{"degree":19,"count":7},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":5},{"degree":26,"count":9},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":4},{"degree":30,"count":2},{"degree":31,"count":4},{"degree":32,"count":3},{"degree":33,"count":1},{"degree":37,"count":1},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2760}]
Number of extensional constraints2760
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2760}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12119 MiB free)
  memory of node 1: 16384 MiB (14728 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298159-1532808683/watcher-4298159-1532808683 -o /tmp/evaluation-result-4298159-1532808683/solver-4298159-1532808683 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298159-1532808683.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=11591, runsolver pid=11588

[startup+0.100123 s]*
/proc/loadavg: 0.84 0.88 1.11 4/216 11606
/proc/meminfo: memFree=27472312/32770624 swapFree=67108792/67108860
[pid=11591] ppid=11588 vsize=10661052 memory=25904 CPUtime=0.12 cores=1,3,5,7
/proc/11591/stat : 11591 (java) S 11588 11591 11440 0 -1 1077944320 5388 0 0 0 11 1 0 0 20 0 15 0 98431598 10916917248 6476 33554432000 4194304 4196468 140735340372976 140735340355520 140305471364855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
/proc/11591/statm: 2665263 6476 2834 1 0 2627263 0
[pid=11591/tid=11593] ppid=11588 vsize=10661052 memory=-8413741653617186170 CPUtime=0.08 cores=1,3,5,7
/proc/11591/task/11593/stat : 11593 (java) R 11588 11591 11440 0 -1 4202560 3205 0 0 0 8 0 0 0 20 0 15 0 98431598 10916917248 6476 33554432000 4194304 4196468 140735340372976 140305475593344 140305471376790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11594] ppid=11588 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11594/stat : 11594 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 6476 33554432000 4194304 4196468 140735340372976 140305443207440 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11595] ppid=11588 vsize=10661052 memory=140056397301376 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11595/stat : 11595 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 6476 33554432000 4194304 4196468 140735340372976 140305076947344 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11596] ppid=11588 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11596/stat : 11596 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 6476 33554432000 4194304 4196468 140735340372976 140305075894800 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11597] ppid=11588 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11597/stat : 11597 (java) S 11588 11591 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 6476 33554432000 4194304 4196468 140735340372976 140305074842256 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11598] ppid=11588 vsize=10661052 memory=140056397301376 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11598/stat : 11598 (java) S 11588 11591 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98431600 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304776137200 140305471376002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11599] ppid=11588 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11599/stat : 11599 (java) S 11588 11591 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98431601 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304775083424 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11600] ppid=11588 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11600/stat : 11600 (java) S 11588 11591 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98431601 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304774030832 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11601] ppid=11588 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11601/stat : 11601 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431603 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304772979408 140305471383451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11602] ppid=11588 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11602/stat : 11602 (java) S 11588 11591 11440 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 98431604 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304771926000 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11603] ppid=11588 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11603/stat : 11603 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431604 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304127449200 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11604] ppid=11588 vsize=10661052 memory=140056397301376 CPUtime=0.01 cores=1,3,5,7
/proc/11591/task/11604/stat : 11604 (java) R 11588 11591 11440 0 -1 4202560 378 0 0 0 1 0 0 0 20 0 15 0 98431604 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304126396656 140305455445342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11605] ppid=11588 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11605/stat : 11605 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431604 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304125344352 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11606] ppid=11588 vsize=10661052 memory=140056397301376 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11606/stat : 11606 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431604 10916917248 6476 33554432000 4194304 4196468 140735340372976 140304124291888 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 25904 KiB

[startup+0.210602 s]*
/proc/loadavg: 0.84 0.88 1.11 4/216 11606
/proc/meminfo: memFree=27455440/32770624 swapFree=67108792/67108860
[pid=11591] ppid=11588 vsize=10661052 memory=39172 CPUtime=0.34 cores=1,3,5,7
/proc/11591/stat : 11591 (java) S 11588 11591 11440 0 -1 1077944320 8361 0 0 0 32 2 0 0 20 0 15 0 98431598 10916917248 9793 33554432000 4194304 4196468 140735340372976 140735340355520 140305471364855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
/proc/11591/statm: 2665263 9793 2987 1 0 2627263 0
[pid=11591/tid=11593] ppid=11588 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11591/task/11593/stat : 11593 (java) R 11588 11591 11440 0 -1 4202560 5179 0 0 0 19 1 0 0 20 0 15 0 98431598 10916917248 9793 33554432000 4194304 4196468 140735340372976 140305475603632 140305471376790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11594] ppid=11588 vsize=10661052 memory=343 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11594/stat : 11594 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 9793 33554432000 4194304 4196468 140735340372976 140305443207440 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11595] ppid=11588 vsize=10661052 memory=140056397313132 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11595/stat : 11595 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 9793 33554432000 4194304 4196468 140735340372976 140305076947344 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11596] ppid=11588 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11596/stat : 11596 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 9793 33554432000 4194304 4196468 140735340372976 140305075894800 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11597] ppid=11588 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11597/stat : 11597 (java) S 11588 11591 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98431599 10916917248 9793 33554432000 4194304 4196468 140735340372976 140305074842256 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11598] ppid=11588 vsize=10661052 memory=140056397301376 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11598/stat : 11598 (java) S 11588 11591 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98431600 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304776137200 140305471376002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11599] ppid=11588 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11599/stat : 11599 (java) S 11588 11591 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98431601 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304775083424 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11600] ppid=11588 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11600/stat : 11600 (java) S 11588 11591 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98431601 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304774030832 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11601] ppid=11588 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11601/stat : 11601 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431603 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304772979408 140305471383451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11602] ppid=11588 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11591/task/11602/stat : 11602 (java) R 11588 11591 11440 0 -1 4202560 626 0 0 0 2 0 0 0 20 0 15 0 98431604 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304771926000 140305452887603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11603] ppid=11588 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11591/task/11603/stat : 11603 (java) R 11588 11591 11440 0 -1 1077944384 146 0 0 0 2 0 0 0 20 0 15 0 98431604 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304127449200 140305471376002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11604] ppid=11588 vsize=10661052 memory=140056397301376 CPUtime=0.08 cores=1,3,5,7
/proc/11591/task/11604/stat : 11604 (java) R 11588 11591 11440 0 -1 4202560 1048 0 0 0 8 0 0 0 20 0 15 0 98431604 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304126393024 140305450317211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11605] ppid=11588 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11605/stat : 11605 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431604 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304125344352 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11606] ppid=11588 vsize=10661052 memory=140056397301376 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11606/stat : 11606 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431604 10916917248 9793 33554432000 4194304 4196468 140735340372976 140304124291888 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39172 KiB

[startup+0.310718 s]*
/proc/loadavg: 0.84 0.88 1.11 3/216 11606
/proc/meminfo: memFree=27385508/32770624 swapFree=67108792/67108860
[pid=11591] ppid=11588 vsize=10661128 memory=52712 CPUtime=0.68 cores=1,3,5,7
/proc/11591/stat : 11591 (java) S 11588 11591 11440 0 -1 1077944320 10698 0 0 0 66 2 0 0 20 0 15 0 98431598 10916995072 13178 33554432000 4194304 4196468 140735340372976 140735340355520 140305471364855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
/proc/11591/statm: 2665282 13178 3074 1 0 2627263 0
[pid=11591/tid=11593] ppid=11588 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/11591/task/11593/stat : 11593 (java) R 11588 11591 11440 0 -1 4202560 5512 0 0 0 28 1 0 0 20 0 15 0 98431598 10916995072 13178 33554432000 4194304 4196468 140735340372976 140305475600864 140305471386781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11594] ppid=11588 vsize=10661128 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11594/stat : 11594 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 13178 33554432000 4194304 4196468 140735340372976 140305443207440 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11595] ppid=11588 vsize=10661128 memory=140056397313131 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11595/stat : 11595 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 13178 33554432000 4194304 4196468 140735340372976 140305076947344 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11596] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11596/stat : 11596 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 13178 33554432000 4194304 4196468 140735340372976 140305075894800 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11597] ppid=11588 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11597/stat : 11597 (java) S 11588 11591 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 13178 33554432000 4194304 4196468 140735340372976 140305074842256 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11598] ppid=11588 vsize=10661128 memory=140056397301376 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11598/stat : 11598 (java) S 11588 11591 11440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98431600 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304776137200 140305471376002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11599] ppid=11588 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11599/stat : 11599 (java) S 11588 11591 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304775083424 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11600] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11600/stat : 11600 (java) S 11588 11591 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304774030832 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11601] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11601/stat : 11601 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431603 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304772979408 140305471383451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11602] ppid=11588 vsize=10661128 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11591/task/11602/stat : 11602 (java) S 11588 11591 11440 0 -1 1077944384 1191 0 0 0 10 0 0 0 20 0 15 0 98431604 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304771926000 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11603] ppid=11588 vsize=10661128 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/11591/task/11603/stat : 11603 (java) S 11588 11591 11440 0 -1 1077944384 950 0 0 0 11 0 0 0 20 0 15 0 98431604 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304127449200 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11604] ppid=11588 vsize=10661128 memory=140056397301376 CPUtime=0.15 cores=1,3,5,7
/proc/11591/task/11604/stat : 11604 (java) R 11588 11591 11440 0 -1 4202560 1681 0 0 0 15 0 0 0 20 0 15 0 98431604 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304126396656 140305455408485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11605] ppid=11588 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11605/stat : 11605 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304125344352 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11606] ppid=11588 vsize=10661128 memory=140056397301376 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11606/stat : 11606 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 13178 33554432000 4194304 4196468 140735340372976 140304124291888 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 52712 KiB

[startup+0.70077 s]
/proc/loadavg: 0.84 0.88 1.11 5/216 11606
/proc/meminfo: memFree=27361308/32770624 swapFree=67108792/67108860
[pid=11591] ppid=11588 vsize=10661128 memory=98416 CPUtime=1.93 cores=1,3,5,7
/proc/11591/stat : 11591 (java) S 11588 11591 11440 0 -1 1077944320 12413 0 0 0 190 3 0 0 20 0 15 0 98431598 10916995072 24604 33554432000 4194304 4196468 140735340372976 140735340355520 140305471364855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
/proc/11591/statm: 2665282 24604 3106 1 0 2627263 0
[pid=11591/tid=11593] ppid=11588 vsize=10661128 memory=189869296992429 CPUtime=0.68 cores=1,3,5,7
/proc/11591/task/11593/stat : 11593 (java) R 11588 11591 11440 0 -1 4202560 5673 0 0 0 66 2 0 0 20 0 15 0 98431598 10916995072 24604 33554432000 4194304 4196468 140735340372976 140305475600608 140305111549115 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11594] ppid=11588 vsize=10661128 memory=571857 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11594/stat : 11594 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 24604 33554432000 4194304 4196468 140735340372976 140305443207440 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11595] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11595/stat : 11595 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 24604 33554432000 4194304 4196468 140735340372976 140305076947344 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11596] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11596/stat : 11596 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 24604 33554432000 4194304 4196468 140735340372976 140305075894800 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11597] ppid=11588 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11597/stat : 11597 (java) S 11588 11591 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98431599 10916995072 24604 33554432000 4194304 4196468 140735340372976 140305074842256 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11598] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11598/stat : 11598 (java) S 11588 11591 11440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98431600 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304776137200 140305471376002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11599] ppid=11588 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11599/stat : 11599 (java) S 11588 11591 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304775083424 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11600] ppid=11588 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11600/stat : 11600 (java) S 11588 11591 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304774030832 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11601] ppid=11588 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11601/stat : 11601 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431603 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304772979408 140305471383451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11602] ppid=11588 vsize=10661128 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/11591/task/11602/stat : 11602 (java) R 11588 11591 11440 0 -1 4202560 1957 0 0 0 44 0 0 0 20 0 15 0 98431604 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304771926000 140305455789799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11603] ppid=11588 vsize=10661128 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/11591/task/11603/stat : 11603 (java) R 11588 11591 11440 0 -1 4202560 1263 0 0 0 46 0 0 0 20 0 15 0 98431604 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304127449200 140305456107136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11604] ppid=11588 vsize=10661128 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/11591/task/11604/stat : 11604 (java) S 11588 11591 11440 0 -1 1077944384 2149 0 0 0 33 0 0 0 20 0 15 0 98431604 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304126396656 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11605] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11605/stat : 11605 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304125344352 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11606] ppid=11588 vsize=10661128 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11606/stat : 11606 (java) S 11588 11591 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 24604 33554432000 4194304 4196468 140735340372976 140304124291888 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 98416 KiB

[startup+1.50074 s]
/proc/loadavg: 1.25 0.96 1.14 6/216 11606
/proc/meminfo: memFree=27287184/32770624 swapFree=67108792/67108860
[pid=11591] ppid=11588 vsize=10661128 memory=259364 CPUtime=3.63 cores=1,3,5,7
/proc/11591/stat : 11591 (java) S 11588 11591 11440 0 -1 1077944320 17957 0 0 0 348 15 0 0 20 0 15 0 98431598 10916995072 64841 33554432000 4194304 4196468 140735340372976 140735340355520 140305471364855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
/proc/11591/statm: 2665282 64841 3149 1 0 2627263 0
[pid=11591/tid=11593] ppid=11588 vsize=10661128 memory=10799 CPUtime=1.37 cores=1,3,5,7
/proc/11591/task/11593/stat : 11593 (java) R 11588 11591 11440 0 -1 4202560 6383 0 0 0 135 2 0 0 20 0 15 0 98431598 10916995072 64841 33554432000 4194304 4196468 140735340372976 140305475599704 140305111653357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11594] ppid=11588 vsize=10661128 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11591/task/11594/stat : 11594 (java) S 11588 11591 11440 0 -1 1077944384 115 0 0 0 6 2 0 0 20 0 15 0 98431599 10916995072 64841 33554432000 4194304 4196468 140735340372976 140305443207440 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11595] ppid=11588 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11591/task/11595/stat : 11595 (java) S 11588 11591 11440 0 -1 1077944384 480 0 0 0 6 2 0 0 20 0 15 0 98431599 10916995072 64841 33554432000 4194304 4196468 140735340372976 140305076947344 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11596] ppid=11588 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11591/task/11596/stat : 11596 (java) S 11588 11591 11440 0 -1 1077944384 118 0 0 0 6 2 0 0 20 0 15 0 98431599 10916995072 64841 33554432000 4194304 4196468 140735340372976 140305075894800 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11597] ppid=11588 vsize=10661128 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/11591/task/11597/stat : 11597 (java) S 11588 11591 11440 0 -1 1077944384 233 0 0 0 5 2 0 0 20 0 15 0 98431599 10916995072 64841 33554432000 4194304 4196468 140735340372976 140305074842256 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11598] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11598/stat : 11598 (java) S 11588 11591 11440 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 98431600 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304776137200 140305471376002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11599] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11599/stat : 11599 (java) S 11588 11591 11440 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304775083424 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11600] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11600/stat : 11600 (java) S 11588 11591 11440 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304774030832 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11601] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11601/stat : 11601 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431603 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304772979408 140305471383451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11602] ppid=11588 vsize=10661128 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/11591/task/11602/stat : 11602 (java) R 11588 11591 11440 0 -1 4202560 3868 0 0 0 73 0 0 0 20 0 15 0 98431604 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304771926000 140305454828600 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11603] ppid=11588 vsize=10661128 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/11591/task/11603/stat : 11603 (java) R 11588 11591 11440 0 -1 4202560 2748 0 0 0 78 0 0 0 20 0 15 0 98431604 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304127449200 140305457059921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11604] ppid=11588 vsize=10661128 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/11591/task/11604/stat : 11604 (java) S 11588 11591 11440 0 -1 1077944384 2312 0 0 0 36 0 0 0 20 0 15 0 98431604 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304126396656 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11605] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11605/stat : 11605 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304125344352 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11606] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11606/stat : 11606 (java) S 11588 11591 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 64841 33554432000 4194304 4196468 140735340372976 140304124291888 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
Current children cumulated CPU time: 3.63 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 259364 KiB

[startup+1.71891 s]
# the end of solver process 11591 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.01039 s, system=0.371239 s

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

[startup+1.60152 s]
/proc/loadavg: 1.25 0.96 1.14 6/216 11606
/proc/meminfo: memFree=27287184/32770624 swapFree=67108792/67108860
[pid=11591] ppid=11588 vsize=10661128 memory=350504 CPUtime=4.03 cores=1,3,5,7
/proc/11591/stat : 11591 (java) S 11588 11591 11440 0 -1 1077944320 18469 0 0 0 375 28 0 0 20 0 15 0 98431598 10916995072 87626 33554432000 4194304 4196468 140735340372976 140735340355520 140305471364855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
/proc/11591/statm: 2665282 87626 3149 1 0 2627263 0
[pid=11591/tid=11593] ppid=11588 vsize=10661128 memory=140056397327569 CPUtime=1.37 cores=1,3,5,7
/proc/11591/task/11593/stat : 11593 (java) S 11588 11591 11440 0 -1 1077944384 6383 0 0 0 135 2 0 0 20 0 15 0 98431598 10916995072 87626 33554432000 4194304 4196468 140735340372976 140305475602960 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11594] ppid=11588 vsize=10661128 memory=280112532804240 CPUtime=0.18 cores=1,3,5,7
/proc/11591/task/11594/stat : 11594 (java) R 11588 11591 11440 0 -1 4202560 239 0 0 0 13 5 0 0 20 0 15 0 98431599 10916995072 87626 33554432000 4194304 4196468 140735340372976 140305443207440 140305456386976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11595] ppid=11588 vsize=10661128 memory=140056266399680 CPUtime=0.18 cores=1,3,5,7
/proc/11591/task/11595/stat : 11595 (java) R 11588 11591 11440 0 -1 4202560 611 0 0 0 12 6 0 0 20 0 15 0 98431599 10916995072 87626 33554432000 4194304 4196468 140735340372976 140305076947544 140305456392274 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11596] ppid=11588 vsize=10661128 memory=3467824671636873280 CPUtime=0.17 cores=1,3,5,7
/proc/11591/task/11596/stat : 11596 (java) R 11588 11591 11440 0 -1 4202560 246 0 0 0 12 5 0 0 20 0 15 0 98431599 10916995072 87626 33554432000 4194304 4196468 140735340372976 140305075894688 140305456392905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11597] ppid=11588 vsize=10661128 memory=7523071198212214892 CPUtime=0.17 cores=1,3,5,7
/proc/11591/task/11597/stat : 11597 (java) R 11588 11591 11440 0 -1 4202560 358 0 0 0 12 5 0 0 20 0 15 0 98431599 10916995072 87626 33554432000 4194304 4196468 140735340372976 140305074842256 140305456392274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11598] ppid=11588 vsize=10661128 memory=5859273620209619044 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11598/stat : 11598 (java) S 11588 11591 11440 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 98431600 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304776135712 140305471375061 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11599] ppid=11588 vsize=10661128 memory=6935649255759568978 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11599/stat : 11599 (java) S 11588 11591 11440 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304775083424 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11600] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11600/stat : 11600 (java) S 11588 11591 11440 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304774030832 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11601] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11601/stat : 11601 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431603 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304772979408 140305471383451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11602] ppid=11588 vsize=10661128 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/11591/task/11602/stat : 11602 (java) S 11588 11591 11440 0 -1 1077944384 3869 0 0 0 73 0 0 0 20 0 15 0 98431604 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304771917280 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11603] ppid=11588 vsize=10661128 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/11591/task/11603/stat : 11603 (java) S 11588 11591 11440 0 -1 1077944384 2749 0 0 0 78 0 0 0 20 0 15 0 98431604 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304127428752 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11604] ppid=11588 vsize=10661128 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/11591/task/11604/stat : 11604 (java) S 11588 11591 11440 0 -1 1077944384 2312 0 0 0 36 0 0 0 20 0 15 0 98431604 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304126396656 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11605] ppid=11588 vsize=10661128 memory=11763915425922 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11605/stat : 11605 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304125344352 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11606] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11606/stat : 11606 (java) S 11588 11591 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 87626 33554432000 4194304 4196468 140735340372976 140304124291888 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 350504 KiB

[startup+1.70072 s]
/proc/loadavg: 1.25 0.96 1.14 6/216 11606
/proc/meminfo: memFree=27287184/32770624 swapFree=67108792/67108860
[pid=11591] ppid=11588 vsize=10661128 memory=397612 CPUtime=4.36 cores=1,3,5,7
/proc/11591/stat : 11591 (java) S 11588 11591 11440 0 -1 1077944320 18826 0 0 0 400 36 0 0 20 0 15 0 98431598 10916995072 99403 33554432000 4194304 4196468 140735340372976 140735340355520 140305471364855 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
/proc/11591/statm: 2665282 99403 3149 1 0 2627263 0
[pid=11591/tid=11593] ppid=11588 vsize=10661128 memory=259364 CPUtime=1.41 cores=1,3,5,7
/proc/11591/task/11593/stat : 11593 (java) R 11588 11591 11440 0 -1 4202560 6568 0 0 0 139 2 0 0 20 0 15 0 98431598 10916995072 99403 33554432000 4194304 4196468 140735340372976 140305475602960 140305451640227 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11594] ppid=11588 vsize=10661128 memory=10799 CPUtime=0.23 cores=1,3,5,7
/proc/11591/task/11594/stat : 11594 (java) S 11588 11591 11440 0 -1 1077944384 275 0 0 0 16 7 0 0 20 0 15 0 98431599 10916995072 99403 33554432000 4194304 4196468 140735340372976 140305443207440 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11595] ppid=11588 vsize=10661128 memory=6791534058613427641 CPUtime=0.23 cores=1,3,5,7
/proc/11591/task/11595/stat : 11595 (java) S 11588 11591 11440 0 -1 1077944384 648 0 0 0 16 7 0 0 20 0 15 0 98431599 10916995072 99403 33554432000 4194304 4196468 140735340372976 140305076947344 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11596] ppid=11588 vsize=10661128 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11591/task/11596/stat : 11596 (java) S 11588 11591 11440 0 -1 1077944384 283 0 0 0 16 7 0 0 20 0 15 0 98431599 10916995072 99403 33554432000 4194304 4196468 140735340372976 140305075894800 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11597] ppid=11588 vsize=10661128 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11591/task/11597/stat : 11597 (java) S 11588 11591 11440 0 -1 1077944384 392 0 0 0 16 7 0 0 20 0 15 0 98431599 10916995072 99403 33554432000 4194304 4196468 140735340372976 140305074842256 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11598] ppid=11588 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11598/stat : 11598 (java) S 11588 11591 11440 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 98431600 10916995072 99403 33554432000 4194304 4196468 140735340372976 140304776137200 140305471376002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11599] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11599/stat : 11599 (java) S 11588 11591 11440 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 99403 33554432000 4194304 4196468 140735340372976 140304775083424 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11600] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11600/stat : 11600 (java) S 11588 11591 11440 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98431601 10916995072 99403 33554432000 4194304 4196468 140735340372976 140304774030832 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11601] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11601/stat : 11601 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431603 10916995072 99403 33554432000 4194304 4196468 140735340372976 140304772979408 140305471383451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11602] ppid=11588 vsize=10661128 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/11591/task/11602/stat : 11602 (java) R 11588 11591 11440 0 -1 1077944384 3894 0 0 0 76 0 0 0 20 0 15 0 98431604 10916995072 99403 33554432000 4194304 4196468 140735340372976 140304771926000 140305471376002 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11603] ppid=11588 vsize=10661128 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/11591/task/11603/stat : 11603 (java) R 11588 11591 11440 0 -1 4202560 2766 0 0 0 80 0 0 0 20 0 15 0 98431604 10916995072 99403 33554432000 4194304 4196468 140735340372976 140304127449200 140305450582137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11604] ppid=11588 vsize=10661128 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/11591/task/11604/stat : 11604 (java) R 11588 11591 11440 0 -1 4202560 2315 0 0 0 36 0 0 0 20 0 15 0 98431604 10916995072 99403 33554432000 4194304 4196468 140735340372976 140304126396656 140305452928424 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11605] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11605/stat : 11605 (java) S 11588 11591 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 99405 33554432000 4194304 4196468 140735340372976 140304125344352 140305471375061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
[pid=11591/tid=11606] ppid=11588 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11591/task/11606/stat : 11606 (java) S 11588 11591 11440 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 98431604 10916995072 99405 33554432000 4194304 4196468 140735340372976 140304124291888 140305471376002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 32366592 140735340377226 140735340377353 140735340377353 140735340380111 0
Current children cumulated CPU time: 4.36 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 397612 KiB

Child status: 0
Real time (s): 1.71897
CPU time (s): 4.38163
CPU user time (s): 4.01039
CPU system time (s): 0.371239
CPU usage (%): 254.899
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 397612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.01039
system time used= 0.371239
maximum resident set size= 397964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1324
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 11591
#   total CPU time (s): 4.38163
#   total CPU user time (s): 4.01039
#   total CPU system time (s): 0.371239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041196 second user time and 0.049647 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 22:11:23
IDJOB=4298159
IDBENCH=141077
IDSOLVER=2767
FILE ID=node150/4298159-1532808683
RUNJOBID= node150-1532808681-11472
PBS_JOBID= 21022473
Free space on /tmp= 53088 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-03-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298159-1532808683/watcher-4298159-1532808683 -o /tmp/evaluation-result-4298159-1532808683/solver-4298159-1532808683 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298159-1532808683.xml

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

MD5SUM BENCH= 762637944ae9d552f69ba2f15bfafff3
RANDOM SEED=2039547949

node150.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.76
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.76
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.76
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.76
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:        27492824 kB
MemAvailable:   31341468 kB
Buffers:          209036 kB
Cached:          3878120 kB
SwapCached:           32 kB
Active:          2085540 kB
Inactive:        2650888 kB
Active(anon):     600640 kB
Inactive(anon):    76188 kB
Active(file):    1484900 kB
Inactive(file):  2574700 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             14304 kB
Writeback:             0 kB
AnonPages:        654404 kB
Mapped:            55180 kB
Shmem:             25156 kB
Slab:             238088 kB
SReclaimable:     209760 kB
SUnreclaim:        28328 kB
KernelStack:        3808 kB
PageTables:         6088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1566884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53088 MiB
End job on node150 at 2018-07-28 22:11:25