Trace number 4294984

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
scop order+MapleCOMSPS (2018-06-13)? (MO) 39.3084 21.0534

General information on the benchmark

NameCarSequencing/
CarSequencing-75-01_c18.xml
MD5SUM440a7f21d9ad6b426785aa5fd584fc01
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 benchmark35.1949
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1416
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree73
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":19},"...",{"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":8}, {"degree":52,"count":9}, {"degree":53,"count":9}, {"degree":54,"count":56}, {"degree":55,"count":5}, {"degree":56,"count":6}, {"degree":57,"count":6}, {"degree":58,"count":41}, {"degree":59,"count":2}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":3}, {"degree":73,"count":61}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"arity":50,"count":1},{"arity":53,"count":2},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":60,"count":1},{"arity":62,"count":3},{"arity":64,"count":1},{"arity":65,"count":3},{"arity":66,"count":1},{"arity":68,"count":3},{"arity":70,"count":2},{"arity":71,"count":2},{"arity":72,"count":1},{"arity":74,"count":3},{"arity":75,"count":1},{"arity":76,"count":1},{"arity":77,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1215},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.52	
0.65/0.52	scop order+minisat_release (2018-06-13)
0.65/0.52	
0.65/0.54	c BEGIN-Prog: Thu Jul 26 02:05:40 CEST 2018
0.65/0.54	c PID: 838
0.65/0.54	c IP: 172.20.3.150
0.65/0.54	c HOST: node150.alineos.net
0.65/0.55	c (0,0) Parsing Begin
2.92/1.39	c (0,0) Parsing End
3.23/1.40	c (0,0) CSP: 200 int (0 aux), 1000 bool (0 aux), 1416 ctr, max domain size 26
3.23/1.40	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.23/1.40	c (0,0) Constraint Name Generate Begin
3.23/1.43	c (0,0) Ctr:HOME/instance-4294984-1532563539.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
3.23/1.43	c (0,0) Constraint Name Generate End
3.23/1.43	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.23/1.43	c (0,0) CSP to CSPinCNF Begin
12.25/4.73	c (4,4) translated 142 (10%) constraints
12.83/5.20	c (4,4) translated 284 (20%) constraints
12.83/5.22	c (4,4) translated 425 (30%) constraints
12.83/5.25	c (4,4) translated 567 (40%) constraints
12.83/5.28	c (4,4) translated 708 (50%) constraints
13.23/5.30	c (4,4) translated 850 (60%) constraints
13.23/5.32	c (4,4) translated 992 (70%) constraints
13.23/5.34	c (4,4) translated 1133 (80%) constraints
15.02/6.66	c (6,6) translated 1275 (90%) constraints
16.55/7.86	c (7,7) translated 1416 (100%) constraints
17.89/8.37	c (7,7) STATISTICS1:HOME/instance-4294984-1532563539.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,16600,57041,9223372036854775807,26,25,200,9223372036854775807:265;2305843009213693952:3;576460752303423488:1;288230376151711744:2;36028797018963968:2;18014398509481984:1;4503599627370496:2;562949953421312:1;70368744177664:1;8796093022208:1;1099511627776:1;16:392;4:396;2:199,26:20400;2:157993,25:200;3:29600;2:26000;1:1241,200:57;198:1;197:2;196:1;195:2;194:3;192:1;191:2;190:3;188:3;186:1;185:4;184:1;182:3;180:3;179:2;178:1;176:3;175:2;174:1;173:2;172:1;170:5;168:1;167:2;166:1;165:2;164:3;162:1;161:2;160:3;158:3;156:1;155:4;154:1;152:3;150:3;149:2;148:1;146:3;145:2;144:1;143:2;142:1;140:5;138:1;137:2;136:1;135:2;134:3;132:1;131:2;130:3;128:3;126:1;125:4;124:1;122:3;120:3;119:2;118:1;116:3;115:2;114:1;113:2;112:1;110:5;108:1;107:2;106:1;105:2;104:3;102:1;101:2;100:3;98:3;96:1;95:4;94:1;92:3;90:3;89:2;88:1;86:3;85:2;84:1;83:2;82:1;80:4;78:1;77:2;76:1;75:1;74:3;72:1;71:2;70:2;68:3;66:1;65:3;64:1;62:3;60:1;59:2;56:2;55:1;53:2;50:1;47:1;44:1;41:1;5:392;3:396;2:199;1:145600;0:200,17689:57;17424:1;17161:2;16900:3;16641:3;16384:1;16129:2;15876:3;15625:3;15376:1;15129:4;14884:1;14641:3;14400:3;14161:2;13924:1;13689:3;13456:3;13225:2;12996:1;12769:5;12544:1;12321:2;12100:3;11881:3;11664:1;11449:2;11236:3;11025:3;10816:1;10609:4;10404:1;10201:3;10000:3;9801:2;9604:1;9409:3;9216:3;9025:2;8836:1;8649:5;8464:1;8281:2;8100:3;7921:3;7744:1;7569:2;7396:3;7225:3;7056:1;6889:4;6724:1;6561:3;6400:3;6241:2;6084:1;5929:3;5776:3;5625:2;5476:1;5329:5;5184:1;5041:2;4900:3;4761:3;4624:1;4489:2;4356:3;4225:3;4096:1;3969:4;3844:1;3721:3;3600:3;3481:2;3364:1;3249:3;3136:3;3025:2;2916:1;2809:4;2704:1;2601:2;2500:2;2401:3;2304:1;2209:2;2116:2;2025:3;1936:1;1849:3;1764:1
17.89/8.37	c (7,7) ===========================================
17.89/8.37	c (7,7) Order
17.89/8.37	c (7,7) ===========================================
20.14/9.14	c (8,8) translated 5705 (10%) constraints
20.72/9.39	c (8,8) translated 11409 (20%) constraints
21.01/9.49	c (8,8) translated 17113 (30%) constraints
21.24/9.57	c (9,8) translated 22817 (40%) constraints
21.34/9.65	c (9,8) translated 28521 (50%) constraints
21.44/9.73	c (9,9) translated 34225 (60%) constraints
21.55/9.81	c (9,9) translated 39929 (70%) constraints
21.55/9.89	c (9,9) translated 45633 (80%) constraints
21.65/9.97	c (9,9) translated 51337 (90%) constraints
26.87/11.98	c (11,11) translated 57041 (100%) constraints
26.87/11.99	c (11,11) CSP to CSPinCNF End
26.87/12.00	c (11,11) CSP: 3986 int (3786 aux), 21672 bool (20672 aux), 77530 ctr, max domain size 68
26.87/12.00	c (11,11) Heap : 2422 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
26.87/12.00	c (11,11) CSPinCNF Propagation Begin
27.88/12.46	c (11,11) 0 values, 600 unsatisfiable literals, and 400 valid clauses are removed
27.88/12.46	c (11,11) CSPinCNF Propagation End
27.88/12.46	c (11,11) CSP: 3986 int (3786 aux), 21672 bool (20672 aux), 77130 ctr, max domain size 68
27.88/12.46	c (11,11) Heap : 2698 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
27.88/12.46	c (11,11) Simplify CSPinCNF Begin
28.23/12.63	c (12,11) Simplify CSPinCNF End
28.23/12.63	c (12,11) CSP: 3986 int (3786 aux), 21672 bool (20672 aux), 77130 ctr, max domain size 68
28.23/12.63	c (12,11) Heap : 2753 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
28.23/12.63	c (12,11) Calculate Precise Domain Begin
28.23/12.69	c (12,12) 0 values are removed by re-calculation
28.23/12.69	c (12,12) Calculate Precise Domain End
28.23/12.69	c (12,12) CSP: 3986 int (3786 aux), 21672 bool (20672 aux), 77130 ctr, max domain size 68
28.23/12.69	c (12,12) Heap : 2808 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
28.23/12.69	c (12,12) CSPinCNF to SatSolver Begin
31.89/14.84	c (14,14) 7713 (10 %) CSP clauses are encoded (93050 SAT variables, 584868 SAT clauses)
32.17/14.90	c (14,14) 15426 (20 %) CSP clauses are encoded (93050 SAT variables, 592581 SAT clauses)
32.17/14.96	c (14,14) 23139 (30 %) CSP clauses are encoded (93050 SAT variables, 600294 SAT clauses)
32.40/15.01	c (14,14) 30852 (40 %) CSP clauses are encoded (93050 SAT variables, 608007 SAT clauses)
32.40/15.05	c (14,14) 38565 (50 %) CSP clauses are encoded (93050 SAT variables, 615720 SAT clauses)
32.40/15.08	c (14,14) 46278 (60 %) CSP clauses are encoded (93050 SAT variables, 623433 SAT clauses)
32.51/15.12	c (14,14) 53991 (70 %) CSP clauses are encoded (93050 SAT variables, 631146 SAT clauses)
32.51/15.15	c (14,14) 61704 (80 %) CSP clauses are encoded (93050 SAT variables, 638859 SAT clauses)
32.99/15.43	c (14,14) 69417 (90 %) CSP clauses are encoded (93050 SAT variables, 723001 SAT clauses)
37.66/19.94	c (19,18) 77130 (100 %) CSP clauses are encoded (93050 SAT variables, 2400015 SAT clauses)
37.66/19.94	c (19,18) CSPinCNF to SatSolver End
37.66/19.94	c (19,18) Heap : 548 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
38.32/20.28	c (19,19) STATISTICS2:HOME/instance-4294984-1532563539.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,25658,77130,4556,68,24,11,4556:5;4489:1;4422:2;4356:3;4290:3;4225:1;4160:2;4096:3;4032:3;3969:1;3906:4;3844:1;3782:3;3721:3;3660:2;3600:1;3540:3;3481:3;3422:2;3364:1;3306:5;3249:1;3192:2;3136:3;3080:3;3025:1;2970:2;2916:3;2862:3;2809:1;2756:4;2704:1;2652:3;2601:3;2550:2;2500:1;2450:3;2401:5;2352:2;2304:1;2256:5;2209:1;2162:2;2116:3;2070:3;2025:1;1980:2;1936:3;1892:3;1849:1;1806:4;1764:1;1722:3;1681:3;1640:2;1600:1;1560:3;1521:3;1482:2;1444:1;1406:5;1369:1;1332:2;1296:3;1260:3;1225:1;1190:16;1156:18;1122:19;1089:14;1056:18;1024:282;992:15;961:20;930:14;900:16;870:17;841:16;812:18;784:14;756:18;729:16;702:14;676:19;650:15;625:16;600:16;576:15;552:19;529:14;512:739;506:17;484:16;462:15;441:18;420:14;400:23;380:16;361:14;342:18;324:43;306:91;289:71;288:8;272:85;256:1902;240:69;234:4;225:71;221:8;210:69;198:4;196:68;187:8;182:71;169:76;162:12;156:68;153:24;144:69;132:67;128:1127;126:8;121:76;119:16;110:63;108:4;102:8;100:64;96:273;90:552;85:8;81:511;72:301;68:24;64:1107;56:276;54:4;51:8;49:291;36:40;34:64;25:281;16:962;9:8;4:460;2:199,68:20;67:26;66:32;65:26;64:28;63:30;62:24;61:34;60:24;59:30;58:28;57:26;56:32;55:26;54:28;53:30;52:24;51:34;50:24;49:42;48:28;47:26;46:32;45:26;44:28;43:30;42:24;41:34;40:24;39:30;38:28;37:26;36:32;35:54;34:148;33:142;32:136;31:150;30:136;29:142;28:136;27:136;26:30142;25:136;24:136;23:138;22:134;21:136;20:162;19:128;18:1132;17:974;16:650;15:562;14:552;13:586;12:1092;11:568;10:1478;9:3730;8:2254;7:1724;6:36;5:1128;4:108;3:36;2:178681,24:200;3:29200;2:36400;1:11330,11:266;10:739;9:1811;8:1127;7:826;5:1211;3:5151;2:199;1:165200,
38.32/20.28	c (19,19) SatSolver.solve Begin
38.32/20.28	c (19,19) 93050 bool, 2400639 clause
38.32/20.28	c (19,19) HOME/minisat_release -ccmin-mode=2 -cla-decay=0.9990000000000016 -gc-frac=0.06548219427789823 -min-step-size=0.06000000000000005 -phase-saving=2 -rfirst=100 -rinc=23.20514351897367 -rnd-freq=0.18183188062236774 -step-size=0.0002446387540884631 -step-size-dec=1.0000000000000004e-06 -var-decay=0.07581213234321858 HOME/instance-4294984-1532563539.xml-scop-838.cnf HOME/instance-4294984-1532563539.xml-scop-838.cnf.out
39.24/21.01	c (20,0) receiving signal SIGTERM
39.24/21.01	s UNKNOWN
39.24/21.02	c (20,19) SatSolver is killed by some reasons.
39.24/21.02	c (20,19) 0,0,11,11,12,12,19,TO,TO,STOP-AFTER(DIMACS)
39.24/21.02	c END-Prog: Thu Jul 26 02:06:00 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294984-1532563539/watcher-4294984-1532563539 -o /tmp/evaluation-result-4294984-1532563539/solver-4294984-1532563539 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294984-1532563539.xml 

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

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


[startup+0.100129 s]*
/proc/loadavg: 4.33 4.81 3.77 3/216 853
/proc/meminfo: memFree=12669288/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15011656 memory=73636 CPUtime=0.1 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 6562 0 0 0 9 1 0 0 20 0 15 0 73917204 15371935744 18409 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3752914 18409 2780 1 0 3715374 0
[pid=838/tid=840] ppid=835 vsize=15011656 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) R 835 838 32649 0 -1 4202560 5207 0 0 0 8 1 0 0 20 0 15 0 73917204 15371935744 18937 33554432000 4194304 4196468 140726145814848 139887862717568 139887871207168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15011656 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 18937 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15011656 memory=140597895779122 CPUtime=0 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 18937 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 18937 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 18937 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15011656 memory=140597895747200 CPUtime=0 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917207 15371935744 19003 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=846] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73917207 15371935744 19003 33554432000 4194304 4196468 140726145814848 139886480844064 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917208 15371935744 19003 33554432000 4194304 4196468 140726145814848 139886212408944 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 19003 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) S 835 838 32649 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 19003 33554432000 4194304 4196468 140726145814848 139886860372080 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 19003 33554432000 4194304 4196468 140726145814848 139886859319280 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15011656 memory=140597895747200 CPUtime=0.01 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 73917210 15371935744 19003 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 19003 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15011656 memory=140597895747200 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 19003 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73636 KiB

[startup+0.210436 s]*
/proc/loadavg: 4.33 4.81 3.77 3/216 853
/proc/meminfo: memFree=12655376/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15011656 memory=86748 CPUtime=0.25 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 10097 0 0 0 22 3 0 0 20 0 15 0 73917204 15371935744 21687 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3752914 21687 2890 1 0 3715374 0
[pid=838/tid=840] ppid=835 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) R 835 838 32649 0 -1 4202560 8011 0 0 0 18 2 0 0 20 0 15 0 73917204 15371935744 21687 33554432000 4194304 4196468 140726145814848 139887862757840 139887874975077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15011656 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 21687 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15011656 memory=140597895779122 CPUtime=0 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 21687 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 21687 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 21687 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15011656 memory=140597895747200 CPUtime=0 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917207 15371935744 21687 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=846] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73917207 15371935744 21687 33554432000 4194304 4196468 140726145814848 139886480844064 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917208 15371935744 21687 33554432000 4194304 4196468 140726145814848 139886212408944 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 21687 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) R 835 838 32649 0 -1 4202560 434 0 0 0 1 0 0 0 20 0 15 0 73917210 15371935744 21687 33554432000 4194304 4196468 140726145814848 139886860372080 139887870094608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) R 835 838 32649 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 21687 33554432000 4194304 4196468 140726145814848 139886859319280 139887890942594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15011656 memory=140597895747200 CPUtime=0.03 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 288 0 0 0 3 0 0 0 20 0 15 0 73917210 15371935744 21687 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 21687 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15011656 memory=140597895747200 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 21687 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86748 KiB

[startup+0.310511 s]*
/proc/loadavg: 4.33 4.81 3.77 3/216 853
/proc/meminfo: memFree=12651964/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15011656 memory=90216 CPUtime=0.42 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 10627 0 0 0 39 3 0 0 20 0 15 0 73917204 15371935744 22554 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3752914 22554 2987 1 0 3715374 0
[pid=838/tid=840] ppid=835 vsize=15011656 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) R 835 838 32649 0 -1 4202560 8382 0 0 0 27 3 0 0 20 0 15 0 73917204 15371935744 22554 33554432000 4194304 4196468 140726145814848 139887862735600 139887872494999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15011656 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 22554 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15011656 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 22554 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15011656 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 22554 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15011656 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15371935744 22554 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15011656 memory=8520 CPUtime=0 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917207 15371935744 22554 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=846] ppid=835 vsize=15011656 memory=792 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73917207 15371935744 22554 33554432000 4194304 4196468 140726145814848 139886480844064 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15011656 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917208 15371935744 22554 33554432000 4194304 4196468 140726145814848 139886212408944 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15011656 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 22554 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15011656 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) S 835 838 32649 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 73917210 15371935744 22554 33554432000 4194304 4196468 140726145814848 139886860372080 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) S 835 838 32649 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 73917210 15371935744 22554 33554432000 4194304 4196468 140726145814848 139886859319280 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15011656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 15 0 73917210 15371935744 22554 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 22554 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917210 15371935744 22554 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90216 KiB

[startup+0.700729 s]
/proc/loadavg: 4.33 4.81 3.77 3/216 853
/proc/meminfo: memFree=12627532/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15019976 memory=131700 CPUtime=1.02 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 17544 0 0 0 97 5 0 0 20 0 15 0 73917204 15380455424 32925 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3754994 32925 3149 1 0 3716398 0
[pid=838/tid=840] ppid=835 vsize=15019976 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) R 835 838 32649 0 -1 4202560 14839 0 0 0 63 4 0 0 20 0 15 0 73917204 15380455424 32925 33554432000 4194304 4196468 140726145814848 139887862760832 139887875011934 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15019976 memory=5789203943361106019 CPUtime=0 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917206 15380455424 32925 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15019976 memory=5795964947836661100 CPUtime=0 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15380455424 32925 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15019976 memory=6226598563231715942 CPUtime=0 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15380455424 32925 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15019976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15380455424 32925 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15019976 memory=144227015205772 CPUtime=0 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73917207 15380455424 32925 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=846] ppid=835 vsize=15019976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73917207 15380455424 32925 33554432000 4194304 4196468 140726145814848 139886480844064 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15019976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917208 15380455424 32925 33554432000 4194304 4196468 140726145814848 139886212408944 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15019976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15380455424 32925 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15019976 memory=281195535401200 CPUtime=0.1 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) R 835 838 32649 0 -1 4202560 747 0 0 0 10 0 0 0 20 0 15 0 73917210 15380455424 32925 33554432000 4194304 4196468 140726145814848 139886860362000 139887875354433 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15019976 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) S 835 838 32649 0 -1 1077944384 138 0 0 0 5 0 0 0 20 0 15 0 73917210 15380455424 32925 33554432000 4194304 4196468 140726145814848 139886859319280 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15019976 memory=-1807685287717842718 CPUtime=0.17 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 482 0 0 0 17 0 0 0 20 0 15 0 73917210 15380455424 32925 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15019976 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15380455424 32925 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15019976 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917210 15380455424 32925 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15019976 KiB
Current children cumulated memory: 131700 KiB

[startup+1.50081 s]
/proc/loadavg: 4.14 4.77 3.76 9/216 853
/proc/meminfo: memFree=12586776/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15022100 memory=201988 CPUtime=3.49 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 21355 0 0 0 340 9 0 0 20 0 15 0 73917204 15382630400 50497 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3755525 50497 3212 1 0 3716910 0
[pid=838/tid=840] ppid=835 vsize=15022100 memory=1412 CPUtime=1.47 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) R 835 838 32649 0 -1 4202560 15803 0 0 0 141 6 0 0 20 0 15 0 73917204 15382630400 50497 33554432000 4194304 4196468 140726145814848 139887862765392 139887377002759 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15022100 memory=3072 CPUtime=0 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917206 15382630400 50497 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15022100 memory=11713788 CPUtime=0 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15382630400 50497 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15022100 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15382630400 50497 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15382630400 50497 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15022100 memory=144227015340300 CPUtime=0 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73917207 15382630400 50497 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0

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

[pid=838/tid=846] ppid=835 vsize=15022100 memory=14409311157749108 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73917207 15382630400 208486 33554432000 4194304 4196468 140726145814848 139886480844064 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917208 15382630400 208486 33554432000 4194304 4196468 140726145814848 139886212408944 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15382630400 208486 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15022100 memory=0 CPUtime=2.04 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) R 835 838 32649 0 -1 4202560 3513 0 0 0 203 1 0 0 20 0 15 0 73917210 15382630400 208486 33554432000 4194304 4196468 140726145814848 139886860356032 139887870767875 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15022100 memory=0 CPUtime=1.77 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) R 835 838 32649 0 -1 4202560 1582 0 0 0 177 0 0 0 20 0 15 0 73917210 15382630400 208486 33554432000 4194304 4196468 140726145814848 139886859306832 139887870313554 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15022100 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 2993 0 0 0 91 2 0 0 20 0 15 0 73917210 15382630400 208486 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15382630400 208486 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15382630400 208486 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 15022100 KiB
Current children cumulated memory: 833944 KiB

[startup+6.30077 s]
/proc/loadavg: 3.89 4.70 3.74 4/216 853
/proc/meminfo: memFree=10663780/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15024148 memory=2306800 CPUtime=14.72 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 36093 0 0 0 1431 41 0 0 20 0 15 0 73917204 15384727552 576700 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3756037 576700 3216 1 0 3717422 0
[pid=838/tid=840] ppid=835 vsize=15024148 memory=6944613755495348631 CPUtime=6.25 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) R 835 838 32649 0 -1 4202560 17479 0 0 0 591 34 0 0 20 0 15 0 73917204 15384727552 576700 33554432000 4194304 4196468 140726145814848 139887862763696 139887380393671 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15024148 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917206 15384727552 576700 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15384727552 576700 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15384727552 576700 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917206 15384727552 576700 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73917207 15384727552 576700 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=846] ppid=835 vsize=15024148 memory=215032 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73917207 15384727552 576700 33554432000 4194304 4196468 140726145814848 139886480844064 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15024148 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73917208 15384727552 576700 33554432000 4194304 4196468 140726145814848 139886212408944 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15384727552 576700 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15024148 memory=0 CPUtime=3.77 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) S 835 838 32649 0 -1 1077944384 6895 0 0 0 376 1 0 0 20 0 15 0 73917210 15384727552 576700 33554432000 4194304 4196468 140726145814848 139886860372080 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15024148 memory=0 CPUtime=3.32 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) S 835 838 32649 0 -1 1077944384 4174 0 0 0 331 1 0 0 20 0 15 0 73917210 15384727552 576700 33554432000 4194304 4196468 140726145814848 139886859319280 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15024148 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 6204 0 0 0 131 3 0 0 20 0 15 0 73917210 15384727552 576700 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15384727552 576700 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15384727552 576700 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 2306800 KiB

[startup+12.7011 s]
/proc/loadavg: 3.74 4.66 3.73 8/216 853
/proc/meminfo: memFree=9620240/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15024148 memory=3117128 CPUtime=28.45 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 44494 0 0 0 2782 63 0 0 20 0 15 0 73917204 15384727552 779282 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3756037 779282 3234 1 0 3717422 0
[pid=838/tid=840] ppid=835 vsize=15024148 memory=3117004 CPUtime=12.54 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) R 835 838 32649 0 -1 4202560 18800 0 0 0 1209 45 0 0 20 0 15 0 73917204 15384727552 779310 33554432000 4194304 4196468 140726145814848 139887862765328 139887874975077 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15024148 memory=3117004 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 136 0 0 0 7 2 0 0 20 0 15 0 73917206 15384727552 779310 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15024148 memory=849368 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 183 0 0 0 7 2 0 0 20 0 15 0 73917206 15384727552 779310 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15024148 memory=281195536424736 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 125 0 0 0 7 1 0 0 20 0 15 0 73917206 15384727552 779310 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15024148 memory=281195536040720 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 74 0 0 0 7 2 0 0 20 0 15 0 73917206 15384727552 779310 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15024148 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 73917207 15384727552 779310 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=846] ppid=835 vsize=15024148 memory=8226000734386588427 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 73917207 15384727552 779310 33554432000 4194304 4196468 140726145814848 139886480844128 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73917208 15384727552 779310 33554432000 4194304 4196468 140726145814848 139886212408944 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15384727552 779310 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15024148 memory=281193522426805 CPUtime=7.19 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) R 835 838 32649 0 -1 4202560 11055 0 0 0 717 2 0 0 20 0 15 0 73917210 15384727552 779310 33554432000 4194304 4196468 140726145814848 139886860352016 139887874838149 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15024148 memory=0 CPUtime=6.69 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) R 835 838 32649 0 -1 4202560 6519 0 0 0 667 2 0 0 20 0 15 0 73917210 15384727552 779310 33554432000 4194304 4196468 140726145814848 139886859298832 139887875323821 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15024148 memory=6947385649911455296 CPUtime=1.58 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 6248 0 0 0 155 3 0 0 20 0 15 0 73917210 15384727552 779310 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15024148 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15384727552 779310 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15024148 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73917210 15384727552 779310 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 28.45 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 3117128 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+21.0007 s]*
/proc/loadavg: 3.39 4.56 3.71 4/221 859
/proc/meminfo: memFree=9218880/32770624 swapFree=67108860/67108860
[pid=838] ppid=835 vsize=15683912 memory=3265644 CPUtime=38.54 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 32649 0 -1 1077944320 58173 0 0 0 3765 89 0 0 20 0 19 0 73917204 16060325888 816411 33554432000 4194304 4196468 140726145814848 140726145797392 139887890931447 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
/proc/838/statm: 3920978 816411 3267 1 0 3881834 0
[pid=854] ppid=838 vsize=237312 memory=193280 CPUtime=0.7 cores=1,3,5,7
/proc/854/stat : 854 (minisat_release) R 838 838 32649 0 -1 4202496 36079 0 0 0 64 6 0 0 20 0 1 0 73919233 243007488 48320 33554432000 4194304 4308513 140723232380768 140723232377912 4219358 0 4 0 8388610 0 0 0 17 1 0 0 0 0 0 6409496 6410680 39399424 140723232383667 140723232384174 140723232384174 140723232387013 0
/proc/854/statm: 59328 48320 317 28 0 55568 0
[pid=838/tid=840] ppid=835 vsize=15683912 memory=7883960649037381690 CPUtime=19.58 cores=1,3,5,7
/proc/838/task/840/stat : 840 (java) S 835 838 32649 0 -1 1077944384 21570 0 0 0 1904 54 0 0 20 0 19 0 73917204 16060325888 816411 33554432000 4194304 4196468 140726145814848 139887862770688 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=841] ppid=835 vsize=15683912 memory=321726139838234647 CPUtime=0.35 cores=1,3,5,7
/proc/838/task/841/stat : 841 (java) S 835 838 32649 0 -1 1077944384 2024 0 0 0 29 6 0 0 20 0 19 0 73917206 16060325888 816411 33554432000 4194304 4196468 140726145814848 139887895173520 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=842] ppid=835 vsize=15683912 memory=3905299711074500640 CPUtime=0.36 cores=1,3,5,7
/proc/838/task/842/stat : 842 (java) S 835 838 32649 0 -1 1077944384 314 0 0 0 30 6 0 0 20 0 19 0 73917206 16060325888 816411 33554432000 4194304 4196468 140726145814848 139887693949200 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=843] ppid=835 vsize=15683912 memory=4123386518771597343 CPUtime=0.3 cores=1,3,5,7
/proc/838/task/843/stat : 843 (java) S 835 838 32649 0 -1 1077944384 313 0 0 0 26 4 0 0 20 0 19 0 73917206 16060325888 816411 33554432000 4194304 4196468 140726145814848 139887692896912 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=844] ppid=835 vsize=15683912 memory=3184238517971715760 CPUtime=0.36 cores=1,3,5,7
/proc/838/task/844/stat : 844 (java) S 835 838 32649 0 -1 1077944384 717 0 0 0 30 6 0 0 20 0 19 0 73917206 16060325888 816411 33554432000 4194304 4196468 140726145814848 139887691844112 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=845] ppid=835 vsize=15683912 memory=8751164178631584878 CPUtime=0.02 cores=1,3,5,7
/proc/838/task/845/stat : 845 (java) S 835 838 32649 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 19 0 73917207 16060325888 816411 33554432000 4194304 4196468 140726145814848 139886861425264 139887890942594 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=846] ppid=835 vsize=15683912 memory=281195535805992 CPUtime=0 cores=1,3,5,7
/proc/838/task/846/stat : 846 (java) S 835 838 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 73917207 16060325888 816411 33554432000 4194304 4196468 140726145814848 139886480844128 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=847] ppid=835 vsize=15683912 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/838/task/847/stat : 847 (java) S 835 838 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73917208 16060325888 816411 33554432000 4194304 4196468 140726145814848 139886212408960 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=848] ppid=835 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/848/stat : 848 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73917210 16060325888 816411 33554432000 4194304 4196468 140726145814848 139885837900368 139887890950043 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=849] ppid=835 vsize=15683912 memory=-1 CPUtime=8.2 cores=1,3,5,7
/proc/838/task/849/stat : 849 (java) S 835 838 32649 0 -1 1077944384 15066 0 0 0 817 3 0 0 20 0 19 0 73917210 16060325888 816411 33554432000 4194304 4196468 140726145814848 139886860372080 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=850] ppid=835 vsize=15683912 memory=140597895747200 CPUtime=7.55 cores=1,3,5,7
/proc/838/task/850/stat : 850 (java) S 835 838 32649 0 -1 1077944384 9142 0 0 0 753 2 0 0 20 0 19 0 73917210 16060325888 816411 33554432000 4194304 4196468 140726145814848 139886859319280 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=851] ppid=835 vsize=15683912 memory=-1 CPUtime=1.73 cores=1,3,5,7
/proc/838/task/851/stat : 851 (java) S 835 838 32649 0 -1 1077944384 7226 0 0 0 169 4 0 0 20 0 19 0 73917210 16060325888 816411 33554432000 4194304 4196468 140726145814848 139886858266992 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=852] ppid=835 vsize=15683912 memory=140597895747200 CPUtime=0 cores=1,3,5,7
/proc/838/task/852/stat : 852 (java) S 835 838 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73917210 16060325888 816411 33554432000 4194304 4196468 140726145814848 139885339994592 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=853] ppid=835 vsize=15683912 memory=140597767868111 CPUtime=0 cores=1,3,5,7
/proc/838/task/853/stat : 853 (java) S 835 838 32649 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 73917210 16060325888 816411 33554432000 4194304 4196468 140726145814848 139886857214896 139887890942594 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=855] ppid=835 vsize=15683912 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/855/stat : 855 (java) S 835 838 32649 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 73919233 16060325888 816411 33554432000 4194304 4196468 140726145814848 139887689233856 139887890956057 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=857] ppid=835 vsize=15683912 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/838/task/857/stat : 857 (java) S 835 838 32649 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 73919234 16060325888 816411 33554432000 4194304 4196468 140726145814848 139884803108784 139887890953373 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=858] ppid=835 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/858/stat : 858 (java) S 835 838 32649 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 73919234 16060325888 816411 33554432000 4194304 4196468 140726145814848 139884937329968 139887890953373 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
[pid=838/tid=859] ppid=835 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/838/task/859/stat : 859 (java) S 835 838 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 73919235 16060325888 816411 33554432000 4194304 4196468 140726145814848 139884534684576 139887890941653 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14176256 140726145819635 140726145819913 140726145819913 140726145822671 0
Current children cumulated CPU time: 39.24 s
Current children cumulated vsize: 15921224 KiB
Current children cumulated memory: 3458924 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+21.0534 s]
# the end of solver process 838 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=38.3077 s, system=1.00072 s

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

Child status: 1
Real time (s): 21.0534
CPU time (s): 39.3084
CPU user time (s): 38.3077
CPU system time (s): 1.00072
CPU usage (%): 186.708
Max. virtual memory (cumulated for all children) (KiB): 15921224
Max. memory (cumulated for all children) (KiB): 3458924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.3077
system time used= 1.00072
maximum resident set size= 3268172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 121944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6349
involuntary context switches= 115


# summary of solver processes directly reported to runsolver:
#   pid: 838
#   total CPU time (s): 39.3084
#   total CPU user time (s): 38.3077
#   total CPU system time (s): 1.00072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143826 second user time and 0.259385 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 02:05:39
IDJOB=4294984
IDBENCH=141451
IDSOLVER=2756
FILE ID=node150/4294984-1532563539
RUNJOBID= node150-1532562189-32681
PBS_JOBID= 21021956
Free space on /tmp= 53096 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-75-01_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -order -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294984-1532563539/watcher-4294984-1532563539 -o /tmp/evaluation-result-4294984-1532563539/solver-4294984-1532563539 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294984-1532563539.xml

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

MD5SUM BENCH= 440a7f21d9ad6b426785aa5fd584fc01
RANDOM SEED=143685323

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12730596 kB
MemAvailable:   20210012 kB
Buffers:          186484 kB
Cached:          7511960 kB
SwapCached:            0 kB
Active:         13834556 kB
Inactive:        5618628 kB
Active(anon):   11705312 kB
Inactive(anon):    76924 kB
Active(file):    2129244 kB
Inactive(file):  5541704 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7936 kB
Writeback:             0 kB
AnonPages:      11770004 kB
Mapped:            52152 kB
Shmem:             25224 kB
Slab:             265020 kB
SReclaimable:     236928 kB
SUnreclaim:        28092 kB
KernelStack:        3808 kB
PageTables:        27764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13020984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10942464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53088 MiB
End job on node150 at 2018-07-26 02:06:01