Trace number 4295011

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) 41.1819 21.543

General information on the benchmark

NameCarSequencing/
CarSequencing-70-01_c18.xml
MD5SUM5ebb66a2f72e45e9d6642a776a6cc19c
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 benchmark5.09527
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1402
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 degree63
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":19},{"degree":25,"count":19},{"degree":26,"count":19},"...",{"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":8}, {"degree":52,"count":8}, {"degree":53,"count":9}, {"degree":54,"count":9}, {"degree":55,"count":53}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":3}, {"degree":63,"count":81}]
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":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"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":75,"count":1},{"arity":77,"count":2},{"arity":80,"count":3},{"arity":82,"count":1},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},"...",{"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":1201},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
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:08:10 CEST 2018
0.66/0.54	c PID: 1100
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.97/1.39	c (0,0) Parsing End
3.27/1.40	c (0,0) CSP: 200 int (0 aux), 1000 bool (0 aux), 1402 ctr, max domain size 26
3.53/1.51	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.53/1.51	c (0,0) Constraint Name Generate Begin
3.53/1.51	c (0,0) Ctr:HOME/instance-4295011-1532563689.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
3.53/1.51	c (0,0) Constraint Name Generate End
3.53/1.51	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.53/1.51	c (0,0) CSP to CSPinCNF Begin
12.47/4.77	c (4,4) translated 141 (10%) constraints
12.99/5.25	c (4,4) translated 281 (20%) constraints
12.99/5.27	c (4,4) translated 421 (30%) constraints
12.99/5.29	c (4,4) translated 561 (40%) constraints
13.29/5.32	c (4,4) translated 701 (50%) constraints
13.29/5.35	c (4,4) translated 842 (60%) constraints
13.29/5.36	c (4,4) translated 982 (70%) constraints
13.29/5.38	c (4,4) translated 1122 (80%) constraints
15.10/6.58	c (6,6) translated 1262 (90%) constraints
16.96/7.94	c (7,7) translated 1402 (100%) constraints
18.18/8.47	c (7,7) STATISTICS1:HOME/instance-4295011-1532563689.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,16600,57027,9223372036854775807,26,25,200,9223372036854775807:252;2305843009213693952:2;288230376151711744:2;36028797018963968:2;4503599627370496:2;562949953421312:2;70368744177664:1;8796093022208:1;1099511627776:1;137438953472:1;16:392;4:396;2:199,26:20400;2:156946,25:200;3:29600;2:26000;1:1227,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:2;89:2;88:1;86:3;85:1;84:1;83:2;82:1;80:3;77:2;75:1;74:2;71:2;68:2;65:2;62:2;59:2;56:2;53:2;50:2;47:1;44:1;41:1;38: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:2;3481:2;3364:1;3249:3;3136:2;3025:2;2916:1;2809:3;2601:2;2500:1;2401:2;2209:2;2025:2;1849:2
18.18/8.47	c (7,7) ===========================================
18.18/8.47	c (7,7) Order
18.18/8.47	c (7,7) ===========================================
20.47/9.27	c (8,8) translated 5703 (10%) constraints
21.36/9.51	c (8,8) translated 11406 (20%) constraints
21.65/9.61	c (9,8) translated 17109 (30%) constraints
21.65/9.69	c (9,9) translated 22811 (40%) constraints
21.78/9.78	c (9,9) translated 28514 (50%) constraints
21.88/9.86	c (9,9) translated 34217 (60%) constraints
21.98/9.94	c (9,9) translated 39919 (70%) constraints
22.09/10.02	c (9,9) translated 45622 (80%) constraints
22.09/10.10	c (9,9) translated 51325 (90%) constraints
27.92/12.18	c (11,11) translated 57027 (100%) constraints
27.92/12.19	c (11,11) CSP to CSPinCNF End
28.19/12.20	c (11,11) CSP: 3851 int (3651 aux), 21672 bool (20672 aux), 77211 ctr, max domain size 68
28.19/12.20	c (11,11) Heap : 2398 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
28.19/12.20	c (11,11) CSPinCNF Propagation Begin
29.54/12.70	c (12,12) 0 values, 600 unsatisfiable literals, and 400 valid clauses are removed
29.54/12.70	c (12,12) CSPinCNF Propagation End
29.54/12.71	c (12,12) CSP: 3851 int (3651 aux), 21672 bool (20672 aux), 76811 ctr, max domain size 68
29.54/12.71	c (12,12) Heap : 2725 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
29.54/12.71	c (12,12) Simplify CSPinCNF Begin
29.74/12.87	c (12,12) Simplify CSPinCNF End
29.74/12.88	c (12,12) CSP: 3851 int (3651 aux), 21672 bool (20672 aux), 76811 ctr, max domain size 68
29.74/12.88	c (12,12) Heap : 2780 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
29.74/12.88	c (12,12) Calculate Precise Domain Begin
29.86/12.93	c (12,12) 0 values are removed by re-calculation
29.86/12.93	c (12,12) Calculate Precise Domain End
29.86/12.94	c (12,12) CSP: 3851 int (3651 aux), 21672 bool (20672 aux), 76811 ctr, max domain size 68
29.86/12.94	c (12,12) Heap : 2780 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
29.86/12.94	c (12,12) CSPinCNF to SatSolver Begin
33.50/15.18	c (14,14) 7682 (10 %) CSP clauses are encoded (91261 SAT variables, 583971 SAT clauses)
33.75/15.25	c (14,14) 15363 (20 %) CSP clauses are encoded (91261 SAT variables, 591652 SAT clauses)
34.01/15.31	c (14,14) 23044 (30 %) CSP clauses are encoded (91261 SAT variables, 599333 SAT clauses)
34.01/15.36	c (14,14) 30725 (40 %) CSP clauses are encoded (91261 SAT variables, 607014 SAT clauses)
34.20/15.40	c (14,14) 38406 (50 %) CSP clauses are encoded (91261 SAT variables, 614695 SAT clauses)
34.20/15.44	c (14,14) 46087 (60 %) CSP clauses are encoded (91261 SAT variables, 622376 SAT clauses)
34.20/15.47	c (14,14) 53768 (70 %) CSP clauses are encoded (91261 SAT variables, 630057 SAT clauses)
34.30/15.51	c (14,14) 61449 (80 %) CSP clauses are encoded (91261 SAT variables, 637738 SAT clauses)
34.30/15.57	c (15,14) 69130 (90 %) CSP clauses are encoded (91261 SAT variables, 648893 SAT clauses)
39.65/20.56	c (20,19) 76811 (100 %) CSP clauses are encoded (91261 SAT variables, 2335556 SAT clauses)
39.65/20.56	c (20,19) CSPinCNF to SatSolver End
39.65/20.56	c (20,19) Heap : 378 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
40.27/20.89	c (20,19) STATISTICS2:HOME/instance-4295011-1532563689.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,25523,76811,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:3;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;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:268;992:15;961:19;930:14;900:16;870:17;841:15;812:18;784:14;756:17;729:15;702:14;676:18;650:14;625:15;600:16;576:21;552:18;529:13;512:736;506:16;484:15;462:14;441:17;420:14;400:15;380:16;361:13;342:18;324:43;306:92;289:71;272:69;270:4;256:1880;255:8;252:4;240:68;238:8;225:77;216:4;210:67;204:8;198:4;196:71;187:8;182:68;169:62;156:62;144:74;136:8;132:62;128:1092;126:12;121:72;119:24;110:62;108:4;102:8;100:62;96:248;90:554;85:8;81:488;72:286;68:8;64:1052;56:262;54:16;51:32;49:278;36:40;34:64;25:256;16:896;9:32;4:460;2:199,68:20;67:26;66:32;65:26;64:28;63:30;62:24;61:34;60:36;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:34;40:24;39:30;38:28;37:26;36:32;35:54;34:148;33:142;32:136;31:144;30:134;29:138;28:132;27:126;26:30134;25:124;24:160;23:124;22:124;21:128;20:124;19:124;18:1136;17:976;16:564;15:584;14:560;13:508;12:1028;11:540;10:1472;9:3616;8:2220;7:1648;6:36;5:1028;4:36;3:144;2:177634,24:200;3:29200;2:36400;1:11011,11:252;10:736;9:1808;8:1092;7:770;5:1136;3:5018;2:199;1:165200,
40.27/20.89	c (20,19) SatSolver.solve Begin
40.27/20.89	c (20,19) 91261 bool, 2335646 clause
40.27/20.89	c (20,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-4295011-1532563689.xml-scop-1100.cnf HOME/instance-4295011-1532563689.xml-scop-1100.cnf.out
41.12/21.50	c (20,0) receiving signal SIGTERM
41.12/21.50	s UNKNOWN
41.12/21.51	c (20,19) SatSolver is killed by some reasons.
41.12/21.51	c (20,19) 0,0,11,12,12,12,20,TO,TO,STOP-AFTER(DIMACS)
41.12/21.51	c END-Prog: Thu Jul 26 02:08:31 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 (534 MiB free)
  memory of node 1: 16384 MiB (11536 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295011-1532563689/watcher-4295011-1532563689 -o /tmp/evaluation-result-4295011-1532563689/solver-4295011-1532563689 -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-4295011-1532563689.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=1100, runsolver pid=1097

[startup+0.100077 s]*
/proc/loadavg: 3.68 4.20 3.68 6/215 1123
/proc/meminfo: memFree=12299332/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15011656 memory=73156 CPUtime=0.11 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 6446 0 0 0 9 2 0 0 20 0 15 0 73932174 15371935744 18289 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3752914 18289 2777 1 0 3715374 0
[pid=1100/tid=1102] ppid=1097 vsize=15011656 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) R 1097 1100 32649 0 -1 4202560 5039 0 0 0 7 2 0 0 20 0 15 0 73932175 15371935744 18751 33554432000 4194304 4196468 140731476680112 140147510921616 140147519371036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 18751 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15011656 memory=140611143849600 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 18817 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15011656 memory=140611143849600 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1111] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1111/stat : 1111 (java) S 1097 1100 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146125039136 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1114] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1114/stat : 1114 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 18817 33554432000 4194304 4196468 140731476680112 140145856603504 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1118] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1118/stat : 1118 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 18817 33554432000 4194304 4196468 140731476680112 140145482094928 140147539113883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1119] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1119/stat : 1119 (java) S 1097 1100 32649 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146508913008 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1120] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1120/stat : 1120 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146507860208 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1121] ppid=1097 vsize=15011656 memory=140611143849600 CPUtime=0.01 cores=1,3,5,7
/proc/1100/task/1121/stat : 1121 (java) S 1097 1100 32649 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 73932181 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146506807408 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 18817 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15011656 memory=140611143849600 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 18817 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73156 KiB

[startup+0.210338 s]*
/proc/loadavg: 3.68 4.20 3.68 6/215 1123
/proc/meminfo: memFree=12286248/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15011656 memory=86272 CPUtime=0.25 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 9978 0 0 0 22 3 0 0 20 0 15 0 73932174 15371935744 21568 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3752914 21568 2911 1 0 3715374 0
[pid=1100/tid=1102] ppid=1097 vsize=15011656 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) R 1097 1100 32649 0 -1 4202560 7890 0 0 0 17 2 0 0 20 0 15 0 73932175 15371935744 21568 33554432000 4194304 4196468 140731476680112 140147510918896 140147539107222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15011656 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 21568 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15011656 memory=140611143881522 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 21568 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15011656 memory=140611143849600 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1111] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1111/stat : 1111 (java) S 1097 1100 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146125039136 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1114] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1114/stat : 1114 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 21568 33554432000 4194304 4196468 140731476680112 140145856603504 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1118] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1118/stat : 1118 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 21568 33554432000 4194304 4196468 140731476680112 140145482094928 140147539113883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1119] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1119/stat : 1119 (java) S 1097 1100 32649 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146508913008 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1120] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1120/stat : 1120 (java) R 1097 1100 32649 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146507860208 140147518258448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1121] ppid=1097 vsize=15011656 memory=140611143849600 CPUtime=0.03 cores=1,3,5,7
/proc/1100/task/1121/stat : 1121 (java) S 1097 1100 32649 0 -1 1077944384 289 0 0 0 3 0 0 0 20 0 15 0 73932181 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146506807408 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 21568 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15011656 memory=140611143849600 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 21568 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86272 KiB

[startup+0.310375 s]*
/proc/loadavg: 3.68 4.20 3.68 7/215 1123
/proc/meminfo: memFree=12282588/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15011656 memory=89752 CPUtime=0.42 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 10517 0 0 0 39 3 0 0 20 0 15 0 73932174 15371935744 22438 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3752914 22438 2998 1 0 3715374 0
[pid=1100/tid=1102] ppid=1097 vsize=15011656 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) R 1097 1100 32649 0 -1 4202560 8268 0 0 0 27 3 0 0 20 0 15 0 73932175 15371935744 22438 33554432000 4194304 4196468 140731476680112 140147510922912 140147520658816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15011656 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 22438 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 22438 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1111] ppid=1097 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1111/stat : 1111 (java) S 1097 1100 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146125039136 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1114] ppid=1097 vsize=15011656 memory=140610988255727 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1114/stat : 1114 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932178 15371935744 22438 33554432000 4194304 4196468 140731476680112 140145856603504 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1118] ppid=1097 vsize=15011656 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1118/stat : 1118 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 22438 33554432000 4194304 4196468 140731476680112 140145482094928 140147539113883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1119] ppid=1097 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1100/task/1119/stat : 1119 (java) S 1097 1100 32649 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 73932181 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146508913008 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1120] ppid=1097 vsize=15011656 memory=140610988241935 CPUtime=0.03 cores=1,3,5,7
/proc/1100/task/1120/stat : 1120 (java) R 1097 1100 32649 0 -1 1077944384 246 0 0 0 3 0 0 0 20 0 15 0 73932181 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146507860208 140147539106434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1121] ppid=1097 vsize=15011656 memory=281222132100704 CPUtime=0.07 cores=1,3,5,7
/proc/1100/task/1121/stat : 1121 (java) R 1097 1100 32649 0 -1 4202560 310 0 0 0 7 0 0 0 20 0 15 0 73932181 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146506807408 140147518019627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15011656 memory=140610988246543 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 22438 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15011656 memory=140611143849609 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932181 15371935744 22438 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89752 KiB

[startup+0.701603 s]
/proc/loadavg: 3.68 4.20 3.68 7/215 1123
/proc/meminfo: memFree=12258404/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15020052 memory=132000 CPUtime=1.04 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 17664 0 0 0 99 5 0 0 20 0 15 0 73932174 15380533248 32935 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3755013 33000 3150 1 0 3716398 0
[pid=1100/tid=1102] ppid=1097 vsize=15020052 memory=145365516949426 CPUtime=0.68 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) R 1097 1100 32649 0 -1 4202560 14881 0 0 0 63 5 0 0 20 0 15 0 73932175 15380533248 33065 33554432000 4194304 4196468 140731476680112 140147510931376 140147539116634 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15020052 memory=26529 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15380533248 33065 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15380533248 33065 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15020052 memory=281221976293616 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73932178 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1111] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1111/stat : 1111 (java) S 1097 1100 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73932178 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146125039136 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1114] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1114/stat : 1114 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932178 15380533248 33065 33554432000 4194304 4196468 140731476680112 140145856603504 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1118] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1118/stat : 1118 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15380533248 33065 33554432000 4194304 4196468 140731476680112 140145482094928 140147539113883 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1119] ppid=1097 vsize=15020052 memory=7307210970617654738 CPUtime=0.09 cores=1,3,5,7
/proc/1100/task/1119/stat : 1119 (java) R 1097 1100 32649 0 -1 4202560 695 0 0 0 9 0 0 0 20 0 15 0 73932181 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146508894024 140147519795584 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1120] ppid=1097 vsize=15020052 memory=-3535359994705171810 CPUtime=0.08 cores=1,3,5,7
/proc/1100/task/1120/stat : 1120 (java) R 1097 1100 32649 0 -1 4202560 330 0 0 0 8 0 0 0 20 0 15 0 73932181 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146507841224 140147524221511 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1121] ppid=1097 vsize=15020052 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/1100/task/1121/stat : 1121 (java) S 1097 1100 32649 0 -1 1077944384 484 0 0 0 17 0 0 0 20 0 15 0 73932181 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146506807408 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15380533248 33065 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932181 15380533248 33065 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 132000 KiB

[startup+1.501 s]
/proc/loadavg: 3.68 4.20 3.68 8/215 1123
/proc/meminfo: memFree=12216840/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15022100 memory=199844 CPUtime=3.53 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 22147 0 0 0 345 8 0 0 20 0 15 0 73932174 15382630400 49961 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3755525 49961 3213 1 0 3716910 0
[pid=1100/tid=1102] ppid=1097 vsize=15022100 memory=281221976758208 CPUtime=1.47 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) R 1097 1100 32649 0 -1 4202560 15809 0 0 0 141 6 0 0 20 0 15 0 73932175 15382630400 49961 33554432000 4194304 4196468 140731476680112 140147510928208 140147021002681 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15022100 memory=7380395309897312598 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15382630400 49961 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15022100 memory=5787495379064864864 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73932176 15382630400 49961 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15022100 memory=7019607698911208401 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15382630400 49961 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15022100 memory=4294969536 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932176 15382630400 49961 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15022100 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73932178 15382630400 49961 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0

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

/proc/1100/task/1121/stat : 1121 (java) S 1097 1100 32649 0 -1 1077944384 6791 0 0 0 129 3 0 0 20 0 15 0 73932181 15384727552 563139 33554432000 4194304 4196468 140731476680112 140146506807408 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15024148 memory=6944656425123094137 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15384727552 563139 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15024148 memory=4137287014106042691 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932181 15384727552 563139 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 14.9 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 2252556 KiB

[startup+12.7007 s]
/proc/loadavg: 3.66 4.18 3.68 8/215 1123
/proc/meminfo: memFree=9241072/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15024148 memory=3126800 CPUtime=29.54 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 48921 0 0 0 2886 68 0 0 20 0 15 0 73932174 15384727552 781700 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3756037 781700 3234 1 0 3717422 0
[pid=1100/tid=1102] ppid=1097 vsize=15024148 memory=0 CPUtime=12.55 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) R 1097 1100 32649 0 -1 4202560 18629 0 0 0 1206 49 0 0 20 0 15 0 73932175 15384727552 781700 33554432000 4194304 4196468 140731476680112 140147510931888 140147025857068 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15024148 memory=9 CPUtime=0.09 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 102 0 0 0 7 2 0 0 20 0 15 0 73932176 15384727552 781700 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15024148 memory=281221976808816 CPUtime=0.09 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 175 0 0 0 7 2 0 0 20 0 15 0 73932176 15384727552 781700 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15024148 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 97 0 0 0 6 2 0 0 20 0 15 0 73932176 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15024148 memory=4100 CPUtime=0.09 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 119 0 0 0 7 2 0 0 20 0 15 0 73932176 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15024148 memory=22476 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 73932178 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1111] ppid=1097 vsize=15024148 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1111/stat : 1111 (java) S 1097 1100 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 73932178 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146125039200 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1114] ppid=1097 vsize=15024148 memory=55 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1114/stat : 1114 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932178 15384727552 781700 33554432000 4194304 4196468 140731476680112 140145856603504 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1118] ppid=1097 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1118/stat : 1118 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15384727552 781700 33554432000 4194304 4196468 140731476680112 140145482094928 140147539113883 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1119] ppid=1097 vsize=15024148 memory=0 CPUtime=7.42 cores=1,3,5,7
/proc/1100/task/1119/stat : 1119 (java) S 1097 1100 32649 0 -1 1077944384 10083 0 0 0 740 2 0 0 20 0 15 0 73932181 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146508913008 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1120] ppid=1097 vsize=15024148 memory=0 CPUtime=7.59 cores=1,3,5,7
/proc/1100/task/1120/stat : 1120 (java) S 1097 1100 32649 0 -1 1077944384 11494 0 0 0 758 1 0 0 20 0 15 0 73932181 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146507860208 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1121] ppid=1097 vsize=15024148 memory=65 CPUtime=1.55 cores=1,3,5,7
/proc/1100/task/1121/stat : 1121 (java) S 1097 1100 32649 0 -1 1077944384 6864 0 0 0 151 4 0 0 20 0 15 0 73932181 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146506807408 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15024148 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73932181 15384727552 781700 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15024148 memory=14409311157749108 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73932181 15384727552 781700 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 29.54 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 3126800 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+21.5009 s]
/proc/loadavg: 3.76 4.19 3.69 6/220 1129
/proc/meminfo: memFree=8999992/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15683912 memory=3267532 CPUtime=40.54 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 61660 0 0 0 3960 94 0 0 20 0 19 0 73932174 16060325888 816883 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3920978 816883 3267 1 0 3881834 0
[pid=1124] ppid=1100 vsize=214032 memory=163404 CPUtime=0.58 cores=1,3,5,7
/proc/1124/stat : 1124 (minisat_release) R 1100 1100 32649 0 -1 4202496 31172 0 0 0 53 5 0 0 20 0 1 0 73934265 219168768 40851 33554432000 4194304 4308513 140725782590736 140725781539128 4279458 0 4 0 8388610 0 0 0 17 5 0 0 0 0 0 6409496 6410680 29839360 140725782598321 140725782598830 140725782598830 140725782601669 0
/proc/1124/statm: 53508 40851 318 28 0 49748 0
[pid=1100/tid=1102] ppid=1097 vsize=15683912 memory=140610988615121 CPUtime=20.2 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) S 1097 1100 32649 0 -1 1077944384 21631 0 0 0 1961 59 0 0 20 0 19 0 73932175 16060325888 816883 33554432000 4194304 4196468 140731476680112 140147510934528 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15683912 memory=288286692652352372 CPUtime=0.33 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 2059 0 0 0 27 6 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15683912 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 390 0 0 0 29 5 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15683912 memory=7019467087939776817 CPUtime=0.36 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 289 0 0 0 30 6 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15683912 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 809 0 0 0 30 6 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15683912 memory=2209 CPUtime=0.02 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 19 0 73932178 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1111] ppid=1097 vsize=15683912 memory=3270480 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1111/stat : 1111 (java) S 1097 1100 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 73932178 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146125039200 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1114] ppid=1097 vsize=15683912 memory=3270480 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1114/stat : 1114 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73932178 16060325888 816883 33554432000 4194304 4196468 140731476680112 140145856603520 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1118] ppid=1097 vsize=15683912 memory=6442213902160126816 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1118/stat : 1118 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140145482094928 140147539113883 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1119] ppid=1097 vsize=15683912 memory=55 CPUtime=8.54 cores=1,3,5,7
/proc/1100/task/1119/stat : 1119 (java) S 1097 1100 32649 0 -1 1077944384 12686 0 0 0 852 2 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146508913008 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1120] ppid=1097 vsize=15683912 memory=8112282956445269571 CPUtime=8.58 cores=1,3,5,7
/proc/1100/task/1120/stat : 1120 (java) S 1097 1100 32649 0 -1 1077944384 13224 0 0 0 856 2 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146507860208 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1121] ppid=1097 vsize=15683912 memory=1292 CPUtime=1.71 cores=1,3,5,7
/proc/1100/task/1121/stat : 1121 (java) S 1097 1100 32649 0 -1 1077944384 8400 0 0 0 167 4 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146506807408 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15683912 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15683912 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1125] ppid=1097 vsize=15683912 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1125/stat : 1125 (java) S 1097 1100 32649 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 73934266 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146487723712 140147539119897 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1127] ppid=1097 vsize=15683912 memory=3267532 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1127/stat : 1127 (java) S 1097 1100 32649 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 73934266 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144447303344 140147539117213 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1128] ppid=1097 vsize=15683912 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1128/stat : 1128 (java) S 1097 1100 32649 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 73934266 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144581525040 140147539117213 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1129] ppid=1097 vsize=15683912 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1129/stat : 1129 (java) S 1097 1100 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 73934268 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144178879648 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 41.12 s
Current children cumulated vsize: 15897944 KiB
Current children cumulated memory: 3430936 KiB

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

[startup+21.5429 s]
# the end of solver process 1100 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=40.1411 s, system=1.04074 s

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

[startup+21.5009 s]
/proc/loadavg: 3.76 4.19 3.69 6/220 1129
/proc/meminfo: memFree=8999992/32770624 swapFree=67108860/67108860
[pid=1100] ppid=1097 vsize=15683912 memory=3267532 CPUtime=40.54 cores=1,3,5,7
/proc/1100/stat : 1100 (java) S 1097 1100 32649 0 -1 1077944320 61660 0 0 0 3960 94 0 0 20 0 19 0 73932174 16060325888 816883 33554432000 4194304 4196468 140731476680112 140731476662656 140147539095287 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
/proc/1100/statm: 3920978 816883 3267 1 0 3881834 0
[pid=1124] ppid=1100 vsize=214032 memory=163404 CPUtime=0.58 cores=1,3,5,7
/proc/1124/stat : 1124 (minisat_release) R 1100 1100 32649 0 -1 4202496 31172 0 0 0 53 5 0 0 20 0 1 0 73934265 219168768 40851 33554432000 4194304 4308513 140725782590736 140725781539128 4279458 0 4 0 8388610 0 0 0 17 5 0 0 0 0 0 6409496 6410680 29839360 140725782598321 140725782598830 140725782598830 140725782601669 0
/proc/1124/statm: 53508 40851 318 28 0 49748 0
[pid=1100/tid=1102] ppid=1097 vsize=15683912 memory=140610988615121 CPUtime=20.2 cores=1,3,5,7
/proc/1100/task/1102/stat : 1102 (java) S 1097 1100 32649 0 -1 1077944384 21631 0 0 0 1961 59 0 0 20 0 19 0 73932175 16060325888 816883 33554432000 4194304 4196468 140731476680112 140147510934528 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1103] ppid=1097 vsize=15683912 memory=288286692652352372 CPUtime=0.33 cores=1,3,5,7
/proc/1100/task/1103/stat : 1103 (java) S 1097 1100 32649 0 -1 1077944384 2059 0 0 0 27 6 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140147543337616 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1104] ppid=1097 vsize=15683912 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1100/task/1104/stat : 1104 (java) S 1097 1100 32649 0 -1 1077944384 390 0 0 0 29 5 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140147334421008 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1105] ppid=1097 vsize=15683912 memory=7019467087939776817 CPUtime=0.36 cores=1,3,5,7
/proc/1100/task/1105/stat : 1105 (java) S 1097 1100 32649 0 -1 1077944384 289 0 0 0 30 6 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146998851984 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1106] ppid=1097 vsize=15683912 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/1100/task/1106/stat : 1106 (java) S 1097 1100 32649 0 -1 1077944384 809 0 0 0 30 6 0 0 20 0 19 0 73932176 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146997799184 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1107] ppid=1097 vsize=15683912 memory=2209 CPUtime=0.02 cores=1,3,5,7
/proc/1100/task/1107/stat : 1107 (java) S 1097 1100 32649 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 19 0 73932178 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146509966192 140147539106434 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1111] ppid=1097 vsize=15683912 memory=3270480 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1111/stat : 1111 (java) S 1097 1100 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 73932178 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146125039200 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1114] ppid=1097 vsize=15683912 memory=3270480 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1114/stat : 1114 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73932178 16060325888 816883 33554432000 4194304 4196468 140731476680112 140145856603520 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1118] ppid=1097 vsize=15683912 memory=6442213902160126816 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1118/stat : 1118 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140145482094928 140147539113883 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1119] ppid=1097 vsize=15683912 memory=55 CPUtime=8.54 cores=1,3,5,7
/proc/1100/task/1119/stat : 1119 (java) S 1097 1100 32649 0 -1 1077944384 12686 0 0 0 852 2 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146508913008 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1120] ppid=1097 vsize=15683912 memory=8112282956445269571 CPUtime=8.58 cores=1,3,5,7
/proc/1100/task/1120/stat : 1120 (java) S 1097 1100 32649 0 -1 1077944384 13224 0 0 0 856 2 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146507860208 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1121] ppid=1097 vsize=15683912 memory=1292 CPUtime=1.71 cores=1,3,5,7
/proc/1100/task/1121/stat : 1121 (java) S 1097 1100 32649 0 -1 1077944384 8400 0 0 0 167 4 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146506807408 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1122] ppid=1097 vsize=15683912 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1122/stat : 1122 (java) S 1097 1100 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144984189152 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1123] ppid=1097 vsize=15683912 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1123/stat : 1123 (java) S 1097 1100 32649 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 19 0 73932181 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146505755824 140147539106434 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1125] ppid=1097 vsize=15683912 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1125/stat : 1125 (java) S 1097 1100 32649 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 73934266 16060325888 816883 33554432000 4194304 4196468 140731476680112 140146487723712 140147539119897 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1127] ppid=1097 vsize=15683912 memory=3267532 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1127/stat : 1127 (java) S 1097 1100 32649 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 73934266 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144447303344 140147539117213 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1128] ppid=1097 vsize=15683912 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1128/stat : 1128 (java) S 1097 1100 32649 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 73934266 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144581525040 140147539117213 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
[pid=1100/tid=1129] ppid=1097 vsize=15683912 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/1100/task/1129/stat : 1129 (java) S 1097 1100 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 73934268 16060325888 816883 33554432000 4194304 4196468 140731476680112 140144178879648 140147539105493 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23072768 140731476685811 140731476686089 140731476686089 140731476688847 0
Current children cumulated CPU time: 41.12 s
Current children cumulated vsize: 15897944 KiB
Current children cumulated memory: 3430936 KiB

Child status: 1
Real time (s): 21.543
CPU time (s): 41.1819
CPU user time (s): 40.1411
CPU system time (s): 1.04074
CPU usage (%): 191.161
Max. virtual memory (cumulated for all children) (KiB): 15897944
Max. memory (cumulated for all children) (KiB): 3430936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.1411
system time used= 1.04074
maximum resident set size= 3270756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93036
page faults= 0
swaps= 0
block input operations= 0
block output operations= 118888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6390
involuntary context switches= 150


# summary of solver processes directly reported to runsolver:
#   pid: 1100
#   total CPU time (s): 41.1819
#   total CPU user time (s): 40.1411
#   total CPU system time (s): 1.04074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.145389 second user time and 0.254431 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 02:08:09
IDJOB=4295011
IDBENCH=141454
IDSOLVER=2756
FILE ID=node150/4295011-1532563689
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-70-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-4295011-1532563689/watcher-4295011-1532563689 -o /tmp/evaluation-result-4295011-1532563689/solver-4295011-1532563689 -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-4295011-1532563689.xml

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

MD5SUM BENCH= 5ebb66a2f72e45e9d6642a776a6cc19c
RANDOM SEED=255059220

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:        12361036 kB
MemAvailable:   19840704 kB
Buffers:          186712 kB
Cached:          7512272 kB
SwapCached:            0 kB
Active:         14203980 kB
Inactive:        5618808 kB
Active(anon):   12074724 kB
Inactive(anon):    76924 kB
Active(file):    2129256 kB
Inactive(file):  5541884 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8056 kB
Writeback:             0 kB
AnonPages:      12131520 kB
Mapped:            52036 kB
Shmem:             25224 kB
Slab:             264876 kB
SReclaimable:     236988 kB
SUnreclaim:        27888 kB
KernelStack:        3536 kB
PageTables:        28980 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:  11300864 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:08:31