Trace number 4295010

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) 42.8222 24.3672

General information on the benchmark

NameCarSequencing/
CarSequencing-70-01_c18.xml
MD5SUM5ebb66a2f72e45e9d6642a776a6cc19c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.09527
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1402
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":19},{"degree":25,"count":19},{"degree":26,"count":19},"...",{"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":8}, {"degree":52,"count":8}, {"degree":53,"count":9}, {"degree":54,"count":9}, {"degree":55,"count":53}, {"degree":56,"count":5}, {"degree":57,"count":6}, {"degree":58,"count":6}, {"degree":59,"count":38}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":3}, {"degree":63,"count":81}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":75,"count":1},{"arity":77,"count":2},{"arity":80,"count":3},{"arity":82,"count":1},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1201},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
0.67/0.53	scop both+minisat_release (2018-06-13)
0.67/0.53	
0.67/0.55	c BEGIN-Prog: Wed Jul 25 19:12:38 CEST 2018
0.67/0.55	c PID: 30694
0.67/0.55	c IP: 172.20.3.102
0.67/0.55	c HOST: node102.alineos.net
0.67/0.56	c (0,0) Parsing Begin
3.21/1.40	c (0,0) Parsing End
3.21/1.41	c (0,0) CSP: 200 int (0 aux), 1000 bool (0 aux), 1402 ctr, max domain size 26
3.21/1.41	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.21/1.41	c (0,0) Constraint Name Generate Begin
3.21/1.44	c (0,0) Ctr:HOME/instance-4295010-1532538758.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
3.21/1.44	c (0,0) Constraint Name Generate End
3.21/1.44	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.21/1.44	c (0,0) CSP to CSPinCNF Begin
12.36/4.77	c (4,4) translated 141 (10%) constraints
12.88/5.26	c (4,4) translated 281 (20%) constraints
12.88/5.29	c (4,4) translated 421 (30%) constraints
13.13/5.31	c (4,4) translated 561 (40%) constraints
13.13/5.34	c (4,4) translated 701 (50%) constraints
13.13/5.37	c (4,4) translated 842 (60%) constraints
13.13/5.38	c (4,4) translated 982 (70%) constraints
13.51/5.40	c (4,4) translated 1122 (80%) constraints
15.07/6.57	c (6,6) translated 1262 (90%) constraints
16.69/7.89	c (7,7) translated 1402 (100%) constraints
18.07/8.42	c (7,7) STATISTICS1:HOME/instance-4295010-1532538758.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,16600,57027,9223372036854775807,26,25,200,9223372036854775807:252;2305843009213693952:2;288230376151711744:2;36028797018963968:2;4503599627370496:2;562949953421312:2;70368744177664:1;8796093022208:1;1099511627776:1;137438953472:1;16:392;4:396;2:199,26:20400;2:156946,25:200;3:29600;2:26000;1:1227,200:57;198:1;197:2;196:1;195:2;194:3;192:1;191:2;190:3;188:3;186:1;185:4;184:1;182:3;180:3;179:2;178:1;176:3;175:2;174:1;173:2;172:1;170:5;168:1;167:2;166:1;165:2;164:3;162:1;161:2;160:3;158:3;156:1;155:4;154:1;152:3;150:3;149:2;148:1;146:3;145:2;144:1;143:2;142:1;140:5;138:1;137:2;136:1;135:2;134:3;132:1;131:2;130:3;128:3;126:1;125:4;124:1;122:3;120:3;119:2;118:1;116:3;115:2;114:1;113:2;112:1;110:5;108:1;107:2;106:1;105:2;104:3;102:1;101:2;100:3;98:3;96:1;95:4;94:1;92:3;90:2;89:2;88:1;86:3;85:1;84:1;83:2;82:1;80:3;77:2;75:1;74:2;71:2;68:2;65:2;62:2;59:2;56:2;53:2;50:2;47:1;44:1;41:1;38:1;5:392;3:396;2:199;1:145600;0:200,17689:57;17424:1;17161:2;16900:3;16641:3;16384:1;16129:2;15876:3;15625:3;15376:1;15129:4;14884:1;14641:3;14400:3;14161:2;13924:1;13689:3;13456:3;13225:2;12996:1;12769:5;12544:1;12321:2;12100:3;11881:3;11664:1;11449:2;11236:3;11025:3;10816:1;10609:4;10404:1;10201:3;10000:3;9801:2;9604:1;9409:3;9216:3;9025:2;8836:1;8649:5;8464:1;8281:2;8100:3;7921:3;7744:1;7569:2;7396:3;7225:3;7056:1;6889:4;6724:1;6561:3;6400:3;6241:2;6084:1;5929:3;5776:3;5625:2;5476:1;5329:5;5184:1;5041:2;4900:3;4761:3;4624:1;4489:2;4356:3;4225:3;4096:1;3969:4;3844:1;3721:3;3600:2;3481:2;3364:1;3249:3;3136:2;3025:2;2916:1;2809:3;2601:2;2500:1;2401:2;2209:2;2025:2;1849:2
18.07/8.42	c (7,7) ===========================================
18.07/8.42	c (7,7) Both Encoding selects:
18.07/8.43	c (7,7) Log
18.07/8.43	c (7,7) ===========================================
19.29/8.95	c (8,8) translated 5703 (10%) constraints
19.80/9.16	c (8,8) translated 11406 (20%) constraints
20.00/9.25	c (8,8) translated 17109 (30%) constraints
20.19/9.33	c (8,8) translated 22811 (40%) constraints
20.29/9.41	c (8,8) translated 28514 (50%) constraints
20.29/9.50	c (8,8) translated 34217 (60%) constraints
20.39/9.58	c (9,8) translated 39919 (70%) constraints
20.50/9.66	c (9,8) translated 45622 (80%) constraints
20.60/9.74	c (9,9) translated 51325 (90%) constraints
22.03/10.82	c (10,10) translated 57027 (100%) constraints
22.03/10.83	c (10,10) CSP to CSPinCNF End
22.03/10.83	c (10,10) CSP: 200 int (0 aux), 21600 bool (20600 aux), 67453 ctr, max domain size 26
22.03/10.84	c (10,10) Heap : 1759 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
22.03/10.84	c (10,10) CSPinCNF Propagation Begin
23.05/11.44	c (10,10) 0 values, 600 unsatisfiable literals, and 400 valid clauses are removed
23.05/11.44	c (10,10) CSPinCNF Propagation End
23.05/11.45	c (10,10) CSP: 200 int (0 aux), 21600 bool (20600 aux), 67053 ctr, max domain size 26
23.05/11.45	c (10,10) Heap : 2035 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
23.05/11.45	c (10,10) Simplify CSPinCNF Begin
23.31/11.59	c (11,10) Simplify CSPinCNF End
23.31/11.59	c (11,10) CSP: 200 int (0 aux), 21600 bool (20600 aux), 67053 ctr, max domain size 26
23.31/11.59	c (11,10) Heap : 2091 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
23.31/11.59	c (11,10) Calculate Precise Domain Begin
23.31/11.59	c (11,10) 0 values are removed by re-calculation
23.31/11.59	c (11,10) Calculate Precise Domain End
23.31/11.60	c (11,10) CSP: 200 int (0 aux), 21600 bool (20600 aux), 67053 ctr, max domain size 26
23.31/11.60	c (11,10) Heap : 2091 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
23.31/11.60	c (11,10) CSPinCNF to SatSolver Begin
26.63/13.02	c (12,12) 6706 (10 %) CSP clauses are being encoded (122131 SAT variables, 267002 SAT clauses)
27.91/13.61	c (13,12) 13411 (20 %) CSP clauses are being encoded (145464 SAT variables, 317020 SAT clauses)
28.21/13.94	c (13,13) 20116 (30 %) CSP clauses are being encoded (169468 SAT variables, 368515 SAT clauses)
28.77/14.14	c (13,13) 26822 (40 %) CSP clauses are being encoded (176080 SAT variables, 387101 SAT clauses)
29.05/14.30	c (13,13) 33527 (50 %) CSP clauses are being encoded (181996 SAT variables, 404246 SAT clauses)
29.29/14.44	c (13,13) 40232 (60 %) CSP clauses are being encoded (188116 SAT variables, 421751 SAT clauses)
29.39/14.59	c (14,13) 46938 (70 %) CSP clauses are being encoded (194032 SAT variables, 438897 SAT clauses)
29.59/14.73	c (14,13) 53643 (80 %) CSP clauses are being encoded (200152 SAT variables, 456402 SAT clauses)
29.70/14.87	c (14,13) 60348 (90 %) CSP clauses are being encoded (206068 SAT variables, 473547 SAT clauses)
40.66/22.58	c (22,20) 67053 (100 %) CSP clauses are being encoded (938961 SAT variables, 2625583 SAT clauses)
40.76/22.61	c (22,20) CSPinCNF to SatSolver End
40.76/22.61	c (22,20) Heap : 1707 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
41.68/23.03	c (22,21) STATISTICS2:HOME/instance-4295010-1532538758.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,21800,67053,9223372036854775807,26,24,200,9223372036854775807:252;2305843009213693952:2;288230376151711744:2;36028797018963968:2;4503599627370496:2;562949953421312:2;70368744177664:1;8796093022208:1;1099511627776:1;137438953472:1;16:392;4:396;2:199,26:30000;2:177346,24:200;3:29200;2:36400;1:1253,200:57;198:1;197:2;196:1;195:2;194:3;192:1;191:2;190:3;188:3;186:1;185:4;184:1;182:3;180:3;179:2;178:1;176:3;175:2;174:1;173:2;172:1;170:5;168:1;167:2;166:1;165:2;164:3;162:1;161:2;160:3;158:3;156:1;155:4;154:1;152:3;150:3;149:2;148:1;146:3;145:2;144:1;143:2;142:1;140:5;138:1;137:2;136:1;135:2;134:3;132:1;131:2;130:3;128:3;126:1;125:4;124:1;122:3;120:3;119:2;118:1;116:3;115:2;114:1;113:2;112:1;110:5;108:1;107:2;106:1;105:2;104:3;102:1;101:2;100:3;98:3;96:1;95:4;94:1;92:3;90:2;89:2;88:1;86:3;85:1;84:1;83:2;82:1;80:3;77:2;75:1;74:2;71:2;68:2;65:2;62:2;59:2;56:2;53:2;50:2;47:1;44:1;41:1;38:1;5:392;3:396;2:199;1:165200,2:252
41.68/23.03	c (22,21) SatSolver.solve Begin
41.68/23.03	c (22,21) 943115 bool, 2637912 clause
41.68/23.03	c (22,21) 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-4295010-1532538758.xml-scop-30694.cnf HOME/instance-4295010-1532538758.xml-scop-30694.cnf.out
42.75/24.01	c (23,0) receiving signal SIGTERM
42.75/24.01	s UNKNOWN
42.75/24.03	c (23,21) SatSolver is killed by some reasons.
42.75/24.03	c (23,21) 0,0,10,10,11,11,22,TO,TO,STOP-AFTER(DIMACS)
42.75/24.03	c END-Prog: Wed Jul 25 19:13:02 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 (3781 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295010-1532538758/watcher-4295010-1532538758 -o /tmp/evaluation-result-4295010-1532538758/solver-4295010-1532538758 -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-4295010-1532538758.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
Current StackSize limit: 8192 KiB

solver pid=30694, runsolver pid=30691

[startup+0.10009 s]*
/proc/loadavg: 5.05 5.03 4.70 7/216 30709
/proc/meminfo: memFree=12237740/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15011656 memory=74408 CPUtime=0.11 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 6766 0 0 0 10 1 0 0 20 0 15 0 71438924 15371935744 18602 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3752914 18602 2780 1 0 3715374 0
[pid=30694/tid=30696] ppid=30691 vsize=15011656 memory=-8484391872771298687 CPUtime=0.09 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) R 30691 30694 29212 0 -1 4202560 4879 0 0 0 8 1 0 0 20 0 15 0 71438925 15371935744 18602 33554432000 4194304 4196468 140730963798176 139755385385352 139755393849074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 18602 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 18602 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 18602 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 18668 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438928 15371935744 18668 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30702] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30702/stat : 30702 (java) S 30691 30694 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71438928 15371935744 18668 33554432000 4194304 4196468 140730963798176 139754007946528 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30703] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30703/stat : 30703 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438929 15371935744 18668 33554432000 4194304 4196468 140730963798176 139753739511408 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30704] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30704/stat : 30704 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 18668 33554432000 4194304 4196468 140730963798176 139753365002832 139755413591963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30705] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30705/stat : 30705 (java) S 30691 30694 29212 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 18668 33554432000 4194304 4196468 140730963798176 139754383431792 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30706] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) S 30691 30694 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 18668 33554432000 4194304 4196468 140730963798176 139754382378992 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0.01 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) S 30691 30694 29212 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 71438931 15371935744 18668 33554432000 4194304 4196468 140730963798176 139754381326704 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 18668 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 18668 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 74408 KiB

[startup+0.210324 s]*
/proc/loadavg: 5.05 5.03 4.70 6/216 30709
/proc/meminfo: memFree=12224284/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15011656 memory=86980 CPUtime=0.25 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 10097 0 0 0 23 2 0 0 20 0 15 0 71438924 15371935744 21745 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3752914 21745 2938 1 0 3715374 0
[pid=30694/tid=30696] ppid=30691 vsize=15011656 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) R 30691 30694 29212 0 -1 4202560 8002 0 0 0 18 2 0 0 20 0 15 0 71438925 15371935744 21745 33554432000 4194304 4196468 140730963798176 139755385398736 139755413585302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15011656 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 21745 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15011656 memory=3906785152079939232 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438928 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30702] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30702/stat : 30702 (java) S 30691 30694 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71438928 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754007946528 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30703] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30703/stat : 30703 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438929 15371935744 21745 33554432000 4194304 4196468 140730963798176 139753739511408 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30704] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30704/stat : 30704 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 21745 33554432000 4194304 4196468 140730963798176 139753365002832 139755413591963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30705] ppid=30691 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30694/task/30705/stat : 30705 (java) S 30691 30694 29212 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 71438931 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754383431792 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30706] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) S 30691 30694 29212 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754382378992 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0.03 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) S 30691 30694 29212 0 -1 1077944384 284 0 0 0 3 0 0 0 20 0 15 0 71438931 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754381326704 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 21745 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 21745 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86980 KiB

[startup+0.310282 s]*
/proc/loadavg: 5.05 5.03 4.70 7/216 30709
/proc/meminfo: memFree=12221012/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15011656 memory=90192 CPUtime=0.43 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 10627 0 0 0 40 3 0 0 20 0 15 0 71438924 15371935744 22548 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3752914 22548 2987 1 0 3715374 0
[pid=30694/tid=30696] ppid=30691 vsize=15011656 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) R 30691 30694 29212 0 -1 4202560 8371 0 0 0 28 2 0 0 20 0 15 0 71438925 15371935744 22548 33554432000 4194304 4196468 140730963798176 139755385377520 139755413595293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15011656 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 22548 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15011656 memory=3762669964004083360 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438928 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30702] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30702/stat : 30702 (java) S 30691 30694 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71438928 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754007946528 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30703] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30703/stat : 30703 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438929 15371935744 22548 33554432000 4194304 4196468 140730963798176 139753739511408 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30704] ppid=30691 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30704/stat : 30704 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 22548 33554432000 4194304 4196468 140730963798176 139753365002832 139755413591963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30705] ppid=30691 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30694/task/30705/stat : 30705 (java) R 30691 30694 29212 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 71438931 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754383431792 139755413584514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30706] ppid=30691 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) R 30691 30694 29212 0 -1 4202560 255 0 0 0 2 0 0 0 20 0 15 0 71438931 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754382378992 139755391599250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0.07 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) R 30691 30694 29212 0 -1 4202560 304 0 0 0 7 0 0 0 20 0 15 0 71438931 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754381326704 139755413594714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 22548 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15011656 memory=139828590724736 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438931 15371935744 22548 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90192 KiB

[startup+0.705211 s]
/proc/loadavg: 5.05 5.03 4.70 3/216 30709
/proc/meminfo: memFree=12196756/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15017928 memory=131440 CPUtime=1.05 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 17561 0 0 0 99 6 0 0 20 0 15 0 71438924 15378358272 32860 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3754482 32860 3148 1 0 3715886 0
[pid=30694/tid=30696] ppid=30691 vsize=15017928 memory=9972 CPUtime=0.68 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) R 30691 30694 29212 0 -1 4202560 14807 0 0 0 63 5 0 0 20 0 15 0 71438925 15378358272 32860 33554432000 4194304 4196468 140730963798176 139755385396560 139755413595293 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15017928 memory=15104 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15378358272 32860 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15017928 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15378358272 32860 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15017928 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15378358272 32860 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15017928 memory=960 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15378358272 32860 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15017928 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71438928 15378358272 32860 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30702] ppid=30691 vsize=15017928 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30702/stat : 30702 (java) S 30691 30694 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71438928 15378358272 32925 33554432000 4194304 4196468 140730963798176 139754007946528 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30703] ppid=30691 vsize=15017928 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30703/stat : 30703 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438929 15378358272 32925 33554432000 4194304 4196468 140730963798176 139753739511408 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30704] ppid=30691 vsize=15017928 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30704/stat : 30704 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15378358272 32925 33554432000 4194304 4196468 140730963798176 139753365002832 139755413591963 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30705] ppid=30691 vsize=15017928 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/30694/task/30705/stat : 30705 (java) R 30691 30694 29212 0 -1 4202560 458 0 0 0 7 0 0 0 20 0 15 0 71438931 15378358272 32925 33554432000 4194304 4196468 140730963798176 139754383418360 139755391320753 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30706] ppid=30691 vsize=15017928 memory=7019257425709197167 CPUtime=0.09 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) R 30691 30694 29212 0 -1 4202560 481 0 0 0 9 0 0 0 20 0 15 0 71438931 15378358272 32925 33554432000 4194304 4196468 140730963798176 139754382368592 139755392880311 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15017928 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) R 30691 30694 29212 0 -1 4202560 479 0 0 0 18 0 0 0 20 0 15 0 71438931 15378358272 32925 33554432000 4194304 4196468 140730963798176 139754381323640 139755406670227 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15378358272 32925 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15017928 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438931 15378358272 32925 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 131440 KiB

[startup+1.5015 s]
/proc/loadavg: 5.05 5.03 4.70 6/216 30709
/proc/meminfo: memFree=12157052/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15022100 memory=199076 CPUtime=3.47 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 21955 0 0 0 338 9 0 0 20 0 15 0 71438924 15382630400 49769 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3755525 49769 3212 1 0 3716910 0
[pid=30694/tid=30696] ppid=30691 vsize=15022100 memory=170720 CPUtime=1.47 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) R 30691 30694 29212 0 -1 4202560 15807 0 0 0 141 6 0 0 20 0 15 0 71438925 15382630400 49769 33554432000 4194304 4196468 140730963798176 139755385397936 139755413585302 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15022100 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15382630400 49769 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15382630400 49769 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71438926 15382630400 49769 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71438926 15382630400 49769 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71438928 15382630400 49769 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0

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

[pid=30694/tid=30706] ppid=30691 vsize=15028312 memory=3544 CPUtime=5.51 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) R 30691 30694 29212 0 -1 4202560 9466 0 0 0 549 2 0 0 20 0 15 0 71438931 15388991488 777393 33554432000 4194304 4196468 140730963798176 139754382370320 139755391706711 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15028312 memory=18464 CPUtime=1.63 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) S 30691 30694 29212 0 -1 1077944384 6637 0 0 0 161 2 0 0 20 0 15 0 71438931 15388991488 777393 33554432000 4194304 4196468 140730963798176 139754381326704 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15028312 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15388991488 777393 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15028312 memory=-2892745056948402235 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71438931 15388991488 777393 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 25.97 s
Current children cumulated vsize: 15028312 KiB
Current children cumulated memory: 3109572 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+24.0007 s]*
/proc/loadavg: 5.00 5.03 4.70 6/221 30715
/proc/meminfo: memFree=7991376/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15683912 memory=3950892 CPUtime=41.8 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 61786 0 0 0 3997 183 0 0 20 0 19 0 71438924 16060325888 987723 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3920978 987723 3271 1 0 3881834 0
[pid=30710] ppid=30694 vsize=386084 memory=306656 CPUtime=0.95 cores=0,2,4,6
/proc/30710/stat : 30710 (minisat_release) R 30694 30694 29212 0 -1 4202496 59798 0 0 0 86 9 0 0 20 0 1 0 71441230 395350016 76664 33554432000 4194304 4308513 140724833867328 140724832815560 4210083 0 4 0 8388610 0 0 0 17 0 0 0 0 0 0 6409496 6410680 29761536 140724833870511 140724833871022 140724833871022 140724833873861 0
/proc/30710/statm: 96521 76664 318 28 0 92761 0
[pid=30694/tid=30696] ppid=30691 vsize=15683912 memory=-7824251494390781029 CPUtime=21.86 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) S 30691 30694 29212 0 -1 1077944384 21917 0 0 0 2128 58 0 0 20 0 19 0 71438925 16060325888 987723 33554432000 4194304 4196468 140730963798176 139755385412608 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15683912 memory=0 CPUtime=1.07 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 2480 0 0 0 79 28 0 0 20 0 19 0 71438926 16060325888 987723 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15683912 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 639 0 0 0 80 29 0 0 20 0 19 0 71438926 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15683912 memory=6943526294502006880 CPUtime=1.08 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 682 0 0 0 80 28 0 0 20 0 19 0 71438926 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15683912 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1108 0 0 0 80 29 0 0 20 0 19 0 71438926 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15683912 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 337 0 0 0 2 0 0 0 20 0 19 0 71438928 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30702] ppid=30691 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30702/stat : 30702 (java) S 30691 30694 29212 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 71438928 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754007946592 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30703] ppid=30691 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30703/stat : 30703 (java) S 30691 30694 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 71438929 16060325888 987723 33554432000 4194304 4196468 140730963798176 139753739511424 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30704] ppid=30691 vsize=15683912 memory=7810761727224341590 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30704/stat : 30704 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71438931 16060325888 987723 33554432000 4194304 4196468 140730963798176 139753365002832 139755413591963 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30705] ppid=30691 vsize=15683912 memory=7373047247533856865 CPUtime=7.09 cores=0,2,4,6
/proc/30694/task/30705/stat : 30705 (java) S 30691 30694 29212 0 -1 1077944384 10880 0 0 0 708 1 0 0 20 0 19 0 71438931 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754383431792 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30706] ppid=30691 vsize=15683912 memory=6005669303010882160 CPUtime=6.69 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) S 30691 30694 29212 0 -1 1077944384 13400 0 0 0 667 2 0 0 20 0 19 0 71438931 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754382378992 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15683912 memory=7649399397082935347 CPUtime=1.71 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) S 30691 30694 29212 0 -1 1077944384 7756 0 0 0 168 3 0 0 20 0 19 0 71438931 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754381326704 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15683912 memory=3690603236391186395 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71438931 16060325888 987723 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 1185 0 0 0 0 0 0 0 20 0 19 0 71438931 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30711] ppid=30691 vsize=15683912 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30711/stat : 30711 (java) S 30691 30694 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71441230 16060325888 987723 33554432000 4194304 4196468 140730963798176 139754362242496 139755413597977 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30713] ppid=30691 vsize=15683912 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30713/stat : 30713 (java) S 30691 30694 29212 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 71441230 16060325888 987723 33554432000 4194304 4196468 140730963798176 139752330211248 139755413595293 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30714] ppid=30691 vsize=15683912 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30714/stat : 30714 (java) S 30691 30694 29212 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 71441230 16060325888 987723 33554432000 4194304 4196468 140730963798176 139752464432432 139755413595293 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30715] ppid=30691 vsize=15683912 memory=4063480968553443360 CPUtime=0 cores=0,2,4,6
/proc/30694/task/30715/stat : 30715 (java) S 30691 30694 29212 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 71441232 16060325888 987723 33554432000 4194304 4196468 140730963798176 139752061787040 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 42.75 s
Current children cumulated vsize: 16069996 KiB
Current children cumulated memory: 4257548 KiB

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

[startup+24.3672 s]
# the end of solver process 30694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=40.8439 s, system=1.9783 s

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

[startup+24.2008 s]
/proc/loadavg: 5.00 5.03 4.70 6/221 30715
/proc/meminfo: memFree=7991376/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15749448 memory=3952944 CPUtime=42.77 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 61892 59881 0 0 3997 183 86 11 20 0 18 0 71438924 16127434752 988236 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3937362 988236 3271 1 0 3898218 0
[pid=30694/tid=30696] ppid=30691 vsize=15749448 memory=15460 CPUtime=22.83 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) S 30691 30694 29212 0 -1 1077944384 21930 59881 0 0 2128 58 86 11 20 0 18 0 71438925 16127434752 988236 33554432000 4194304 4196468 140730963798176 139755385413568 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15749448 memory=17668 CPUtime=2.04 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 2480 59881 0 0 79 28 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15749448 memory=19876 CPUtime=2.06 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 639 59881 0 0 80 29 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15749448 memory=22084 CPUtime=2.05 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 682 59881 0 0 80 28 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15749448 memory=24292 CPUtime=2.06 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1108 59881 0 0 80 29 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15749448 memory=26500 CPUtime=0.99 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 345 59881 0 0 2 0 86 11 20 0 18 0 71438928 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30702] ppid=30691 vsize=15749448 memory=28708 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30702/stat : 30702 (java) S 30691 30694 29212 0 -1 1077944384 14 59881 0 0 0 0 86 11 20 0 18 0 71438928 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754007946592 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30703] ppid=30691 vsize=15749448 memory=30916 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30703/stat : 30703 (java) S 30691 30694 29212 0 -1 1077944384 2 59881 0 0 0 0 86 11 20 0 18 0 71438929 16127434752 988236 33554432000 4194304 4196468 140730963798176 139753739511424 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30704] ppid=30691 vsize=15749448 memory=6943526294502006880 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30704/stat : 30704 (java) S 30691 30694 29212 0 -1 1077944384 30 59881 0 0 0 0 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139753365002832 139755413591963 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30705] ppid=30691 vsize=15749448 memory=7230085434555523180 CPUtime=8.06 cores=0,2,4,6
/proc/30694/task/30705/stat : 30705 (java) S 30691 30694 29212 0 -1 1077944384 10880 59881 0 0 708 1 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754383431792 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30706] ppid=30691 vsize=15749448 memory=7800344859672537426 CPUtime=7.66 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) S 30691 30694 29212 0 -1 1077944384 13400 59881 0 0 667 2 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754382378992 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15749448 memory=7518024354259954283 CPUtime=2.68 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) S 30691 30694 29212 0 -1 1077944384 7785 59881 0 0 168 3 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754381326704 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15749448 memory=7380385388137112419 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 59881 0 0 0 0 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15749448 memory=7230638415855315287 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 1185 59881 0 0 0 0 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30711] ppid=30691 vsize=15749448 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30711/stat : 30711 (java) S 30691 30694 29212 0 -1 1077944384 26 59881 0 0 0 0 86 11 20 0 18 0 71441230 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754362241680 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30715] ppid=30691 vsize=15749448 memory=684 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30715/stat : 30715 (java) S 30691 30694 29212 0 -1 1077944384 15 59881 0 0 0 0 86 11 20 0 18 0 71441232 16127434752 988236 33554432000 4194304 4196468 140730963798176 139752061788848 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 42.77 s
Current children cumulated vsize: 15749448 KiB
Current children cumulated memory: 3952944 KiB

[startup+24.3008 s]
/proc/loadavg: 5.00 5.03 4.70 6/221 30715
/proc/meminfo: memFree=7991376/32770624 swapFree=67076460/67108860
[pid=30694] ppid=30691 vsize=15749448 memory=3952944 CPUtime=42.77 cores=0,2,4,6
/proc/30694/stat : 30694 (java) S 30691 30694 29212 0 -1 1077944320 61892 59881 0 0 3997 183 86 11 20 0 18 0 71438924 16127434752 988236 33554432000 4194304 4196468 140730963798176 140730963780720 139755413573367 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
/proc/30694/statm: 3937362 988236 3271 1 0 3898218 0
[pid=30694/tid=30696] ppid=30691 vsize=15749448 memory=3950892 CPUtime=22.83 cores=0,2,4,6
/proc/30694/task/30696/stat : 30696 (java) S 30691 30694 29212 0 -1 1077944384 21930 59881 0 0 2128 58 86 11 20 0 18 0 71438925 16127434752 988236 33554432000 4194304 4196468 140730963798176 139755385413568 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30697] ppid=30691 vsize=15749448 memory=3952944 CPUtime=2.04 cores=0,2,4,6
/proc/30694/task/30697/stat : 30697 (java) S 30691 30694 29212 0 -1 1077944384 2480 59881 0 0 79 28 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139755417815440 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30698] ppid=30691 vsize=15749448 memory=3950892 CPUtime=2.06 cores=0,2,4,6
/proc/30694/task/30698/stat : 30698 (java) S 30691 30694 29212 0 -1 1077944384 639 59881 0 0 80 29 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754874067216 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30699] ppid=30691 vsize=15749448 memory=3950892 CPUtime=2.05 cores=0,2,4,6
/proc/30694/task/30699/stat : 30699 (java) S 30691 30694 29212 0 -1 1077944384 682 59881 0 0 80 28 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754873014928 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30700] ppid=30691 vsize=15749448 memory=3315076 CPUtime=2.06 cores=0,2,4,6
/proc/30694/task/30700/stat : 30700 (java) S 30691 30694 29212 0 -1 1077944384 1108 59881 0 0 80 29 86 11 20 0 18 0 71438926 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754871962128 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30701] ppid=30691 vsize=15749448 memory=7518023259226791573 CPUtime=0.99 cores=0,2,4,6
/proc/30694/task/30701/stat : 30701 (java) S 30691 30694 29212 0 -1 1077944384 345 59881 0 0 2 0 86 11 20 0 18 0 71438928 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754384484976 139755413584514 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30702] ppid=30691 vsize=15749448 memory=303430223234596890 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30702/stat : 30702 (java) S 30691 30694 29212 0 -1 1077944384 14 59881 0 0 0 0 86 11 20 0 18 0 71438928 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754007946592 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30703] ppid=30691 vsize=15749448 memory=288230621803970871 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30703/stat : 30703 (java) S 30691 30694 29212 0 -1 1077944384 2 59881 0 0 0 0 86 11 20 0 18 0 71438929 16127434752 988236 33554432000 4194304 4196468 140730963798176 139753739511424 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30704] ppid=30691 vsize=15749448 memory=3315076 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30704/stat : 30704 (java) S 30691 30694 29212 0 -1 1077944384 30 59881 0 0 0 0 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139753365002832 139755413591963 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30705] ppid=30691 vsize=15749448 memory=3109308 CPUtime=8.06 cores=0,2,4,6
/proc/30694/task/30705/stat : 30705 (java) S 30691 30694 29212 0 -1 1077944384 10880 59881 0 0 708 1 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754383431792 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30706] ppid=30691 vsize=15749448 memory=3298712 CPUtime=7.66 cores=0,2,4,6
/proc/30694/task/30706/stat : 30706 (java) S 30691 30694 29212 0 -1 1077944384 13400 59881 0 0 667 2 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754382378992 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30707] ppid=30691 vsize=15749448 memory=3544 CPUtime=2.68 cores=0,2,4,6
/proc/30694/task/30707/stat : 30707 (java) S 30691 30694 29212 0 -1 1077944384 7785 59881 0 0 168 3 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754381326704 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30708] ppid=30691 vsize=15749448 memory=3544 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30708/stat : 30708 (java) S 30691 30694 29212 0 -1 1077944384 3 59881 0 0 0 0 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139752867097056 139755413583573 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30709] ppid=30691 vsize=15749448 memory=3833044171275108080 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30709/stat : 30709 (java) S 30691 30694 29212 0 -1 1077944384 1185 59881 0 0 0 0 86 11 20 0 18 0 71438931 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754380274608 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30711] ppid=30691 vsize=15749448 memory=3977135165447530069 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30711/stat : 30711 (java) S 30691 30694 29212 0 -1 1077944384 26 59881 0 0 0 0 86 11 20 0 18 0 71441230 16127434752 988236 33554432000 4194304 4196468 140730963798176 139754362241680 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
[pid=30694/tid=30715] ppid=30691 vsize=15749448 memory=3947820 CPUtime=0.97 cores=0,2,4,6
/proc/30694/task/30715/stat : 30715 (java) S 30691 30694 29212 0 -1 1077944384 15 59881 0 0 0 0 86 11 20 0 18 0 71441232 16127434752 988236 33554432000 4194304 4196468 140730963798176 139752061788848 139755413584514 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26005504 140730963801076 140730963801353 140730963801353 140730963804111 0
Current children cumulated CPU time: 42.77 s
Current children cumulated vsize: 15749448 KiB
Current children cumulated memory: 3952944 KiB

Child status: 1
Real time (s): 24.3672
CPU time (s): 42.8222
CPU user time (s): 40.8439
CPU system time (s): 1.9783
CPU usage (%): 175.737
Max. virtual memory (cumulated for all children) (KiB): 16069996
Max. memory (cumulated for all children) (KiB): 4257548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.8439
system time used= 1.9783
maximum resident set size= 3953416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121803
page faults= 0
swaps= 0
block input operations= 0
block output operations= 114632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6289
involuntary context switches= 241


# summary of solver processes directly reported to runsolver:
#   pid: 30694
#   total CPU time (s): 42.8222
#   total CPU user time (s): 40.8439
#   total CPU system time (s): 1.9783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.169386 second user time and 0.278674 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 19:12:38
IDJOB=4295010
IDBENCH=141454
IDSOLVER=2755
FILE ID=node102/4295010-1532538758
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-70-01_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-4295010-1532538758/watcher-4295010-1532538758 -o /tmp/evaluation-result-4295010-1532538758/solver-4295010-1532538758 -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-4295010-1532538758.xml

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

MD5SUM BENCH= 5ebb66a2f72e45e9d6642a776a6cc19c
RANDOM SEED=85563011

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:        12299424 kB
MemAvailable:   19872924 kB
Buffers:          156276 kB
Cached:          7652764 kB
SwapCached:         5708 kB
Active:         13289164 kB
Inactive:        6623460 kB
Active(anon):   12071004 kB
Inactive(anon):    56404 kB
Active(file):    1218160 kB
Inactive(file):  6567056 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076460 kB
Dirty:              8116 kB
Writeback:             0 kB
AnonPages:      12102256 kB
Mapped:            44488 kB
Shmem:             21392 kB
Slab:             236108 kB
SReclaimable:     208236 kB
SUnreclaim:        27872 kB
KernelStack:        3904 kB
PageTables:        29048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13018232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11945984 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:13:02