Trace number 4273967

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
OscaR - Conflict Ordering 2017-07-26SAT 3.45031 1.53661

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f10-20.xml
MD5SUMc5ec4491a591197ab616d829bf389d5e
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.47480899
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":56},{"degree":4,"count":23},{"degree":5,"count":2}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":21},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1523383376
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.27	c Parsing instance...
0.97/0.69	c Parsing done, starting search...
3.38/1.53	s SATISFIABLE
3.38/1.53	v <instantiation>
3.38/1.53	v 	<list>
3.38/1.53	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
3.38/1.53	v 	</list>
3.38/1.53	v 	<values>
3.38/1.53	v 		81 37 35 2 28 45 30 72 39 32 19 56 71 49 48 31 38 25 50 59 12 67 54 55 52 7 13 47 63 68 9 62 53 41 6 20 34 60 61 69 10 65 42 11 17 46 58 66 70 51 8 43 5 22 14 44 40 16 18 15 73 74 75 1 3 4 36 76 57 33 79 80 64 26 27 29 21 23 24 77 78 
3.38/1.53	v 	</values>
3.38/1.53	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 (13837 MiB free)
  memory of node 1: 16384 MiB (13950 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273967-1502800724/watcher-4273967-1502800724 -o /tmp/evaluation-result-4273967-1502800724/solver-4273967-1502800724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11229 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1523383376 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273967-1502800724.xml 

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

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


[startup+0.100126 s]*
/proc/loadavg: 1.52 1.61 1.66 3/216 12668
/proc/meminfo: memFree=28434768/32770624 swapFree=67108860/67108860
[pid=12653] ppid=12650 vsize=13980164 memory=33964 CPUtime=0.12 cores=0,2,4,6
/proc/12653/stat : 12653 (java) S 12650 12653 11198 0 -1 1077944320 8404 0 0 0 11 1 0 0 20 0 15 0 113153419 14315687936 8491 33554432000 4194304 4196468 140721221254992 140721221237536 139991151079159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
/proc/12653/statm: 3495041 8491 3405 1 0 3482761 0
[pid=12653/tid=12655] ppid=12650 vsize=13980164 memory=-7038777180040225399 CPUtime=0.09 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (java) R 12650 12653 11198 0 -1 4202560 6352 0 0 0 8 1 0 0 20 0 15 0 113153419 14315687936 8491 33554432000 4194304 4196468 140721221254992 139991155285152 139991135159646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12656] ppid=12650 vsize=13980164 memory=5793855894531307961 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12656/stat : 12656 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990747245072 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12657] ppid=12650 vsize=13980164 memory=140643521414784 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12657/stat : 12657 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153420 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990746192528 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12658] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12658/stat : 12658 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990745139472 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12659] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12659/stat : 12659 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990744086928 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12660] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12660/stat : 12660 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153421 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990491163376 139991151090306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12661] ppid=12650 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12661/stat : 12661 (java) S 12650 12653 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113153422 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990490109600 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12662] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12662/stat : 12662 (java) S 12650 12653 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113153422 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990489056496 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12663] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12663/stat : 12663 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990488005072 139991151097755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12664] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12664/stat : 12664 (java) S 12650 12653 11198 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 113153424 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990486952176 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12665] ppid=12650 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12665/stat : 12665 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990485899632 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12666] ppid=12650 vsize=13980164 memory=140643521414784 CPUtime=0.02 cores=0,2,4,6
/proc/12653/task/12666/stat : 12666 (java) S 12650 12653 11198 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 113153424 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990484846576 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12667] ppid=12650 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12667/stat : 12667 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990483794272 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12668] ppid=12650 vsize=13980164 memory=140643521414784 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12668/stat : 12668 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153425 14315687936 8491 33554432000 4194304 4196468 140721221254992 139990482742320 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 33964 KiB

[startup+0.210618 s]*
/proc/loadavg: 1.52 1.61 1.66 4/216 12668
/proc/meminfo: memFree=28426640/32770624 swapFree=67108860/67108860
[pid=12653] ppid=12650 vsize=13980164 memory=43372 CPUtime=0.3 cores=0,2,4,6
/proc/12653/stat : 12653 (java) S 12650 12653 11198 0 -1 1077944320 9482 0 0 0 28 2 0 0 20 0 15 0 113153419 14315687936 10843 33554432000 4194304 4196468 140721221254992 140721221237536 139991151079159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
/proc/12653/statm: 3495041 10843 3623 1 0 3482761 0
[pid=12653/tid=12655] ppid=12650 vsize=13980164 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (java) D 12650 12653 11198 0 -1 1077944384 6976 0 0 0 18 1 0 0 20 0 15 0 113153419 14315687936 10843 33554432000 4194304 4196468 140721221254992 139991155288560 139991143758381 0 4 0 16800975 18446744072101662244 0 0 -1 0 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12656] ppid=12650 vsize=13980164 memory=4211974369726205322 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12656/stat : 12656 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315687936 10843 33554432000 4194304 4196468 140721221254992 139990747245072 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12657] ppid=12650 vsize=13980164 memory=140643521414784 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12657/stat : 12657 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153420 14315687936 10843 33554432000 4194304 4196468 140721221254992 139990746192528 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12658] ppid=12650 vsize=13980196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12658/stat : 12658 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315720704 10843 33554432000 4194304 4196468 140721221254992 139990745139472 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12659] ppid=12650 vsize=13980196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12659/stat : 12659 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315720704 10843 33554432000 4194304 4196468 140721221254992 139990744086928 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12660] ppid=12650 vsize=13980196 memory=140643521414784 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12660/stat : 12660 (java) S 12650 12653 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113153421 14315720704 10891 33554432000 4194304 4196468 140721221254992 139990491163376 139991151090306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12661] ppid=12650 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12661/stat : 12661 (java) S 12650 12653 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113153422 14315687936 10891 33554432000 4194304 4196468 140721221254992 139990490109600 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12662] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12662/stat : 12662 (java) S 12650 12653 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113153422 14315687936 10891 33554432000 4194304 4196468 140721221254992 139990489056496 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12663] ppid=12650 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12663/stat : 12663 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14315687936 10891 33554432000 4194304 4196468 140721221254992 139990488005072 139991151097755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12664] ppid=12650 vsize=13980164 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12653/task/12664/stat : 12664 (java) S 12650 12653 11198 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 113153424 14315687936 10891 33554432000 4194304 4196468 140721221254992 139990486952176 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12665] ppid=12650 vsize=13980164 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12653/task/12665/stat : 12665 (java) S 12650 12653 11198 0 -1 1077944384 186 0 0 0 2 0 0 0 20 0 15 0 113153424 14315687936 10891 33554432000 4194304 4196468 140721221254992 139990485899632 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12666] ppid=12650 vsize=13980164 memory=140643521414784 CPUtime=0.05 cores=0,2,4,6
/proc/12653/task/12666/stat : 12666 (java) S 12650 12653 11198 0 -1 1077944384 451 0 0 0 5 0 0 0 20 0 15 0 113153424 14315687936 10891 33554432000 4194304 4196468 140721221254992 139990484846576 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12667] ppid=12650 vsize=13980196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12667/stat : 12667 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14315720704 10891 33554432000 4194304 4196468 140721221254992 139990483794272 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12668] ppid=12650 vsize=13980164 memory=140643521414784 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12668/stat : 12668 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153425 14315687936 10891 33554432000 4194304 4196468 140721221254992 139990482742320 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 43372 KiB

[startup+0.310415 s]*
/proc/loadavg: 1.52 1.61 1.66 3/216 12668
/proc/meminfo: memFree=28419832/32770624 swapFree=67108860/67108860
[pid=12653] ppid=12650 vsize=13980184 memory=50308 CPUtime=0.47 cores=0,2,4,6
/proc/12653/stat : 12653 (java) S 12650 12653 11198 0 -1 1077944320 10311 0 0 0 45 2 0 0 20 0 15 0 113153419 14315708416 12577 33554432000 4194304 4196468 140721221254992 140721221237536 139991151079159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
/proc/12653/statm: 3495046 12577 3713 1 0 3482761 0
[pid=12653/tid=12655] ppid=12650 vsize=13980184 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (java) R 12650 12653 11198 0 -1 4202560 7553 0 0 0 28 2 0 0 20 0 15 0 113153419 14315708416 12577 33554432000 4194304 4196468 140721221254992 139991155308608 139990784953331 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12656] ppid=12650 vsize=13980184 memory=4211974369726205322 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12656/stat : 12656 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990747245072 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12657] ppid=12650 vsize=13980184 memory=140643521417141 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12657/stat : 12657 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153420 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990746192528 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12658] ppid=12650 vsize=13980184 memory=140643401848270 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12658/stat : 12658 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990745139472 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12659] ppid=12650 vsize=13980184 memory=140643401846223 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12659/stat : 12659 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990744086928 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12660] ppid=12650 vsize=13980184 memory=140643521426009 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12660/stat : 12660 (java) S 12650 12653 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113153421 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990491163376 139991151090306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12661] ppid=12650 vsize=13980184 memory=140643401855407 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12661/stat : 12661 (java) S 12650 12653 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113153422 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990490109600 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12662] ppid=12650 vsize=13980184 memory=281286803701648 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12662/stat : 12662 (java) S 12650 12653 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113153422 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990489056496 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12663] ppid=12650 vsize=13980184 memory=281286803699344 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12663/stat : 12663 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990488005072 139991151097755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12664] ppid=12650 vsize=13980184 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12653/task/12664/stat : 12664 (java) S 12650 12653 11198 0 -1 1077944384 556 0 0 0 4 0 0 0 20 0 15 0 113153424 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990486952176 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12665] ppid=12650 vsize=13980184 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12653/task/12665/stat : 12665 (java) S 12650 12653 11198 0 -1 1077944384 302 0 0 0 4 0 0 0 20 0 15 0 113153424 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990485899632 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12666] ppid=12650 vsize=13980184 memory=140643521414784 CPUtime=0.08 cores=0,2,4,6
/proc/12653/task/12666/stat : 12666 (java) R 12650 12653 11198 0 -1 4202560 517 0 0 0 8 0 0 0 20 0 15 0 113153424 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990484846576 139991151100506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12667] ppid=12650 vsize=13980184 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12667/stat : 12667 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990483794272 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12668] ppid=12650 vsize=13980184 memory=140643521414784 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12668/stat : 12668 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153425 14315708416 12577 33554432000 4194304 4196468 140721221254992 139990482742320 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 50308 KiB

[startup+0.700774 s]
/proc/loadavg: 1.52 1.61 1.66 6/216 12668
/proc/meminfo: memFree=28406060/32770624 swapFree=67108860/67108860
[pid=12653] ppid=12650 vsize=13984280 memory=85516 CPUtime=1.18 cores=0,2,4,6
/proc/12653/stat : 12653 (java) S 12650 12653 11198 0 -1 1077944320 13958 0 0 0 114 4 0 0 20 0 15 0 113153419 14319902720 21379 33554432000 4194304 4196468 140721221254992 140721221237536 139991151079159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
/proc/12653/statm: 3496070 21379 3764 1 0 3483785 0
[pid=12653/tid=12655] ppid=12650 vsize=13984280 memory=1952 CPUtime=0.67 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (java) R 12650 12653 11198 0 -1 4202560 9272 0 0 0 64 3 0 0 20 0 15 0 113153419 14319902720 21379 33554432000 4194304 4196468 140721221254992 139991155315056 139990784899488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12656] ppid=12650 vsize=13984280 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12656/stat : 12656 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990747245072 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12657] ppid=12650 vsize=13984280 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12657/stat : 12657 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990746192528 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12658] ppid=12650 vsize=13984280 memory=7523356985603351872 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12658/stat : 12658 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990745139472 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12659] ppid=12650 vsize=13984280 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12659/stat : 12659 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990744086928 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12660] ppid=12650 vsize=13984280 memory=6935663622157783120 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12660/stat : 12660 (java) S 12650 12653 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113153421 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990491163376 139991151090306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12661] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12661/stat : 12661 (java) S 12650 12653 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113153422 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990490109600 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12662] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12662/stat : 12662 (java) S 12650 12653 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113153422 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990489056496 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12663] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12663/stat : 12663 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990488005072 139991151097755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12664] ppid=12650 vsize=13984280 memory=85 CPUtime=0.12 cores=0,2,4,6
/proc/12653/task/12664/stat : 12664 (java) R 12650 12653 11198 0 -1 4202560 1148 0 0 0 12 0 0 0 20 0 15 0 113153424 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990486938056 139991143368625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12665] ppid=12650 vsize=13984280 memory=4 CPUtime=0.15 cores=0,2,4,6
/proc/12653/task/12665/stat : 12665 (java) R 12650 12653 11198 0 -1 4202560 957 0 0 0 15 0 0 0 20 0 15 0 113153424 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990485885512 139991132600363 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12666] ppid=12650 vsize=13984280 memory=7297 CPUtime=0.21 cores=0,2,4,6
/proc/12653/task/12666/stat : 12666 (java) R 12650 12653 11198 0 -1 4202560 1198 0 0 0 21 0 0 0 20 0 15 0 113153424 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990484846576 139991130033545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12667] ppid=12650 vsize=13984280 memory=281286803885552 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12667/stat : 12667 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990483794272 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12668] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12668/stat : 12668 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153425 14319902720 21379 33554432000 4194304 4196468 140721221254992 139990482742320 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 85516 KiB

[startup+1.50074 s]
/proc/loadavg: 1.52 1.61 1.66 5/216 12668
/proc/meminfo: memFree=28359616/32770624 swapFree=67108860/67108860
[pid=12653] ppid=12650 vsize=13984280 memory=143440 CPUtime=3.38 cores=0,2,4,6
/proc/12653/stat : 12653 (java) S 12650 12653 11198 0 -1 1077944320 23866 0 0 0 331 7 0 0 20 0 15 0 113153419 14319902720 35860 33554432000 4194304 4196468 140721221254992 140721221237536 139991151079159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
/proc/12653/statm: 3496070 35860 3774 1 0 3483785 0
[pid=12653/tid=12655] ppid=12650 vsize=13984280 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (java) R 12650 12653 11198 0 -1 4202560 10254 0 0 0 143 4 0 0 20 0 15 0 113153419 14319902720 35860 33554432000 4194304 4196468 140721221254992 139991155314896 139990788696377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12656] ppid=12650 vsize=13984280 memory=-6224079725889414503 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12656/stat : 12656 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990747245072 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12657] ppid=12650 vsize=13984280 memory=-6367385439093268265 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12657/stat : 12657 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990746192528 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12658] ppid=12650 vsize=13984280 memory=-1161699032755887712 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12658/stat : 12658 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990745139472 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12659] ppid=12650 vsize=13984280 memory=-6305713923011798400 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12659/stat : 12659 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990744086928 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12660] ppid=12650 vsize=13984280 memory=-6305712810598425472 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12660/stat : 12660 (java) S 12650 12653 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113153421 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990491163376 139991151090306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12661] ppid=12650 vsize=13984280 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12661/stat : 12661 (java) S 12650 12653 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113153422 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990490109600 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12662] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12662/stat : 12662 (java) S 12650 12653 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113153422 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990489056496 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12663] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12663/stat : 12663 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990488005072 139991151097755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12664] ppid=12650 vsize=13984280 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/12653/task/12664/stat : 12664 (java) S 12650 12653 11198 0 -1 1077944384 6392 0 0 0 77 1 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990486952176 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12665] ppid=12650 vsize=13984280 memory=4580 CPUtime=0.82 cores=0,2,4,6
/proc/12653/task/12665/stat : 12665 (java) S 12650 12653 11198 0 -1 1077944384 4484 0 0 0 82 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990485899632 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12666] ppid=12650 vsize=13984280 memory=-6876588461455810464 CPUtime=0.27 cores=0,2,4,6
/proc/12653/task/12666/stat : 12666 (java) S 12650 12653 11198 0 -1 1077944384 1351 0 0 0 27 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990484846576 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12667] ppid=12650 vsize=13984280 memory=7666384899138478906 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12667/stat : 12667 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990483794272 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12668] ppid=12650 vsize=13984280 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12668/stat : 12668 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153425 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990482742320 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 143440 KiB

[startup+1.53657 s]
# the end of solver process 12653 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.36845 s, system=0.081861 s

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

[startup+1.50074 s]
/proc/loadavg: 1.52 1.61 1.66 5/216 12668
/proc/meminfo: memFree=28359616/32770624 swapFree=67108860/67108860
[pid=12653] ppid=12650 vsize=13984280 memory=143440 CPUtime=3.38 cores=0,2,4,6
/proc/12653/stat : 12653 (java) S 12650 12653 11198 0 -1 1077944320 23866 0 0 0 331 7 0 0 20 0 15 0 113153419 14319902720 35860 33554432000 4194304 4196468 140721221254992 140721221237536 139991151079159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
/proc/12653/statm: 3496070 35860 3774 1 0 3483785 0
[pid=12653/tid=12655] ppid=12650 vsize=13984280 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (java) R 12650 12653 11198 0 -1 4202560 10254 0 0 0 143 4 0 0 20 0 15 0 113153419 14319902720 35860 33554432000 4194304 4196468 140721221254992 139991155314896 139990788696377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12656] ppid=12650 vsize=13984280 memory=-6224079725889414503 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12656/stat : 12656 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990747245072 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12657] ppid=12650 vsize=13984280 memory=-6367385439093268265 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12657/stat : 12657 (java) S 12650 12653 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990746192528 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12658] ppid=12650 vsize=13984280 memory=-1161699032755887712 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12658/stat : 12658 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990745139472 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12659] ppid=12650 vsize=13984280 memory=-6305713923011798400 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12659/stat : 12659 (java) S 12650 12653 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113153420 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990744086928 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12660] ppid=12650 vsize=13984280 memory=-6305712810598425472 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12660/stat : 12660 (java) S 12650 12653 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113153421 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990491163376 139991151090306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12661] ppid=12650 vsize=13984280 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12661/stat : 12661 (java) S 12650 12653 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113153422 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990490109600 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12662] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12662/stat : 12662 (java) S 12650 12653 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113153422 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990489056496 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12663] ppid=12650 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12663/stat : 12663 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990488005072 139991151097755 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12664] ppid=12650 vsize=13984280 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/12653/task/12664/stat : 12664 (java) S 12650 12653 11198 0 -1 1077944384 6392 0 0 0 77 1 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990486952176 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12665] ppid=12650 vsize=13984280 memory=4580 CPUtime=0.82 cores=0,2,4,6
/proc/12653/task/12665/stat : 12665 (java) S 12650 12653 11198 0 -1 1077944384 4484 0 0 0 82 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990485899632 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12666] ppid=12650 vsize=13984280 memory=-6876588461455810464 CPUtime=0.27 cores=0,2,4,6
/proc/12653/task/12666/stat : 12666 (java) S 12650 12653 11198 0 -1 1077944384 1351 0 0 0 27 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990484846576 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12667] ppid=12650 vsize=13984280 memory=7666384899138478906 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12667/stat : 12667 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153424 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990483794272 139991151089365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
[pid=12653/tid=12668] ppid=12650 vsize=13984280 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/12653/task/12668/stat : 12668 (java) S 12650 12653 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113153425 14319902720 35860 33554432000 4194304 4196468 140721221254992 139990482742320 139991151090306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25858048 140721221260388 140721221260575 140721221260575 140721221263311 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 143440 KiB

Child status: 0
Real time (s): 1.53661
CPU time (s): 3.45031
CPU user time (s): 3.36845
CPU system time (s): 0.081861
CPU usage (%): 224.541
Max. virtual memory (cumulated for all children) (KiB): 13984280
Max. memory (cumulated for all children) (KiB): 143440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.36845
system time used= 0.081861
maximum resident set size= 146012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24509
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= 1833
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 12653
#   total CPU time (s): 3.45031
#   total CPU user time (s): 3.36845
#   total CPU system time (s): 0.081861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034501 second user time and 0.054944 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-15 14:24:25
IDJOB=4273967
IDBENCH=133221
IDSOLVER=2666
FILE ID=node148/4273967-1502800724
RUNJOBID= node148-1502789816-11229
PBS_JOBID= 20629127
Free space on /tmp= 61584 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f10-20.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273967-1502800724/watcher-4273967-1502800724 -o /tmp/evaluation-result-4273967-1502800724/solver-4273967-1502800724 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11229 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1523383376 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273967-1502800724.xml

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

MD5SUM BENCH= c5ec4491a591197ab616d829bf389d5e
RANDOM SEED=1523383376

node148.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.19
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.19
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.19
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.19
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:        28455952 kB
MemAvailable:   31804308 kB
Buffers:          260572 kB
Cached:          3374288 kB
SwapCached:            0 kB
Active:          1130868 kB
Inactive:        2741856 kB
Active(anon):     189328 kB
Inactive(anon):    76628 kB
Active(file):     941540 kB
Inactive(file):  2665228 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42304 kB
Writeback:             0 kB
AnonPages:        279520 kB
Mapped:            60724 kB
Shmem:             25224 kB
Slab:             141676 kB
SReclaimable:     114848 kB
SUnreclaim:        26828 kB
KernelStack:        3824 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1292312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 61544 MiB
End job on node148 at 2017-08-15 14:24:27