Trace number 4294957

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) 37.2295 19.542

General information on the benchmark

NameCarSequencing/
CarSequencing-60-01_c18.xml
MD5SUM78ce7b18c2bc9eefd2fccfc0b2746318
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 benchmark20.4936
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1379
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree62
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":19},{"degree":21,"count":19},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":125},{"degree":25,"count":14},{"degree":26,"count":14},"...",{"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":9}, {"degree":44,"count":125}, {"degree":45,"count":6}, {"degree":46,"count":6}, {"degree":47,"count":6}, {"degree":48,"count":6}, {"degree":49,"count":6}, {"degree":50,"count":6}, {"degree":51,"count":6}, {"degree":52,"count":6}, {"degree":53,"count":6}, {"degree":54,"count":7}, {"degree":55,"count":7}, {"degree":56,"count":48}, {"degree":57,"count":3}, {"degree":58,"count":3}, {"degree":59,"count":3}, {"degree":60,"count":4}, {"degree":61,"count":4}, {"degree":62,"count":27}]
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":29,"count":1},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"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":1178},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.55/0.51	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Thu Jul 26 02:04:36 CEST 2018
0.66/0.54	c PID: 568
0.66/0.54	c IP: 172.20.3.150
0.66/0.54	c HOST: node150.alineos.net
0.66/0.55	c (0,0) Parsing Begin
2.92/1.37	c (0,0) Parsing End
2.92/1.38	c (0,0) CSP: 200 int (0 aux), 1000 bool (0 aux), 1379 ctr, max domain size 24
2.92/1.38	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.92/1.38	c (0,0) Constraint Name Generate Begin
3.23/1.41	c (0,0) Ctr:HOME/instance-4294957-1532563475.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
3.23/1.41	c (0,0) Constraint Name Generate End
3.23/1.41	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.23/1.41	c (0,0) CSP to CSPinCNF Begin
12.25/4.70	c (4,4) translated 138 (10%) constraints
12.81/5.23	c (4,4) translated 276 (20%) constraints
12.81/5.25	c (4,4) translated 414 (30%) constraints
12.81/5.28	c (4,4) translated 552 (40%) constraints
13.16/5.31	c (4,4) translated 690 (50%) constraints
13.16/5.33	c (4,4) translated 828 (60%) constraints
13.16/5.34	c (4,4) translated 966 (70%) constraints
13.16/5.36	c (4,4) translated 1104 (80%) constraints
14.48/6.14	c (5,5) translated 1242 (90%) constraints
16.30/7.65	c (7,6) translated 1379 (100%) constraints
17.56/8.17	c (7,7) STATISTICS1:HOME/instance-4294957-1532563475.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,16600,57402,9223372036854775807,24,25,200,9223372036854775807:221;2305843009213693952:2;288230376151711744:2;36028797018963968:2;4503599627370496:2;562949953421312:2;70368744177664:2;8796093022208:1;1099511627776:1;137438953472:1;17179869184:1;2147483648:1;268435456:1;16:392;4:396;2:199,24:18800;2:156849,25:200;3:29600;2:26400;1:1202,200:53;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;116:2;115:2;113:2;110:3;107:2;105:1;104:2;101:2;100:1;98:2;95:3;92:2;89:2;86:2;83:2;80:2;77:2;74:2;71:2;68:2;65:2;62:2;59:2;56:2;53:2;50:2;47:2;44:1;41:1;38:1;35:1;32:1;29:1;5:392;3:396;2:199;1:146400;0:200,17689:53;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;5929:2;5776:2;5625:2;5329:3;5041:2;4900:1;4761:2;4489:2;4356:1;4225:2;3969:3;3721:2;3481:2;3249:2;3025:2;2809:2;2601:2;2401:2;2209:2;2025:2;1849:2
17.56/8.17	c (7,7) ===========================================
17.56/8.17	c (7,7) Order
17.56/8.17	c (7,7) ===========================================
19.76/8.92	c (8,8) translated 5741 (10%) constraints
20.39/9.15	c (8,8) translated 11481 (20%) constraints
20.66/9.27	c (8,8) translated 17221 (30%) constraints
20.96/9.35	c (8,8) translated 22961 (40%) constraints
21.18/9.43	c (8,8) translated 28701 (50%) constraints
21.31/9.51	c (8,8) translated 34442 (60%) constraints
21.31/9.59	c (9,8) translated 40182 (70%) constraints
21.41/9.67	c (9,8) translated 45922 (80%) constraints
21.51/9.75	c (9,9) translated 51662 (90%) constraints
25.57/11.49	c (10,10) translated 57402 (100%) constraints
25.78/11.50	c (10,10) CSP to CSPinCNF End
25.78/11.51	c (10,10) CSP: 3560 int (3360 aux), 21281 bool (20281 aux), 76068 ctr, max domain size 68
25.78/11.51	c (10,10) Heap : 2179 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
25.78/11.51	c (10,10) CSPinCNF Propagation Begin
26.81/11.95	c (11,11) 0 values, 600 unsatisfiable literals, and 400 valid clauses are removed
26.81/11.95	c (11,11) CSPinCNF Propagation End
26.81/11.96	c (11,11) CSP: 3560 int (3360 aux), 21281 bool (20281 aux), 75668 ctr, max domain size 68
26.81/11.96	c (11,11) Heap : 2453 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
26.81/11.96	c (11,11) Simplify CSPinCNF Begin
27.21/12.12	c (11,11) Simplify CSPinCNF End
27.21/12.12	c (11,11) CSP: 3560 int (3360 aux), 21281 bool (20281 aux), 75668 ctr, max domain size 68
27.21/12.12	c (11,11) Heap : 2507 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
27.21/12.12	c (11,11) Calculate Precise Domain Begin
27.21/12.17	c (11,11) 0 values are removed by re-calculation
27.21/12.17	c (11,11) Calculate Precise Domain End
27.21/12.18	c (11,11) CSP: 3560 int (3360 aux), 21281 bool (20281 aux), 75668 ctr, max domain size 68
27.21/12.18	c (11,11) Heap : 2562 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
27.21/12.18	c (11,11) CSPinCNF to SatSolver Begin
30.71/14.28	c (13,13) 7567 (10 %) CSP clauses are encoded (85860 SAT variables, 543129 SAT clauses)
30.98/14.36	c (13,13) 15134 (20 %) CSP clauses are encoded (85860 SAT variables, 550696 SAT clauses)
31.24/14.43	c (13,13) 22701 (30 %) CSP clauses are encoded (85860 SAT variables, 558263 SAT clauses)
31.24/14.47	c (13,13) 30268 (40 %) CSP clauses are encoded (85860 SAT variables, 565830 SAT clauses)
31.46/14.51	c (13,13) 37834 (50 %) CSP clauses are encoded (85860 SAT variables, 573396 SAT clauses)
31.46/14.55	c (14,13) 45401 (60 %) CSP clauses are encoded (85860 SAT variables, 580963 SAT clauses)
31.46/14.59	c (14,13) 52968 (70 %) CSP clauses are encoded (85860 SAT variables, 588530 SAT clauses)
31.56/14.63	c (14,13) 60535 (80 %) CSP clauses are encoded (85860 SAT variables, 596097 SAT clauses)
31.56/14.67	c (14,13) 68102 (90 %) CSP clauses are encoded (85860 SAT variables, 604924 SAT clauses)
35.69/18.56	c (18,17) 75668 (100 %) CSP clauses are encoded (85860 SAT variables, 2111250 SAT clauses)
36.13/18.76	c (18,17) CSPinCNF to SatSolver End
36.13/18.76	c (18,17) Heap : 2371 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
36.29/18.90	c (18,17) STATISTICS2:HOME/instance-4294957-1532563475.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,24841,75668,4556,68,24,11,4556:7;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:3;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;1560:2;1521:2;1482:2;1406:3;1332:2;1296:1;1260:2;1225:2;1190:20;1156:18;1122:18;1089:13;1056:17;1024:238;992:14;961:17;930:14;900:15;870:16;841:13;812:18;784:13;756:16;729:15;702:14;676:17;650:14;625:15;600:16;576:13;552:18;529:13;512:610;506:16;484:15;462:14;441:16;420:10;400:10;380:10;361:7;342:11;324:25;306:78;289:64;288:4;272:73;256:1720;240:63;234:4;225:62;221:8;216:4;210:63;204:8;196:62;182:65;169:70;162:4;156:63;153:8;144:70;132:63;128:1012;121:58;110:43;108:4;102:8;100:37;96:251;90:497;85:8;81:457;72:273;68:32;64:1010;56:253;54:12;51:24;49:253;36:44;34:72;25:259;16:926;9:24;4:468;2:199,68:28;67:30;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:30;48:28;47:26;46:32;45:26;44:28;43:30;42:24;41:32;40:16;39:20;38:16;37:14;36:18;35:62;34:152;33:128;32:126;31:128;30:124;29:124;28:124;27:124;26:128;25:124;24:27724;23:124;22:124;21:116;20:84;19:74;18:986;17:898;16:550;15:502;14:506;13:542;12:1040;11:446;10:1220;9:3332;8:2024;7:1518;6:36;5:1040;4:144;3:108;2:175973,24:200;3:29200;2:36000;1:10268,11:223;10:610;9:1648;8:1012;7:759;5:1145;3:4672;2:199;1:164400,
36.29/18.90	c (18,17) SatSolver.solve Begin
36.29/18.90	c (18,17) 85860 bool, 2112090 clause
36.29/18.90	c (18,17) 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-4294957-1532563475.xml-scop-568.cnf HOME/instance-4294957-1532563475.xml-scop-568.cnf.out
37.16/19.50	c (18,0) receiving signal SIGTERM
37.16/19.50	s UNKNOWN
37.16/19.51	c (18,18) SatSolver is killed by some reasons.
37.16/19.51	c (18,18) 0,0,10,11,11,11,18,TO,TO,STOP-AFTER(DIMACS)
37.16/19.51	c END-Prog: Thu Jul 26 02:04:55 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 (542 MiB free)
  memory of node 1: 16384 MiB (11924 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294957-1532563475/watcher-4294957-1532563475 -o /tmp/evaluation-result-4294957-1532563475/solver-4294957-1532563475 -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-4294957-1532563475.xml 

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

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


[startup+0.100076 s]*
/proc/loadavg: 5.25 5.08 3.78 6/216 590
/proc/meminfo: memFree=12704720/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15011656 memory=73624 CPUtime=0.11 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 6068 0 0 0 10 1 0 0 20 0 15 0 73910818 15371935744 18406 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3752914 18406 2781 1 0 3715374 0
[pid=568/tid=572] ppid=565 vsize=15011656 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) R 565 568 32649 0 -1 4202560 4723 0 0 0 8 1 0 0 20 0 15 0 73910819 15371935744 18934 33554432000 4194304 4196468 140725240515120 139935113298312 139935141508253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15011656 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 18934 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15011656 memory=140194509755186 CPUtime=0 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 18934 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 18934 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 19000 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910822 15371935744 19000 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=580] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/580/stat : 580 (java) S 565 568 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73910822 15371935744 19000 33554432000 4194304 4196468 140725240515120 139933759038496 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=582] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/582/stat : 582 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910823 15371935744 19000 33554432000 4194304 4196468 140725240515120 139933524157296 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=584] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/584/stat : 584 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 19000 33554432000 4194304 4196468 140725240515120 139933149648720 139935141504923 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=585] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/585/stat : 585 (java) S 565 568 32649 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 19000 33554432000 4194304 4196468 140725240515120 139934480554864 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=586] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/586/stat : 586 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 19000 33554432000 4194304 4196468 140725240515120 139934479502064 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=587] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0.01 cores=1,3,5,7
/proc/568/task/587/stat : 587 (java) S 565 568 32649 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 73910825 15371935744 19000 33554432000 4194304 4196468 140725240515120 139934478449264 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 19000 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 19000 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73624 KiB

[startup+0.210327 s]*
/proc/loadavg: 5.25 5.08 3.78 7/216 590
/proc/meminfo: memFree=12691424/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15011656 memory=86692 CPUtime=0.25 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 9586 0 0 0 23 2 0 0 20 0 15 0 73910818 15371935744 21673 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3752914 21673 2877 1 0 3715374 0
[pid=568/tid=572] ppid=565 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) R 565 568 32649 0 -1 4202560 7487 0 0 0 18 2 0 0 20 0 15 0 73910819 15371935744 21673 33554432000 4194304 4196468 140725240515120 139935113312720 139934614818817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15011656 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 21673 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15011656 memory=140194509755186 CPUtime=0 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 21673 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 21673 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 21673 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910822 15371935744 21673 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=580] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/580/stat : 580 (java) S 565 568 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73910822 15371935744 21673 33554432000 4194304 4196468 140725240515120 139933759038496 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=582] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/582/stat : 582 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910823 15371935744 21673 33554432000 4194304 4196468 140725240515120 139933524157296 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=584] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/584/stat : 584 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 21673 33554432000 4194304 4196468 140725240515120 139933149648720 139935141504923 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=585] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/585/stat : 585 (java) S 565 568 32649 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 21673 33554432000 4194304 4196468 140725240515120 139934480554864 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=586] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/586/stat : 586 (java) S 565 568 32649 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 21697 33554432000 4194304 4196468 140725240515120 139934479502064 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=587] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0.03 cores=1,3,5,7
/proc/568/task/587/stat : 587 (java) R 565 568 32649 0 -1 4202560 289 0 0 0 3 0 0 0 20 0 15 0 73910825 15371935744 21697 33554432000 4194304 4196468 140725240515120 139934478449264 139935141498262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 21697 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 21697 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86692 KiB

[startup+0.310457 s]*
/proc/loadavg: 5.25 5.08 3.78 6/216 590
/proc/meminfo: memFree=12688188/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15011656 memory=90160 CPUtime=0.43 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 10134 0 0 0 40 3 0 0 20 0 15 0 73910818 15371935744 22540 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3752914 22540 2985 1 0 3715374 0
[pid=568/tid=572] ppid=565 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) R 565 568 32649 0 -1 4202560 7870 0 0 0 28 2 0 0 20 0 15 0 73910819 15371935744 22540 33554432000 4194304 4196468 140725240515120 139935113313952 139935127168853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 22540 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15011656 memory=140194509755185 CPUtime=0 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910822 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=580] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/580/stat : 580 (java) S 565 568 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73910822 15371935744 22540 33554432000 4194304 4196468 140725240515120 139933759038496 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=582] ppid=565 vsize=15011656 memory=140194509723264 CPUtime=0 cores=1,3,5,7
/proc/568/task/582/stat : 582 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910823 15371935744 22540 33554432000 4194304 4196468 140725240515120 139933524157296 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=584] ppid=565 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/568/task/584/stat : 584 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 22540 33554432000 4194304 4196468 140725240515120 139933149648720 139935141504923 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=585] ppid=565 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/568/task/585/stat : 585 (java) S 565 568 32649 0 -1 1077944384 516 0 0 0 2 0 0 0 20 0 15 0 73910825 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934480554864 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=586] ppid=565 vsize=15011656 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/568/task/586/stat : 586 (java) S 565 568 32649 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 15 0 73910825 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934479502064 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=587] ppid=565 vsize=15011656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/568/task/587/stat : 587 (java) S 565 568 32649 0 -1 1077944384 309 0 0 0 8 0 0 0 20 0 15 0 73910825 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934478449264 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 22540 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910825 15371935744 22540 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90160 KiB

[startup+0.700665 s]
/proc/loadavg: 5.25 5.08 3.78 8/216 590
/proc/meminfo: memFree=12663756/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15020052 memory=133008 CPUtime=1.03 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 17357 0 0 0 98 5 0 0 20 0 15 0 73910818 15380533248 33252 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3755013 33252 3173 1 0 3716398 0
[pid=568/tid=572] ppid=565 vsize=15020052 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) R 565 568 32649 0 -1 4202560 14372 0 0 0 63 4 0 0 20 0 15 0 73910819 15380533248 33252 33554432000 4194304 4196468 140725240515120 139935113322416 139935121052550 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15020052 memory=497 CPUtime=0 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15380533248 33252 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910820 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15020052 memory=142676867555969 CPUtime=0 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73910822 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=580] ppid=565 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/580/stat : 580 (java) S 565 568 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73910822 15380533248 33252 33554432000 4194304 4196468 140725240515120 139933759038496 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=582] ppid=565 vsize=15020052 memory=280388752638192 CPUtime=0 cores=1,3,5,7
/proc/568/task/582/stat : 582 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910823 15380533248 33252 33554432000 4194304 4196468 140725240515120 139933524157296 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=584] ppid=565 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/584/stat : 584 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15380533248 33252 33554432000 4194304 4196468 140725240515120 139933149648720 139935141504923 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=585] ppid=565 vsize=15020052 memory=-1807685287717842718 CPUtime=0.07 cores=1,3,5,7
/proc/568/task/585/stat : 585 (java) R 565 568 32649 0 -1 4202560 810 0 0 0 7 0 0 0 20 0 15 0 73910825 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934480535880 139935124983107 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=586] ppid=565 vsize=15020052 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/568/task/586/stat : 586 (java) S 565 568 32649 0 -1 1077944384 344 0 0 0 8 0 0 0 20 0 15 0 73910825 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934479502064 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=587] ppid=565 vsize=15020052 memory=6944656592455359580 CPUtime=0.18 cores=1,3,5,7
/proc/568/task/587/stat : 587 (java) S 565 568 32649 0 -1 1077944384 491 0 0 0 18 0 0 0 20 0 15 0 73910825 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934478449264 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15020052 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15380533248 33252 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15020052 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910825 15380533248 33252 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 133008 KiB

[startup+1.50069 s]
/proc/loadavg: 5.25 5.08 3.78 9/216 590
/proc/meminfo: memFree=12622192/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15022100 memory=207208 CPUtime=3.46 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 21112 0 0 0 338 8 0 0 20 0 15 0 73910818 15382630400 51802 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3755525 51802 3213 1 0 3716910 0
[pid=568/tid=572] ppid=565 vsize=15022100 memory=172864 CPUtime=1.47 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) R 565 568 32649 0 -1 4202560 15297 0 0 0 141 6 0 0 20 0 15 0 73910819 15382630400 51802 33554432000 4194304 4196468 140725240515120 139935113320384 139934621696274 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15022100 memory=140194376352209 CPUtime=0 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15382630400 51802 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15022100 memory=7809639095586155366 CPUtime=0 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73910820 15382630400 51802 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15022100 memory=7809639095586155366 CPUtime=0 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15382630400 51802 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15022100 memory=7809639095586155366 CPUtime=0 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910820 15382630400 51802 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15022100 memory=140194509722273 CPUtime=0 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73910822 15382630400 51802 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0

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

/proc/568/task/587/stat : 587 (java) S 565 568 32649 0 -1 1077944384 5997 0 0 0 129 1 0 0 20 0 15 0 73910825 15384727552 566399 33554432000 4194304 4196468 140725240515120 139934478449264 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15384727552 566399 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15024148 memory=734122134979687474 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15384727552 566399 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 2265596 KiB

[startup+12.7008 s]
/proc/loadavg: 5.12 5.06 3.78 5/216 590
/proc/meminfo: memFree=9653496/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15028312 memory=3119336 CPUtime=28.74 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 44899 0 0 0 2807 67 0 0 20 0 15 0 73910818 15388991488 779834 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3757078 779834 3244 1 0 3717934 0
[pid=568/tid=572] ppid=565 vsize=15028312 memory=3117784 CPUtime=12.48 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) R 565 568 32649 0 -1 4202560 18925 0 0 0 1198 50 0 0 20 0 15 0 73910819 15388991488 779834 33554432000 4194304 4196468 140725240515120 139935113318048 139934615715202 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15028312 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 116 0 0 0 6 2 0 0 20 0 15 0 73910820 15388991488 779834 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15028312 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 65 0 0 0 7 2 0 0 20 0 15 0 73910820 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15028312 memory=8549333731073 CPUtime=0.09 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 70 0 0 0 7 2 0 0 20 0 15 0 73910820 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15028312 memory=54 CPUtime=0.09 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 160 0 0 0 7 2 0 0 20 0 15 0 73910820 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15028312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 73910822 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=580] ppid=565 vsize=15028312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/580/stat : 580 (java) S 565 568 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 73910822 15388991488 779834 33554432000 4194304 4196468 140725240515120 139933759038560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=582] ppid=565 vsize=15028312 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/582/stat : 582 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73910823 15388991488 779834 33554432000 4194304 4196468 140725240515120 139933524157296 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=584] ppid=565 vsize=15028312 memory=3096976 CPUtime=0 cores=1,3,5,7
/proc/568/task/584/stat : 584 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15388991488 779834 33554432000 4194304 4196468 140725240515120 139933149648720 139935141504923 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=585] ppid=565 vsize=15028312 memory=280388753377600 CPUtime=7.03 cores=1,3,5,7
/proc/568/task/585/stat : 585 (java) S 565 568 32649 0 -1 1077944384 7218 0 0 0 702 1 0 0 20 0 15 0 73910825 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934480554864 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=586] ppid=565 vsize=15028312 memory=6958448866314184762 CPUtime=7.17 cores=1,3,5,7
/proc/568/task/586/stat : 586 (java) R 565 568 32649 0 -1 4202560 10935 0 0 0 714 3 0 0 20 0 15 0 73910825 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934479502064 139935119503336 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=587] ppid=565 vsize=15028312 memory=4209357772117481859 CPUtime=1.62 cores=1,3,5,7
/proc/568/task/587/stat : 587 (java) S 565 568 32649 0 -1 1077944384 6055 0 0 0 160 2 0 0 20 0 15 0 73910825 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934478449264 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15028312 memory=7016714186493288552 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15388991488 779834 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15028312 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73910825 15388991488 779834 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 28.74 s
Current children cumulated vsize: 15028312 KiB
Current children cumulated memory: 3119336 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+19.5009 s]
/proc/loadavg: 4.87 5.01 3.77 3/221 596
/proc/meminfo: memFree=9417404/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15683912 memory=3264584 CPUtime=36.59 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 55721 0 0 0 3569 90 0 0 20 0 19 0 73910818 16060325888 816146 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3920978 816146 3269 1 0 3881834 0
[pid=591] ppid=568 vsize=212228 memory=161864 CPUtime=0.57 cores=1,3,5,7
/proc/591/stat : 591 (minisat_release) R 568 568 32649 0 -1 4202496 32838 0 0 0 51 6 0 0 20 0 1 0 73912710 217321472 40466 33554432000 4194304 4308513 140723688873888 140723688871032 140113649605163 0 4 0 8388610 0 0 0 17 5 0 0 0 0 0 6409496 6410680 35561472 140723688882867 140723688883374 140723688883374 140723688886213 0
/proc/591/statm: 53057 40466 318 28 0 49297 0
[pid=568/tid=572] ppid=565 vsize=15683912 memory=3261440 CPUtime=18.54 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) S 565 568 32649 0 -1 1077944384 22317 0 0 0 1797 57 0 0 20 0 19 0 73910819 16060325888 816146 33554432000 4194304 4196468 140725240515120 139935113325568 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15683912 memory=3264584 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 211 0 0 0 22 5 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15683912 memory=7091306103378439016 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 162 0 0 0 22 5 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15683912 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 145 0 0 0 22 5 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15683912 memory=3105660 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 281 0 0 0 21 6 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15683912 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 958 0 0 0 1 0 0 0 20 0 19 0 73910822 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=580] ppid=565 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/580/stat : 580 (java) S 565 568 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 73910822 16060325888 816146 33554432000 4194304 4196468 140725240515120 139933759038560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=582] ppid=565 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/582/stat : 582 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73910823 16060325888 816146 33554432000 4194304 4196468 140725240515120 139933524157312 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=584] ppid=565 vsize=15683912 memory=3246740 CPUtime=0 cores=1,3,5,7
/proc/568/task/584/stat : 584 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139933149648720 139935141504923 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=585] ppid=565 vsize=15683912 memory=4136 CPUtime=7.44 cores=1,3,5,7
/proc/568/task/585/stat : 585 (java) S 565 568 32649 0 -1 1077944384 9519 0 0 0 743 1 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934480554864 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=586] ppid=565 vsize=15683912 memory=4100 CPUtime=7.72 cores=1,3,5,7
/proc/568/task/586/stat : 586 (java) S 565 568 32649 0 -1 1077944384 12852 0 0 0 769 3 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934479502064 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=587] ppid=565 vsize=15683912 memory=3261440 CPUtime=1.67 cores=1,3,5,7
/proc/568/task/587/stat : 587 (java) S 565 568 32649 0 -1 1077944384 7835 0 0 0 165 2 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934478449264 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15683912 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15683912 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=592] ppid=565 vsize=15683912 memory=928 CPUtime=0 cores=1,3,5,7
/proc/568/task/592/stat : 592 (java) S 565 568 32649 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 73912710 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934465393856 139935141510937 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=594] ppid=565 vsize=15683912 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/568/task/594/stat : 594 (java) S 565 568 32649 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 73912710 16060325888 816146 33554432000 4194304 4196468 140725240515120 139932114857136 139935141508253 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=595] ppid=565 vsize=15683912 memory=22476 CPUtime=0 cores=1,3,5,7
/proc/568/task/595/stat : 595 (java) S 565 568 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73912710 16060325888 816146 33554432000 4194304 4196468 140725240515120 139932249079856 139935141508253 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=596] ppid=565 vsize=15683912 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/568/task/596/stat : 596 (java) S 565 568 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 73912712 16060325888 816146 33554432000 4194304 4196468 140725240515120 139931846434464 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 37.16 s
Current children cumulated vsize: 15896140 KiB
Current children cumulated memory: 3426448 KiB

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

[startup+19.5419 s]
# the end of solver process 568 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=36.2206 s, system=1.00892 s

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

[startup+19.5009 s]
/proc/loadavg: 4.87 5.01 3.77 3/221 596
/proc/meminfo: memFree=9417404/32770624 swapFree=67108860/67108860
[pid=568] ppid=565 vsize=15683912 memory=3264584 CPUtime=36.59 cores=1,3,5,7
/proc/568/stat : 568 (java) S 565 568 32649 0 -1 1077944320 55721 0 0 0 3569 90 0 0 20 0 19 0 73910818 16060325888 816146 33554432000 4194304 4196468 140725240515120 140725240497664 139935141486327 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
/proc/568/statm: 3920978 816146 3269 1 0 3881834 0
[pid=591] ppid=568 vsize=212228 memory=161864 CPUtime=0.57 cores=1,3,5,7
/proc/591/stat : 591 (minisat_release) R 568 568 32649 0 -1 4202496 32838 0 0 0 51 6 0 0 20 0 1 0 73912710 217321472 40466 33554432000 4194304 4308513 140723688873888 140723688871032 140113649605163 0 4 0 8388610 0 0 0 17 5 0 0 0 0 0 6409496 6410680 35561472 140723688882867 140723688883374 140723688883374 140723688886213 0
/proc/591/statm: 53057 40466 318 28 0 49297 0
[pid=568/tid=572] ppid=565 vsize=15683912 memory=3261440 CPUtime=18.54 cores=1,3,5,7
/proc/568/task/572/stat : 572 (java) S 565 568 32649 0 -1 1077944384 22317 0 0 0 1797 57 0 0 20 0 19 0 73910819 16060325888 816146 33554432000 4194304 4196468 140725240515120 139935113325568 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=574] ppid=565 vsize=15683912 memory=3264584 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/574/stat : 574 (java) S 565 568 32649 0 -1 1077944384 211 0 0 0 22 5 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139935145729168 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=575] ppid=565 vsize=15683912 memory=7091306103378439016 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/575/stat : 575 (java) S 565 568 32649 0 -1 1077944384 162 0 0 0 22 5 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934936812560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=576] ppid=565 vsize=15683912 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/576/stat : 576 (java) S 565 568 32649 0 -1 1077944384 145 0 0 0 22 5 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934935759760 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=577] ppid=565 vsize=15683912 memory=3105660 CPUtime=0.27 cores=1,3,5,7
/proc/568/task/577/stat : 577 (java) S 565 568 32649 0 -1 1077944384 281 0 0 0 21 6 0 0 20 0 19 0 73910820 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934934706960 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=578] ppid=565 vsize=15683912 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/568/task/578/stat : 578 (java) S 565 568 32649 0 -1 1077944384 958 0 0 0 1 0 0 0 20 0 19 0 73910822 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934481607024 139935141497474 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=580] ppid=565 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/580/stat : 580 (java) S 565 568 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 73910822 16060325888 816146 33554432000 4194304 4196468 140725240515120 139933759038560 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=582] ppid=565 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/568/task/582/stat : 582 (java) S 565 568 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73910823 16060325888 816146 33554432000 4194304 4196468 140725240515120 139933524157312 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=584] ppid=565 vsize=15683912 memory=3246740 CPUtime=0 cores=1,3,5,7
/proc/568/task/584/stat : 584 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139933149648720 139935141504923 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=585] ppid=565 vsize=15683912 memory=4136 CPUtime=7.44 cores=1,3,5,7
/proc/568/task/585/stat : 585 (java) S 565 568 32649 0 -1 1077944384 9519 0 0 0 743 1 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934480554864 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=586] ppid=565 vsize=15683912 memory=4100 CPUtime=7.72 cores=1,3,5,7
/proc/568/task/586/stat : 586 (java) S 565 568 32649 0 -1 1077944384 12852 0 0 0 769 3 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934479502064 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=587] ppid=565 vsize=15683912 memory=3261440 CPUtime=1.67 cores=1,3,5,7
/proc/568/task/587/stat : 587 (java) S 565 568 32649 0 -1 1077944384 7835 0 0 0 165 2 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934478449264 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=589] ppid=565 vsize=15683912 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/568/task/589/stat : 589 (java) S 565 568 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139932651743968 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=590] ppid=565 vsize=15683912 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/568/task/590/stat : 590 (java) S 565 568 32649 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 19 0 73910825 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934477396656 139935141497474 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=592] ppid=565 vsize=15683912 memory=928 CPUtime=0 cores=1,3,5,7
/proc/568/task/592/stat : 592 (java) S 565 568 32649 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 73912710 16060325888 816146 33554432000 4194304 4196468 140725240515120 139934465393856 139935141510937 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=594] ppid=565 vsize=15683912 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/568/task/594/stat : 594 (java) S 565 568 32649 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 73912710 16060325888 816146 33554432000 4194304 4196468 140725240515120 139932114857136 139935141508253 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=595] ppid=565 vsize=15683912 memory=22476 CPUtime=0 cores=1,3,5,7
/proc/568/task/595/stat : 595 (java) S 565 568 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73912710 16060325888 816146 33554432000 4194304 4196468 140725240515120 139932249079856 139935141508253 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
[pid=568/tid=596] ppid=565 vsize=15683912 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/568/task/596/stat : 596 (java) S 565 568 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 73912712 16060325888 816146 33554432000 4194304 4196468 140725240515120 139931846434464 139935141496533 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39026688 140725240521715 140725240521993 140725240521993 140725240524751 0
Current children cumulated CPU time: 37.16 s
Current children cumulated vsize: 15896140 KiB
Current children cumulated memory: 3426448 KiB

Child status: 1
Real time (s): 19.542
CPU time (s): 37.2295
CPU user time (s): 36.2206
CPU system time (s): 1.00892
CPU usage (%): 190.511
Max. virtual memory (cumulated for all children) (KiB): 15896140
Max. memory (cumulated for all children) (KiB): 3426448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2206
system time used= 1.00893
maximum resident set size= 3267132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88720
page faults= 0
swaps= 0
block input operations= 0
block output operations= 106424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6331
involuntary context switches= 96


# summary of solver processes directly reported to runsolver:
#   pid: 568
#   total CPU time (s): 37.2295
#   total CPU user time (s): 36.2206
#   total CPU system time (s): 1.00892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.126408 second user time and 0.246213 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 02:04:35
IDJOB=4294957
IDBENCH=141448
IDSOLVER=2756
FILE ID=node150/4294957-1532563475
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-60-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-4294957-1532563475/watcher-4294957-1532563475 -o /tmp/evaluation-result-4294957-1532563475/solver-4294957-1532563475 -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-4294957-1532563475.xml

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

MD5SUM BENCH= 78ce7b18c2bc9eefd2fccfc0b2746318
RANDOM SEED=49608756

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:        12767040 kB
MemAvailable:   20246252 kB
Buffers:          186348 kB
Cached:          7512040 kB
SwapCached:            0 kB
Active:         13800508 kB
Inactive:        5618676 kB
Active(anon):   11671648 kB
Inactive(anon):    76924 kB
Active(file):    2128860 kB
Inactive(file):  5541752 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7892 kB
Writeback:             0 kB
AnonPages:      11732148 kB
Mapped:            52072 kB
Shmem:             25224 kB
Slab:             264456 kB
SReclaimable:     237060 kB
SUnreclaim:        27396 kB
KernelStack:        3712 kB
PageTables:        28048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13020744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10905600 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:04:55