Trace number 4299984

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 NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29SAT 3.47265 1.78459

General information on the benchmark

NameMagicSquare/
MagicSquare-07-sum_c18.xml
MD5SUMf508510050be764ed4250e5795e6081a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.020688
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints17
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":49}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":36},{"degree":4,"count":12},{"degree":5,"count":1}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":16},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":16}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
3.36/1.76	s SATISFIABLE
3.36/1.76	v <instantiation>
3.36/1.76	v 	<list>
3.36/1.76	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] 
3.36/1.76	v 	</list>
3.36/1.76	v 	<values>
3.36/1.76	v 		2 6 38 41 42 43 3 29 4 30 39 28 5 40 22 32 24 33 31 17 16 34 36 21 1 11 35 37 19 25 44 15 47 13 12 23 45 8 26 7 48 18 46 27 10 20 9 14 49 
3.36/1.76	v 	</values>
3.36/1.76	v </instantiation>

Verifier Data

OK	

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 (9414 MiB free)
  memory of node 1: 16384 MiB (10147 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299984-1532836820/watcher-4299984-1532836820 -o /tmp/evaluation-result-4299984-1532836820/solver-4299984-1532836820 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32003 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299984-1532836820.xml 

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

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


[startup+0.100134 s]*
/proc/loadavg: 1.42 1.39 1.40 4/215 2912
/proc/meminfo: memFree=20016220/32770624 swapFree=67108860/67108860
[pid=2897] ppid=2894 vsize=10661056 memory=26600 CPUtime=0.12 cores=1,3,5,7
/proc/2897/stat : 2897 (java) S 2894 2897 31971 0 -1 1077944320 5547 0 0 0 12 0 0 0 20 0 15 0 101245204 10916921344 6650 33554432000 4194304 4196468 140728324914736 140728324897280 139700757581559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
/proc/2897/statm: 2665264 6650 2863 1 0 2627263 0
[pid=2897/tid=2899] ppid=2894 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2897/task/2899/stat : 2899 (java) R 2894 2897 31971 0 -1 4202560 3383 0 0 0 9 0 0 0 20 0 15 0 101245205 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700761804144 139700741625189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2900] ppid=2894 vsize=10661056 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2900/stat : 2900 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245205 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700725140496 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2901] ppid=2894 vsize=10661056 memory=140671783696000 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2901/stat : 2901 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700363259024 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2902] ppid=2894 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2902/stat : 2902 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245206 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700362205968 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2903] ppid=2894 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2903/stat : 2903 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700361153424 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2904] ppid=2894 vsize=10661056 memory=140671783696000 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2904/stat : 2904 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245207 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700249536752 139700757592706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2905] ppid=2894 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2905/stat : 2905 (java) S 2894 2897 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101245207 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700248482976 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2906] ppid=2894 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2906/stat : 2906 (java) S 2894 2897 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101245208 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700247429872 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2907] ppid=2894 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2907/stat : 2907 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700246378448 139700757600155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2908] ppid=2894 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2908/stat : 2908 (java) S 2894 2897 31971 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 101245210 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700245326576 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2909] ppid=2894 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2909/stat : 2909 (java) S 2894 2897 31971 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 101245210 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700244274032 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2910] ppid=2894 vsize=10661056 memory=140671783696000 CPUtime=0.02 cores=1,3,5,7
/proc/2897/task/2910/stat : 2910 (java) R 2894 2897 31971 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 101245210 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700243217016 139700757593494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2911] ppid=2894 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2911/stat : 2911 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700242168672 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2912] ppid=2894 vsize=10661056 memory=140671783696000 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2912/stat : 2912 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245210 10916921344 6650 33554432000 4194304 4196468 140728324914736 139700241115696 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26600 KiB

[startup+0.210572 s]*
/proc/loadavg: 1.42 1.39 1.40 4/215 2912
/proc/meminfo: memFree=20004312/32770624 swapFree=67108860/67108860
[pid=2897] ppid=2894 vsize=10661056 memory=38876 CPUtime=0.33 cores=1,3,5,7
/proc/2897/stat : 2897 (java) S 2894 2897 31971 0 -1 1077944320 8318 0 0 0 31 2 0 0 20 0 15 0 101245204 10916921344 9719 33554432000 4194304 4196468 140728324914736 140728324897280 139700757581559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
/proc/2897/statm: 2665264 9719 2988 1 0 2627263 0
[pid=2897/tid=2899] ppid=2894 vsize=10661132 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2897/task/2899/stat : 2899 (java) R 2894 2897 31971 0 -1 4202560 5318 0 0 0 19 1 0 0 20 0 15 0 101245205 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700761813872 139700750259573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2900] ppid=2894 vsize=10661132 memory=4294967661 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2900/stat : 2900 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245205 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700725140496 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2901] ppid=2894 vsize=10661132 memory=140671783719032 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2901/stat : 2901 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700363259024 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2902] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2902/stat : 2902 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700362205968 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2903] ppid=2894 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2903/stat : 2903 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700361153424 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2904] ppid=2894 vsize=10661132 memory=140671783696000 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2904/stat : 2904 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700249536752 139700757592706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2905] ppid=2894 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2905/stat : 2905 (java) S 2894 2897 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700248482976 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2906] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2906/stat : 2906 (java) S 2894 2897 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101245208 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700247429872 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2907] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2907/stat : 2907 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700246378448 139700757600155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2908] ppid=2894 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2897/task/2908/stat : 2908 (java) S 2894 2897 31971 0 -1 1077944384 420 0 0 0 2 0 0 0 20 0 15 0 101245210 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700245326576 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2909] ppid=2894 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2897/task/2909/stat : 2909 (java) S 2894 2897 31971 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 15 0 101245210 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700244274032 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2910] ppid=2894 vsize=10661132 memory=140671783696000 CPUtime=0.07 cores=1,3,5,7
/proc/2897/task/2910/stat : 2910 (java) S 2894 2897 31971 0 -1 1077944384 895 0 0 0 7 0 0 0 20 0 15 0 101245210 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700243220976 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2911] ppid=2894 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2911/stat : 2911 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700242168672 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2912] ppid=2894 vsize=10661132 memory=140671783696000 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2912/stat : 2912 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 9778 33554432000 4194304 4196468 140728324914736 139700241115696 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38876 KiB

[startup+0.310166 s]*
/proc/loadavg: 1.42 1.39 1.40 5/215 2912
/proc/meminfo: memFree=19999536/32770624 swapFree=67108860/67108860
[pid=2897] ppid=2894 vsize=10661132 memory=43464 CPUtime=0.53 cores=1,3,5,7
/proc/2897/stat : 2897 (java) S 2894 2897 31971 0 -1 1077944320 9007 0 0 0 51 2 0 0 20 0 15 0 101245204 10916999168 10866 33554432000 4194304 4196468 140728324914736 140728324897280 139700757581559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
/proc/2897/statm: 2665283 10866 3035 1 0 2627263 0
[pid=2897/tid=2899] ppid=2894 vsize=10661132 memory=4638778428681637968 CPUtime=0.29 cores=1,3,5,7
/proc/2897/task/2899/stat : 2899 (java) R 2894 2897 31971 0 -1 4202560 5654 0 0 0 28 1 0 0 20 0 15 0 101245205 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700761818144 139700393850992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2900] ppid=2894 vsize=10661132 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2900/stat : 2900 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245205 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700725140496 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2901] ppid=2894 vsize=10661132 memory=140671783696000 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2901/stat : 2901 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700363259024 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2902] ppid=2894 vsize=10661132 memory=281343309319072 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2902/stat : 2902 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700362205968 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2903] ppid=2894 vsize=10661132 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2903/stat : 2903 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700361153424 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2904] ppid=2894 vsize=10661132 memory=281343438357840 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2904/stat : 2904 (java) S 2894 2897 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700249536752 139700757592706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2905] ppid=2894 vsize=10661132 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2905/stat : 2905 (java) S 2894 2897 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700248482976 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2906] ppid=2894 vsize=10661132 memory=64996 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2906/stat : 2906 (java) S 2894 2897 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101245208 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700247429872 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2907] ppid=2894 vsize=10661132 memory=67300 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2907/stat : 2907 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700246378448 139700757600155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2908] ppid=2894 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2897/task/2908/stat : 2908 (java) S 2894 2897 31971 0 -1 1077944384 544 0 0 0 4 0 0 0 20 0 15 0 101245210 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700245326704 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2909] ppid=2894 vsize=10661132 memory=140671654696591 CPUtime=0.04 cores=1,3,5,7
/proc/2897/task/2909/stat : 2909 (java) R 2894 2897 31971 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 101245210 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700244274032 139700757592706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2910] ppid=2894 vsize=10661132 memory=281343438378592 CPUtime=0.13 cores=1,3,5,7
/proc/2897/task/2910/stat : 2910 (java) S 2894 2897 31971 0 -1 1077944384 1054 0 0 0 13 0 0 0 20 0 15 0 101245210 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700243220976 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2911] ppid=2894 vsize=10661132 memory=140671654678031 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2911/stat : 2911 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700242168672 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2912] ppid=2894 vsize=10661132 memory=140671783696012 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2912/stat : 2912 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 10866 33554432000 4194304 4196468 140728324914736 139700241115696 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 43464 KiB

[startup+0.700758 s]
/proc/loadavg: 1.63 1.44 1.42 5/215 2912
/proc/meminfo: memFree=19955184/32770624 swapFree=67108860/67108860
[pid=2897] ppid=2894 vsize=10661132 memory=118444 CPUtime=1.69 cores=1,3,5,7
/proc/2897/stat : 2897 (java) S 2894 2897 31971 0 -1 1077944320 15954 0 0 0 166 3 0 0 20 0 15 0 101245204 10916999168 29611 33554432000 4194304 4196468 140728324914736 140728324897280 139700757581559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
/proc/2897/statm: 2665283 29611 3073 1 0 2627263 0
[pid=2897/tid=2899] ppid=2894 vsize=10661132 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2897/task/2899/stat : 2899 (java) R 2894 2897 31971 0 -1 4202560 5689 0 0 0 66 2 0 0 20 0 15 0 101245205 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700761818376 139700393815272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2900] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2900/stat : 2900 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245205 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700725140496 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2901] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2901/stat : 2901 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700363259024 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2902] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2902/stat : 2902 (java) S 2894 2897 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700362205968 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2903] ppid=2894 vsize=10661132 memory=153144239595191 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2903/stat : 2903 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700361153424 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2904] ppid=2894 vsize=10661132 memory=591774 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2904/stat : 2904 (java) S 2894 2897 31971 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700249536752 139700757592706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2905] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2905/stat : 2905 (java) S 2894 2897 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700248482976 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2906] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2906/stat : 2906 (java) S 2894 2897 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101245208 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700247429872 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2907] ppid=2894 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2907/stat : 2907 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700246378448 139700757600155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2908] ppid=2894 vsize=10661132 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/2897/task/2908/stat : 2908 (java) R 2894 2897 31971 0 -1 4202560 3647 0 0 0 42 0 0 0 20 0 15 0 101245210 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700245312456 139700739126121 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2909] ppid=2894 vsize=10661132 memory=9050996769942175917 CPUtime=0.42 cores=1,3,5,7
/proc/2897/task/2909/stat : 2909 (java) R 2894 2897 31971 0 -1 4202560 3616 0 0 0 42 0 0 0 20 0 15 0 101245210 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700244260600 139700742503360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2910] ppid=2894 vsize=10661132 memory=-6800859132029471843 CPUtime=0.15 cores=1,3,5,7
/proc/2897/task/2910/stat : 2910 (java) S 2894 2897 31971 0 -1 1077944384 1630 0 0 0 15 0 0 0 20 0 15 0 101245210 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700243220976 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2911] ppid=2894 vsize=10661132 memory=4206186544037388384 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2911/stat : 2911 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700242168672 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2912] ppid=2894 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2912/stat : 2912 (java) S 2894 2897 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 29611 33554432000 4194304 4196468 140728324914736 139700241115696 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 118444 KiB

[startup+1.50077 s]
/proc/loadavg: 1.63 1.44 1.42 3/215 2912
/proc/meminfo: memFree=19857020/32770624 swapFree=67108860/67108860
[pid=2897] ppid=2894 vsize=10661132 memory=198568 CPUtime=3.16 cores=1,3,5,7
/proc/2897/stat : 2897 (java) S 2894 2897 31971 0 -1 1077944320 21856 0 0 0 311 5 0 0 20 0 15 0 101245204 10916999168 49642 33554432000 4194304 4196468 140728324914736 140728324897280 139700757581559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
/proc/2897/statm: 2665283 49642 3128 1 0 2627263 0
[pid=2897/tid=2899] ppid=2894 vsize=10661132 memory=7378417275577194087 CPUtime=1.47 cores=1,3,5,7
/proc/2897/task/2899/stat : 2899 (java) R 2894 2897 31971 0 -1 4202560 6004 0 0 0 145 2 0 0 20 0 15 0 101245205 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700761820992 139700396208888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2900] ppid=2894 vsize=10661132 memory=7883943018068469330 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2900/stat : 2900 (java) S 2894 2897 31971 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 101245205 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700725140496 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2901] ppid=2894 vsize=10661132 memory=7737853145780675670 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2901/stat : 2901 (java) S 2894 2897 31971 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700363259024 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2902] ppid=2894 vsize=10661132 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2902/stat : 2902 (java) S 2894 2897 31971 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700362205968 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2903] ppid=2894 vsize=10661132 memory=12902 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2903/stat : 2903 (java) S 2894 2897 31971 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700361153424 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2904] ppid=2894 vsize=10661132 memory=6442213867850916448 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2904/stat : 2904 (java) S 2894 2897 31971 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700249536752 139700757592706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2905] ppid=2894 vsize=10661132 memory=7589527815795272306 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2905/stat : 2905 (java) S 2894 2897 31971 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700248482976 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2906] ppid=2894 vsize=10661132 memory=7595154128631195732 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2906/stat : 2906 (java) S 2894 2897 31971 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 101245208 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700247429872 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2907] ppid=2894 vsize=10661132 memory=32770624 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2907/stat : 2907 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700246378448 139700757600155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2908] ppid=2894 vsize=10661132 memory=4420 CPUtime=0.75 cores=1,3,5,7
/proc/2897/task/2908/stat : 2908 (java) S 2894 2897 31971 0 -1 1077944384 7273 0 0 0 74 1 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700245326576 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2909] ppid=2894 vsize=10661132 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/2897/task/2909/stat : 2909 (java) S 2894 2897 31971 0 -1 1077944384 4415 0 0 0 71 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700244274032 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2910] ppid=2894 vsize=10661132 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2897/task/2910/stat : 2910 (java) S 2894 2897 31971 0 -1 1077944384 1772 0 0 0 17 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700243220976 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2911] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2911/stat : 2911 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700242168672 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2912] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2912/stat : 2912 (java) S 2894 2897 31971 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700241115696 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198568 KiB

[startup+1.78455 s]
# the end of solver process 2897 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.40705 s, system=0.065597 s

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

[startup+1.60094 s]
/proc/loadavg: 1.63 1.44 1.42 3/215 2912
/proc/meminfo: memFree=19857020/32770624 swapFree=67108860/67108860
[pid=2897] ppid=2894 vsize=10661132 memory=198568 CPUtime=3.26 cores=1,3,5,7
/proc/2897/stat : 2897 (java) S 2894 2897 31971 0 -1 1077944320 21856 0 0 0 321 5 0 0 20 0 15 0 101245204 10916999168 49642 33554432000 4194304 4196468 140728324914736 140728324897280 139700757581559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
/proc/2897/statm: 2665283 49642 3128 1 0 2627263 0
[pid=2897/tid=2899] ppid=2894 vsize=10661132 memory=288288891625275961 CPUtime=1.57 cores=1,3,5,7
/proc/2897/task/2899/stat : 2899 (java) R 2894 2897 31971 0 -1 4202560 6004 0 0 0 155 2 0 0 20 0 15 0 101245205 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700761820992 139700396216028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2900] ppid=2894 vsize=10661132 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2900/stat : 2900 (java) S 2894 2897 31971 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 101245205 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700725140496 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2901] ppid=2894 vsize=10661132 memory=7450483566857181030 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2901/stat : 2901 (java) S 2894 2897 31971 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700363259024 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2902] ppid=2894 vsize=10661132 memory=7589803909226524263 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2902/stat : 2902 (java) S 2894 2897 31971 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700362205968 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2903] ppid=2894 vsize=10661132 memory=7012755875661107287 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2903/stat : 2903 (java) S 2894 2897 31971 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700361153424 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2904] ppid=2894 vsize=10661132 memory=4639098309541128811 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2904/stat : 2904 (java) S 2894 2897 31971 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700249536752 139700757592706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2905] ppid=2894 vsize=10661132 memory=8242257093008373813 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2905/stat : 2905 (java) S 2894 2897 31971 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700248482976 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2906] ppid=2894 vsize=10661132 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2906/stat : 2906 (java) S 2894 2897 31971 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 101245208 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700247429872 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2907] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2907/stat : 2907 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700246378448 139700757600155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2908] ppid=2894 vsize=10661132 memory=8751464017575360821 CPUtime=0.75 cores=1,3,5,7
/proc/2897/task/2908/stat : 2908 (java) S 2894 2897 31971 0 -1 1077944384 7273 0 0 0 74 1 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700245326576 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2909] ppid=2894 vsize=10661132 memory=7158860088844767568 CPUtime=0.71 cores=1,3,5,7
/proc/2897/task/2909/stat : 2909 (java) S 2894 2897 31971 0 -1 1077944384 4415 0 0 0 71 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700244274032 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2910] ppid=2894 vsize=10661132 memory=6226596351323422817 CPUtime=0.17 cores=1,3,5,7
/proc/2897/task/2910/stat : 2910 (java) S 2894 2897 31971 0 -1 1077944384 1772 0 0 0 17 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700243220976 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2911] ppid=2894 vsize=10661132 memory=281343309263040 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2911/stat : 2911 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700242168672 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2912] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2912/stat : 2912 (java) S 2894 2897 31971 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700241115696 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
Current children cumulated CPU time: 3.26 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198568 KiB

[startup+1.70075 s]
/proc/loadavg: 1.63 1.44 1.42 3/215 2912
/proc/meminfo: memFree=19857020/32770624 swapFree=67108860/67108860
[pid=2897] ppid=2894 vsize=10661132 memory=198568 CPUtime=3.36 cores=1,3,5,7
/proc/2897/stat : 2897 (java) S 2894 2897 31971 0 -1 1077944320 21856 0 0 0 331 5 0 0 20 0 15 0 101245204 10916999168 49642 33554432000 4194304 4196468 140728324914736 140728324897280 139700757581559 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
/proc/2897/statm: 2665283 49642 3128 1 0 2627263 0
[pid=2897/tid=2899] ppid=2894 vsize=10661132 memory=24988119733944 CPUtime=1.67 cores=1,3,5,7
/proc/2897/task/2899/stat : 2899 (java) R 2894 2897 31971 0 -1 4202560 6004 0 0 0 165 2 0 0 20 0 15 0 101245205 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700761820880 139700396834098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2900] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2900/stat : 2900 (java) S 2894 2897 31971 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 101245205 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700725140496 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2901] ppid=2894 vsize=10661132 memory=281343309202368 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2901/stat : 2901 (java) S 2894 2897 31971 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700363259024 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2902] ppid=2894 vsize=10661132 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2902/stat : 2902 (java) S 2894 2897 31971 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700362205968 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2903] ppid=2894 vsize=10661132 memory=12902 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2903/stat : 2903 (java) S 2894 2897 31971 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 101245206 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700361153424 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2904] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2904/stat : 2904 (java) S 2894 2897 31971 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700249536752 139700757592706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2905] ppid=2894 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2905/stat : 2905 (java) S 2894 2897 31971 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 101245207 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700248482976 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2906] ppid=2894 vsize=10661132 memory=3472468967882266384 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2906/stat : 2906 (java) S 2894 2897 31971 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 101245208 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700247429872 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2907] ppid=2894 vsize=10661132 memory=281343309153088 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2907/stat : 2907 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700246378448 139700757600155 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2908] ppid=2894 vsize=10661132 memory=6944656592455097440 CPUtime=0.75 cores=1,3,5,7
/proc/2897/task/2908/stat : 2908 (java) S 2894 2897 31971 0 -1 1077944384 7273 0 0 0 74 1 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700245326576 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2909] ppid=2894 vsize=10661132 memory=-3039135443232236825 CPUtime=0.71 cores=1,3,5,7
/proc/2897/task/2909/stat : 2909 (java) S 2894 2897 31971 0 -1 1077944384 4415 0 0 0 71 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700244274032 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2910] ppid=2894 vsize=10661132 memory=-7595754389018307680 CPUtime=0.17 cores=1,3,5,7
/proc/2897/task/2910/stat : 2910 (java) S 2894 2897 31971 0 -1 1077944384 1772 0 0 0 17 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700243220976 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2911] ppid=2894 vsize=10661132 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2911/stat : 2911 (java) S 2894 2897 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700242168672 139700757591765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
[pid=2897/tid=2912] ppid=2894 vsize=10661132 memory=1329904169539632281 CPUtime=0 cores=1,3,5,7
/proc/2897/task/2912/stat : 2912 (java) S 2894 2897 31971 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 101245210 10916999168 49642 33554432000 4194304 4196468 140728324914736 139700241115696 139700757592706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37343232 140728324920437 140728324920585 140728324920585 140728324923343 0
Current children cumulated CPU time: 3.36 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 198568 KiB

Child status: 0
Real time (s): 1.78459
CPU time (s): 3.47265
CPU user time (s): 3.40705
CPU system time (s): 0.065597
CPU usage (%): 194.591
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 198568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.40705
system time used= 0.065597
maximum resident set size= 198996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22572
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= 1250
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 2897
#   total CPU time (s): 3.47265
#   total CPU user time (s): 3.40705
#   total CPU system time (s): 0.065597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031548 second user time and 0.058316 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 06:00:20
IDJOB=4299984
IDBENCH=141516
IDSOLVER=2762
FILE ID=node103/4299984-1532836820
RUNJOBID= node103-1532811179-32003
PBS_JOBID= 21022486
Free space on /tmp= 56532 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-07-sum_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299984-1532836820/watcher-4299984-1532836820 -o /tmp/evaluation-result-4299984-1532836820/solver-4299984-1532836820 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32003 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299984-1532836820.xml

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

MD5SUM BENCH= f508510050be764ed4250e5795e6081a
RANDOM SEED=1254952669

node103.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.48
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.48
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.48
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.48
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:        20030548 kB
MemAvailable:   31758880 kB
Buffers:          305532 kB
Cached:         11605664 kB
SwapCached:            0 kB
Active:          4103840 kB
Inactive:        8032820 kB
Active(anon):     228028 kB
Inactive(anon):    25184 kB
Active(file):    3875812 kB
Inactive(file):  8007636 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1316 kB
Writeback:             0 kB
AnonPages:        240596 kB
Mapped:            55796 kB
Shmem:             25228 kB
Slab:             301176 kB
SReclaimable:     273344 kB
SUnreclaim:        27832 kB
KernelStack:        3792 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1105296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56532 MiB
End job on node103 at 2018-07-29 06:00:22