Trace number 4294993

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-06-13)UNSAT 118.754 105.865

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.66/0.52	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Thu Jul 26 02:06:02 CEST 2018
0.66/0.54	c PID: 925
0.66/0.54	c IP: 172.20.3.150
0.66/0.54	c HOST: node150.alineos.net
0.66/0.55	c (0,0) Parsing Begin
2.27/1.21	c (0,0) Parsing End
2.27/1.22	c (0,0) CSP: 100 int (0 aux), 500 bool (0 aux), 727 ctr, max domain size 22
2.27/1.22	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.27/1.22	c (0,0) Constraint Name Generate Begin
2.27/1.23	c (0,0) Ctr:HOME/instance-4294993-1532563561.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
2.27/1.23	c (0,0) Constraint Name Generate End
2.27/1.23	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.27/1.23	c (0,0) CSP to CSPinCNF Begin
8.27/3.13	c (2,2) translated 73 (10%) constraints
9.13/3.42	c (2,2) translated 146 (20%) constraints
9.13/3.43	c (2,2) translated 219 (30%) constraints
9.13/3.44	c (2,2) translated 291 (40%) constraints
9.13/3.46	c (2,2) translated 364 (50%) constraints
9.13/3.47	c (2,2) translated 437 (60%) constraints
9.13/3.48	c (2,2) translated 509 (70%) constraints
9.13/3.50	c (2,2) translated 582 (80%) constraints
10.14/3.78	c (3,3) translated 655 (90%) constraints
10.44/3.89	c (3,3) translated 727 (100%) constraints
11.73/4.21	c (3,3) STATISTICS1:HOME/instance-4294993-1532563561.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.73/4.21	c (3,3) ===========================================
11.73/4.21	c (3,3) Order
11.73/4.21	c (3,3) ===========================================
12.70/4.58	c (4,4) translated 2535 (10%) constraints
13.30/4.72	c (4,4) translated 5070 (20%) constraints
13.30/4.80	c (4,4) translated 7605 (30%) constraints
13.60/4.86	c (4,4) translated 10140 (40%) constraints
13.90/4.91	c (4,4) translated 12674 (50%) constraints
13.90/4.96	c (4,4) translated 15209 (60%) constraints
13.90/5.00	c (4,4) translated 17744 (70%) constraints
14.23/5.04	c (4,4) translated 20279 (80%) constraints
14.23/5.08	c (4,4) translated 22814 (90%) constraints
15.55/5.59	c (5,5) translated 25348 (100%) constraints
15.55/5.59	c (5,5) CSP to CSPinCNF End
15.55/5.60	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32528 ctr, max domain size 35
15.55/5.60	c (5,5) Heap : 1408 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
15.55/5.60	c (5,5) CSPinCNF Propagation Begin
16.36/5.84	c (5,5) 0 values, 300 unsatisfiable literals, and 200 valid clauses are removed
16.36/5.84	c (5,5) CSPinCNF Propagation End
16.36/5.84	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
16.36/5.84	c (5,5) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
16.36/5.84	c (5,5) Simplify CSPinCNF Begin
16.65/5.92	c (5,5) Simplify CSPinCNF End
16.65/5.92	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
16.65/5.92	c (5,5) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
16.65/5.92	c (5,5) Calculate Precise Domain Begin
16.65/5.96	c (5,5) 0 values are removed by re-calculation
16.65/5.96	c (5,5) Calculate Precise Domain End
16.65/5.96	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
16.65/5.96	c (5,5) Heap : 1577 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
16.65/5.96	c (5,5) CSPinCNF to SatSolver Begin
18.81/7.02	c (6,6) 3233 (10 %) CSP clauses are encoded (27779 SAT variables, 208939 SAT clauses)
18.81/7.06	c (6,6) 6466 (20 %) CSP clauses are encoded (27779 SAT variables, 212172 SAT clauses)
18.81/7.10	c (6,6) 9699 (30 %) CSP clauses are encoded (27779 SAT variables, 215405 SAT clauses)
19.13/7.15	c (6,6) 12932 (40 %) CSP clauses are encoded (27779 SAT variables, 218638 SAT clauses)
19.13/7.18	c (6,6) 16164 (50 %) CSP clauses are encoded (27779 SAT variables, 221870 SAT clauses)
19.39/7.20	c (6,6) 19397 (60 %) CSP clauses are encoded (27779 SAT variables, 225103 SAT clauses)
19.39/7.22	c (6,6) 22630 (70 %) CSP clauses are encoded (27779 SAT variables, 228336 SAT clauses)
19.39/7.24	c (6,6) 25863 (80 %) CSP clauses are encoded (27779 SAT variables, 231569 SAT clauses)
19.39/7.26	c (6,6) 29096 (90 %) CSP clauses are encoded (27779 SAT variables, 234802 SAT clauses)
20.79/8.41	c (7,7) 32328 (100 %) CSP clauses are encoded (27779 SAT variables, 591217 SAT clauses)
20.79/8.41	c (7,7) CSPinCNF to SatSolver End
20.79/8.41	c (7,7) Heap : 627 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
21.05/8.58	c (8,7) STATISTICS2:HOME/instance-4294993-1532563561.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.05/8.58	c (8,7) SatSolver.solve Begin
21.05/8.58	c (8,7) 27779 bool, 591272 clause
21.05/8.58	c (8,7) 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-4294993-1532563561.xml-scop-925.cnf HOME/instance-4294993-1532563561.xml-scop-925.cnf.out
118.67/105.83	c (105,0) c This is COMiniSatPS.
118.67/105.83	c (105,0) c WARNING: for repeatability, setting FPU to use double precision
118.67/105.83	c (105,0) c ============================[ Problem Statistics ]=============================
118.67/105.83	c (105,0) c |                                                                             |
118.67/105.83	c (105,0) c |  Number of variables:         27779                                         |
118.67/105.83	c (105,0) c |  Number of clauses:          591060                                         |
118.67/105.83	c (105,0) c |  Parse time:                   0.17 s                                       |
118.67/105.83	c (105,0) c |  Eliminated clauses:           0.14 Mb                                      |
118.67/105.83	c (105,0) c Reduced to 21192 vars, 326400 cls (grow=0)
118.67/105.83	c (105,0) c No iterative elimination performed. (vars=21192, c/v ratio=15.4)
118.67/105.83	c (105,0) c |  Simplification time:          0.78 s                                       |
118.67/105.83	c (105,0) c |                                                                             |
118.67/105.83	c (105,0) c ============================[ Search Statistics ]==============================
118.67/105.83	c (105,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
118.67/105.83	c (105,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
118.67/105.83	c (105,0) c ===============================================================================
118.67/105.83	c (105,0) c ===============================================================================
118.67/105.83	c (105,0) c restarts              : 64
118.67/105.83	c (105,0) c conflicts             : 435364         (4481 /sec)
118.67/105.83	c (105,0) c decisions             : 553159         (0.00 % random) (5694 /sec)
118.67/105.83	c (105,0) c propagations          : 356754799      (3672246 /sec)
118.67/105.83	c (105,0) c conflict literals     : 13734283       (52.70 % deleted)
118.67/105.83	c (105,0) c CPU time              : 97.1489 s
118.67/105.83	c (105,0) 
118.67/105.83	c (105,0) s UNSATISFIABLE
118.67/105.84	c (105,8) SatSolver.solve End
118.67/105.84	c (105,8) Heap : 850 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
118.67/105.84	c (105,8) Show results Begin
118.67/105.84	s UNSATISFIABLE
118.67/105.84	c (105,8) Show results End
118.67/105.84	c (105,8) Heap : 850 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
118.67/105.84	c (105,8) 0,0,5,5,5,5,7,105,105,STOP-AFTER(ALL)
118.67/105.84	c END-Prog: Thu Jul 26 02:07:47 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 (538 MiB free)
  memory of node 1: 16384 MiB (11894 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294993-1532563561/watcher-4294993-1532563561 -o /tmp/evaluation-result-4294993-1532563561/solver-4294993-1532563561 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294993-1532563561.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100077 s]*
/proc/loadavg: 3.39 4.56 3.71 6/216 941
/proc/meminfo: memFree=12668912/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15011656 memory=73624 CPUtime=0.11 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 6577 0 0 0 9 2 0 0 20 0 15 0 73919375 15371935744 18406 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3752914 18406 2777 1 0 3715374 0
[pid=925/tid=927] ppid=922 vsize=15011656 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) R 922 925 32649 0 -1 4202560 5117 0 0 0 8 1 0 0 20 0 15 0 73919376 15371935744 18868 33554432000 4194304 4196468 140720435538288 140279373535632 140279381985024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 18868 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 18868 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 18868 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 18868 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 18868 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=934] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/934/stat : 934 (java) S 922 925 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 18868 33554432000 4194304 4196468 140720435538288 140277993957024 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=935] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/935/stat : 935 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 18868 33554432000 4194304 4196468 140720435538288 140277725521136 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=936] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/936/stat : 936 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 18868 33554432000 4194304 4196468 140720435538288 140277351012816 140279401727899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=937] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/937/stat : 937 (java) S 922 925 32649 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 18934 33554432000 4194304 4196468 140720435538288 140278371379440 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=938] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/938/stat : 938 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 18934 33554432000 4194304 4196468 140720435538288 140278370326896 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=939] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0.01 cores=1,3,5,7
/proc/925/task/939/stat : 939 (java) S 922 925 32649 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 73919382 15371935744 18934 33554432000 4194304 4196468 140720435538288 140278369273840 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=940] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/940/stat : 940 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 18934 33554432000 4194304 4196468 140720435538288 140276853107040 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=941] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0 cores=1,3,5,7
/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 18934 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73624 KiB

[startup+0.210347 s]*
/proc/loadavg: 3.39 4.56 3.71 6/216 941
/proc/meminfo: memFree=12655564/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15011656 memory=86708 CPUtime=0.25 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 10096 0 0 0 22 3 0 0 20 0 15 0 73919375 15371935744 21677 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3752914 21677 2882 1 0 3715374 0
[pid=925/tid=927] ppid=922 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) R 922 925 32649 0 -1 4202560 7997 0 0 0 18 2 0 0 20 0 15 0 73919376 15371935744 21677 33554432000 4194304 4196468 140720435538288 140279373532912 140279401721238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15011656 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 21677 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15011656 memory=140716945998642 CPUtime=0 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 21677 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 21677 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 21677 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 21677 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=934] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/934/stat : 934 (java) S 922 925 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 21677 33554432000 4194304 4196468 140720435538288 140277993957024 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=935] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/935/stat : 935 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 21677 33554432000 4194304 4196468 140720435538288 140277725521136 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=936] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/936/stat : 936 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 21677 33554432000 4194304 4196468 140720435538288 140277351012816 140279401727899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=937] ppid=922 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/925/task/937/stat : 937 (java) R 922 925 32649 0 -1 4202560 440 0 0 0 1 0 0 0 20 0 15 0 73919382 15371935744 21677 33554432000 4194304 4196468 140720435538288 140278371379440 140279381365872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=938] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/938/stat : 938 (java) R 922 925 32649 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 21677 33554432000 4194304 4196468 140720435538288 140278370326896 140279401720450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=939] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0.03 cores=1,3,5,7
/proc/925/task/939/stat : 939 (java) R 922 925 32649 0 -1 4202560 291 0 0 0 3 0 0 0 20 0 15 0 73919382 15371935744 21677 33554432000 4194304 4196468 140720435538288 140278369273840 140279381142368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=940] ppid=922 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/925/task/940/stat : 940 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 21677 33554432000 4194304 4196468 140720435538288 140276853107040 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=941] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0 cores=1,3,5,7
/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 21677 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86708 KiB

[startup+0.310384 s]*
/proc/loadavg: 3.39 4.56 3.71 7/216 941
/proc/meminfo: memFree=12643852/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15011656 memory=90176 CPUtime=0.42 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 10622 0 0 0 39 3 0 0 20 0 15 0 73919375 15371935744 22544 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3752914 22544 2983 1 0 3715374 0
[pid=925/tid=927] ppid=922 vsize=15011656 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) R 922 925 32649 0 -1 4202560 8372 0 0 0 27 2 0 0 20 0 15 0 73919376 15371935744 22610 33554432000 4194304 4196468 140720435538288 140279373513456 140279385789790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15011656 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 22610 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15011656 memory=8520 CPUtime=0 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 22610 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15011656 memory=792 CPUtime=0 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 22610 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15011656 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15371935744 22610 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15011656 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 22610 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=934] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/934/stat : 934 (java) S 922 925 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 22610 33554432000 4194304 4196468 140720435538288 140277993957024 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=935] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/935/stat : 935 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919379 15371935744 22610 33554432000 4194304 4196468 140720435538288 140277725521136 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=936] ppid=922 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/936/stat : 936 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 22610 33554432000 4194304 4196468 140720435538288 140277351012816 140279401727899 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=937] ppid=922 vsize=15011656 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/925/task/937/stat : 937 (java) S 922 925 32649 0 -1 1077944384 529 0 0 0 3 0 0 0 20 0 15 0 73919382 15371935744 22610 33554432000 4194304 4196468 140720435538288 140278371379440 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=938] ppid=922 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/925/task/938/stat : 938 (java) S 922 925 32649 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 15 0 73919382 15371935744 22610 33554432000 4194304 4196468 140720435538288 140278370326896 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=939] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0.07 cores=1,3,5,7
/proc/925/task/939/stat : 939 (java) R 922 925 32649 0 -1 4202560 311 0 0 0 7 0 0 0 20 0 15 0 73919382 15371935744 22610 33554432000 4194304 4196468 140720435538288 140278369273840 140279380246893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=940] ppid=922 vsize=15011656 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/925/task/940/stat : 940 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 22610 33554432000 4194304 4196468 140720435538288 140276853107040 140279401719509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=941] ppid=922 vsize=15011656 memory=140716945966720 CPUtime=0 cores=1,3,5,7
/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919382 15371935744 22610 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90176 KiB

[startup+0.700734 s]
/proc/loadavg: 3.39 4.56 3.71 6/216 941
/proc/meminfo: memFree=12579812/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15020052 memory=130120 CPUtime=1.01 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 17670 0 0 0 95 6 0 0 20 0 15 0 73919375 15380533248 32530 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3755013 32530 3174 1 0 3716398 0
[pid=925/tid=927] ppid=922 vsize=15020052 memory=144724023318276 CPUtime=0.68 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) R 922 925 32649 0 -1 4202560 14928 0 0 0 63 5 0 0 20 0 15 0 73919376 15380533248 32530 33554432000 4194304 4196468 140720435538288 140279373546208 140279385789820 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15020052 memory=26529 CPUtime=0 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15380533248 32530 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919377 15380533248 32530 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15380533248 32530 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15020052 memory=281433637650672 CPUtime=0 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15380533248 32530 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73919379 15380533248 32530 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=934] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/934/stat : 934 (java) S 922 925 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73919379 15380533248 32530 33554432000 4194304 4196468 140720435538288 140277993957024 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=935] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/935/stat : 935 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919379 15380533248 32530 33554432000 4194304 4196468 140720435538288 140277725521136 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=936] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/936/stat : 936 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15380533248 32530 33554432000 4194304 4196468 140720435538288 140277351012816 140279401727899 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=937] ppid=922 vsize=15020052 memory=7307210970617654738 CPUtime=0.07 cores=1,3,5,7
/proc/925/task/937/stat : 937 (java) S 922 925 32649 0 -1 1077944384 607 0 0 0 7 0 0 0 20 0 15 0 73919382 15380533248 32530 33554432000 4194304 4196468 140720435538288 140278371379440 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=938] ppid=922 vsize=15020052 memory=-3535359994705171810 CPUtime=0.07 cores=1,3,5,7
/proc/925/task/938/stat : 938 (java) R 922 925 32649 0 -1 4202560 334 0 0 0 7 0 0 0 20 0 15 0 73919382 15380533248 32530 33554432000 4194304 4196468 140720435538288 140278370326896 140279386606900 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=939] ppid=922 vsize=15020052 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/925/task/939/stat : 939 (java) R 922 925 32649 0 -1 4202560 460 0 0 0 17 0 0 0 20 0 15 0 73919382 15380533248 32530 33554432000 4194304 4196468 140720435538288 140278369273840 140279401730650 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=940] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/940/stat : 940 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73919382 15380533248 32530 33554432000 4194304 4196468 140720435538288 140276853107040 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=941] ppid=922 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919382 15380533248 32530 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 130120 KiB

[startup+1.50127 s]
/proc/loadavg: 3.39 4.56 3.71 7/216 941
/proc/meminfo: memFree=12544016/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15022100 memory=188504 CPUtime=3.18 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 21079 0 0 0 309 9 0 0 20 0 15 0 73919375 15382630400 47126 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3755525 47126 3205 1 0 3716910 0
[pid=925/tid=927] ppid=922 vsize=15022100 memory=11044 CPUtime=1.47 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) R 922 925 32649 0 -1 4202560 15913 0 0 0 141 6 0 0 20 0 15 0 73919376 15382630400 47126 33554432000 4194304 4196468 140720435538288 140279373541920 140279379712225 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15022100 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15382630400 47126 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15022100 memory=13444 CPUtime=0 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73919377 15382630400 47126 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15022100 memory=15716 CPUtime=0 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15382630400 47126 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15022100 memory=17988 CPUtime=0 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73919377 15382630400 47126 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15022100 memory=20260 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73919379 15382630400 47126 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0

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

/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=943] ppid=922 vsize=15683912 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/925/task/943/stat : 943 (java) S 922 925 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278464018240 140279401733913 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=945] ppid=922 vsize=15683912 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/925/task/945/stat : 945 (java) S 922 925 32649 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276316225328 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=946] ppid=922 vsize=15683912 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/925/task/946/stat : 946 (java) S 922 925 32649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276047789488 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=947] ppid=922 vsize=15683912 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/925/task/947/stat : 947 (java) S 922 925 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 73920238 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276584668448 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 116.87 s
Current children cumulated vsize: 15776264 KiB
Current children cumulated memory: 3144820 KiB

[startup+104.801 s]
/proc/loadavg: 3.35 4.19 3.66 6/220 948
/proc/meminfo: memFree=9205596/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15683912 memory=3073068 CPUtime=21.49 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 38755 0 0 0 2084 65 0 0 20 0 19 0 73919375 16060325888 768267 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3920978 768267 3237 1 0 3881834 0
[pid=942] ppid=925 vsize=92352 memory=71752 CPUtime=96.18 cores=1,3,5,7
/proc/942/stat : 942 (minisat_release) R 925 925 32649 0 -1 4202496 69023 0 0 0 9611 7 0 0 20 0 1 0 73920236 94568448 17938 33554432000 4194304 4308513 140727641571008 140727641568008 140193909843882 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 22351872 140727641580211 140727641580718 140727641580718 140727641583557 0
/proc/942/statm: 23088 17938 355 28 0 19328 0
[pid=925/tid=927] ppid=922 vsize=15683912 memory=4612 CPUtime=8.54 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) S 922 925 32649 0 -1 1077944384 18579 0 0 0 804 50 0 0 20 0 19 0 73919376 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279373548544 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15683912 memory=9920 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 107 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15683912 memory=1944 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15683912 memory=1428 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 26 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15683912 memory=8520 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 106 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15683912 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=934] ppid=922 vsize=15683912 memory=3208 CPUtime=0 cores=1,3,5,7
/proc/925/task/934/stat : 934 (java) S 922 925 32649 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277993957088 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=935] ppid=922 vsize=15683912 memory=12083084 CPUtime=0 cores=1,3,5,7
/proc/925/task/935/stat : 935 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277725521136 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=936] ppid=922 vsize=15683912 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/925/task/936/stat : 936 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277351012816 140279401727899 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=937] ppid=922 vsize=15683912 memory=1728 CPUtime=5.39 cores=1,3,5,7
/proc/925/task/937/stat : 937 (java) S 922 925 32649 0 -1 1077944384 8060 0 0 0 537 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278371379440 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=938] ppid=922 vsize=15683912 memory=1708 CPUtime=5.52 cores=1,3,5,7
/proc/925/task/938/stat : 938 (java) S 922 925 32649 0 -1 1077944384 5592 0 0 0 551 1 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278370326896 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=939] ppid=922 vsize=15683912 memory=792 CPUtime=1.7 cores=1,3,5,7
/proc/925/task/939/stat : 939 (java) S 922 925 32649 0 -1 1077944384 4836 0 0 0 168 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278369273840 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=940] ppid=922 vsize=15683912 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/925/task/940/stat : 940 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276853107040 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=941] ppid=922 vsize=15683912 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=943] ppid=922 vsize=15683912 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/925/task/943/stat : 943 (java) S 922 925 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278464018240 140279401733913 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=945] ppid=922 vsize=15683912 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/925/task/945/stat : 945 (java) S 922 925 32649 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276316225328 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=946] ppid=922 vsize=15683912 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/925/task/946/stat : 946 (java) S 922 925 32649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276047789488 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=947] ppid=922 vsize=15683912 memory=71752 CPUtime=0 cores=1,3,5,7
/proc/925/task/947/stat : 947 (java) S 922 925 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 73920238 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276584668448 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 117.67 s
Current children cumulated vsize: 15776264 KiB
Current children cumulated memory: 3144820 KiB

[startup+105.601 s]
/proc/loadavg: 3.49 4.20 3.67 3/220 948
/proc/meminfo: memFree=9205596/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15683912 memory=3073068 CPUtime=21.49 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 38755 0 0 0 2084 65 0 0 20 0 19 0 73919375 16060325888 768267 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3920978 768267 3237 1 0 3881834 0
[pid=942] ppid=925 vsize=92352 memory=71752 CPUtime=96.98 cores=1,3,5,7
/proc/942/stat : 942 (minisat_release) R 925 925 32649 0 -1 4202496 69032 0 0 0 9691 7 0 0 20 0 1 0 73920236 94568448 17938 33554432000 4194304 4308513 140727641571008 140727641568008 4276025 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 22351872 140727641580211 140727641580718 140727641580718 140727641583557 0
/proc/942/statm: 23088 17938 355 28 0 19328 0
[pid=925/tid=927] ppid=922 vsize=15683912 memory=2424 CPUtime=8.54 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) S 922 925 32649 0 -1 1077944384 18579 0 0 0 804 50 0 0 20 0 19 0 73919376 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279373548544 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15683912 memory=1576 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 107 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15683912 memory=4612 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15683912 memory=9920 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 26 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15683912 memory=3073068 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 106 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15683912 memory=71752 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=934] ppid=922 vsize=15683912 memory=8520 CPUtime=0 cores=1,3,5,7
/proc/925/task/934/stat : 934 (java) S 922 925 32649 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277993957088 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=935] ppid=922 vsize=15683912 memory=792 CPUtime=0 cores=1,3,5,7
/proc/925/task/935/stat : 935 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277725521136 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=936] ppid=922 vsize=15683912 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/925/task/936/stat : 936 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277351012816 140279401727899 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=937] ppid=922 vsize=15683912 memory=71752 CPUtime=5.39 cores=1,3,5,7
/proc/925/task/937/stat : 937 (java) S 922 925 32649 0 -1 1077944384 8060 0 0 0 537 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278371379440 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=938] ppid=922 vsize=15683912 memory=2656 CPUtime=5.52 cores=1,3,5,7
/proc/925/task/938/stat : 938 (java) S 922 925 32649 0 -1 1077944384 5592 0 0 0 551 1 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278370326896 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=939] ppid=922 vsize=15683912 memory=6935054825532540783 CPUtime=1.7 cores=1,3,5,7
/proc/925/task/939/stat : 939 (java) S 922 925 32649 0 -1 1077944384 4836 0 0 0 168 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278369273840 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=940] ppid=922 vsize=15683912 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/925/task/940/stat : 940 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276853107040 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=941] ppid=922 vsize=15683912 memory=71752 CPUtime=0.03 cores=1,3,5,7
/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=943] ppid=922 vsize=15683912 memory=5 CPUtime=0 cores=1,3,5,7
/proc/925/task/943/stat : 943 (java) S 922 925 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278464018240 140279401733913 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=945] ppid=922 vsize=15683912 memory=5 CPUtime=0 cores=1,3,5,7
/proc/925/task/945/stat : 945 (java) S 922 925 32649 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276316225328 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=946] ppid=922 vsize=15683912 memory=140716819446548 CPUtime=0 cores=1,3,5,7
/proc/925/task/946/stat : 946 (java) S 922 925 32649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276047789488 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=947] ppid=922 vsize=15683912 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/925/task/947/stat : 947 (java) S 922 925 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 73920238 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276584668448 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 118.47 s
Current children cumulated vsize: 15776264 KiB
Current children cumulated memory: 3144820 KiB

[startup+105.801 s]
/proc/loadavg: 3.49 4.20 3.67 3/220 948
/proc/meminfo: memFree=9205596/32770624 swapFree=67108860/67108860
[pid=925] ppid=922 vsize=15683912 memory=3073068 CPUtime=21.49 cores=1,3,5,7
/proc/925/stat : 925 (java) S 922 925 32649 0 -1 1077944320 38755 0 0 0 2084 65 0 0 20 0 19 0 73919375 16060325888 768267 33554432000 4194304 4196468 140720435538288 140720435520832 140279401709303 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
/proc/925/statm: 3920978 768267 3237 1 0 3881834 0
[pid=942] ppid=925 vsize=92352 memory=71752 CPUtime=97.18 cores=1,3,5,7
/proc/942/stat : 942 (minisat_release) R 925 925 32649 0 -1 4202496 69032 0 0 0 9711 7 0 0 20 0 1 0 73920236 94568448 17938 33554432000 4194304 4308513 140727641571008 140727641568008 4276060 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 22351872 140727641580211 140727641580718 140727641580718 140727641583557 0
/proc/942/statm: 23088 17938 355 28 0 19328 0
[pid=925/tid=927] ppid=922 vsize=15683912 memory=1944 CPUtime=8.54 cores=1,3,5,7
/proc/925/task/927/stat : 927 (java) S 922 925 32649 0 -1 1077944384 18579 0 0 0 804 50 0 0 20 0 19 0 73919376 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279373548544 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=929] ppid=922 vsize=15683912 memory=1428 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/929/stat : 929 (java) S 922 925 32649 0 -1 1077944384 107 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279405951504 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=930] ppid=922 vsize=15683912 memory=6947385649911455296 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/930/stat : 930 (java) S 922 925 32649 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279204727440 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=931] ppid=922 vsize=15683912 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/931/stat : 931 (java) S 922 925 32649 0 -1 1077944384 26 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140279203674384 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=932] ppid=922 vsize=15683912 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/925/task/932/stat : 932 (java) S 922 925 32649 0 -1 1077944384 106 0 0 0 4 1 0 0 20 0 19 0 73919377 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278860077456 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=933] ppid=922 vsize=15683912 memory=7594849542334605412 CPUtime=0 cores=1,3,5,7
/proc/925/task/933/stat : 933 (java) S 922 925 32649 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278372432624 140279401720450 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=934] ppid=922 vsize=15683912 memory=7309167735386106733 CPUtime=0 cores=1,3,5,7
/proc/925/task/934/stat : 934 (java) S 922 925 32649 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277993957088 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=935] ppid=922 vsize=15683912 memory=12083068 CPUtime=0 cores=1,3,5,7
/proc/925/task/935/stat : 935 (java) S 922 925 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 73919379 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277725521136 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=936] ppid=922 vsize=15683912 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/925/task/936/stat : 936 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140277351012816 140279401727899 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=937] ppid=922 vsize=15683912 memory=1728 CPUtime=5.39 cores=1,3,5,7
/proc/925/task/937/stat : 937 (java) S 922 925 32649 0 -1 1077944384 8060 0 0 0 537 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278371379440 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=938] ppid=922 vsize=15683912 memory=3073068 CPUtime=5.52 cores=1,3,5,7
/proc/925/task/938/stat : 938 (java) S 922 925 32649 0 -1 1077944384 5592 0 0 0 551 1 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278370326896 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=939] ppid=922 vsize=15683912 memory=3073068 CPUtime=1.7 cores=1,3,5,7
/proc/925/task/939/stat : 939 (java) S 922 925 32649 0 -1 1077944384 4836 0 0 0 168 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278369273840 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=940] ppid=922 vsize=15683912 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/925/task/940/stat : 940 (java) S 922 925 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276853107040 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=941] ppid=922 vsize=15683912 memory=1408 CPUtime=0.03 cores=1,3,5,7
/proc/925/task/941/stat : 941 (java) S 922 925 32649 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 73919382 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278368222256 140279401720450 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=943] ppid=922 vsize=15683912 memory=3208 CPUtime=0 cores=1,3,5,7
/proc/925/task/943/stat : 943 (java) S 922 925 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140278464018240 140279401733913 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=945] ppid=922 vsize=15683912 memory=3073068 CPUtime=0 cores=1,3,5,7
/proc/925/task/945/stat : 945 (java) S 922 925 32649 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276316225328 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=946] ppid=922 vsize=15683912 memory=71752 CPUtime=0 cores=1,3,5,7
/proc/925/task/946/stat : 946 (java) S 922 925 32649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 73920236 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276047789488 140279401731229 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
[pid=925/tid=947] ppid=922 vsize=15683912 memory=644 CPUtime=0 cores=1,3,5,7
/proc/925/task/947/stat : 947 (java) S 922 925 32649 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 73920238 16060325888 768267 33554432000 4194304 4196468 140720435538288 140276584668448 140279401719509 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35807232 140720435540979 140720435541257 140720435541257 140720435544015 0
Current children cumulated CPU time: 118.67 s
Current children cumulated vsize: 15776264 KiB
Current children cumulated memory: 3144820 KiB

Child status: 0
Real time (s): 105.865
CPU time (s): 118.754
CPU user time (s): 117.996
CPU system time (s): 0.757848
CPU usage (%): 112.175
Max. virtual memory (cumulated for all children) (KiB): 15776264
Max. memory (cumulated for all children) (KiB): 3144820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.996
system time used= 0.757848
maximum resident set size= 3080608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 31808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7598
involuntary context switches= 122


# summary of solver processes directly reported to runsolver:
#   pid: 925
#   total CPU time (s): 118.754
#   total CPU user time (s): 117.996
#   total CPU system time (s): 0.757848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.755649 second user time and 1.07401 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 02:06:01
IDJOB=4294993
IDBENCH=141452
IDSOLVER=2756
FILE ID=node150/4294993-1532563561
RUNJOBID= node150-1532562189-32681
PBS_JOBID= 21021956
Free space on /tmp= 53096 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -order -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294993-1532563561/watcher-4294993-1532563561 -o /tmp/evaluation-result-4294993-1532563561/solver-4294993-1532563561 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294993-1532563561.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=250694729

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12730676 kB
MemAvailable:   20210180 kB
Buffers:          186544 kB
Cached:          7511960 kB
SwapCached:            0 kB
Active:         13834824 kB
Inactive:        5618656 kB
Active(anon):   11705544 kB
Inactive(anon):    76924 kB
Active(file):    2129280 kB
Inactive(file):  5541732 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8072 kB
Writeback:             8 kB
AnonPages:      11762384 kB
Mapped:            52036 kB
Shmem:             25224 kB
Slab:             265092 kB
SReclaimable:     236952 kB
SUnreclaim:        28140 kB
KernelStack:        3536 kB
PageTables:        28152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13020984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10934272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53088 MiB
End job on node150 at 2018-07-26 02:07:47