Trace number 4295065

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.5421 22.0563

General information on the benchmark

NameCarSequencing/
CarSequencing-90-02_c18.xml
MD5SUMa45a1bbd084788784bb8b4db38c38ff4
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 benchmark129.751
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
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":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
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":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},"...",{"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":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.54/0.51	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Thu Jul 26 02:10:11 CEST 2018
0.66/0.54	c PID: 1617
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
3.20/1.40	c (0,0) Parsing End
3.20/1.41	c (0,0) CSP: 200 int (0 aux), 1000 bool (0 aux), 1453 ctr, max domain size 27
3.20/1.41	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.20/1.41	c (0,0) Constraint Name Generate Begin
3.45/1.50	c (0,0) Ctr:HOME/instance-4295065-1532563811.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
3.45/1.50	c (0,0) Constraint Name Generate End
3.45/1.50	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.45/1.50	c (0,0) CSP to CSPinCNF Begin
12.83/4.90	c (4,4) translated 146 (10%) constraints
13.25/5.36	c (4,4) translated 291 (20%) constraints
13.25/5.38	c (4,4) translated 436 (30%) constraints
13.53/5.40	c (4,4) translated 582 (40%) constraints
13.53/5.44	c (4,4) translated 727 (50%) constraints
13.53/5.46	c (4,4) translated 872 (60%) constraints
13.53/5.48	c (4,4) translated 1018 (70%) constraints
13.53/5.50	c (4,4) translated 1163 (80%) constraints
15.91/7.08	c (6,6) translated 1308 (90%) constraints
17.25/8.02	c (7,7) translated 1453 (100%) constraints
18.61/8.54	c (8,7) STATISTICS1:HOME/instance-4295065-1532563811.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,17200,59079,9223372036854775807,27,25,200,9223372036854775807:271;2305843009213693952:3;576460752303423488:3;288230376151711744:2;144115188075855872:1;36028797018963968:3;18014398509481984:1;9007199254740992:1;4503599627370496:2;2251799813685248:1;562949953421312:4;140737488355328:1;70368744177664:2;35184372088832:1;17592186044416:1;8796093022208:3;2199023255552:1;1099511627776:2;549755813888:2;137438953472:3;34359738368:1;17179869184:1;8589934592:1;2147483648:2;536870912:1;268435456:1;134217728:1;33554432:1;8388608:1;2097152:1;16:392;4:396;2:199,27:20800;2:164252,25:200;3:30600;2:27000;1:1279,200:59;198:1;197:2;196:1;195:2;194:3;192:1;191:2;190:3;188:3;186:1;185:4;184:1;182:3;180:3;179:2;178:1;176:3;175:2;174:1;173:2;172:1;170:5;168:1;167:2;166:1;165:2;164:3;162:1;161:2;160:3;158:3;156:1;155:4;154:1;152:3;150:3;149:2;148:1;146:3;145:2;144:1;143:2;142:1;140:5;138:1;137:2;136:1;135:2;134:3;132:1;131:2;130:3;128:3;126:1;125:4;124:1;122:3;120:3;119:2;118:1;116:3;115:2;114:1;113:2;112:1;110:5;108:1;107:2;106:1;105:2;104:3;102:1;101:2;100:3;98:3;96:1;95:4;94:1;92:3;90:3;89:2;88:1;86:3;85:2;84:1;83:2;82:1;80:5;78:1;77:2;76:1;75:2;74:3;72:1;71:2;70:3;68:3;66:1;65:4;64:1;62:3;60:3;59:2;58:1;56:3;55:1;54:1;53:2;52:1;50:4;48:1;47:2;46:1;45:1;44:3;42:1;41:2;40:2;38:3;36:1;35:1;34:1;32:2;30:1;29:1;28:1;26:1;24:1;22:1;5:392;3:396;2:199;1:150600;0:200,17689:59;17424:1;17161:2;16900:3;16641:3;16384:1;16129:2;15876:3;15625:3;15376:1;15129:4;14884:1;14641:3;14400:3;14161:2;13924:1;13689:3;13456:3;13225:2;12996:1;12769:5;12544:1;12321:2;12100:3;11881:3;11664:1;11449:2;11236:3;11025:3;10816:1;10609:4;10404:1;10201:3;10000:3;9801:2;9604:1;9409:3;9216:3;9025:2;8836:1;8649:5;8464:1;8281:2;8100:3;7921:3;7744:1;7569:2;7396:3;7225:3;7056:1;6889:4;6724:1;6561:3;6400:3;6241:2;6084:1;5929:3;5776:3;5625:2;5476:1;5329:5;5184:1;5041:2;4900:3;4761:3;4624:1;4489:2;4356:3;4225:3;4096:1;3969:4;3844:1;3721:3;3600:3;3481:2;3364:1;3249:3;3136:3;3025:2;2916:1;2809:5;2704:1;2601:2;2500:3;2401:3;2304:1;2209:2;2116:3;2025:3;1936:1;1849:4;1764:1
18.61/8.54	c (8,7) ===========================================
18.61/8.54	c (8,7) Order
18.61/8.54	c (8,7) ===========================================
20.93/9.33	c (8,8) translated 5908 (10%) constraints
21.53/9.58	c (9,8) translated 11816 (20%) constraints
21.84/9.68	c (9,9) translated 17724 (30%) constraints
22.14/9.77	c (9,9) translated 23632 (40%) constraints
22.33/9.86	c (9,9) translated 29540 (50%) constraints
22.43/9.94	c (9,9) translated 35448 (60%) constraints
22.54/10.03	c (9,9) translated 41356 (70%) constraints
22.65/10.11	c (9,9) translated 47264 (80%) constraints
22.74/10.20	c (9,9) translated 53172 (90%) constraints
28.30/12.34	c (11,11) translated 59079 (100%) constraints
28.30/12.35	c (11,11) CSP to CSPinCNF End
28.30/12.36	c (11,11) CSP: 4275 int (4075 aux), 22454 bool (21454 aux), 80412 ctr, max domain size 68
28.30/12.36	c (11,11) Heap : 2534 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
28.30/12.36	c (11,11) CSPinCNF Propagation Begin
29.25/12.82	c (12,12) 0 values, 600 unsatisfiable literals, and 400 valid clauses are removed
29.25/12.82	c (12,12) CSPinCNF Propagation End
29.25/12.83	c (12,12) CSP: 4275 int (4075 aux), 22454 bool (21454 aux), 80012 ctr, max domain size 68
29.25/12.83	c (12,12) Heap : 2865 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
29.25/12.83	c (12,12) Simplify CSPinCNF Begin
30.03/13.15	c (12,12) Simplify CSPinCNF End
30.03/13.15	c (12,12) CSP: 4275 int (4075 aux), 22454 bool (21454 aux), 80012 ctr, max domain size 68
30.03/13.15	c (12,12) Heap : 169 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
30.03/13.15	c (12,12) Calculate Precise Domain Begin
30.25/13.21	c (12,12) 0 values are removed by re-calculation
30.25/13.21	c (12,12) Calculate Precise Domain End
30.25/13.21	c (12,12) CSP: 4275 int (4075 aux), 22454 bool (21454 aux), 80012 ctr, max domain size 68
30.25/13.21	c (12,12) Heap : 169 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
30.25/13.21	c (12,12) CSPinCNF to SatSolver Begin
33.46/15.31	c (14,14) 8002 (10 %) CSP clauses are encoded (96961 SAT variables, 604433 SAT clauses)
33.46/15.39	c (14,14) 16003 (20 %) CSP clauses are encoded (96961 SAT variables, 612434 SAT clauses)
33.73/15.45	c (14,14) 24004 (30 %) CSP clauses are encoded (96961 SAT variables, 620435 SAT clauses)
33.94/15.50	c (14,14) 32005 (40 %) CSP clauses are encoded (96961 SAT variables, 628436 SAT clauses)
33.94/15.54	c (15,14) 40006 (50 %) CSP clauses are encoded (96961 SAT variables, 636437 SAT clauses)
33.94/15.58	c (15,14) 48008 (60 %) CSP clauses are encoded (96961 SAT variables, 644439 SAT clauses)
34.06/15.62	c (15,14) 56009 (70 %) CSP clauses are encoded (96961 SAT variables, 652440 SAT clauses)
34.06/15.66	c (15,14) 64010 (80 %) CSP clauses are encoded (96961 SAT variables, 660441 SAT clauses)
34.69/16.01	c (15,15) 72011 (90 %) CSP clauses are encoded (96961 SAT variables, 779536 SAT clauses)
39.57/20.68	c (20,19) 80012 (100 %) CSP clauses are encoded (96961 SAT variables, 2559325 SAT clauses)
39.57/20.68	c (20,19) CSPinCNF to SatSolver End
39.57/20.68	c (20,19) Heap : 1110 MiB used (max 10795 MiB), NonHeap : 35 MiB used (max 0 MiB)
40.42/21.04	c (20,19) STATISTICS2:HOME/instance-4295065-1532563811.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,26729,80012,4556,68,24,11,4556:5;4489:1;4422:2;4356:3;4290:3;4225:1;4160:2;4096:3;4032:3;3969:1;3906:4;3844:1;3782:3;3721:3;3660:2;3600:1;3540:3;3481:3;3422:2;3364:1;3306:5;3249:1;3192:2;3136:3;3080:3;3025:1;2970:2;2916:3;2862:3;2809:1;2756:4;2704:1;2652:3;2601:3;2550:2;2500:1;2450:3;2401: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:12;1156:16;1122:19;1089:14;1056:18;1024:309;992:15;961:20;930:14;900:24;870:17;841:16;812:18;784:14;756:19;729:16;702:14;676:20;650:15;625:16;600:16;576:16;552:19;529:14;512:782;506:18;484:16;462:15;441:28;420:14;400:16;380:17;361:31;342:18;324:40;306:102;289:72;272:70;256:1961;252:8;240:71;238:16;234:4;225:72;221:8;210:72;196:87;182:77;169:78;156:71;144:88;136:32;132:70;128:1179;126:16;121:76;119:32;110:68;108:4;102:8;100:70;96:287;90:577;85:8;81:505;72:307;68:16;64:1201;56:294;54:8;51:16;49:323;36:32;34:48;25:295;16:982;9:16;4:444;2:199,68:20;67:26;66:32;65:26;64:28;63:30;62:24;61:34;60:24;59:30;58:28;57:26;56:32;55:26;54:28;53:30;52:24;51:34;50:24;49: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:46;34:132;33:142;32:136;31:150;30:172;29:142;28:140;27:30938;26:148;25:138;24:140;23:142;22:136;21:186;20:134;19:210;18:1144;17:1008;16:598;15:584;14:660;13:618;12:1148;11:586;10:1564;9:3768;8:2502;7:1896;6:36;5:1184;4:72;3:72;2:185668,24:200;3:30200;2:37800;1:11812,11:293;10:782;9:1884;8:1179;7:876;5:1253;3:5346;2:199;1:171000,
40.42/21.04	c (20,19) SatSolver.solve Begin
40.42/21.04	c (20,19) 96961 bool, 2560108 clause
40.42/21.04	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-4295065-1532563811.xml-scop-1617.cnf HOME/instance-4295065-1532563811.xml-scop-1617.cnf.out
41.47/22.01	c (21,0) receiving signal SIGTERM
41.47/22.01	s UNKNOWN
41.47/22.02	c (21,19) SatSolver is killed by some reasons.
41.47/22.02	c (21,19) 0,0,11,12,12,12,20,TO,TO,STOP-AFTER(DIMACS)
41.47/22.02	c END-Prog: Thu Jul 26 02:10:33 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 (535 MiB free)
  memory of node 1: 16384 MiB (11534 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295065-1532563811/watcher-4295065-1532563811 -o /tmp/evaluation-result-4295065-1532563811/solver-4295065-1532563811 -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-4295065-1532563811.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=1617, runsolver pid=1614

[startup+0.100078 s]*
/proc/loadavg: 4.51 4.34 3.80 6/216 1632
/proc/meminfo: memFree=12298052/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15011656 memory=73320 CPUtime=0.11 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 7030 0 0 0 9 2 0 0 20 0 15 0 73944353 15371935744 18330 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3752914 18330 2780 1 0 3715374 0
[pid=1617/tid=1619] ppid=1614 vsize=15011656 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) R 1614 1617 32649 0 -1 4202560 5418 0 0 0 7 2 0 0 20 0 15 0 73944353 15371935744 18660 33554432000 4194304 4196468 140733789744672 139664246047392 139664274273437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 18660 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15011656 memory=139858863793792 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 18660 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 18660 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 18660 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15011656 memory=139858863793792 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944356 15371935744 18660 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1625] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73944357 15371935744 18660 33554432000 4194304 4196468 140733789744672 139662840554656 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944357 15371935744 18660 33554432000 4194304 4196468 140733789744672 139662605673200 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944359 15371935744 18660 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) R 1614 1617 32649 0 -1 4202560 321 0 0 0 0 0 0 0 20 0 15 0 73944359 15371935744 18660 33554432000 4194304 4196468 140733789744672 139663680760560 139664255573616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) R 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944359 15371935744 18726 33554432000 4194304 4196468 140733789744672 139663612308336 139664274262658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15011656 memory=139858863793792 CPUtime=0.01 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) R 1614 1617 32649 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 73944359 15371935744 18726 33554432000 4194304 4196468 140733789744672 139663611255280 139664274263446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944360 15371935744 18726 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15011656 memory=139858863793792 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944360 15371935744 18743 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73320 KiB

[startup+0.210396 s]*
/proc/loadavg: 4.51 4.34 3.80 6/216 1632
/proc/meminfo: memFree=12281948/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15011656 memory=88140 CPUtime=0.25 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 10963 0 0 0 22 3 0 0 20 0 15 0 73944353 15371935744 22035 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3752914 22035 2887 1 0 3715374 0
[pid=1617/tid=1619] ppid=1614 vsize=15011656 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) R 1614 1617 32649 0 -1 4202560 8872 0 0 0 17 2 0 0 20 0 15 0 73944353 15371935744 22035 33554432000 4194304 4196468 140733789744672 139664246075120 139664274273437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15011656 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22035 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15011656 memory=3617152894532920992 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22035 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22035 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22035 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15011656 memory=139858863793792 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944356 15371935744 22035 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1625] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73944357 15371935744 22035 33554432000 4194304 4196468 140733789744672 139662840554656 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944357 15371935744 22035 33554432000 4194304 4196468 140733789744672 139662605673200 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944359 15371935744 22035 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) R 1614 1617 32649 0 -1 4202560 461 0 0 0 1 0 0 0 20 0 15 0 73944359 15371935744 22035 33554432000 4194304 4196468 140733789744672 139663680760560 139664259375536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) R 1614 1617 32649 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 73944359 15371935744 22035 33554432000 4194304 4196468 140733789744672 139663612308336 139664274262658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15011656 memory=139858863793792 CPUtime=0.03 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) R 1614 1617 32649 0 -1 4202560 292 0 0 0 3 0 0 0 20 0 15 0 73944359 15371935744 22035 33554432000 4194304 4196468 140733789744672 139663611255280 139664258331998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944360 15371935744 22035 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15011656 memory=139858863793792 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944360 15371935744 22035 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 88140 KiB

[startup+0.310317 s]*
/proc/loadavg: 4.51 4.34 3.80 6/216 1632
/proc/meminfo: memFree=12278660/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15011656 memory=91860 CPUtime=0.42 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 11516 0 0 0 39 3 0 0 20 0 15 0 73944353 15371935744 22965 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3752914 22965 2991 1 0 3715374 0
[pid=1617/tid=1619] ppid=1614 vsize=15011656 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) R 1614 1617 32649 0 -1 4202560 9238 0 0 0 27 3 0 0 20 0 15 0 73944353 15371935744 22965 33554432000 4194304 4196468 140733789744672 139664246080752 139664255625280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22965 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22965 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22965 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944355 15371935744 22965 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944356 15371935744 22965 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1625] ppid=1614 vsize=15011656 memory=139858764999119 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73944357 15371935744 22965 33554432000 4194304 4196468 140733789744672 139662840554656 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15011656 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944357 15371935744 22965 33554432000 4194304 4196468 140733789744672 139662605673200 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15011656 memory=51172 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944359 15371935744 22965 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) S 1614 1617 32649 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 73944359 15371935744 22965 33554432000 4194304 4196468 140733789744672 139663680760560 139664274262658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15011656 memory=139858764987663 CPUtime=0.02 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) S 1614 1617 32649 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 15 0 73944359 15371935744 22965 33554432000 4194304 4196468 140733789744672 139663612308336 139664274262658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15011656 memory=279717628790624 CPUtime=0.08 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) S 1614 1617 32649 0 -1 1077944384 337 0 0 0 8 0 0 0 20 0 15 0 73944359 15371935744 22965 33554432000 4194304 4196468 140733789744672 139663611255280 139664274262658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15011656 memory=139858764992271 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944360 15371935744 22965 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15011656 memory=139858863793801 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944360 15371935744 22965 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 91860 KiB

[startup+0.700698 s]
/proc/loadavg: 4.51 4.34 3.80 7/216 1632
/proc/meminfo: memFree=12256336/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15020052 memory=131980 CPUtime=1.02 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 18210 0 0 0 97 5 0 0 20 0 15 0 73944353 15380533248 32995 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3755013 32995 3155 1 0 3716398 0
[pid=1617/tid=1619] ppid=1614 vsize=15020052 memory=146833791785399 CPUtime=0.67 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) R 1614 1617 32649 0 -1 4202560 15338 0 0 0 63 4 0 0 20 0 15 0 73944353 15380533248 32995 33554432000 4194304 4196468 140733789744672 139664246083392 139664274273437 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15020052 memory=26997 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15380533248 32995 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15380533248 32995 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15380533248 32995 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15020052 memory=279717529780464 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944355 15380533248 32995 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73944356 15380533248 32995 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1625] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73944357 15380533248 32995 33554432000 4194304 4196468 140733789744672 139662840554656 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944357 15380533248 32995 33554432000 4194304 4196468 140733789744672 139662605673200 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944359 15380533248 32995 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15020052 memory=7307210970617654738 CPUtime=0.09 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) R 1614 1617 32649 0 -1 4202560 852 0 0 0 9 0 0 0 20 0 15 0 73944359 15380533248 32995 33554432000 4194304 4196468 140733789744672 139663680750352 139664257737487 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15020052 memory=-3535359994705171810 CPUtime=0.06 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) S 1614 1617 32649 0 -1 1077944384 136 0 0 0 6 0 0 0 20 0 15 0 73944359 15380533248 32995 33554432000 4194304 4196468 140733789744672 139663612308336 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15020052 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) S 1614 1617 32649 0 -1 1077944384 544 0 0 0 18 0 0 0 20 0 15 0 73944359 15380533248 32995 33554432000 4194304 4196468 140733789744672 139663611255280 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944360 15380533248 32995 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944360 15380533248 32995 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 131980 KiB

[startup+1.50411 s]
/proc/loadavg: 4.51 4.34 3.80 9/216 1632
/proc/meminfo: memFree=12215764/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15022100 memory=200640 CPUtime=3.45 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 22473 0 0 0 337 8 0 0 20 0 15 0 73944353 15382630400 50160 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3755525 50160 3212 1 0 3716910 0
[pid=1617/tid=1619] ppid=1614 vsize=15022100 memory=279717530245056 CPUtime=1.47 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) R 1614 1617 32649 0 -1 4202560 16283 0 0 0 141 6 0 0 20 0 15 0 73944353 15382630400 50160 33554432000 4194304 4196468 140733789744672 139664246082840 139663770262695 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15022100 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15382630400 50160 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15022100 memory=6009862732647583824 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15382630400 50160 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15022100 memory=2212 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15382630400 50160 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944355 15382630400 50160 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15022100 memory=33 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73944356 15382630400 50160 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0

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

[pid=1617/tid=1625] ppid=1614 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73944357 15382630400 210861 33554432000 4194304 4196468 140733789744672 139662840554656 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944357 15382630400 210861 33554432000 4194304 4196468 140733789744672 139662605673200 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944359 15382630400 210861 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15022100 memory=0 CPUtime=2.09 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) R 1614 1617 32649 0 -1 4202560 4130 0 0 0 208 1 0 0 20 0 15 0 73944359 15382630400 210861 33554432000 4194304 4196468 140733789744672 139663680746992 139664257751717 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15022100 memory=0 CPUtime=1.73 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) R 1614 1617 32649 0 -1 4202560 2236 0 0 0 173 0 0 0 20 0 15 0 73944359 15382630400 210861 33554432000 4194304 4196468 140733789744672 139663612295120 139664259172601 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15022100 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) S 1614 1617 32649 0 -1 1077944384 3047 0 0 0 92 1 0 0 20 0 15 0 73944359 15382630400 210861 33554432000 4194304 4196468 140733789744672 139663611255280 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944360 15382630400 210861 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944360 15382630400 210861 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 15022100 KiB
Current children cumulated memory: 843444 KiB

[startup+6.30077 s]
/proc/loadavg: 4.71 4.38 3.81 6/216 1632
/proc/meminfo: memFree=10348808/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15024148 memory=2251652 CPUtime=15.19 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 39132 0 0 0 1475 44 0 0 20 0 15 0 73944353 15384727552 562913 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3756037 562913 3215 1 0 3717422 0
[pid=1617/tid=1619] ppid=1614 vsize=15024148 memory=0 CPUtime=6.25 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) R 1614 1617 32649 0 -1 4202560 17933 0 0 0 588 37 0 0 20 0 15 0 73944353 15384727552 562913 33554432000 4194304 4196468 140733789744672 139664246083520 139663771402828 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15384727552 562913 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15024148 memory=7019467087923000881 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15384727552 562913 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944355 15384727552 562913 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15024148 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944355 15384727552 562913 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15024148 memory=139858863812625 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73944356 15384727552 562913 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1625] ppid=1614 vsize=15024148 memory=7954030269704072298 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73944357 15384727552 562913 33554432000 4194304 4196468 140733789744672 139662840554656 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15024148 memory=7739548489513265259 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944357 15384727552 562913 33554432000 4194304 4196468 140733789744672 139662605673200 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15024148 memory=7670301315261816931 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944359 15384727552 562913 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15024148 memory=0 CPUtime=4.08 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) S 1614 1617 32649 0 -1 1077944384 8657 0 0 0 406 2 0 0 20 0 15 0 73944359 15384727552 562913 33554432000 4194304 4196468 140733789744672 139663680760560 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15024148 memory=301741390604534054 CPUtime=3.49 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) S 1614 1617 32649 0 -1 1077944384 4438 0 0 0 348 1 0 0 20 0 15 0 73944359 15384727552 562913 33554432000 4194304 4196468 140733789744672 139663612308336 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15024148 memory=288293281199293682 CPUtime=1.33 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) S 1614 1617 32649 0 -1 1077944384 6762 0 0 0 131 2 0 0 20 0 15 0 73944359 15384727552 562913 33554432000 4194304 4196468 140733789744672 139663611255280 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15024148 memory=-7449383003082255510 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944360 15384727552 562913 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15024148 memory=6944656425123094089 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944360 15384727552 562913 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 2251652 KiB

[startup+12.7008 s]
/proc/loadavg: 4.89 4.43 3.83 8/216 1632
/proc/meminfo: memFree=9234168/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15024148 memory=3131000 CPUtime=29.04 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 48987 0 0 0 2837 67 0 0 20 0 15 0 73944353 15384727552 782750 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3756037 782750 3232 1 0 3717422 0
[pid=1617/tid=1619] ppid=1614 vsize=15024148 memory=279717530380544 CPUtime=12.54 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) R 1614 1617 32649 0 -1 4202560 19098 0 0 0 1206 48 0 0 20 0 15 0 73944353 15384727552 782750 33554432000 4194304 4196468 140733789744672 139664246086832 139663767241582 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15024148 memory=164 CPUtime=0.09 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 80 0 0 0 7 2 0 0 20 0 15 0 73944355 15384727552 782750 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15024148 memory=279717530192176 CPUtime=0.09 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 203 0 0 0 7 2 0 0 20 0 15 0 73944355 15384727552 782750 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15024148 memory=279717530456464 CPUtime=0.09 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 100 0 0 0 7 2 0 0 20 0 15 0 73944355 15384727552 782750 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15024148 memory=139858765303312 CPUtime=0.09 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 151 0 0 0 7 2 0 0 20 0 15 0 73944355 15384727552 782750 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15024148 memory=279717530195224 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 73944356 15384727552 782750 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1625] ppid=1614 vsize=15024148 memory=55 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 73944357 15384727552 782750 33554432000 4194304 4196468 140733789744672 139662840554720 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73944357 15384727552 782750 33554432000 4194304 4196468 140733789744672 139662605673200 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944359 15384727552 782750 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15024148 memory=0 CPUtime=7.54 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) S 1614 1617 32649 0 -1 1077944384 11156 0 0 0 752 2 0 0 20 0 15 0 73944359 15384727552 782750 33554432000 4194304 4196468 140733789744672 139663680760560 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15024148 memory=1728 CPUtime=6.95 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) S 1614 1617 32649 0 -1 1077944384 10049 0 0 0 693 2 0 0 20 0 15 0 73944359 15384727552 782750 33554432000 4194304 4196468 140733789744672 139663612308336 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15024148 memory=1708 CPUtime=1.56 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) S 1614 1617 32649 0 -1 1077944384 6796 0 0 0 153 3 0 0 20 0 15 0 73944359 15384727552 782750 33554432000 4194304 4196468 140733789744672 139663611255280 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15024148 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73944360 15384727552 782750 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15024148 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73944360 15384727552 782750 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 29.04 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 3131000 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+22.0007 s]*
/proc/loadavg: 4.59 4.38 3.82 6/221 1638
/proc/meminfo: memFree=8770508/32770624 swapFree=67108860/67108860
[pid=1617] ppid=1614 vsize=15683912 memory=3303820 CPUtime=40.53 cores=1,3,5,7
/proc/1617/stat : 1617 (java) S 1614 1617 32649 0 -1 1077944320 63030 0 0 0 3959 94 0 0 20 0 19 0 73944353 16060325888 825955 33554432000 4194304 4196468 140733789744672 140733789727216 139664274251511 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
/proc/1617/statm: 3920978 825955 3265 1 0 3881834 0
[pid=1633] ppid=1617 vsize=257776 memory=224904 CPUtime=0.94 cores=1,3,5,7
/proc/1633/stat : 1633 (minisat_release) R 1617 1617 32649 0 -1 4202496 40664 0 0 0 86 8 0 0 20 0 1 0 73946459 263962624 56226 33554432000 4194304 4308513 140727716109744 140727715058152 4209520 0 4 0 8388610 0 0 0 17 1 0 0 0 0 0 6409496 6410680 14422016 140727716111025 140727716111534 140727716111534 140727716114373 0
/proc/1633/statm: 64444 56226 331 28 0 60684 0
[pid=1617/tid=1619] ppid=1614 vsize=15683912 memory=6935054825532540783 CPUtime=20.45 cores=1,3,5,7
/proc/1617/task/1619/stat : 1619 (java) S 1614 1617 32649 0 -1 1077944384 22138 0 0 0 1988 57 0 0 20 0 19 0 73944353 16060325888 825955 33554432000 4194304 4196468 140733789744672 139664246090752 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1620] ppid=1614 vsize=15683912 memory=6944656592455360604 CPUtime=0.38 cores=1,3,5,7
/proc/1617/task/1620/stat : 1620 (java) S 1614 1617 32649 0 -1 1077944384 2104 0 0 0 32 6 0 0 20 0 19 0 73944355 16060325888 825955 33554432000 4194304 4196468 140733789744672 139664278494224 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1621] ppid=1614 vsize=15683912 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/1617/task/1621/stat : 1621 (java) S 1614 1617 32649 0 -1 1077944384 426 0 0 0 32 6 0 0 20 0 19 0 73944355 16060325888 825955 33554432000 4194304 4196468 140733789744672 139664092650640 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1622] ppid=1614 vsize=15683912 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/1617/task/1622/stat : 1622 (java) S 1614 1617 32649 0 -1 1077944384 753 0 0 0 31 6 0 0 20 0 19 0 73944355 16060325888 825955 33554432000 4194304 4196468 140733789744672 139664091597584 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1623] ppid=1614 vsize=15683912 memory=-1189914978686163229 CPUtime=0.39 cores=1,3,5,7
/proc/1617/task/1623/stat : 1623 (java) S 1614 1617 32649 0 -1 1077944384 316 0 0 0 32 7 0 0 20 0 19 0 73944355 16060325888 825955 33554432000 4194304 4196468 140733789744672 139664090545040 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1624] ppid=1614 vsize=15683912 memory=6944652177228980320 CPUtime=0.02 cores=1,3,5,7
/proc/1617/task/1624/stat : 1624 (java) S 1614 1617 32649 0 -1 1077944384 251 0 0 0 2 0 0 0 20 0 19 0 73944356 16060325888 825955 33554432000 4194304 4196468 140733789744672 139663681812720 139664274262658 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1625] ppid=1614 vsize=15683912 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1625/stat : 1625 (java) S 1614 1617 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 73944357 16060325888 825955 33554432000 4194304 4196468 140733789744672 139662840554720 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1626] ppid=1614 vsize=15683912 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1626/stat : 1626 (java) S 1614 1617 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73944357 16060325888 825955 33554432000 4194304 4196468 140733789744672 139662605673216 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1627] ppid=1614 vsize=15683912 memory=6944656591801717405 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1627/stat : 1627 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73944359 16060325888 825955 33554432000 4194304 4196468 140733789744672 139662231164880 139664274270107 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1628] ppid=1614 vsize=15683912 memory=7682475212697334586 CPUtime=8.42 cores=1,3,5,7
/proc/1617/task/1628/stat : 1628 (java) S 1614 1617 32649 0 -1 1077944384 13291 0 0 0 839 3 0 0 20 0 19 0 73944359 16060325888 825955 33554432000 4194304 4196468 140733789744672 139663680760560 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1629] ppid=1614 vsize=15683912 memory=1399094042734925955 CPUtime=8.3 cores=1,3,5,7
/proc/1617/task/1629/stat : 1629 (java) S 1614 1617 32649 0 -1 1077944384 12716 0 0 0 828 2 0 0 20 0 19 0 73944359 16060325888 825955 33554432000 4194304 4196468 140733789744672 139663612308336 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1630] ppid=1614 vsize=15683912 memory=0 CPUtime=1.73 cores=1,3,5,7
/proc/1617/task/1630/stat : 1630 (java) S 1614 1617 32649 0 -1 1077944384 9232 0 0 0 170 3 0 0 20 0 19 0 73944359 16060325888 825955 33554432000 4194304 4196468 140733789744672 139663611255280 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1631] ppid=1614 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1631/stat : 1631 (java) S 1614 1617 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73944360 16060325888 825955 33554432000 4194304 4196468 140733789744672 139661733260128 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1632] ppid=1614 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1632/stat : 1632 (java) S 1614 1617 32649 0 -1 1077944384 396 0 0 0 0 0 0 0 20 0 19 0 73944360 16060325888 825955 33554432000 4194304 4196468 140733789744672 139663610202672 139664274262658 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1634] ppid=1614 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1634/stat : 1634 (java) S 1614 1617 32649 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 73946459 16060325888 825955 33554432000 4194304 4196468 140733789744672 139663679706432 139664274276121 0 4 0 25189583 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1636] ppid=1614 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1636/stat : 1636 (java) S 1614 1617 32649 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 73946459 16060325888 825955 33554432000 4194304 4196468 140733789744672 139661196373296 139664274273437 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1637] ppid=1614 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1637/stat : 1637 (java) S 1614 1617 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73946459 16060325888 825955 33554432000 4194304 4196468 140733789744672 139661330595760 139664274273437 0 4 0 25189583 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
[pid=1617/tid=1638] ppid=1614 vsize=15683912 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1617/task/1638/stat : 1638 (java) S 1614 1617 32649 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 73946461 16060325888 825955 33554432000 4194304 4196468 140733789744672 139660927950624 139664274261717 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31375360 140733789746163 140733789746441 140733789746441 140733789749199 0
Current children cumulated CPU time: 41.47 s
Current children cumulated vsize: 15941688 KiB
Current children cumulated memory: 3528724 KiB

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

[startup+22.0563 s]
# the end of solver process 1617 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=40.4687 s, system=1.07341 s

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

Child status: 1
Real time (s): 22.0563
CPU time (s): 41.5421
CPU user time (s): 40.4687
CPU system time (s): 1.07341
CPU usage (%): 188.345
Max. virtual memory (cumulated for all children) (KiB): 15941688
Max. memory (cumulated for all children) (KiB): 3528724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.4687
system time used= 1.07341
maximum resident set size= 3306332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 130104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6481
involuntary context switches= 128


# summary of solver processes directly reported to runsolver:
#   pid: 1617
#   total CPU time (s): 41.5421
#   total CPU user time (s): 40.4687
#   total CPU system time (s): 1.07341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.142532 second user time and 0.273032 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 02:10:11
IDJOB=4295065
IDBENCH=141460
IDSOLVER=2756
FILE ID=node150/4295065-1532563811
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-90-02_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-4295065-1532563811/watcher-4295065-1532563811 -o /tmp/evaluation-result-4295065-1532563811/solver-4295065-1532563811 -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-4295065-1532563811.xml

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

MD5SUM BENCH= a45a1bbd084788784bb8b4db38c38ff4
RANDOM SEED=938028164

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:        12359680 kB
MemAvailable:   19840208 kB
Buffers:          186916 kB
Cached:          7512220 kB
SwapCached:            0 kB
Active:         14204668 kB
Inactive:        5619060 kB
Active(anon):   12074832 kB
Inactive(anon):    76924 kB
Active(file):    2129836 kB
Inactive(file):  5542136 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7956 kB
Writeback:             0 kB
AnonPages:      12098928 kB
Mapped:            52116 kB
Shmem:             25224 kB
Slab:             265436 kB
SReclaimable:     237016 kB
SUnreclaim:        28420 kB
KernelStack:        3904 kB
PageTables:        28612 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:  11268096 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:10:33