Trace number 4295091

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 both+MapleCOMSPS (2018-06-13)? (MO) 37.8013 21.0529

General information on the benchmark

NameCarSequencing/
CarSequencing-65-02_c18.xml
MD5SUM5b8cef4a239c531d2bd2d2ec1c21b605
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.251994
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1377
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":1000},{"size":22,"count":200}]
Minimum variable degree2
Maximum variable degree56
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":32,"count":19}, {"degree":33,"count":19}, {"degree":34,"count":19}, {"degree":35,"count":19}, {"degree":36,"count":64}, {"degree":37,"count":14}, {"degree":38,"count":144}, {"degree":39,"count":13}, {"degree":40,"count":102}, {"degree":41,"count":9}, {"degree":42,"count":24}, {"degree":43,"count":3}, {"degree":44,"count":3}, {"degree":45,"count":3}, {"degree":46,"count":3}, {"degree":47,"count":3}, {"degree":48,"count":3}, {"degree":49,"count":3}, {"degree":50,"count":3}, {"degree":51,"count":3}, {"degree":52,"count":3}, {"degree":53,"count":3}, {"degree":54,"count":4}, {"degree":55,"count":4}, {"degree":56,"count":45}]
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":25,"count":1},{"arity":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":45,"count":1},{"arity":47,"count":1},{"arity":50,"count":2},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},{"arity":74,"count":1},{"arity":75,"count":2},{"arity":77,"count":1},{"arity":80,"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":1176},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop both+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Wed Jul 25 19:16:04 CEST 2018
0.66/0.55	c PID: 31437
0.66/0.55	c IP: 172.20.3.102
0.66/0.55	c HOST: node102.alineos.net
0.66/0.56	c (0,0) Parsing Begin
2.90/1.39	c (0,0) Parsing End
3.21/1.40	c (0,0) CSP: 200 int (0 aux), 1000 bool (0 aux), 1377 ctr, max domain size 22
3.21/1.40	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.21/1.40	c (0,0) Constraint Name Generate Begin
3.21/1.43	c (0,0) Ctr:HOME/instance-4295091-1532538964.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
3.21/1.43	c (0,0) Constraint Name Generate End
3.21/1.43	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.21/1.43	c (0,0) CSP to CSPinCNF Begin
11.70/4.44	c (3,3) translated 138 (10%) constraints
12.27/4.93	c (4,4) translated 276 (20%) constraints
12.27/4.95	c (4,4) translated 414 (30%) constraints
12.27/4.97	c (4,4) translated 551 (40%) constraints
12.27/5.00	c (4,4) translated 689 (50%) constraints
12.68/5.03	c (4,4) translated 827 (60%) constraints
12.68/5.04	c (4,4) translated 964 (70%) constraints
12.68/5.06	c (4,4) translated 1102 (80%) constraints
13.95/5.88	c (5,5) translated 1240 (90%) constraints
15.98/7.53	c (7,6) translated 1377 (100%) constraints
17.29/8.04	c (7,7) STATISTICS1:HOME/instance-4295091-1532538964.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,15400,52998,9223372036854775807,22,23,200,9223372036854775807:217;2305843009213693952:1;576460752303423488:2;288230376151711744:1;36028797018963968:1;18014398509481984:2;4503599627370496:1;562949953421312:2;70368744177664:1;17592186044416:1;549755813888:1;17179869184:1;536870912:1;16777216:1;16:392;4:396;2:199,22:17200;2:146563,23:200;3:27200;2:24400;1:1198,200:49;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:2;128:2;125:4;122:2;120:2;119:2;116:2;115:2;113:2;110:4;107:2;105:2;104:2;101:2;100:2;98:2;95:4;92:1;90:2;89:1;86:1;85:2;83:1;80:3;77:1;75:2;74:1;71:1;70:2;68:1;65:3;62:1;60:2;59:1;56:1;55:2;53:1;50:2;47:1;45:1;40:1;35:1;30:1;25:1;5:392;3:396;2:199;1:134800;0:200,17689:49;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:2;7225:2;6889:4;6561:2;6400:2;6241:2;5929:2;5776:2;5625:2;5329:4;5041:2;4900:2;4761:2;4489:2;4356:2;4225:2;3969:4;3721:1;3600:2;3481:1;3249:1;3136:2;3025:1;2809:3;2601:1;2500:2;2401:1;2209:1;2116:2;2025:1;1849:3
17.29/8.04	c (7,7) ===========================================
17.29/8.04	c (7,7) Both Encoding selects:
17.29/8.04	c (7,7) Log
17.29/8.04	c (7,7) ===========================================
18.44/8.52	c (7,7) translated 5300 (10%) constraints
18.97/8.71	c (8,8) translated 10600 (20%) constraints
18.97/8.79	c (8,8) translated 15900 (30%) constraints
19.16/8.86	c (8,8) translated 21200 (40%) constraints
19.31/8.93	c (8,8) translated 26499 (50%) constraints
19.42/9.01	c (8,8) translated 31799 (60%) constraints
19.42/9.08	c (8,8) translated 37099 (70%) constraints
19.52/9.16	c (8,8) translated 42399 (80%) constraints
19.61/9.23	c (8,8) translated 47699 (90%) constraints
20.93/10.23	c (9,9) translated 52998 (100%) constraints
20.93/10.24	c (9,9) CSP to CSPinCNF End
20.93/10.25	c (9,9) CSP: 200 int (0 aux), 19600 bool (18600 aux), 61820 ctr, max domain size 22
20.93/10.25	c (9,9) Heap : 1412 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
20.93/10.25	c (9,9) CSPinCNF Propagation Begin
22.07/10.83	c (10,10) 0 values, 600 unsatisfiable literals, and 400 valid clauses are removed
22.07/10.83	c (10,10) CSPinCNF Propagation End
22.07/10.83	c (10,10) CSP: 200 int (0 aux), 19600 bool (18600 aux), 61420 ctr, max domain size 22
22.07/10.83	c (10,10) Heap : 1685 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
22.07/10.83	c (10,10) Simplify CSPinCNF Begin
22.32/10.96	c (10,10) Simplify CSPinCNF End
22.32/10.96	c (10,10) CSP: 200 int (0 aux), 19600 bool (18600 aux), 61420 ctr, max domain size 22
22.32/10.96	c (10,10) Heap : 1740 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
22.32/10.96	c (10,10) Calculate Precise Domain Begin
22.32/10.96	c (10,10) 0 values are removed by re-calculation
22.32/10.96	c (10,10) Calculate Precise Domain End
22.32/10.97	c (10,10) CSP: 200 int (0 aux), 19600 bool (18600 aux), 61420 ctr, max domain size 22
22.32/10.97	c (10,10) Heap : 1740 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
22.32/10.97	c (10,10) CSPinCNF to SatSolver Begin
25.56/12.34	c (11,11) 6142 (10 %) CSP clauses are being encoded (114827 SAT variables, 254088 SAT clauses)
26.10/12.66	c (12,12) 12284 (20 %) CSP clauses are being encoded (137032 SAT variables, 301571 SAT clauses)
26.56/12.93	c (12,12) 18426 (30 %) CSP clauses are being encoded (154392 SAT variables, 340053 SAT clauses)
27.59/13.28	c (12,12) 24568 (40 %) CSP clauses are being encoded (159380 SAT variables, 355011 SAT clauses)
28.01/13.41	c (12,12) 30710 (50 %) CSP clauses are being encoded (164196 SAT variables, 369665 SAT clauses)
28.11/13.53	c (13,12) 36852 (60 %) CSP clauses are being encoded (169184 SAT variables, 384623 SAT clauses)
28.21/13.65	c (13,12) 42994 (70 %) CSP clauses are being encoded (174000 SAT variables, 399277 SAT clauses)
28.32/13.77	c (13,12) 49136 (80 %) CSP clauses are being encoded (178988 SAT variables, 414235 SAT clauses)
28.42/13.89	c (13,13) 55278 (90 %) CSP clauses are being encoded (183808 SAT variables, 428893 SAT clauses)
36.16/20.02	c (19,18) 61420 (100 %) CSP clauses are being encoded (777533 SAT variables, 2165252 SAT clauses)
36.16/20.08	c (19,18) CSPinCNF to SatSolver End
36.16/20.08	c (19,18) Heap : 2686 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
37.03/20.47	c (19,18) STATISTICS2:HOME/instance-4295091-1532538964.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,19800,61420,9223372036854775807,22,22,200,9223372036854775807:217;2305843009213693952:1;576460752303423488:2;288230376151711744:1;36028797018963968:1;18014398509481984:2;4503599627370496:1;562949953421312:2;70368744177664:1;17592186044416:1;549755813888:1;17179869184:1;536870912:1;16777216:1;16:392;4:396;2:199,22:25200;2:163763,22:200;3:26800;2:33200;1:1220,200:49;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:2;128:2;125:4;122:2;120:2;119:2;116:2;115:2;113:2;110:4;107:2;105:2;104:2;101:2;100:2;98:2;95:4;92:1;90:2;89:1;86:1;85:2;83:1;80:3;77:1;75:2;74:1;71:1;70:2;68:1;65:3;62:1;60:2;59:1;56:1;55:2;53:1;50:2;47:1;45:1;40:1;35:1;30:1;25:1;5:392;3:396;2:199;1:151200,2:217
37.03/20.47	c (19,18) SatSolver.solve Begin
37.03/20.47	c (19,18) 783473 bool, 2182743 clause
37.03/20.47	c (19,18) 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-4295091-1532538964.xml-scop-31437.cnf HOME/instance-4295091-1532538964.xml-scop-31437.cnf.out
37.73/21.01	c (20,0) receiving signal SIGTERM
37.73/21.01	s UNKNOWN
37.73/21.02	c (20,19) SatSolver is killed by some reasons.
37.73/21.02	c (20,19) 0,0,9,10,10,10,19,TO,TO,STOP-AFTER(DIMACS)
37.73/21.02	c END-Prog: Wed Jul 25 19:16:25 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 (8229 MiB free)
  memory of node 1: 16384 MiB (3780 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295091-1532538964/watcher-4295091-1532538964 -o /tmp/evaluation-result-4295091-1532538964/solver-4295091-1532538964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295091-1532538964.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 4.75 4.87 4.69 6/215 31452
/proc/meminfo: memFree=12236532/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15011656 memory=74416 CPUtime=0.11 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 6253 0 0 0 9 2 0 0 20 0 15 0 71459530 15371935744 18604 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3752914 18604 2782 1 0 3715374 0
[pid=31437/tid=31439] ppid=31434 vsize=15011656 memory=-8484391872771429503 CPUtime=0.09 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) R 31434 31437 29212 0 -1 4202560 4351 0 0 0 8 1 0 0 20 0 15 0 71459530 15371935744 18604 33554432000 4194304 4196468 140736459689600 140020739371400 140020747835229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 18604 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 18604 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 18604 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 18604 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459533 15371935744 18604 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31445] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71459534 15371935744 18604 33554432000 4194304 4196468 140736459689600 140019356395168 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459534 15371935744 18604 33554432000 4194304 4196468 140736459689600 140019087959280 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 18670 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) S 31434 31437 29212 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 18670 33554432000 4194304 4196468 140736459689600 140019736975600 140020767570562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 18670 33554432000 4194304 4196468 140736459689600 140019735923056 140020767570562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) S 31434 31437 29212 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 18670 33554432000 4194304 4196468 140736459689600 140019734870000 140020767570562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15371935744 18670 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459537 15371935744 18670 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 74416 KiB

[startup+0.210287 s]*
/proc/loadavg: 4.75 4.87 4.69 6/215 31452
/proc/meminfo: memFree=12222828/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15011656 memory=86712 CPUtime=0.26 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 9588 0 0 0 23 3 0 0 20 0 15 0 71459530 15371935744 21678 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3752914 21678 2916 1 0 3715374 0
[pid=31437/tid=31439] ppid=31434 vsize=15011656 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) S 31434 31437 29212 0 -1 1077944384 7491 0 0 0 18 2 0 0 20 0 15 0 71459530 15371935744 21678 33554432000 4194304 4196468 140736459689600 140020739385328 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15011656 memory=342 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 21678 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15011656 memory=3616867387271968416 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 21678 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 21678 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 21678 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459533 15371935744 21678 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31445] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71459534 15371935744 21678 33554432000 4194304 4196468 140736459689600 140019356395168 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459534 15371935744 21678 33554432000 4194304 4196468 140736459689600 140019087959280 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 21678 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) R 31434 31437 29212 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 21678 33554432000 4194304 4196468 140736459689600 140019736975600 140020767570562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) R 31434 31437 29212 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 21678 33554432000 4194304 4196468 140736459689600 140019735923056 140020751812587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0.02 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) S 31434 31437 29212 0 -1 1077944384 299 0 0 0 2 0 0 0 20 0 15 0 71459536 15371935744 21678 33554432000 4194304 4196468 140736459689600 140019734870000 140020767570562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15371935744 21678 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459537 15371935744 21678 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86712 KiB

[startup+0.31025 s]*
/proc/loadavg: 4.75 4.87 4.69 3/215 31452
/proc/meminfo: memFree=12219600/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15011656 memory=90184 CPUtime=0.43 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 10120 0 0 0 40 3 0 0 20 0 15 0 71459530 15371935744 22546 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3752914 22546 2991 1 0 3715374 0
[pid=31437/tid=31439] ppid=31434 vsize=15011656 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) R 31434 31437 29212 0 -1 4202560 7860 0 0 0 27 2 0 0 20 0 15 0 71459530 15371935744 22546 33554432000 4194304 4196468 140736459689600 140020739387040 140020245726703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15011656 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 22546 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15011656 memory=3906785513772316320 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 22546 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 22546 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459532 15371935744 22546 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459533 15371935744 22546 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31445] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71459534 15371935744 22546 33554432000 4194304 4196468 140736459689600 140019356395168 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459534 15371935744 22546 33554432000 4194304 4196468 140736459689600 140019087959280 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15371935744 22546 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) R 31434 31437 29212 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 71459536 15371935744 22546 33554432000 4194304 4196468 140736459689600 140019736975600 140020767570562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) R 31434 31437 29212 0 -1 4202560 252 0 0 0 2 0 0 0 20 0 15 0 71459536 15371935744 22546 33554432000 4194304 4196468 140736459689600 140019735923056 140020749081510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0.07 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) R 31434 31437 29212 0 -1 4202560 318 0 0 0 7 0 0 0 20 0 15 0 71459536 15371935744 22546 33554432000 4194304 4196468 140736459689600 140019734870000 140020746951880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15371935744 22546 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15011656 memory=140190283101824 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) R 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459537 15371935744 22546 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90184 KiB

[startup+0.700662 s]
/proc/loadavg: 4.75 4.87 4.69 4/215 31452
/proc/meminfo: memFree=12195648/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15019976 memory=131892 CPUtime=1.03 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 17066 0 0 0 98 5 0 0 20 0 15 0 71459530 15380455424 32973 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3754994 32973 3154 1 0 3716398 0
[pid=31437/tid=31439] ppid=31434 vsize=15019976 memory=9972 CPUtime=0.67 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) R 31434 31437 29212 0 -1 4202560 14295 0 0 0 63 4 0 0 20 0 15 0 71459530 15380455424 32973 33554432000 4194304 4196468 140736459689600 140020739391456 140020751639902 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15019976 memory=15104 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15380455424 32973 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15019976 memory=640 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15380455424 32973 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15019976 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15380455424 32973 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15019976 memory=960 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459532 15380455424 32973 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15019976 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71459533 15380455424 32973 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31445] ppid=31434 vsize=15019976 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71459534 15380455424 32973 33554432000 4194304 4196468 140736459689600 140019356395168 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15019976 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459534 15380455424 32973 33554432000 4194304 4196468 140736459689600 140019087959280 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15019976 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15380455424 32973 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15019976 memory=7881696724453321575 CPUtime=0.09 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) S 31434 31437 29212 0 -1 1077944384 595 0 0 0 9 0 0 0 20 0 15 0 71459536 15380455424 32973 33554432000 4194304 4196468 140736459689600 140019736975600 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15019976 memory=7019257425709197167 CPUtime=0.07 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) R 31434 31437 29212 0 -1 4202560 368 0 0 0 7 0 0 0 20 0 15 0 71459536 15380455424 32973 33554432000 4194304 4196468 140736459689600 140019735915008 140020759848864 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15019976 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) R 31434 31437 29212 0 -1 4202560 497 0 0 0 17 0 0 0 20 0 15 0 71459536 15380455424 32973 33554432000 4194304 4196468 140736459689600 140019734870000 140020767571350 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15019976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15380455424 32973 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15019976 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15380455424 32973 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15019976 KiB
Current children cumulated memory: 131892 KiB

[startup+1.5022 s]
/proc/loadavg: 4.75 4.87 4.69 5/215 31452
/proc/meminfo: memFree=12154800/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15022100 memory=197120 CPUtime=3.46 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 21474 0 0 0 338 8 0 0 20 0 15 0 71459530 15382630400 49280 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3755525 49280 3213 1 0 3716910 0
[pid=31437/tid=31439] ppid=31434 vsize=15022100 memory=168568 CPUtime=1.47 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) R 31434 31437 29212 0 -1 4202560 15302 0 0 0 142 5 0 0 20 0 15 0 71459530 15382630400 49280 33554432000 4194304 4196468 140736459689600 140020739392544 140020251970535 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15022100 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15382630400 49280 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15382630400 49792 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15382630400 49792 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459532 15382630400 49792 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71459533 15382630400 49792 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0

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

[pid=31437/tid=31445] ppid=31434 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71459534 15384727552 189290 33554432000 4194304 4196468 140736459689600 140019356395168 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459534 15384727552 189290 33554432000 4194304 4196468 140736459689600 140019087959280 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15384727552 189290 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15024148 memory=0 CPUtime=2 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) R 31434 31437 29212 0 -1 4202560 3865 0 0 0 199 1 0 0 20 0 15 0 71459536 15384727552 189290 33554432000 4194304 4196468 140736459689600 140019736974784 140020752667393 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15024148 memory=0 CPUtime=1.79 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) R 31434 31437 29212 0 -1 4202560 1397 0 0 0 179 0 0 0 20 0 15 0 71459536 15384727552 189290 33554432000 4194304 4196468 140736459689600 140019735909152 140020749081124 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15024148 memory=183 CPUtime=1.01 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) R 31434 31437 29212 0 -1 4202560 3052 0 0 0 99 2 0 0 20 0 15 0 71459536 15384727552 189290 33554432000 4194304 4196468 140736459689600 140019734865616 140020746513320 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15024148 memory=164 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15384727552 189290 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15024148 memory=91 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15384727552 189290 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 757160 KiB

[startup+6.30082 s]
/proc/loadavg: 4.93 4.90 4.71 6/215 31452
/proc/meminfo: memFree=10202728/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15024148 memory=2317540 CPUtime=14.46 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 33972 0 0 0 1402 44 0 0 20 0 15 0 71459530 15384727552 579385 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3756037 579385 3216 1 0 3717422 0
[pid=31437/tid=31439] ppid=31434 vsize=15024148 memory=1746148 CPUtime=6.26 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) R 31434 31437 29212 0 -1 4202560 17630 0 0 0 588 38 0 0 20 0 15 0 71459530 15384727552 579385 33554432000 4194304 4196468 140736459689600 140020739391488 140020253770956 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15384727552 579385 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15024148 memory=343 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15384727552 579385 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15024148 memory=343 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71459532 15384727552 579385 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15024148 memory=130 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459532 15384727552 579385 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71459533 15384727552 579385 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31445] ppid=31434 vsize=15024148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71459534 15384727552 579385 33554432000 4194304 4196468 140736459689600 140019356395168 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15024148 memory=1310 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71459534 15384727552 579385 33554432000 4194304 4196468 140736459689600 140019087959280 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15024148 memory=56 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15384727552 579385 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15024148 memory=9169 CPUtime=3.43 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) S 31434 31437 29212 0 -1 1077944384 5947 0 0 0 342 1 0 0 20 0 15 0 71459536 15384727552 579385 33554432000 4194304 4196468 140736459689600 140019736975600 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15024148 memory=21520 CPUtime=3.43 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) S 31434 31437 29212 0 -1 1077944384 4840 0 0 0 342 1 0 0 20 0 15 0 71459536 15384727552 579385 33554432000 4194304 4196468 140736459689600 140019735923056 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15024148 memory=9169 CPUtime=1.3 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) S 31434 31437 29212 0 -1 1077944384 4211 0 0 0 128 2 0 0 20 0 15 0 71459536 15384727552 579385 33554432000 4194304 4196468 140736459689600 140019734870000 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15024148 memory=280380297295104 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15384727552 579385 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15024148 memory=1793417283329 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15384727552 579385 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 14.46 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 2317540 KiB

[startup+12.7008 s]
/proc/loadavg: 5.18 4.95 4.72 8/215 31452
/proc/meminfo: memFree=9197892/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15028312 memory=3103392 CPUtime=26.3 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 41664 0 0 0 2562 68 0 0 20 0 15 0 71459530 15388991488 775848 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3757078 775848 3249 1 0 3717934 0
[pid=31437/tid=31439] ppid=31434 vsize=15028312 memory=3103392 CPUtime=12.55 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) R 31434 31437 29212 0 -1 4202560 18969 0 0 0 1205 50 0 0 20 0 15 0 71459530 15388991488 775848 33554432000 4194304 4196468 140736459689600 140020739395384 140020256601752 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15028312 memory=2950596 CPUtime=0.08 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 77 0 0 0 6 2 0 0 20 0 15 0 71459532 15388991488 775848 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15028312 memory=3472328296160571505 CPUtime=0.08 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 180 0 0 0 6 2 0 0 20 0 15 0 71459532 15388991488 775848 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15028312 memory=3099548 CPUtime=0.08 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 130 0 0 0 6 2 0 0 20 0 15 0 71459532 15388991488 775848 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15028312 memory=3032 CPUtime=0.08 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 109 0 0 0 6 2 0 0 20 0 15 0 71459532 15388991488 775848 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15028312 memory=3097344 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 71459533 15388991488 775848 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31445] ppid=31434 vsize=15028312 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 71459534 15388991488 775848 33554432000 4194304 4196468 140736459689600 140019356395232 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15028312 memory=3328 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459534 15388991488 775848 33554432000 4194304 4196468 140736459689600 140019087959280 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15028312 memory=3092708 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459536 15388991488 775848 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15028312 memory=2671844 CPUtime=5.88 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) S 31434 31437 29212 0 -1 1077944384 10235 0 0 0 586 2 0 0 20 0 15 0 71459536 15388991488 775848 33554432000 4194304 4196468 140736459689600 140019736975600 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15028312 memory=3544 CPUtime=5.83 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) R 31434 31437 29212 0 -1 4202560 6341 0 0 0 581 2 0 0 20 0 15 0 71459536 15388991488 775848 33554432000 4194304 4196468 140736459689600 140019735923056 140020745306720 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15028312 memory=18464 CPUtime=1.62 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) S 31434 31437 29212 0 -1 1077944384 4264 0 0 0 159 3 0 0 20 0 15 0 71459536 15388991488 775848 33554432000 4194304 4196468 140736459689600 140019734870000 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15028312 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15388991488 775848 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15028312 memory=-2892745056948402235 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71459537 15388991488 775848 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 26.3 s
Current children cumulated vsize: 15028312 KiB
Current children cumulated memory: 3103392 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+21.0008 s]*
/proc/loadavg: 4.69 4.86 4.69 6/220 31458
/proc/meminfo: memFree=8483932/32770624 swapFree=67076460/67108860
[pid=31437] ppid=31434 vsize=15683912 memory=3602100 CPUtime=37.22 cores=0,2,4,6
/proc/31437/stat : 31437 (java) S 31434 31437 29212 0 -1 1077944320 55559 0 0 0 3587 135 0 0 20 0 19 0 71459530 16060325888 900525 33554432000 4194304 4196468 140736459689600 140736459672144 140020767559415 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
/proc/31437/statm: 3920978 900525 3270 1 0 3881834 0
[pid=31453] ppid=31437 vsize=210212 memory=172748 CPUtime=0.51 cores=0,2,4,6
/proc/31453/stat : 31453 (minisat_release) R 31437 31437 29212 0 -1 4202496 37561 0 0 0 46 5 0 0 20 0 1 0 71461579 215257088 43187 33554432000 4194304 4308513 140736939527568 140736938476584 139992281992165 0 4 0 8388610 0 0 0 17 4 0 0 0 0 0 6409496 6410680 34324480 140736939528879 140736939529390 140736939529390 140736939532229 0
/proc/31453/statm: 52553 43187 318 28 0 48793 0
[pid=31437/tid=31439] ppid=31434 vsize=15683912 memory=576567874760998942 CPUtime=19.56 cores=0,2,4,6
/proc/31437/task/31439/stat : 31439 (java) S 31434 31437 29212 0 -1 1077944384 22475 0 0 0 1899 57 0 0 20 0 19 0 71459530 16060325888 900525 33554432000 4194304 4196468 140736459689600 140020739398656 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31440] ppid=31434 vsize=15683912 memory=296 CPUtime=0.63 cores=0,2,4,6
/proc/31437/task/31440/stat : 31440 (java) S 31434 31437 29212 0 -1 1077944384 335 0 0 0 46 17 0 0 20 0 19 0 71459532 16060325888 900525 33554432000 4194304 4196468 140736459689600 140020771801616 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31441] ppid=31434 vsize=15683912 memory=3991693836927901728 CPUtime=0.63 cores=0,2,4,6
/proc/31437/task/31441/stat : 31441 (java) S 31434 31437 29212 0 -1 1077944384 444 0 0 0 46 17 0 0 20 0 19 0 71459532 16060325888 900525 33554432000 4194304 4196468 140736459689600 140020570577552 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31442] ppid=31434 vsize=15683912 memory=3690473606648052020 CPUtime=0.63 cores=0,2,4,6
/proc/31437/task/31442/stat : 31442 (java) S 31434 31437 29212 0 -1 1077944384 364 0 0 0 46 17 0 0 20 0 19 0 71459532 16060325888 900525 33554432000 4194304 4196468 140736459689600 140020569524496 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31443] ppid=31434 vsize=15683912 memory=4210556456886323594 CPUtime=0.63 cores=0,2,4,6
/proc/31437/task/31443/stat : 31443 (java) S 31434 31437 29212 0 -1 1077944384 346 0 0 0 47 16 0 0 20 0 19 0 71459532 16060325888 900525 33554432000 4194304 4196468 140736459689600 140020568471952 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31444] ppid=31434 vsize=15683912 memory=5728 CPUtime=0.01 cores=0,2,4,6
/proc/31437/task/31444/stat : 31444 (java) S 31434 31437 29212 0 -1 1077944384 885 0 0 0 1 0 0 0 20 0 19 0 71459533 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019738028784 140020767570562 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31445] ppid=31434 vsize=15683912 memory=-7088785026379990432 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31445/stat : 31445 (java) S 31434 31437 29212 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 71459534 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019356395232 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31446] ppid=31434 vsize=15683912 memory=-2541025649211760737 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31446/stat : 31446 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71459534 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019087959296 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31447] ppid=31434 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31447/stat : 31447 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71459536 16060325888 900525 33554432000 4194304 4196468 140736459689600 140018713450960 140020767578011 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31448] ppid=31434 vsize=15683912 memory=30005 CPUtime=6.61 cores=0,2,4,6
/proc/31437/task/31448/stat : 31448 (java) S 31434 31437 29212 0 -1 1077944384 13789 0 0 0 658 3 0 0 20 0 19 0 71459536 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019736975600 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31449] ppid=31434 vsize=15683912 memory=3617129066831386288 CPUtime=6.77 cores=0,2,4,6
/proc/31437/task/31449/stat : 31449 (java) S 31434 31437 29212 0 -1 1077944384 10193 0 0 0 675 2 0 0 20 0 19 0 71459536 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019735923056 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31450] ppid=31434 vsize=15683912 memory=3461350604629686883 CPUtime=1.69 cores=0,2,4,6
/proc/31437/task/31450/stat : 31450 (java) S 31434 31437 29212 0 -1 1077944384 5289 0 0 0 166 3 0 0 20 0 19 0 71459536 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019734870000 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31451] ppid=31434 vsize=15683912 memory=739411265117399481 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31451/stat : 31451 (java) S 31434 31437 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71459537 16060325888 900525 33554432000 4194304 4196468 140736459689600 140018215545184 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31452] ppid=31434 vsize=15683912 memory=664961961046338901 CPUtime=0.01 cores=0,2,4,6
/proc/31437/task/31452/stat : 31452 (java) S 31434 31437 29212 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 19 0 71459537 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019733818416 140020767570562 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31454] ppid=31434 vsize=15683912 memory=7302135314614015843 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31454/stat : 31454 (java) S 31434 31437 29212 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 71461579 16060325888 900525 33554432000 4194304 4196468 140736459689600 140019826534208 140020767584025 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31456] ppid=31434 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31456/stat : 31456 (java) S 31434 31437 29212 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 71461579 16060325888 900525 33554432000 4194304 4196468 140736459689600 140017678659376 140020767581341 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31457] ppid=31434 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31457/stat : 31457 (java) S 31434 31437 29212 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 71461579 16060325888 900525 33554432000 4194304 4196468 140736459689600 140017812880816 140020767581341 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
[pid=31437/tid=31458] ppid=31434 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31437/task/31458/stat : 31458 (java) S 31434 31437 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 71461581 16060325888 900525 33554432000 4194304 4196468 140736459689600 140017410235680 140020767569621 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16113664 140736459690996 140736459691273 140736459691273 140736459694031 0
Current children cumulated CPU time: 37.73 s
Current children cumulated vsize: 15894124 KiB
Current children cumulated memory: 3774848 KiB

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

[startup+21.0529 s]
# the end of solver process 31437 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=36.3472 s, system=1.45415 s

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

Child status: 1
Real time (s): 21.0529
CPU time (s): 37.8013
CPU user time (s): 36.3472
CPU system time (s): 1.45415
CPU usage (%): 179.554
Max. virtual memory (cumulated for all children) (KiB): 15894124
Max. memory (cumulated for all children) (KiB): 3774848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.3472
system time used= 1.45415
maximum resident set size= 3604556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93267
page faults= 0
swaps= 0
block input operations= 0
block output operations= 94592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6102
involuntary context switches= 181


# summary of solver processes directly reported to runsolver:
#   pid: 31437
#   total CPU time (s): 37.8013
#   total CPU user time (s): 36.3472
#   total CPU system time (s): 1.45415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.153164 second user time and 0.242101 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 19:16:04
IDJOB=4295091
IDBENCH=141463
IDSOLVER=2755
FILE ID=node102/4295091-1532538964
RUNJOBID= node102-1532535327-29243
PBS_JOBID= 21021949
Free space on /tmp= 52736 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-65-02_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295091-1532538964/watcher-4295091-1532538964 -o /tmp/evaluation-result-4295091-1532538964/solver-4295091-1532538964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295091-1532538964.xml

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

MD5SUM BENCH= 5b8cef4a239c531d2bd2d2ec1c21b605
RANDOM SEED=686200321

node102.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.51
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.51
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.51
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.51
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:        12298596 kB
MemAvailable:   19872732 kB
Buffers:          156732 kB
Cached:          7653412 kB
SwapCached:         5708 kB
Active:         13290556 kB
Inactive:        6622688 kB
Active(anon):   12072004 kB
Inactive(anon):    55316 kB
Active(file):    1218552 kB
Inactive(file):  6567372 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076460 kB
Dirty:              7684 kB
Writeback:             0 kB
AnonPages:      12103748 kB
Mapped:            44396 kB
Shmem:             21392 kB
Slab:             236104 kB
SReclaimable:     208096 kB
SUnreclaim:        28008 kB
KernelStack:        3872 kB
PageTables:        28916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13018320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11948032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52728 MiB
End job on node102 at 2018-07-25 19:16:25