Trace number 4294992

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)UNSAT 118.467 105.877

General information on the benchmark

NameCarSequencing/
CarSequencing-06-76_c18.xml
MD5SUMb12b47f7e650fdaeab738d4a819b9f4b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.197
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints727
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"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":19},{"degree":16,"count":19},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":49},{"degree":20,"count":14},{"degree":21,"count":14},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":19},{"degree":25,"count":8},{"degree":26,"count":8},"...",{"degree":29,"count":31}, {"degree":30,"count":5}, {"degree":31,"count":5}, {"degree":32,"count":5}, {"degree":33,"count":5}, {"degree":34,"count":5}, {"degree":35,"count":6}, {"degree":36,"count":6}, {"degree":37,"count":4}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":2},{"arity":5,"count":192},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":2},{"arity":22,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":2},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":626},{"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:10:28 CEST 2018
0.67/0.55	c PID: 30530
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
2.25/1.22	c (0,0) Parsing End
2.25/1.23	c (0,0) CSP: 100 int (0 aux), 500 bool (0 aux), 727 ctr, max domain size 22
2.25/1.23	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.25/1.23	c (0,0) Constraint Name Generate Begin
2.25/1.25	c (0,0) Ctr:HOME/instance-4294992-1532538627.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
2.25/1.25	c (0,0) Constraint Name Generate End
2.25/1.25	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.25/1.25	c (0,0) CSP to CSPinCNF Begin
8.20/3.27	c (2,2) translated 73 (10%) constraints
9.09/3.54	c (3,2) translated 146 (20%) constraints
9.09/3.55	c (3,2) translated 219 (30%) constraints
9.09/3.57	c (3,2) translated 291 (40%) constraints
9.09/3.60	c (3,2) translated 364 (50%) constraints
9.45/3.61	c (3,2) translated 437 (60%) constraints
9.45/3.62	c (3,2) translated 509 (70%) constraints
9.45/3.63	c (3,3) translated 582 (80%) constraints
10.35/3.92	c (3,3) translated 655 (90%) constraints
10.58/4.02	c (3,3) translated 727 (100%) constraints
11.52/4.31	c (3,3) STATISTICS1:HOME/instance-4294992-1532538627.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,7400,25348,9223372036854775807,22,23,100,9223372036854775807:105;2305843009213693952:1;1152921504606846976:2;576460752303423488:3;144115188075855872:3;36028797018963968:1;18014398509481984:4;9007199254740992:1;2251799813685248:3;562949953421312:3;281474976710656:2;140737488355328:1;35184372088832:3;17592186044416:2;8796093022208:1;4398046511104:2;2199023255552:1;549755813888:5;137438953472:1;68719476736:2;34359738368:1;17179869184:1;8589934592:3;2147483648:1;1073741824:2;536870912:2;134217728:3;33554432:1;16777216:2;8388608:1;2097152:2;524288:2;262144:1;131072:1;32768:2;16384:1;8192:1;4096:1;2048:1;512:2;128:1;64:1;32:1;16:192;8:2;4:196;2:100,22:8600;2:65357,23:100;3:13000;2:11600;1:648,100:49;98:1;97:2;96:1;95:2;94:3;92:1;91:2;90:3;88:3;86:1;85:4;84:1;82:3;80:3;79:2;78:1;76:3;75:2;74:1;73:2;72:1;70:5;68:1;67:2;66:1;65:2;64:3;62:1;61:2;60:3;58:3;56:1;55:4;54:1;52:3;50:3;49:2;48:1;46:3;45:2;44:1;43:2;42:1;40:5;38:1;37:2;36:1;35:1;34:3;32:1;31:2;30:2;28:3;26:1;25:2;24:1;22:2;20:2;19:1;18:1;16:2;15:1;14:1;13:1;12:1;10:2;8:1;7:1;6:1;5:192;4:2;3:196;2:100;1:64400;0:100,4356:49;4225:1;4096:3;3969:2;3844:3;3721:1;3600:5;3364:3;3249:1;3136:5;2916:3;2809:3;2704:3;2500:5;2401:1;2304:3;2116:5;2025:1;1936:3;1849:2;1764:3
11.52/4.31	c (3,3) ===========================================
11.52/4.31	c (3,3) Both Encoding selects:
11.52/4.31	c (3,3) Order
11.52/4.31	c (3,3) ===========================================
12.50/4.65	c (4,4) translated 2535 (10%) constraints
12.81/4.79	c (4,4) translated 5070 (20%) constraints
13.07/4.87	c (4,4) translated 7605 (30%) constraints
13.37/4.95	c (4,4) translated 10140 (40%) constraints
13.37/5.01	c (4,4) translated 12674 (50%) constraints
13.70/5.06	c (4,4) translated 15209 (60%) constraints
14.00/5.11	c (4,4) translated 17744 (70%) constraints
14.00/5.15	c (4,4) translated 20279 (80%) constraints
14.00/5.19	c (4,4) translated 22814 (90%) constraints
15.60/5.73	c (5,5) translated 25348 (100%) constraints
15.60/5.73	c (5,5) CSP to CSPinCNF End
15.60/5.73	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32528 ctr, max domain size 35
15.60/5.73	c (5,5) Heap : 1408 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
15.60/5.74	c (5,5) CSPinCNF Propagation Begin
16.07/5.97	c (5,5) 0 values, 300 unsatisfiable literals, and 200 valid clauses are removed
16.07/5.97	c (5,5) CSPinCNF Propagation End
16.07/5.97	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
16.07/5.97	c (5,5) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
16.07/5.97	c (5,5) Simplify CSPinCNF Begin
16.42/6.05	c (5,5) Simplify CSPinCNF End
16.42/6.06	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
16.42/6.06	c (5,5) Heap : 1577 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
16.42/6.06	c (5,5) Calculate Precise Domain Begin
16.42/6.09	c (5,5) 0 values are removed by re-calculation
16.42/6.09	c (5,5) Calculate Precise Domain End
16.42/6.09	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
16.42/6.09	c (5,5) Heap : 1577 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
16.42/6.09	c (5,5) CSPinCNF to SatSolver Begin
18.63/7.17	c (6,6) 3233 (10 %) CSP clauses are encoded (27779 SAT variables, 208939 SAT clauses)
18.83/7.21	c (6,6) 6466 (20 %) CSP clauses are encoded (27779 SAT variables, 212172 SAT clauses)
18.83/7.25	c (6,6) 9699 (30 %) CSP clauses are encoded (27779 SAT variables, 215405 SAT clauses)
18.83/7.30	c (6,6) 12932 (40 %) CSP clauses are encoded (27779 SAT variables, 218638 SAT clauses)
19.13/7.33	c (6,6) 16164 (50 %) CSP clauses are encoded (27779 SAT variables, 221870 SAT clauses)
19.13/7.36	c (6,6) 19397 (60 %) CSP clauses are encoded (27779 SAT variables, 225103 SAT clauses)
19.13/7.38	c (6,6) 22630 (70 %) CSP clauses are encoded (27779 SAT variables, 228336 SAT clauses)
19.33/7.40	c (6,6) 25863 (80 %) CSP clauses are encoded (27779 SAT variables, 231569 SAT clauses)
19.33/7.42	c (6,6) 29096 (90 %) CSP clauses are encoded (27779 SAT variables, 234802 SAT clauses)
20.61/8.59	c (8,7) 32328 (100 %) CSP clauses are encoded (27779 SAT variables, 591217 SAT clauses)
20.61/8.59	c (8,7) CSPinCNF to SatSolver End
20.61/8.59	c (8,7) Heap : 627 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
21.00/8.77	c (8,8) STATISTICS2:HOME/instance-4294992-1532538627.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum,11076,32328,1156,35,22,11,1156:5;1122:1;1089:3;1056:2;1024:75;992:1;961:5;900:3;870:1;841:5;784:3;756:3;729:3;676:5;650:1;625:3;576:5;552:1;529:3;512:268;506:2;484:3;462:1;441:5;400:3;380:1;361:5;324:8;306:17;289:18;272:12;256:634;240:13;225:18;210:14;196:26;182:17;169:32;156:15;144:18;132:13;128:292;121:21;110:12;100:18;96:67;90:63;81:124;72:86;64:297;63:12;56:72;54:24;49:79;45:24;36:31;32:11;30:1;27:36;25:85;18:84;16:340;9:24;8:2;4:252;2:100,35:10;34:28;33:30;32:24;31:34;30:24;29:30;28:28;27:26;26:32;25:26;24:28;23:30;22:12624;21:34;20:24;19:30;18:76;17:138;16:148;15:138;14:176;13:210;12:268;11:144;10:532;9:1296;8:618;7:470;6:92;5:352;4:36;3:108;2:74209,22:100;3:12800;2:16000;1:3428,11:72;10:268;9:612;8:292;7:218;6:11;5:399;4:2;3:1454;2:100;1:72600,
21.00/8.77	c (8,8) SatSolver.solve Begin
21.00/8.77	c (8,8) 27779 bool, 591272 clause
21.00/8.77	c (8,8) 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-4294992-1532538627.xml-scop-30530.cnf HOME/instance-4294992-1532538627.xml-scop-30530.cnf.out
118.37/105.84	c (105,0) c This is COMiniSatPS.
118.37/105.84	c (105,0) c WARNING: for repeatability, setting FPU to use double precision
118.37/105.84	c (105,0) c ============================[ Problem Statistics ]=============================
118.37/105.84	c (105,0) c |                                                                             |
118.37/105.84	c (105,0) c |  Number of variables:         27779                                         |
118.37/105.84	c (105,0) c |  Number of clauses:          591060                                         |
118.37/105.84	c (105,0) c |  Parse time:                   0.18 s                                       |
118.37/105.84	c (105,0) c |  Eliminated clauses:           0.14 Mb                                      |
118.37/105.84	c (105,0) c Reduced to 21192 vars, 326400 cls (grow=0)
118.37/105.84	c (105,0) c No iterative elimination performed. (vars=21192, c/v ratio=15.4)
118.37/105.84	c (105,0) c |  Simplification time:          0.77 s                                       |
118.37/105.84	c (105,0) c |                                                                             |
118.37/105.84	c (105,0) c ============================[ Search Statistics ]==============================
118.37/105.84	c (105,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
118.37/105.84	c (105,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
118.37/105.84	c (105,0) c ===============================================================================
118.37/105.84	c (105,0) c ===============================================================================
118.37/105.84	c (105,0) c restarts              : 64
118.37/105.84	c (105,0) c conflicts             : 435364         (4488 /sec)
118.37/105.84	c (105,0) c decisions             : 553159         (0.00 % random) (5702 /sec)
118.37/105.84	c (105,0) c propagations          : 356754799      (3677641 /sec)
118.37/105.84	c (105,0) c conflict literals     : 13734283       (52.70 % deleted)
118.37/105.84	c (105,0) c CPU time              : 97.0064 s
118.37/105.84	c (105,0) 
118.37/105.84	c (105,0) s UNSATISFIABLE
118.37/105.85	c (105,8) SatSolver.solve End
118.37/105.85	c (105,8) Heap : 850 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
118.37/105.85	c (105,8) Show results Begin
118.37/105.85	s UNSATISFIABLE
118.37/105.85	c (105,8) Show results End
118.37/105.85	c (105,8) Heap : 850 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
118.37/105.85	c (105,8) 0,0,5,5,5,5,8,105,105,STOP-AFTER(ALL)
118.37/105.85	c END-Prog: Wed Jul 25 19:12:13 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-4294992-1532538627/watcher-4294992-1532538627 -o /tmp/evaluation-result-4294992-1532538627/solver-4294992-1532538627 -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-4294992-1532538627.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=30530, runsolver pid=30527

[startup+0.100153 s]*
/proc/loadavg: 5.56 5.17 4.69 7/216 30545
/proc/meminfo: memFree=12238780/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15011656 memory=74216 CPUtime=0.12 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 6715 0 0 0 10 2 0 0 20 0 15 0 71425889 15371935744 18554 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3752914 18554 2782 1 0 3715374 0
[pid=30530/tid=30532] ppid=30527 vsize=15011656 memory=-8484391872771429505 CPUtime=0.09 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 29212 0 -1 4202560 4832 0 0 0 8 1 0 0 20 0 15 0 71425889 15371935744 18554 33554432000 4194304 4196468 140729554479344 140356420899208 140356429363037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 18554 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 18554 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 18554 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 18554 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425892 15371935744 18620 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30538] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30538/stat : 30538 (java) S 30527 30530 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71425893 15371935744 18620 33554432000 4194304 4196468 140729554479344 140355001377568 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30539] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30539/stat : 30539 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425893 15371935744 18620 33554432000 4194304 4196468 140729554479344 140354766496880 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30540] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30540/stat : 30540 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425895 15371935744 18620 33554432000 4194304 4196468 140729554479344 140354391988304 140356449105819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30541] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30541/stat : 30541 (java) S 30527 30530 29212 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 71425895 15371935744 18620 33554432000 4194304 4196468 140729554479344 140355855501936 140356449098370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30542] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30542/stat : 30542 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425895 15371935744 18620 33554432000 4194304 4196468 140729554479344 140355854449136 140356449098370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30543] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30543/stat : 30543 (java) S 30527 30530 29212 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 15 0 71425895 15371935744 18620 33554432000 4194304 4196468 140729554479344 140355853396848 140356449098370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30544] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30544/stat : 30544 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425896 15371935744 18620 33554432000 4194304 4196468 140729554479344 140353894083552 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30545] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30545/stat : 30545 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425896 15371935744 18620 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 74216 KiB

[startup+0.210539 s]*
/proc/loadavg: 5.56 5.17 4.69 6/216 30545
/proc/meminfo: memFree=12225028/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15011656 memory=86264 CPUtime=0.25 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 9979 0 0 0 23 2 0 0 20 0 15 0 71425889 15371935744 21566 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3752914 21566 2886 1 0 3715374 0
[pid=30530/tid=30532] ppid=30527 vsize=15011656 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 29212 0 -1 4202560 7888 0 0 0 18 2 0 0 20 0 15 0 71425889 15371935744 21566 33554432000 4194304 4196468 140729554479344 140356420913616 140356449099158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15011656 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 21566 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15011656 memory=3906785404213655200 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 21566 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425892 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30538] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30538/stat : 30538 (java) S 30527 30530 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71425893 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355001377568 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30539] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30539/stat : 30539 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425893 15371935744 21566 33554432000 4194304 4196468 140729554479344 140354766496880 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30540] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30540/stat : 30540 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425895 15371935744 21566 33554432000 4194304 4196468 140729554479344 140354391988304 140356449105819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30541] ppid=30527 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30530/task/30541/stat : 30541 (java) R 30527 30530 29212 0 -1 4202560 449 0 0 0 1 0 0 0 20 0 15 0 71425895 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355855502032 140356435141928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30542] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30542/stat : 30542 (java) R 30527 30530 29212 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 71425895 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355854449136 140356449098370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30543] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0.03 cores=0,2,4,6
/proc/30530/task/30543/stat : 30543 (java) R 30527 30530 29212 0 -1 4202560 288 0 0 0 3 0 0 0 20 0 15 0 71425895 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355853396848 140356428436928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30544] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30544/stat : 30544 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425896 15371935744 21566 33554432000 4194304 4196468 140729554479344 140353894083552 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30545] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30545/stat : 30545 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425896 15371935744 21566 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86264 KiB

[startup+0.310471 s]*
/proc/loadavg: 5.56 5.17 4.69 6/216 30545
/proc/meminfo: memFree=12221368/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15011656 memory=89732 CPUtime=0.43 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 10508 0 0 0 40 3 0 0 20 0 15 0 71425889 15371935744 22433 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3752914 22433 2994 1 0 3715374 0
[pid=30530/tid=30532] ppid=30527 vsize=15011656 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 29212 0 -1 4202560 8257 0 0 0 28 2 0 0 20 0 15 0 71425889 15371935744 22433 33554432000 4194304 4196468 140729554479344 140356420891376 140356449109149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15011656 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 22433 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15011656 memory=3762670216137799328 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 22433 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425891 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425892 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30538] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30538/stat : 30538 (java) S 30527 30530 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71425893 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355001377568 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30539] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30539/stat : 30539 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425893 15371935744 22433 33554432000 4194304 4196468 140729554479344 140354766496880 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30540] ppid=30527 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30540/stat : 30540 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425895 15371935744 22433 33554432000 4194304 4196468 140729554479344 140354391988304 140356449105819 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30541] ppid=30527 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30530/task/30541/stat : 30541 (java) R 30527 30530 29212 0 -1 4202560 480 0 0 0 2 0 0 0 20 0 15 0 71425895 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355855501936 140356433481426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30542] ppid=30527 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30530/task/30542/stat : 30542 (java) R 30527 30530 29212 0 -1 1077944384 128 0 0 0 2 0 0 0 20 0 15 0 71425895 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355854449136 140356449098370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30543] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0.07 cores=0,2,4,6
/proc/30530/task/30543/stat : 30543 (java) R 30527 30530 29212 0 -1 4202560 307 0 0 0 7 0 0 0 20 0 15 0 71425895 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355853396848 140356427626246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30544] ppid=30527 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30544/stat : 30544 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425896 15371935744 22433 33554432000 4194304 4196468 140729554479344 140353894083552 140356449097429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30545] ppid=30527 vsize=15011656 memory=140080724440704 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30545/stat : 30545 (java) R 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425896 15371935744 22433 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89732 KiB

[startup+0.704239 s]
/proc/loadavg: 5.56 5.17 4.69 6/216 30545
/proc/meminfo: memFree=12197556/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15020052 memory=129624 CPUtime=1.04 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 17630 0 0 0 98 6 0 0 20 0 15 0 71425889 15380533248 32406 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3755013 32406 3152 1 0 3716398 0
[pid=30530/tid=30532] ppid=30527 vsize=15020052 memory=9972 CPUtime=0.67 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 29212 0 -1 4202560 14874 0 0 0 63 4 0 0 20 0 15 0 71425889 15380533248 32406 33554432000 4194304 4196468 140729554479344 140356420923312 140356427090137 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15020052 memory=15104 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15380533248 32406 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15020052 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15380533248 32470 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15020052 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15020052 memory=960 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425891 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15020052 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71425892 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30538] ppid=30527 vsize=15020052 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30538/stat : 30538 (java) S 30527 30530 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71425893 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355001377568 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30539] ppid=30527 vsize=15020052 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30539/stat : 30539 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425893 15380533248 32470 33554432000 4194304 4196468 140729554479344 140354766496880 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30540] ppid=30527 vsize=15020052 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30540/stat : 30540 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425895 15380533248 32470 33554432000 4194304 4196468 140729554479344 140354391988304 140356449105819 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30541] ppid=30527 vsize=15020052 memory=7881696724453321575 CPUtime=0.09 cores=0,2,4,6
/proc/30530/task/30541/stat : 30541 (java) S 30527 30530 29212 0 -1 1077944384 735 0 0 0 9 0 0 0 20 0 15 0 71425895 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355855501936 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30542] ppid=30527 vsize=15020052 memory=7019257425709197167 CPUtime=0.07 cores=0,2,4,6
/proc/30530/task/30542/stat : 30542 (java) R 30527 30530 29212 0 -1 4202560 195 0 0 0 7 0 0 0 20 0 15 0 71425895 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355854437808 140356432474090 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30543] ppid=30527 vsize=15020052 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/30530/task/30543/stat : 30543 (java) R 30527 30530 29212 0 -1 4202560 487 0 0 0 17 0 0 0 20 0 15 0 71425895 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355853394640 140356428476474 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30544] ppid=30527 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30544/stat : 30544 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71425896 15380533248 32470 33554432000 4194304 4196468 140729554479344 140353894083552 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30545] ppid=30527 vsize=15020052 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30545/stat : 30545 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425896 15380533248 32470 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 129624 KiB

[startup+1.50129 s]
/proc/loadavg: 5.56 5.17 4.69 6/216 30545
/proc/meminfo: memFree=12166864/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15022100 memory=183676 CPUtime=3.13 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 20871 0 0 0 305 8 0 0 20 0 15 0 71425889 15382630400 45919 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3755525 45919 3206 1 0 3716910 0
[pid=30530/tid=30532] ppid=30527 vsize=15022100 memory=164188 CPUtime=1.47 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 29212 0 -1 4202560 15898 0 0 0 141 6 0 0 20 0 15 0 71425889 15382630400 45919 33554432000 4194304 4196468 140729554479344 140356420917008 140355931320117 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15022100 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15382630400 45919 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15382630400 45919 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71425891 15382630400 45919 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71425891 15382630400 45919 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 71425892 15382630400 45919 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0

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

/proc/30530/task/30545/stat : 30545 (java) S 30527 30530 29212 0 -1 1077944384 9 0 0 0 2 2 0 0 20 0 19 0 71425896 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30547] ppid=30527 vsize=15683912 memory=15258134151170438 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30547/stat : 30547 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355766768576 140356449111833 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30549] ppid=30527 vsize=15683912 memory=3085792 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30549/stat : 30549 (java) S 30527 30530 29212 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353491418544 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30550] ppid=30527 vsize=15683912 memory=72828 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30550/stat : 30550 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353357197104 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30551] ppid=30527 vsize=15683912 memory=-7824251494391044710 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30551/stat : 30551 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 71426770 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353088773536 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 116.57 s
Current children cumulated vsize: 15776260 KiB
Current children cumulated memory: 3158620 KiB

[startup+104.801 s]
/proc/loadavg: 4.44 4.93 4.66 6/221 30552
/proc/meminfo: memFree=9130888/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15683912 memory=3085792 CPUtime=21.37 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 41571 0 0 0 2070 67 0 0 20 0 19 0 71425889 16060325888 771448 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3920978 771448 3244 1 0 3881834 0
[pid=30546] ppid=30530 vsize=92348 memory=72828 CPUtime=96 cores=0,2,4,6
/proc/30546/stat : 30546 (minisat_release) R 30530 30530 29212 0 -1 4202496 64808 0 0 0 9596 4 0 0 20 0 1 0 71426767 94564352 18207 33554432000 4194304 4308513 140733508469472 140733508466472 4264574 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 40120320 140733508473519 140733508474030 140733508474030 140733508476869 0
/proc/30546/statm: 23087 18207 355 28 0 19327 0
[pid=30530/tid=30532] ppid=30527 vsize=15683912 memory=-7824251494391044710 CPUtime=8.64 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) S 30527 30530 29212 0 -1 1077944384 18562 0 0 0 813 51 0 0 20 0 19 0 71425889 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356420926464 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15683912 memory=288230621803970871 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 31 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15683912 memory=15258134151170438 CPUtime=0.04 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 21 0 0 0 3 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15683912 memory=2764 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15683912 memory=796 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 107 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15683912 memory=1008 CPUtime=0.01 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 19 0 71425892 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30538] ppid=30527 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30538/stat : 30538 (java) S 30527 30530 29212 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 71425893 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355001377632 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30539] ppid=30527 vsize=15683912 memory=271205709936450 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30539/stat : 30539 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425893 16060325888 771448 33554432000 4194304 4196468 140729554479344 140354766496880 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30540] ppid=30527 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30540/stat : 30540 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140354391988304 140356449105819 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30541] ppid=30527 vsize=15683912 memory=-7824251494391044710 CPUtime=5.23 cores=0,2,4,6
/proc/30530/task/30541/stat : 30541 (java) S 30527 30530 29212 0 -1 1077944384 6834 0 0 0 522 1 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355855501936 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30542] ppid=30527 vsize=15683912 memory=960 CPUtime=5.37 cores=0,2,4,6
/proc/30530/task/30542/stat : 30542 (java) S 30527 30530 29212 0 -1 1077944384 5735 0 0 0 535 2 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355854449136 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30543] ppid=30527 vsize=15683912 memory=1220 CPUtime=1.79 cores=0,2,4,6
/proc/30530/task/30543/stat : 30543 (java) S 30527 30530 29212 0 -1 1077944384 8737 0 0 0 176 3 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355853396848 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30544] ppid=30527 vsize=15683912 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30544/stat : 30544 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425896 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353894083552 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30545] ppid=30527 vsize=15683912 memory=2164 CPUtime=0.04 cores=0,2,4,6
/proc/30530/task/30545/stat : 30545 (java) S 30527 30530 29212 0 -1 1077944384 9 0 0 0 2 2 0 0 20 0 19 0 71425896 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30547] ppid=30527 vsize=15683912 memory=3700 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30547/stat : 30547 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355766768576 140356449111833 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30549] ppid=30527 vsize=15683912 memory=844 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30549/stat : 30549 (java) S 30527 30530 29212 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353491418544 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30550] ppid=30527 vsize=15683912 memory=1460 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30550/stat : 30550 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353357197104 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30551] ppid=30527 vsize=15683912 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30551/stat : 30551 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 71426770 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353088773536 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 117.37 s
Current children cumulated vsize: 15776260 KiB
Current children cumulated memory: 3158620 KiB

[startup+105.601 s]
/proc/loadavg: 4.44 4.93 4.66 6/221 30552
/proc/meminfo: memFree=9130888/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15683912 memory=3085792 CPUtime=21.37 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 41571 0 0 0 2070 67 0 0 20 0 19 0 71425889 16060325888 771448 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3920978 771448 3244 1 0 3881834 0
[pid=30546] ppid=30530 vsize=92348 memory=72828 CPUtime=96.8 cores=0,2,4,6
/proc/30546/stat : 30546 (minisat_release) R 30530 30530 29212 0 -1 4202496 64817 0 0 0 9676 4 0 0 20 0 1 0 71426767 94564352 18207 33554432000 4194304 4308513 140733508469472 140733508466472 4262786 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 40120320 140733508473519 140733508474030 140733508474030 140733508476869 0
/proc/30546/statm: 23087 18207 355 28 0 19327 0
[pid=30530/tid=30532] ppid=30527 vsize=15683912 memory=3085792 CPUtime=8.64 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) S 30527 30530 29212 0 -1 1077944384 18562 0 0 0 813 51 0 0 20 0 19 0 71425889 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356420926464 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15683912 memory=72828 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 31 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15683912 memory=-7824251494391044710 CPUtime=0.04 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 21 0 0 0 3 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15683912 memory=3085792 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15683912 memory=72828 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 107 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15683912 memory=3085792 CPUtime=0.01 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 19 0 71425892 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30538] ppid=30527 vsize=15683912 memory=-7824251494391044710 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30538/stat : 30538 (java) S 30527 30530 29212 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 71425893 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355001377632 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30539] ppid=30527 vsize=15683912 memory=72828 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30539/stat : 30539 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425893 16060325888 771448 33554432000 4194304 4196468 140729554479344 140354766496880 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30540] ppid=30527 vsize=15683912 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30540/stat : 30540 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140354391988304 140356449105819 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30541] ppid=30527 vsize=15683912 memory=2164 CPUtime=5.23 cores=0,2,4,6
/proc/30530/task/30541/stat : 30541 (java) S 30527 30530 29212 0 -1 1077944384 6834 0 0 0 522 1 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355855501936 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30542] ppid=30527 vsize=15683912 memory=3085792 CPUtime=5.37 cores=0,2,4,6
/proc/30530/task/30542/stat : 30542 (java) S 30527 30530 29212 0 -1 1077944384 5735 0 0 0 535 2 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355854449136 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30543] ppid=30527 vsize=15683912 memory=72828 CPUtime=1.79 cores=0,2,4,6
/proc/30530/task/30543/stat : 30543 (java) S 30527 30530 29212 0 -1 1077944384 8737 0 0 0 176 3 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355853396848 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30544] ppid=30527 vsize=15683912 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30544/stat : 30544 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425896 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353894083552 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30545] ppid=30527 vsize=15683912 memory=15316 CPUtime=0.04 cores=0,2,4,6
/proc/30530/task/30545/stat : 30545 (java) S 30527 30530 29212 0 -1 1077944384 9 0 0 0 2 2 0 0 20 0 19 0 71425896 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30547] ppid=30527 vsize=15683912 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30547/stat : 30547 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355766768576 140356449111833 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30549] ppid=30527 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30549/stat : 30549 (java) S 30527 30530 29212 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353491418544 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30550] ppid=30527 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30550/stat : 30550 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353357197104 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30551] ppid=30527 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30551/stat : 30551 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 71426770 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353088773536 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 118.17 s
Current children cumulated vsize: 15776260 KiB
Current children cumulated memory: 3158620 KiB

[startup+105.801 s]
/proc/loadavg: 4.44 4.93 4.66 6/221 30552
/proc/meminfo: memFree=9130888/32770624 swapFree=67076460/67108860
[pid=30530] ppid=30527 vsize=15683912 memory=3085792 CPUtime=21.37 cores=0,2,4,6
/proc/30530/stat : 30530 (java) S 30527 30530 29212 0 -1 1077944320 41571 0 0 0 2070 67 0 0 20 0 19 0 71425889 16060325888 771448 33554432000 4194304 4196468 140729554479344 140729554461888 140356449087223 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
/proc/30530/statm: 3920978 771448 3244 1 0 3881834 0
[pid=30546] ppid=30530 vsize=92348 memory=72828 CPUtime=97 cores=0,2,4,6
/proc/30546/stat : 30546 (minisat_release) R 30530 30530 29212 0 -1 4202496 64817 0 0 0 9696 4 0 0 20 0 1 0 71426767 94564352 18207 33554432000 4194304 4308513 140733508469472 140733508466472 4275579 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 40120320 140733508473519 140733508474030 140733508474030 140733508476869 0
/proc/30546/statm: 23087 18207 355 28 0 19327 0
[pid=30530/tid=30532] ppid=30527 vsize=15683912 memory=-7824251494391044710 CPUtime=8.64 cores=0,2,4,6
/proc/30530/task/30532/stat : 30532 (java) S 30527 30530 29212 0 -1 1077944384 18562 0 0 0 813 51 0 0 20 0 19 0 71425889 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356420926464 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30533] ppid=30527 vsize=15683912 memory=-3472574944341025154 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30533/stat : 30533 (java) S 30527 30530 29212 0 -1 1077944384 31 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356453329808 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30534] ppid=30527 vsize=15683912 memory=-7094132109863559211 CPUtime=0.04 cores=0,2,4,6
/proc/30530/task/30534/stat : 30534 (java) S 30527 30530 29212 0 -1 1077944384 21 0 0 0 3 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140356244413200 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30535] ppid=30527 vsize=15683912 memory=-7880843606118635149 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30535/stat : 30535 (java) S 30527 30530 29212 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355908746384 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30536] ppid=30527 vsize=15683912 memory=6944656592387989600 CPUtime=0.05 cores=0,2,4,6
/proc/30530/task/30536/stat : 30536 (java) S 30527 30530 29212 0 -1 1077944384 107 0 0 0 4 1 0 0 20 0 19 0 71425891 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355907693584 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30537] ppid=30527 vsize=15683912 memory=-7824251494391044710 CPUtime=0.01 cores=0,2,4,6
/proc/30530/task/30537/stat : 30537 (java) S 30527 30530 29212 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 19 0 71425892 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355856554096 140356449098370 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30538] ppid=30527 vsize=15683912 memory=271192825065096 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30538/stat : 30538 (java) S 30527 30530 29212 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 71425893 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355001377632 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30539] ppid=30527 vsize=15683912 memory=271192825065097 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30539/stat : 30539 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425893 16060325888 771448 33554432000 4194304 4196468 140729554479344 140354766496880 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30540] ppid=30527 vsize=15683912 memory=271192825065098 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30540/stat : 30540 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140354391988304 140356449105819 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30541] ppid=30527 vsize=15683912 memory=271192825065099 CPUtime=5.23 cores=0,2,4,6
/proc/30530/task/30541/stat : 30541 (java) S 30527 30530 29212 0 -1 1077944384 6834 0 0 0 522 1 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355855501936 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30542] ppid=30527 vsize=15683912 memory=0 CPUtime=5.37 cores=0,2,4,6
/proc/30530/task/30542/stat : 30542 (java) S 30527 30530 29212 0 -1 1077944384 5735 0 0 0 535 2 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355854449136 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30543] ppid=30527 vsize=15683912 memory=6943526294502006880 CPUtime=1.79 cores=0,2,4,6
/proc/30530/task/30543/stat : 30543 (java) S 30527 30530 29212 0 -1 1077944384 8737 0 0 0 176 3 0 0 20 0 19 0 71425895 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355853396848 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30544] ppid=30527 vsize=15683912 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30544/stat : 30544 (java) S 30527 30530 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 71425896 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353894083552 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30545] ppid=30527 vsize=15683912 memory=6944656575208382560 CPUtime=0.04 cores=0,2,4,6
/proc/30530/task/30545/stat : 30545 (java) S 30527 30530 29212 0 -1 1077944384 9 0 0 0 2 2 0 0 20 0 19 0 71425896 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355852343728 140356449098370 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30547] ppid=30527 vsize=15683912 memory=8028631073110250067 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30547/stat : 30547 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140355766768576 140356449111833 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30549] ppid=30527 vsize=15683912 memory=6081952328975149414 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30549/stat : 30549 (java) S 30527 30530 29212 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353491418544 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30550] ppid=30527 vsize=15683912 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30550/stat : 30550 (java) S 30527 30530 29212 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 71426768 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353357197104 140356449109149 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
[pid=30530/tid=30551] ppid=30527 vsize=15683912 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/30530/task/30551/stat : 30551 (java) S 30527 30530 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 71426770 16060325888 771448 33554432000 4194304 4196468 140729554479344 140353088773536 140356449097429 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21299200 140729554486260 140729554486537 140729554486537 140729554489295 0
Current children cumulated CPU time: 118.37 s
Current children cumulated vsize: 15776260 KiB
Current children cumulated memory: 3158620 KiB

Child status: 0
Real time (s): 105.877
CPU time (s): 118.467
CPU user time (s): 117.719
CPU system time (s): 0.748109
CPU usage (%): 111.891
Max. virtual memory (cumulated for all children) (KiB): 15778092
Max. memory (cumulated for all children) (KiB): 3158620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.719
system time used= 0.748109
maximum resident set size= 3088908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106455
page faults= 0
swaps= 0
block input operations= 0
block output operations= 31816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7798
involuntary context switches= 208


# summary of solver processes directly reported to runsolver:
#   pid: 30530
#   total CPU time (s): 118.467
#   total CPU user time (s): 117.719
#   total CPU system time (s): 0.748109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.74014 second user time and 1.12748 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 19:10:27
IDJOB=4294992
IDBENCH=141452
IDSOLVER=2755
FILE ID=node102/4294992-1532538627
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-06-76_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-4294992-1532538627/watcher-4294992-1532538627 -o /tmp/evaluation-result-4294992-1532538627/solver-4294992-1532538627 -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-4294992-1532538627.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=175039857

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:        12299816 kB
MemAvailable:   19872504 kB
Buffers:          156100 kB
Cached:          7652912 kB
SwapCached:         5708 kB
Active:         13288368 kB
Inactive:        6623080 kB
Active(anon):   12070624 kB
Inactive(anon):    56404 kB
Active(file):    1217744 kB
Inactive(file):  6566676 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076460 kB
Dirty:              7992 kB
Writeback:             0 kB
AnonPages:      12083892 kB
Mapped:            44488 kB
Shmem:             21392 kB
Slab:             235852 kB
SReclaimable:     208208 kB
SUnreclaim:        27644 kB
KernelStack:        3920 kB
PageTables:        29028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13018320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11927552 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:12:13