Trace number 4390599

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
AbsCon 2019-07-23SAT 10.6757 6.88279

DiagnosticValue
WRONG_DECISIONS0

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si6-m4D/
Subisomorphism-si6-m4Dr4-m1296-04.xml
MD5SUMbed822053ada34bca9e942ef4238d644
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.308784
Satisfiable
(Un)Satisfiability was proved
Number of variables777
Number of constraints2408
Number of domains1
Minimum domain size1296
Maximum domain size1296
Distribution of domain sizes[{"size":1296,"count":777}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":82},{"degree":4,"count":123},{"degree":6,"count":120},{"degree":7,"count":123},{"degree":8,"count":122},{"degree":9,"count":86},{"degree":10,"count":51},{"degree":11,"count":23},{"degree":12,"count":6},{"degree":13,"count":4},{"degree":14,"count":2}]
Minimum constraint arity1
Maximum constraint arity777
Distribution of constraint arities[{"arity":1,"count":537},{"arity":2,"count":1870},{"arity":777,"count":1}]
Number of extensional constraints2407
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2407},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.89/2.11	
2.89/2.11	AbsCon 2 
2.89/2.13	
4.19/2.50	  Instance
4.19/2.50	    name=instance-4390599-1568383135, framework=CSP
4.19/2.50	
4.19/2.50	  Loading variables...
4.54/2.60	  Loading constraints...
5.86/3.04	
5.86/3.04	  Domains
5.86/3.04	    nTypes=1, nValues=1006992, sizes=[1296#777]
5.86/3.04	  Variables
5.86/3.04	    count=777, degrees=[2#35,3#82,4#123,6#120...11#23,12#6,13#4,14#2]
5.86/3.04	  Constraints
5.86/3.04	    count=2408, nSpecific=1, arities=[1#537,2#1870,777#1]
5.86/3.04	    distribution=[AllDifferent#1,CtrExtensionV-Bits#1870,CtrExtensionV-Table#537]
5.86/3.04	    tables=[15#120,113#123,370#122,730#86...1199#23,1266#6,1290#4,1294#2], nTotalTuples=219529
5.86/3.04	    nExtStructures=(538,shared:1869), nCftStructures=(1,shared:1869,unbuilt:538)
5.86/3.04	    wck=0.958, cpu=2.974, mem=99M965
5.86/3.05	  Solver SolverBacktrack being built...
5.86/3.05	
5.86/3.10	
5.86/3.10	  Solver
5.86/3.10	    guaranteedGAC=true
5.86/3.10	    wck=1.023, cpu=3.037, mem=145M206
10.44/6.80	
10.44/6.80	  Preprocessing
10.44/6.80	    filters=1724, revisions=(5433,useless=3837), ccks=11131, nACremovedValues=1006199, nTotalRemovedValues=1006199, inconcistency=false
10.44/6.80	    wck=3.698, cpu=6.737, mem=145M206
10.44/6.80	
10.44/6.84	    num=0, depth=778..776, filters=1731, revisions=(5450,useless=3854), ccks=13539, wck=3.744, mem=147M769
10.44/6.84	    decisions=7, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1
10.44/6.84	    
10.44/6.85	  Global
10.44/6.85	    filters=1731, revisions=(5450,useless=3854), ccks=13539
10.44/6.85	    Stop=REACHED_GOAL, wrong=0, foundSolutions=1, firstSolCpu=6.761
10.44/6.85	    wck=4.769, cpu=6.782, mem=147M769
10.44/6.87	
10.44/6.87	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 0 70 320 341 423 643 902 1020 259 485 590 629 1090 479 766 949 1201 1212 180 613 705 740 971 988 1040 1193 60 512 830 1009 181 405 458 198 964 817 1023 1142 366 401 672 755 784 790 808 1113 1135 1260 287 337 356 30 173 206 496 1070 589 426 807 814 1187 145 183 510 663 275 739 1109 200 208 396 746 1080 1147 1254 73 428 465 598 306 653 1094 2 456 1058 1121 1139 1223 66 146 313 950 393 526 90 729 801 961 1122 77 98 373 197 239 307 407 660 804 6 280 1273 219 237 644 683 963 152 166 236 406 461 952 1039 1163 1186 1264 769 1172 213 1202 318 626 153 156 202 357 460 603 1141 3 105 124 154 397 822 974 71 295 741 362 507 696 752 1013 141 332 1107 1236 775 1038 1289 31 258 468 688 848 80 276 292 326 336 708 709 811 979 58 131 251 668 723 920 1173 1 566 799 1213 1218 1287 387 865 8 11 214 628 795 933 1150 391 632 1003 846 1158 773 1001 568 745 1067 1278 539 636 489 785 102 410 900 676 165 881 50 195 868 1092 1096 1261 947 120 135 555 716 388 398 625 984 994 1088 1144 93 109 117 291 435 502 1119 221 434 858 108 225 585 671 776 1279 193 455 749 796 1019 138 634 1016 1068 1170 205 432 616 898 1237 182 330 544 558 1280 309 877 217 535 719 914 1167 607 1008 1118 569 84 554 1100 24 1171 238 252 767 23 444 608 415 985 167 582 856 1127 127 299 361 563 1064 469 869 1116 1145 484 1046 600 1114 14 577 615 937 101 654 1238 235 481 1259 835 1234 359 847 158 580 1207 103 487 901 81 87 314 572 648 1104 1209 894 1128 82 143 411 694 1200 1283 150 1042 1084 1168 91 157 521 906 1274 1095 63 470 493 498 531 872 1221 1230 256 475 191 340 617 967 1178 228 377 445 567 380 921 931 1247 893 1015 890 51 62 312 269 624 192 155 386 516 1055 25 482 635 1021 414 162 211 1112 220 571 788 106 529 595 673 20 242 282 450 922 39 40 760 1250 99 1164 825 22 285 333 457 968 1174 1180 67 44 352 684 855 982 164 172 201 247 254 413 834 944 1082 1217 438 477 627 821 1232 392 638 1225 533 300 381 593 686 805 880 551 706 878 376 540 547 980 1132 97 1093 1267 41 148 430 169 599 116 911 286 347 443 1184 1231 147 447 764 1148 1182 1229 283 623 735 756 1036 546 609 270 642 1151 1160 1227 943 257 530 960 1087 369 500 597 787 1033 189 303 304 250 419 583 704 800 910 559 640 1159 4 42 319 792 1083 441 992 517 732 439 28 1018 1103 1271 56 499 560 753 781 64 161 549 1183 358 327 338 246 631 666 758 1125 59 61 137 588 1111 245 331 843 1101 1106 1257 1272 693 711 88 431 508 509 722 864 813 885 278 557 936 1190 1286 321 528 1051 315 383 710 360 440 506 1050 1169 633 698 1002 302 772 422 838 857 928 459 399 768 844 543 712 819 605 1239 227 550 125 389 176 935 946 1004 561 841 1161 107 926 965 27 1029 1165 1192 490 678 207 346 1041 1057 15 523 892 919 184 436 262 527 1066 1099 1249 464 823 1219 891 1074 511 132 19 951 384 49 55 691 812 1293 140 488 1140 532 883 297 594 687 1166 289 365 762 839 932 188 442 970 1005 174 194 721 1157 378 1043 1162 76 1291 483 114 870 1241 409 471 656 742 797 991 1025 12 112 996 556 1062 903 728 454 538 394 713 905 1266 241 351 827 953 1196 537 610 884 1206 1246 260 474 689 1181 1265 160 727 29 89 997 1156 10 621 646 748 134 367 806 7 989 850 1098 1124 1073 1130 1177 266 375 425 818 462 243 364 492 637 720 917 1052 486 824 1228 52 277 942 113 1086 1115 271 650 737 765 701 1154 750 1061 151 267 </values>  </instantiation>
10.44/6.87	s SATISFIABLE
10.44/6.87	
10.44/6.87	d WRONG_DECISIONS 0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390599-1568383135/watcher-4390599-1568383135 -o /tmp/evaluation-result-4390599-1568383135/solver-4390599-1568383135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568380476-17274 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390599-1568383135.xml -cm 

running on 4 cores: 4-7

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

solver pid=17870, runsolver pid=17867

[startup+0.100537 s]*
/proc/loadavg: 2.18 2.69 2.64 3/228 17885
/proc/meminfo: memFree=29572832/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10659884 memory=26892 CPUtime=0.13 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 5279 0 0 0 12 1 0 0 20 0 15 0 414255198 10915721216 6723 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2664971 6723 2811 1 0 2627468 0
[pid=17870/tid=17872] ppid=17867 vsize=10659884 memory=8514726395714820750 CPUtime=0.09 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) R 17867 17870 17242 0 -1 4202560 3173 0 0 0 9 0 0 0 20 0 15 0 414255198 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572859275696 140572855057814 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255200 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414255201 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572413068576 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414255201 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572412016240 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) R 17867 17870 17242 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572409911408 140572855057026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) S 17867 17870 17242 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572408858608 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0.02 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) R 17867 17870 17242 0 -1 4202560 318 0 0 0 2 0 0 0 20 0 15 0 414255204 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572407806320 140572835362559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 6723 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 26892 KiB

[startup+0.212001 s]*
/proc/loadavg: 2.18 2.69 2.64 5/228 17885
/proc/meminfo: memFree=29561172/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10659884 memory=37208 CPUtime=0.32 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 9009 0 0 0 30 2 0 0 20 0 15 0 414255198 10915721216 9302 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2664971 9302 2987 1 0 2627468 0
[pid=17870/tid=17872] ppid=17867 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) R 17867 17870 17242 0 -1 4202560 6083 0 0 0 18 2 0 0 20 0 15 0 414255198 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572859272240 140572855067805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10659884 memory=365 CPUtime=0 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10659884 memory=3689206526693541536 CPUtime=0 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255200 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414255201 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572413068576 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414255201 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572412016240 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10659884 memory=0 CPUtime=0.02 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) R 17867 17870 17242 0 -1 4202560 422 0 0 0 2 0 0 0 20 0 15 0 414255204 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572409911408 140572834307852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10659884 memory=-1 CPUtime=0.02 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) R 17867 17870 17242 0 -1 4202560 436 0 0 0 2 0 0 0 20 0 15 0 414255204 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572408858608 140572836589602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0.06 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) R 17867 17870 17242 0 -1 1077944384 733 0 0 0 6 0 0 0 20 0 15 0 414255204 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572407806320 140572855057026 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 9302 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37208 KiB

[startup+0.311501 s]*
/proc/loadavg: 2.18 2.69 2.64 3/228 17885
/proc/meminfo: memFree=29561172/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10659884 memory=39784 CPUtime=0.46 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 9188 0 0 0 43 3 0 0 20 0 15 0 414255198 10915721216 9946 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2664971 9946 2998 1 0 2627468 0
[pid=17870/tid=17872] ppid=17867 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) R 17867 17870 17242 0 -1 4202560 6123 0 0 0 28 2 0 0 20 0 15 0 414255198 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572859277680 140572855067805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10659884 memory=9092 CPUtime=0 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10659884 memory=3761543396684924576 CPUtime=0 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255200 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414255201 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572413068576 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414255201 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572412016240 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10659884 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10659884 memory=0 CPUtime=0.03 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) R 17867 17870 17242 0 -1 4202560 441 0 0 0 3 0 0 0 20 0 15 0 414255204 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572409901520 140572840684416 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10659884 memory=-1 CPUtime=0.04 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) R 17867 17870 17242 0 -1 1077944384 531 0 0 0 4 0 0 0 20 0 15 0 414255204 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572408858608 140572855057026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0.07 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) R 17867 17870 17242 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 15 0 414255204 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572407806320 140572833984694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10659884 memory=-1 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10659884 memory=140269296748160 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255204 10915721216 9946 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39784 KiB

[startup+0.700817 s]
/proc/loadavg: 2.18 2.69 2.64 3/228 17885
/proc/meminfo: memFree=29551524/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10661932 memory=56860 CPUtime=1.11 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 12274 0 0 0 106 5 0 0 20 0 15 0 414255198 10917818368 14215 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2665483 14215 3063 1 0 2627980 0
[pid=17870/tid=17872] ppid=17867 vsize=10661932 memory=14068 CPUtime=0.68 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) R 17867 17870 17242 0 -1 4202560 8535 0 0 0 64 4 0 0 20 0 15 0 414255198 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572859286048 140572855067805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10661932 memory=2120 CPUtime=0 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10661932 memory=496 CPUtime=0 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255199 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10661932 memory=1556 CPUtime=0 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10661932 memory=928 CPUtime=0 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10661932 memory=1628 CPUtime=0 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255200 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10661932 memory=796 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414255201 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572413068576 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10661932 memory=1444 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414255201 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572412016240 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10661932 memory=1984 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10661932 memory=7086240636229996643 CPUtime=0.11 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) S 17867 17870 17242 0 -1 1077944384 690 0 0 0 11 0 0 0 20 0 15 0 414255204 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572409911408 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10661932 memory=7453282923444726100 CPUtime=0.11 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) S 17867 17870 17242 0 -1 1077944384 703 0 0 0 11 0 0 0 20 0 15 0 414255204 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572408858608 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10661932 memory=7223879631928058176 CPUtime=0.18 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) S 17867 17870 17242 0 -1 1077944384 985 0 0 0 18 0 0 0 20 0 15 0 414255204 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572407806320 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10661932 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414255204 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10661932 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255204 10917818368 14215 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 56860 KiB

[startup+1.5008 s]
/proc/loadavg: 2.18 2.69 2.64 3/228 17885
/proc/meminfo: memFree=29533204/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10663980 memory=70616 CPUtime=1.98 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 16823 0 0 0 192 6 0 0 20 0 15 0 414255198 10919915520 17654 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2665995 17654 3081 1 0 2628492 0
[pid=17870/tid=17872] ppid=17867 vsize=10663980 memory=6360846566568 CPUtime=1.48 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) R 17867 17870 17242 0 -1 4202560 12455 0 0 0 143 5 0 0 20 0 15 0 414255198 10919915520 17654 33554432000 4194304 4196468 140728951027984 140572859277904 140572839126366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10663980 memory=288230596050944315 CPUtime=0 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10919915520 17654 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10663980 memory=14698491322567293 CPUtime=0 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414255199 10919915520 17654 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10663980 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10919915520 17654 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10663980 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414255199 10919915520 17654 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10663980 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 414255200 10919915520 17654 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0

################
# More data... #
################

[pid=17870/tid=17873] ppid=17867 vsize=10748324 memory=56 CPUtime=0.03 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 1 2 0 0 20 0 16 0 414255199 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10748324 memory=6155122529793232994 CPUtime=0.03 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 145 0 0 0 2 1 0 0 20 0 16 0 414255199 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10748324 memory=3612 CPUtime=0.02 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 16 0 414255199 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10748324 memory=38196 CPUtime=0.04 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 2 2 0 0 20 0 16 0 414255199 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10748324 memory=984 CPUtime=0.01 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 1118 0 0 0 1 0 0 0 20 0 16 0 414255200 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10748324 memory=2044 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572413068640 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10748324 memory=1380 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572412016256 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10748324 memory=1056 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10748324 memory=764 CPUtime=1.01 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) R 17867 17870 17242 0 -1 1077944384 1977 0 0 0 101 0 0 0 20 0 16 0 414255204 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572409911408 140572855057026 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10748324 memory=1708 CPUtime=1.1 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) R 17867 17870 17242 0 -1 4202560 2016 0 0 0 110 0 0 0 20 0 16 0 414255204 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572408858608 140572839946064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10748324 memory=1224 CPUtime=0.79 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) R 17867 17870 17242 0 -1 4202560 2628 0 0 0 78 1 0 0 20 0 16 0 414255204 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572407803856 140572835012977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10748324 memory=5920 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10748324 memory=288230574492221466 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17886] ppid=17867 vsize=10748324 memory=0 CPUtime=0.93 cores=4-7
/proc/17870/task/17886/stat : 17886 (java) R 17867 17870 17242 0 -1 4202560 1823 0 0 0 91 2 0 0 20 0 16 0 414255409 11006283776 68810 33554432000 4194304 4196468 140728951027984 140572402256480 140572492167883 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 275240 KiB

[startup+6.3009 s]
/proc/loadavg: 2.08 2.67 2.63 3/229 17886
/proc/meminfo: memFree=29322716/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10748324 memory=276544 CPUtime=9.89 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 28623 0 0 0 970 19 0 0 20 0 16 0 414255198 11006283776 69136 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2687081 69136 3369 1 0 2647217 0
[pid=17870/tid=17872] ppid=17867 vsize=10748324 memory=0 CPUtime=2.09 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) S 17867 17870 17242 0 -1 1077944384 15397 0 0 0 203 6 0 0 20 0 16 0 414255198 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572859288752 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10748324 memory=7449908582104002922 CPUtime=0.03 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 1 2 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10748324 memory=276528 CPUtime=0.03 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 145 0 0 0 2 1 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10748324 memory=276528 CPUtime=0.02 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10748324 memory=153570850671530 CPUtime=0.04 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 2 2 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10748324 memory=2044 CPUtime=0.01 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 1121 0 0 0 1 0 0 0 20 0 16 0 414255200 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10748324 memory=3612 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572413068640 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10748324 memory=38196 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572412016256 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10748324 memory=984 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10748324 memory=2044 CPUtime=1.21 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) S 17867 17870 17242 0 -1 1077944384 2140 0 0 0 121 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572409911408 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10748324 memory=1380 CPUtime=1.42 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) S 17867 17870 17242 0 -1 1077944384 2330 0 0 0 142 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572408858608 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10748324 memory=1 CPUtime=0.84 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) S 17867 17870 17242 0 -1 1077944384 3202 0 0 0 83 1 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572407806320 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17886] ppid=17867 vsize=10748324 memory=0 CPUtime=4.12 cores=4-7
/proc/17870/task/17886/stat : 17886 (java) R 17867 17870 17242 0 -1 4202560 2430 0 0 0 410 2 0 0 20 0 16 0 414255409 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572402254352 140572492397055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 9.89 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 276544 KiB

[startup+6.88273 s]
# the end of solver process 17870 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.4594 s, system=0.216228 s

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

[startup+6.40105 s]
/proc/loadavg: 2.08 2.67 2.63 3/229 17886
/proc/meminfo: memFree=29322716/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10748324 memory=276544 CPUtime=9.99 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 28625 0 0 0 980 19 0 0 20 0 16 0 414255198 11006283776 69136 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2687081 69136 3369 1 0 2647217 0
[pid=17870/tid=17872] ppid=17867 vsize=10748324 memory=138 CPUtime=2.09 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) S 17867 17870 17242 0 -1 1077944384 15397 0 0 0 203 6 0 0 20 0 16 0 414255198 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572859288752 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10748324 memory=83 CPUtime=0.03 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 1 2 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10748324 memory=0 CPUtime=0.03 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 145 0 0 0 2 1 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10748324 memory=0 CPUtime=0.02 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10748324 memory=222 CPUtime=0.04 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 2 2 0 0 20 0 16 0 414255199 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10748324 memory=0 CPUtime=0.01 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 1121 0 0 0 1 0 0 0 20 0 16 0 414255200 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10748324 memory=3252 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572413068640 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10748324 memory=198623 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572412016256 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10748324 memory=12 CPUtime=1.21 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) S 17867 17870 17242 0 -1 1077944384 2140 0 0 0 121 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572409911408 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10748324 memory=740 CPUtime=1.42 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) S 17867 17870 17242 0 -1 1077944384 2330 0 0 0 142 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572408858608 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10748324 memory=28511 CPUtime=0.84 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) S 17867 17870 17242 0 -1 1077944384 3202 0 0 0 83 1 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572407806320 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10748324 memory=209 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10748324 memory=3 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17886] ppid=17867 vsize=10748324 memory=3 CPUtime=4.22 cores=4-7
/proc/17870/task/17886/stat : 17886 (java) R 17867 17870 17242 0 -1 4202560 2432 0 0 0 420 2 0 0 20 0 16 0 414255409 11006283776 69136 33554432000 4194304 4196468 140728951027984 140572402254352 140572492615924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 276544 KiB

[startup+6.80075 s]
/proc/loadavg: 2.08 2.67 2.63 3/229 17886
/proc/meminfo: memFree=29322716/32770688 swapFree=66961076/67108860
[pid=17870] ppid=17867 vsize=10748324 memory=276584 CPUtime=10.44 cores=4-7
/proc/17870/stat : 17870 (java) S 17867 17870 17242 0 -1 1077944320 29224 0 0 0 1025 19 0 0 20 0 16 0 414255198 11006283776 69146 33554432000 4194304 4196468 140728951027984 140728951010528 140572855045879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
/proc/17870/statm: 2687081 69146 3369 1 0 2647217 0
[pid=17870/tid=17872] ppid=17867 vsize=10748324 memory=0 CPUtime=2.09 cores=4-7
/proc/17870/task/17872/stat : 17872 (java) S 17867 17870 17242 0 -1 1077944384 15397 0 0 0 203 6 0 0 20 0 16 0 414255198 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572859288752 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17873] ppid=17867 vsize=10748324 memory=0 CPUtime=0.03 cores=4-7
/proc/17870/task/17873/stat : 17873 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 1 2 0 0 20 0 16 0 414255199 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572807666064 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17874] ppid=17867 vsize=10748324 memory=6791534058613427641 CPUtime=0.03 cores=4-7
/proc/17870/task/17874/stat : 17874 (java) S 17867 17870 17242 0 -1 1077944384 145 0 0 0 2 1 0 0 20 0 16 0 414255199 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572806613264 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17875] ppid=17867 vsize=10748324 memory=0 CPUtime=0.02 cores=4-7
/proc/17870/task/17875/stat : 17875 (java) S 17867 17870 17242 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 16 0 414255199 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572805560976 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17876] ppid=17867 vsize=10748324 memory=0 CPUtime=0.04 cores=4-7
/proc/17870/task/17876/stat : 17876 (java) S 17867 17870 17242 0 -1 1077944384 155 0 0 0 2 2 0 0 20 0 16 0 414255199 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572804508176 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17877] ppid=17867 vsize=10748324 memory=0 CPUtime=0.01 cores=4-7
/proc/17870/task/17877/stat : 17877 (java) S 17867 17870 17242 0 -1 1077944384 1121 0 0 0 1 0 0 0 20 0 16 0 414255200 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572414122608 140572855057026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17878] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17878/stat : 17878 (java) S 17867 17870 17242 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572413068640 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17879] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17879/stat : 17879 (java) S 17867 17870 17242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414255201 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572412016256 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17880] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17880/stat : 17880 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572410964560 140572855064475 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17881] ppid=17867 vsize=10748324 memory=0 CPUtime=1.22 cores=4-7
/proc/17870/task/17881/stat : 17881 (java) S 17867 17870 17242 0 -1 1077944384 2282 0 0 0 122 0 0 0 20 0 16 0 414255204 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572409911408 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17882] ppid=17867 vsize=10748324 memory=0 CPUtime=1.45 cores=4-7
/proc/17870/task/17882/stat : 17882 (java) S 17867 17870 17242 0 -1 1077944384 2700 0 0 0 145 0 0 0 20 0 16 0 414255204 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572408858608 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17883] ppid=17867 vsize=10748324 memory=0 CPUtime=0.84 cores=4-7
/proc/17870/task/17883/stat : 17883 (java) S 17867 17870 17242 0 -1 1077944384 3249 0 0 0 83 1 0 0 20 0 16 0 414255204 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572407806320 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17884] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17884/stat : 17884 (java) S 17867 17870 17242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572406753760 140572855056085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17885] ppid=17867 vsize=10748324 memory=0 CPUtime=0 cores=4-7
/proc/17870/task/17885/stat : 17885 (java) S 17867 17870 17242 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 414255204 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572405701552 140572855057026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
[pid=17870/tid=17886] ppid=17867 vsize=10748324 memory=0 CPUtime=4.62 cores=4-7
/proc/17870/task/17886/stat : 17886 (java) R 17867 17870 17242 0 -1 4202560 2472 0 0 0 460 2 0 0 20 0 16 0 414255409 11006283776 69146 33554432000 4194304 4196468 140728951027984 140572402254352 140572492615824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9396224 140728951030795 140728951030898 140728951030898 140728951033807 0
Current children cumulated CPU time: 10.44 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 276584 KiB

Child status: 0
Real time (s): 6.88279
CPU time (s): 10.6757
CPU user time (s): 10.4594
CPU system time (s): 0.216228
CPU usage (%): 155.107
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 276584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4594
system time used= 0.216228
maximum resident set size= 280056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2806
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 17870
#   total CPU time (s): 10.6757
#   total CPU user time (s): 10.4594
#   total CPU system time (s): 0.216228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072971 second user time and 0.114387 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-13 15:58:14
IDJOB=4390599
IDBENCH=130848
IDSOLVER=2832
FILE ID=node116/4390599-1568383135
RUNJOBID= node116-1568380476-17274
PBS_JOBID= 21701846
Free space on /tmp= 56876 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si6-m4D/Subisomorphism-si6-m4Dr4-m1296-04.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390599-1568383135/watcher-4390599-1568383135 -o /tmp/evaluation-result-4390599-1568383135/solver-4390599-1568383135 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568380476-17274 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390599-1568383135.xml -cm

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

MD5SUM BENCH= bed822053ada34bca9e942ef4238d644
RANDOM SEED=1411908630

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29588196 kB
MemAvailable:   31647432 kB
Buffers:          119628 kB
Cached:          2216384 kB
SwapCached:        46632 kB
Active:          1051680 kB
Inactive:        1534900 kB
Active(anon):     204476 kB
Inactive(anon):    86692 kB
Active(file):     847204 kB
Inactive(file):  1448208 kB
Unevictable:      110508 kB
Mlocked:          110508 kB
SwapTotal:      67108860 kB
SwapFree:       66961076 kB
Dirty:              8768 kB
Writeback:             0 kB
AnonPages:        360696 kB
Mapped:            55960 kB
Shmem:             31980 kB
Slab:             187680 kB
SReclaimable:     159316 kB
SUnreclaim:        28364 kB
KernelStack:        4016 kB
PageTables:         6332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1171580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 56868 MiB
End job on node116 at 2019-09-13 15:58:21