Trace number 4305550

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-07-31)UNSAT 111.829 97.3855

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.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-28637-serial-file.bin HOME/instance-4305550-1534078696.xml
0.54/0.51	
0.65/0.52	scop both+minisat_release (2018-07-31)
0.65/0.52	(Encoding Process)
0.65/0.52	
0.65/0.54	c BEGIN-Prog: Sun Aug 12 14:58:17 CEST 2018
0.65/0.54	c PID: 28640
0.65/0.54	c IP: 172.20.3.106
0.65/0.54	c HOST: node106.alineos.net
0.65/0.55	c (0,0) Parsing Begin
2.24/1.22	c (0,0) Parsing End
2.24/1.23	c (0,0) CSP: 100 int (0 aux), 500 bool (0 aux), 727 ctr, max domain size 22
2.53/1.34	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.53/1.34	c (0,0) Constraint Name Generate Begin
2.53/1.34	c (0,0) Ctr:HOME/instance-4305550-1534078696.xml,Cardinality:ExtensionSupport:IntVar:Num:WeightedSum
2.53/1.34	c (0,0) Constraint Name Generate End
2.53/1.34	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.53/1.34	c (0,0) CSP to CSPinCNF Begin
8.23/3.18	c (2,2) translated 73 (10%) constraints
9.06/3.47	c (2,2) translated 146 (20%) constraints
9.06/3.48	c (2,2) translated 219 (30%) constraints
9.06/3.49	c (2,2) translated 291 (40%) constraints
9.43/3.51	c (2,2) translated 364 (50%) constraints
9.43/3.53	c (3,2) translated 437 (60%) constraints
9.43/3.53	c (3,2) translated 509 (70%) constraints
9.43/3.55	c (3,3) translated 582 (80%) constraints
10.37/3.87	c (3,3) translated 655 (90%) constraints
10.67/3.98	c (3,3) translated 727 (100%) constraints
11.93/4.32	c (3,3) STATISTICS1:HOME/instance-4305550-1534078696.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.93/4.32	c (3,3) ==========================================
11.93/4.32	c (3,3) Both Encoding selects:
11.93/4.32	c (3,3) Order
11.93/4.32	c (3,3) ==========================================
13.20/4.70	c (4,4) translated 2535 (10%) constraints
13.51/4.84	c (4,4) translated 5070 (20%) constraints
13.90/4.91	c (4,4) translated 7605 (30%) constraints
13.90/4.98	c (4,4) translated 10140 (40%) constraints
14.22/5.03	c (4,4) translated 12674 (50%) constraints
14.22/5.09	c (4,4) translated 15209 (60%) constraints
14.53/5.15	c (4,4) translated 17744 (70%) constraints
14.80/5.21	c (4,4) translated 20279 (80%) constraints
14.80/5.26	c (4,4) translated 22814 (90%) constraints
16.67/5.84	c (5,5) translated 25348 (100%) constraints
16.67/5.84	c (5,5) CSP to CSPinCNF End
16.67/5.85	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32528 ctr, max domain size 35
16.67/5.85	c (5,5) Heap : 1464 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
16.67/5.85	c (5,5) CSPinCNF Propagation Begin
17.54/6.12	c (5,5) 0 values, 300 unsatisfiable literals, and 200 valid clauses are removed
17.54/6.12	c (5,5) CSPinCNF Propagation End
17.54/6.12	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
17.54/6.12	c (5,5) Heap : 1577 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
17.54/6.12	c (5,5) Simplify CSPinCNF Begin
17.54/6.20	c (5,5) Simplify CSPinCNF End
17.84/6.21	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
17.84/6.21	c (5,5) Heap : 1633 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
17.84/6.21	c (5,5) Calculate Precise Domain Begin
17.84/6.25	c (5,5) 0 values are removed by re-calculation
17.84/6.25	c (5,5) Calculate Precise Domain End
17.84/6.25	c (5,5) CSP: 1513 int (1413 aux), 9563 bool (9063 aux), 32328 ctr, max domain size 35
17.84/6.25	c (5,5) Heap : 1633 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
17.84/6.25	c (5,5) CSPinCNF to SatSolver Begin
20.04/7.35	c (6,6) 3233 (10 %) CSP clauses are encoded (27779 SAT variables, 208939 SAT clauses)
20.04/7.39	c (6,6) 6466 (20 %) CSP clauses are encoded (27779 SAT variables, 212172 SAT clauses)
20.30/7.42	c (6,6) 9699 (30 %) CSP clauses are encoded (27779 SAT variables, 215405 SAT clauses)
20.30/7.47	c (6,6) 12932 (40 %) CSP clauses are encoded (27779 SAT variables, 218638 SAT clauses)
20.60/7.51	c (6,6) 16164 (50 %) CSP clauses are encoded (27779 SAT variables, 221870 SAT clauses)
20.60/7.54	c (7,6) 19397 (60 %) CSP clauses are encoded (27779 SAT variables, 225103 SAT clauses)
20.60/7.56	c (7,7) 22630 (70 %) CSP clauses are encoded (27779 SAT variables, 228336 SAT clauses)
20.60/7.58	c (7,7) 25863 (80 %) CSP clauses are encoded (27779 SAT variables, 231569 SAT clauses)
20.60/7.60	c (7,7) 29096 (90 %) CSP clauses are encoded (27779 SAT variables, 234802 SAT clauses)
22.07/8.79	c (8,8) 32328 (100 %) CSP clauses are encoded (27779 SAT variables, 591217 SAT clauses)
22.07/8.79	c (8,8) Launch Command will be: minisat_release
22.07/8.79	c (8,8) CSPinCNF to SatSolver End
22.07/8.79	c (8,8) Heap : 676 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
22.49/8.97	c (8,8) STATISTICS2:HOME/instance-4305550-1534078696.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,
22.49/8.97	c (8,8) 27779 bool, 591272 clause
22.49/8.97	c (8,8) Export Begin
22.77/9.09	c (8,8) Export to HOME/scop-28637-serial-file.bin
22.77/9.09	c (8,8) Export End
22.77/9.09	c (8,8) Export File Size: 0.12 MB
22.77/9.09	c (8,8) 0,0,5,5,5,5,8,STOP-AFTER(DIMACS)
22.77/9.09	c END-Prog: Sun Aug 12 14:58:25 CEST 2018
0.00/9.12	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-28637-serial-file.bin
23.00/9.62	c (0,0) Read Serial File Begin
23.00/9.62	c (0,0) HOME/scop-28637-serial-file.bin
23.00/9.83	c (0,0) Read Serial File End
23.00/9.85	
23.00/9.85	scop order+minisat_release (2018-07-31)
23.00/9.85	(Solving Process)
23.00/9.85	
23.00/9.87	c BEGIN-Prog: Sun Aug 12 14:58:26 CEST 2018
23.00/9.87	c PID: 28655
23.00/9.87	c IP: 172.20.3.106
23.00/9.87	c HOST: node106.alineos.net
23.00/9.87	c (0,0) SatSolver.solve Begin
23.00/9.87	c (0,0) 0 bool, 0 clause
23.00/9.87	c (0,0) minisat_release HOME/instance-4305550-1534078696.xml-scop-28640.cnf
111.71/97.36	c (87,0) c This is COMiniSatPS.
111.71/97.36	c (87,0) c WARNING: for repeatability, setting FPU to use double precision
111.71/97.36	c (87,0) c ============================[ Problem Statistics ]=============================
111.71/97.36	c (87,0) c |                                                                             |
111.71/97.36	c (87,0) c |  Number of variables:         27779                                         |
111.71/97.36	c (87,0) c |  Number of clauses:          591060                                         |
111.71/97.36	c (87,0) c |  Parse time:                   0.18 s                                       |
111.71/97.36	c (87,0) c |  Eliminated clauses:           0.14 Mb                                      |
111.71/97.36	c (87,0) c Reduced to 21192 vars, 326400 cls (grow=0)
111.71/97.36	c (87,0) c No iterative elimination performed. (vars=21192, c/v ratio=15.4)
111.71/97.36	c (87,0) c |  Simplification time:          0.74 s                                       |
111.71/97.36	c (87,0) c |                                                                             |
111.71/97.36	c (87,0) c ============================[ Search Statistics ]==============================
111.71/97.36	c (87,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
111.71/97.36	c (87,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
111.71/97.36	c (87,0) c ===============================================================================
111.71/97.36	c (87,0) c ===============================================================================
111.71/97.36	c (87,0) c restarts              : 1058
111.71/97.36	c (87,0) c conflicts             : 461948         (5286 /sec)
111.71/97.36	c (87,0) c decisions             : 613103         (0.00 % random) (7016 /sec)
111.71/97.36	c (87,0) c propagations          : 278319511      (3184901 /sec)
111.71/97.36	c (87,0) c conflict literals     : 13994535       (47.84 % deleted)
111.71/97.36	c (87,0) c CPU time              : 87.3872 s
111.71/97.36	c (87,0) 
111.71/97.37	c (87,0) s UNSATISFIABLE
111.71/97.37	c (87,0) SatSolver.solve End
111.71/97.37	c (87,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
111.71/97.37	c (87,0) Show results Begin
111.71/97.37	s UNSATISFIABLE
111.71/97.37	c (87,0) Show results End
111.71/97.37	c (87,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
111.71/97.37	c (87,0) 87,87,STOP-AFTER(ALL)
111.71/97.37	c END-Prog: Sun Aug 12 14:59:54 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 (9796 MiB free)
  memory of node 1: 16384 MiB (12924 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305550-1534078696/watcher-4305550-1534078696 -o /tmp/evaluation-result-4305550-1534078696/solver-4305550-1534078696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23198 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305550-1534078696.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=28637, runsolver pid=28634

[startup+0.100467 s]*
/proc/loadavg: 2.00 2.17 2.70 3/222 28654
/proc/meminfo: memFree=23205236/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225432499 115843072 348 33554432000 4194304 5098028 140730363771824 140730363769080 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 348 296 221 0 87 0
[pid=28640] ppid=28637 vsize=15012476 memory=73580 CPUtime=0.11 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28637 28637 23167 0 -1 1077944320 5998 0 0 0 10 1 0 0 20 0 15 0 225432499 15372775424 18395 33554432000 4194304 4196468 140720691144800 140720691127344 140327725395703 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
/proc/28640/statm: 3753119 18395 2770 1 0 3715579 0
[pid=28640/tid=28641] ppid=28637 vsize=15012476 memory=-6078870780940435399 CPUtime=0.09 cores=0,2,4,6
/proc/28640/task/28641/stat : 28641 (java) R 28637 28637 23167 0 -1 4202560 4086 0 0 0 8 1 0 0 20 0 15 0 225432499 15372775424 18395 33554432000 4194304 4196468 140720691144800 140327697193856 140327708582551 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28642] ppid=28637 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 18395 33554432000 4194304 4196468 140720691144800 140327729638544 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28643] ppid=28637 vsize=15012476 memory=140638734562944 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28643/stat : 28643 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 18395 33554432000 4194304 4196468 140720691144800 140327186152464 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28644] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 18395 33554432000 4194304 4196468 140720691144800 140327185099664 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28645] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28645/stat : 28645 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 18395 33554432000 4194304 4196468 140720691144800 140327184046864 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28646] ppid=28637 vsize=15012476 memory=140638734562944 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28646/stat : 28646 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432502 15372775424 18395 33554432000 4194304 4196468 140720691144800 140326695942512 140327725406850 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28647] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28637 28637 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225432503 15372775424 18395 33554432000 4194304 4196468 140720691144800 140326312338464 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28648] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28648/stat : 28648 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432503 15372775424 18395 33554432000 4194304 4196468 140720691144800 140326043902832 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28649] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432505 15372775424 18395 33554432000 4194304 4196468 140720691144800 140325669394256 140327725414299 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28650] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28650/stat : 28650 (java) S 28637 28637 23167 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 225432505 15372775424 18395 33554432000 4194304 4196468 140720691144800 140326694890352 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28651] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432505 15372775424 18395 33554432000 4194304 4196468 140720691144800 140326693837552 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28652] ppid=28637 vsize=15012476 memory=140638734562944 CPUtime=0.01 cores=0,2,4,6
/proc/28640/task/28652/stat : 28652 (java) S 28637 28637 23167 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 225432505 15372775424 18395 33554432000 4194304 4196468 140720691144800 140326692784752 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28653] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432506 15372775424 18395 33554432000 4194304 4196468 140720691144800 140325171489504 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28654] ppid=28637 vsize=15012476 memory=140638734562944 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28654/stat : 28654 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432506 15372775424 18395 33554432000 4194304 4196468 140720691144800 140326691732144 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74972 KiB

[startup+0.210662 s]*
/proc/loadavg: 2.00 2.17 2.70 4/222 28654
/proc/meminfo: memFree=23191548/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225432499 115843072 348 33554432000 4194304 5098028 140730363771824 140730363769080 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 348 296 221 0 87 0
[pid=28640] ppid=28637 vsize=15012476 memory=86624 CPUtime=0.25 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28637 28637 23167 0 -1 1077944320 9494 0 0 0 23 2 0 0 20 0 15 0 225432499 15372775424 21656 33554432000 4194304 4196468 140720691144800 140720691127344 140327725395703 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
/proc/28640/statm: 3753119 21656 2884 1 0 3715579 0
[pid=28640/tid=28641] ppid=28637 vsize=15012476 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/28640/task/28641/stat : 28641 (java) R 28637 28637 23167 0 -1 4202560 7400 0 0 0 18 2 0 0 20 0 15 0 225432499 15372775424 21656 33554432000 4194304 4196468 140720691144800 140327697211056 140327725417629 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28642] ppid=28637 vsize=15012476 memory=546 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 21656 33554432000 4194304 4196468 140720691144800 140327729638544 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28643] ppid=28637 vsize=15012476 memory=288371014886274688 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28643/stat : 28643 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 21656 33554432000 4194304 4196468 140720691144800 140327186152464 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28644] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 21656 33554432000 4194304 4196468 140720691144800 140327185099664 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28645] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28645/stat : 28645 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 21656 33554432000 4194304 4196468 140720691144800 140327184046864 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28646] ppid=28637 vsize=15012476 memory=140638734562944 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28646/stat : 28646 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432502 15372775424 21656 33554432000 4194304 4196468 140720691144800 140326695942512 140327725406850 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28647] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28637 28637 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225432503 15372775424 21656 33554432000 4194304 4196468 140720691144800 140326312338464 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28648] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28648/stat : 28648 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432503 15372775424 21656 33554432000 4194304 4196468 140720691144800 140326043902832 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28649] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432505 15372775424 21656 33554432000 4194304 4196468 140720691144800 140325669394256 140327725414299 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28650] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28650/stat : 28650 (java) S 28637 28637 23167 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 225432505 15372775424 21656 33554432000 4194304 4196468 140720691144800 140326694890352 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28651] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28637 28637 23167 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 225432505 15372775424 21656 33554432000 4194304 4196468 140720691144800 140326693837552 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28652] ppid=28637 vsize=15012476 memory=140638734562944 CPUtime=0.03 cores=0,2,4,6
/proc/28640/task/28652/stat : 28652 (java) R 28637 28637 23167 0 -1 4202560 302 0 0 0 3 0 0 0 20 0 15 0 225432505 15372775424 21656 33554432000 4194304 4196468 140720691144800 140326692784752 140327725417050 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28653] ppid=28637 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432506 15372775424 21656 33554432000 4194304 4196468 140720691144800 140325171489504 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28654] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28654/stat : 28654 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432506 15372775424 21656 33554432000 4194304 4196468 140720691144800 140326691732144 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88016 KiB

[startup+0.310681 s]*
/proc/loadavg: 2.00 2.17 2.70 3/222 28654
/proc/meminfo: memFree=23188508/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225432499 115843072 348 33554432000 4194304 5098028 140730363771824 140730363769080 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 348 296 221 0 87 0
[pid=28640] ppid=28637 vsize=15012476 memory=89888 CPUtime=0.42 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28637 28637 23167 0 -1 1077944320 10012 0 0 0 39 3 0 0 20 0 15 0 225432499 15372775424 22472 33554432000 4194304 4196468 140720691144800 140720691127344 140327725395703 0 0 2 16800973 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
/proc/28640/statm: 3753119 22472 2938 1 0 3715579 0
[pid=28640/tid=28641] ppid=28637 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28640/task/28641/stat : 28641 (java) R 28637 28637 23167 0 -1 4202560 7772 0 0 0 27 2 0 0 20 0 15 0 225432499 15372775424 22472 33554432000 4194304 4196468 140720691144800 140327697190704 140327725407638 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28642] ppid=28637 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 22472 33554432000 4194304 4196468 140720691144800 140327729638544 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28643] ppid=28637 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28643/stat : 28643 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 22472 33554432000 4194304 4196468 140720691144800 140327186152464 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28644] ppid=28637 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 22472 33554432000 4194304 4196468 140720691144800 140327185099664 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28645] ppid=28637 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28645/stat : 28645 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15372775424 22472 33554432000 4194304 4196468 140720691144800 140327184046864 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28646] ppid=28637 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28646/stat : 28646 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432502 15372775424 22472 33554432000 4194304 4196468 140720691144800 140326695942512 140327725406850 0 0 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28647] ppid=28637 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28637 28637 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225432503 15372775424 22472 33554432000 4194304 4196468 140720691144800 140326312338464 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28648] ppid=28637 vsize=15012476 memory=-6664436420846798482 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28648/stat : 28648 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432503 15372775424 22472 33554432000 4194304 4196468 140720691144800 140326043902832 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28649] ppid=28637 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432505 15372775424 22472 33554432000 4194304 4196468 140720691144800 140325669394256 140327725414299 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28650] ppid=28637 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28640/task/28650/stat : 28650 (java) R 28637 28637 23167 0 -1 1077944384 527 0 0 0 2 0 0 0 20 0 15 0 225432505 15372775424 22472 33554432000 4194304 4196468 140720691144800 140326694890352 140327725406850 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28651] ppid=28637 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) R 28637 28637 23167 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 15 0 225432505 15372775424 22472 33554432000 4194304 4196468 140720691144800 140326693837552 140327704662880 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28652] ppid=28637 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28640/task/28652/stat : 28652 (java) R 28637 28637 23167 0 -1 4202560 322 0 0 0 7 0 0 0 20 0 15 0 225432505 15372775424 22472 33554432000 4194304 4196468 140720691144800 140326692784752 140327711091552 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28653] ppid=28637 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432506 15372775424 22472 33554432000 4194304 4196468 140720691144800 140325171489504 140327725405909 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28654] ppid=28637 vsize=15012476 memory=3544956536867594289 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28654/stat : 28654 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432506 15372775424 22472 33554432000 4194304 4196468 140720691144800 140326691732144 140327725406850 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91280 KiB

[startup+0.700803 s]
/proc/loadavg: 2.00 2.17 2.70 3/222 28654
/proc/meminfo: memFree=23164200/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225432499 115843072 348 33554432000 4194304 5098028 140730363771824 140730363769080 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 348 296 221 0 87 0
[pid=28640] ppid=28637 vsize=15020872 memory=127816 CPUtime=1.01 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28637 28637 23167 0 -1 1077944320 17028 0 0 0 96 5 0 0 20 0 15 0 225432499 15381372928 31954 33554432000 4194304 4196468 140720691144800 140720691127344 140327725395703 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
/proc/28640/statm: 3755218 31954 3156 1 0 3716603 0
[pid=28640/tid=28641] ppid=28637 vsize=15020872 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/28640/task/28641/stat : 28641 (java) R 28637 28637 23167 0 -1 4202560 14289 0 0 0 63 4 0 0 20 0 15 0 225432499 15381372928 31954 33554432000 4194304 4196468 140720691144800 140327697231520 140327711078934 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28642] ppid=28637 vsize=15020872 memory=116 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15381372928 31954 33554432000 4194304 4196468 140720691144800 140327729638544 140327725405909 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28643] ppid=28637 vsize=15020872 memory=12868 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28643/stat : 28643 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225432501 15381372928 31954 33554432000 4194304 4196468 140720691144800 140327186152464 140327725405909 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28644] ppid=28637 vsize=15020872 memory=26497 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15381372928 31954 33554432000 4194304 4196468 140720691144800 140327185099664 140327725405909 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28645] ppid=28637 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28645/stat : 28645 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432501 15381372928 31954 33554432000 4194304 4196468 140720691144800 140327184046864 140327725405909 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28646] ppid=28637 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28646/stat : 28646 (java) S 28637 28637 23167 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225432502 15381372928 31954 33554432000 4194304 4196468 140720691144800 140326695942512 140327725406850 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28647] ppid=28637 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28637 28637 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225432503 15381372928 31954 33554432000 4194304 4196468 140720691144800 140326312338464 140327725405909 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28648] ppid=28637 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28648/stat : 28648 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432503 15381372928 31954 33554432000 4194304 4196468 140720691144800 140326043902832 140327725405909 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28649] ppid=28637 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432505 15381372928 31954 33554432000 4194304 4196468 140720691144800 140325669394256 140327725414299 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28650] ppid=28637 vsize=15020872 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28640/task/28650/stat : 28650 (java) S 28637 28637 23167 0 -1 1077944384 747 0 0 0 9 0 0 0 20 0 15 0 225432505 15381372928 31954 33554432000 4194304 4196468 140720691144800 140326694890352 140327725406850 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28651] ppid=28637 vsize=15020872 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) R 28637 28637 23167 0 -1 1077944384 171 0 0 0 5 0 0 0 20 0 15 0 225432505 15381372928 31954 33554432000 4194304 4196468 140720691144800 140326693837552 140327725406850 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28652] ppid=28637 vsize=15020872 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/28640/task/28652/stat : 28652 (java) S 28637 28637 23167 0 -1 1077944384 486 0 0 0 17 0 0 0 20 0 15 0 225432505 15381372928 31954 33554432000 4194304 4196468 140720691144800 140326692784752 140327725406850 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28653] ppid=28637 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225432506 15381372928 31954 33554432000 4194304 4196468 140720691144800 140325171489504 140327725405909 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
[pid=28640/tid=28654] ppid=28637 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28654/stat : 28654 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225432506 15381372928 31954 33554432000 4194304 4196468 140720691144800 140326691732144 140327725406850 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7614464 140720691147783 140720691148081 140720691148081 140720691150799 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 129208 KiB

[startup+1.50408 s]
/proc/loadavg: 2.16 2.20 2.70 3/222 28654
/proc/meminfo: memFree=23133912/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225432499 115843072 348 33554432000 4194304 5098028 140730363771824 140730363769080 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 348 296 221 0 87 0

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

Current children cumulated CPU time: 110.42 s
Current children cumulated vsize: 8273708 KiB
Current children cumulated memory: 195348 KiB

[startup+96.8009 s]
/proc/loadavg: 2.17 2.20 2.66 3/227 28676
/proc/meminfo: memFree=23064112/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1468 CPUtime=23 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 590 39135 0 0 0 0 2235 65 20 0 1 0 225432499 115843072 367 33554432000 4194304 5098028 140730363771824 140730363768568 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 367 311 221 0 87 0
[pid=28655] ppid=28637 vsize=8068220 memory=120740 CPUtime=1.33 cores=0,2,4,6
/proc/28655/stat : 28655 (java) S 28637 28637 23167 0 -1 1077944320 18415 0 0 0 125 8 0 0 20 0 19 0 225433411 8261857280 30185 33554432000 4194304 4196468 140727897661232 140727897643776 140226142355191 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
/proc/28655/statm: 2017055 30185 3154 1 0 1978454 0
[pid=28670] ppid=28655 vsize=92360 memory=73140 CPUtime=86.88 cores=0,2,4,6
/proc/28670/stat : 28670 (minisat_release) R 28655 28637 23167 0 -1 4202496 64473 0 0 0 8682 6 0 0 20 0 1 0 225433488 94576640 18285 33554432000 4194304 4308513 140735338867024 140735338864024 4275920 0 4 0 8396802 0 0 0 17 0 0 0 0 0 0 6409496 6410680 29335552 140735338869876 140735338869974 140735338869974 140735338872773 0
/proc/28670/statm: 23090 18285 341 28 0 19330 0
[pid=28655/tid=28656] ppid=28637 vsize=8068220 memory=496 CPUtime=0.79 cores=0,2,4,6
/proc/28655/task/28656/stat : 28656 (java) S 28637 28637 23167 0 -1 1077944384 15012 0 0 0 74 5 0 0 20 0 19 0 225433412 8261857280 30185 33554432000 4194304 4196468 140727897661232 140226114195344 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28657] ppid=28637 vsize=8068220 memory=-7824251494390716517 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28657/stat : 28657 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140226146597136 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28658] ppid=28637 vsize=8068220 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28658/stat : 28658 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225946765712 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28659] ppid=28637 vsize=8068220 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28659/stat : 28659 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225945713168 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28660] ppid=28637 vsize=8068220 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28660/stat : 28660 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225944660624 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28661] ppid=28637 vsize=8068220 memory=1468 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28661/stat : 28661 (java) S 28637 28637 23167 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 225433414 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225588832752 140226142366338 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28662] ppid=28637 vsize=8068220 memory=120740 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28662/stat : 28662 (java) S 28637 28637 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225433415 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224977954208 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28663] ppid=28637 vsize=8068220 memory=73140 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28663/stat : 28663 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433415 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224709518832 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28664] ppid=28637 vsize=8068220 memory=6580 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28664/stat : 28664 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224335010512 140226142373787 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28665] ppid=28637 vsize=8068220 memory=1296 CPUtime=0.11 cores=0,2,4,6
/proc/28655/task/28665/stat : 28665 (java) S 28637 28637 23167 0 -1 1077944384 787 0 0 0 11 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225587779568 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28666] ppid=28637 vsize=8068220 memory=4452 CPUtime=0.14 cores=0,2,4,6
/proc/28655/task/28666/stat : 28666 (java) S 28637 28637 23167 0 -1 1077944384 588 0 0 0 14 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225586727024 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28667] ppid=28637 vsize=8068220 memory=3732 CPUtime=0.22 cores=0,2,4,6
/proc/28655/task/28667/stat : 28667 (java) S 28637 28637 23167 0 -1 1077944384 632 0 0 0 22 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225585674480 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28668] ppid=28637 vsize=8068220 memory=12668 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28668/stat : 28668 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223837104736 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28669] ppid=28637 vsize=8068220 memory=1072 CPUtime=0.02 cores=0,2,4,6
/proc/28655/task/28669/stat : 28669 (java) S 28637 28637 23167 0 -1 1077944384 7 0 0 0 1 1 0 0 20 0 19 0 225433418 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225584622384 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28671] ppid=28637 vsize=8068220 memory=-7824251494390716517 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28671/stat : 28671 (java) S 28637 28637 23167 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225433488 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225583236672 140226142379801 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28673] ppid=28637 vsize=8068220 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28673/stat : 28673 (java) S 28637 28637 23167 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 225433489 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223300219056 140226142377117 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28674] ppid=28637 vsize=8068220 memory=3192 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28674/stat : 28674 (java) S 28637 28637 23167 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 225433489 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223434439984 140226142377117 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28675] ppid=28637 vsize=8068220 memory=1468 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28675/stat : 28675 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433491 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223031794720 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
Current children cumulated CPU time: 111.21 s
Current children cumulated vsize: 8273708 KiB
Current children cumulated memory: 195348 KiB

[startup+97.2009 s]
/proc/loadavg: 2.17 2.20 2.66 3/227 28676
/proc/meminfo: memFree=23064112/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1468 CPUtime=23 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 590 39135 0 0 0 0 2235 65 20 0 1 0 225432499 115843072 367 33554432000 4194304 5098028 140730363771824 140730363768568 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 367 311 221 0 87 0
[pid=28655] ppid=28637 vsize=8068220 memory=120740 CPUtime=1.33 cores=0,2,4,6
/proc/28655/stat : 28655 (java) S 28637 28637 23167 0 -1 1077944320 18415 0 0 0 125 8 0 0 20 0 19 0 225433411 8261857280 30185 33554432000 4194304 4196468 140727897661232 140727897643776 140226142355191 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
/proc/28655/statm: 2017055 30185 3154 1 0 1978454 0
[pid=28670] ppid=28655 vsize=92360 memory=73140 CPUtime=87.28 cores=0,2,4,6
/proc/28670/stat : 28670 (minisat_release) R 28655 28637 23167 0 -1 4202496 64477 0 0 0 8722 6 0 0 20 0 1 0 225433488 94576640 18285 33554432000 4194304 4308513 140735338867024 140735338864024 4278098 0 4 0 8396802 0 0 0 17 0 0 0 0 0 0 6409496 6410680 29335552 140735338869876 140735338869974 140735338869974 140735338872773 0
/proc/28670/statm: 23090 18285 341 28 0 19330 0
[pid=28655/tid=28656] ppid=28637 vsize=8068220 memory=288230583166042426 CPUtime=0.79 cores=0,2,4,6
/proc/28655/task/28656/stat : 28656 (java) S 28637 28637 23167 0 -1 1077944384 15012 0 0 0 74 5 0 0 20 0 19 0 225433412 8261857280 30185 33554432000 4194304 4196468 140727897661232 140226114195344 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28657] ppid=28637 vsize=8068220 memory=13565994345960240 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28657/stat : 28657 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140226146597136 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28658] ppid=28637 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28658/stat : 28658 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225946765712 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28659] ppid=28637 vsize=8068220 memory=116900 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28659/stat : 28659 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225945713168 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28660] ppid=28637 vsize=8068220 memory=8098155379405963366 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28660/stat : 28660 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225944660624 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28661] ppid=28637 vsize=8068220 memory=7519162481838483813 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28661/stat : 28661 (java) S 28637 28637 23167 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 225433414 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225588832752 140226142366338 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28662] ppid=28637 vsize=8068220 memory=7667476696465042793 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28662/stat : 28662 (java) S 28637 28637 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225433415 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224977954208 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28663] ppid=28637 vsize=8068220 memory=7519162481838483813 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28663/stat : 28663 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433415 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224709518832 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28664] ppid=28637 vsize=8068220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28664/stat : 28664 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224335010512 140226142373787 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28665] ppid=28637 vsize=8068220 memory=7377568439679871080 CPUtime=0.11 cores=0,2,4,6
/proc/28655/task/28665/stat : 28665 (java) S 28637 28637 23167 0 -1 1077944384 787 0 0 0 11 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225587779568 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28666] ppid=28637 vsize=8068220 memory=7584174401070461539 CPUtime=0.14 cores=0,2,4,6
/proc/28655/task/28666/stat : 28666 (java) S 28637 28637 23167 0 -1 1077944384 588 0 0 0 14 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225586727024 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28667] ppid=28637 vsize=8068220 memory=7812461563812074345 CPUtime=0.22 cores=0,2,4,6
/proc/28655/task/28667/stat : 28667 (java) S 28637 28637 23167 0 -1 1077944384 632 0 0 0 22 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225585674480 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28668] ppid=28637 vsize=8068220 memory=7307442679084903026 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28668/stat : 28668 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223837104736 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28669] ppid=28637 vsize=8068220 memory=7957968763622877504 CPUtime=0.02 cores=0,2,4,6
/proc/28655/task/28669/stat : 28669 (java) S 28637 28637 23167 0 -1 1077944384 7 0 0 0 1 1 0 0 20 0 19 0 225433418 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225584622384 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28671] ppid=28637 vsize=8068220 memory=7957968763622877504 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28671/stat : 28671 (java) S 28637 28637 23167 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225433488 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225583236672 140226142379801 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28673] ppid=28637 vsize=8068220 memory=7957968763622877504 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28673/stat : 28673 (java) S 28637 28637 23167 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 225433489 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223300219056 140226142377117 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28674] ppid=28637 vsize=8068220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28674/stat : 28674 (java) S 28637 28637 23167 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 225433489 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223434439984 140226142377117 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28675] ppid=28637 vsize=8068220 memory=73140 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28675/stat : 28675 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433491 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223031794720 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
Current children cumulated CPU time: 111.61 s
Current children cumulated vsize: 8273708 KiB
Current children cumulated memory: 195348 KiB

[startup+97.3009 s]
/proc/loadavg: 2.17 2.20 2.66 3/227 28676
/proc/meminfo: memFree=23064112/32770624 swapFree=67108688/67108860
[pid=28637] ppid=28634 vsize=113128 memory=1468 CPUtime=23 cores=0,2,4,6
/proc/28637/stat : 28637 (scop.sh) S 28634 28637 23167 0 -1 4202496 590 39135 0 0 0 0 2235 65 20 0 1 0 225432499 115843072 367 33554432000 4194304 5098028 140730363771824 140730363768568 140158046167676 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26005504 140730363774017 140730363774215 140730363774215 140730363776973 0
/proc/28637/statm: 28282 367 311 221 0 87 0
[pid=28655] ppid=28637 vsize=8068220 memory=120740 CPUtime=1.33 cores=0,2,4,6
/proc/28655/stat : 28655 (java) S 28637 28637 23167 0 -1 1077944320 18415 0 0 0 125 8 0 0 20 0 19 0 225433411 8261857280 30185 33554432000 4194304 4196468 140727897661232 140727897643776 140226142355191 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
/proc/28655/statm: 2017055 30185 3154 1 0 1978454 0
[pid=28670] ppid=28655 vsize=92360 memory=73140 CPUtime=87.38 cores=0,2,4,6
/proc/28670/stat : 28670 (minisat_release) R 28655 28637 23167 0 -1 4202496 64478 0 0 0 8732 6 0 0 20 0 1 0 225433488 94576640 18285 33554432000 4194304 4308513 140735338867024 140735338864024 4275873 0 4 0 8396802 0 0 0 17 0 0 0 0 0 0 6409496 6410680 29335552 140735338869876 140735338869974 140735338869974 140735338872773 0
/proc/28670/statm: 23090 18285 341 28 0 19330 0
[pid=28655/tid=28656] ppid=28637 vsize=8068220 memory=1468 CPUtime=0.79 cores=0,2,4,6
/proc/28655/task/28656/stat : 28656 (java) S 28637 28637 23167 0 -1 1077944384 15012 0 0 0 74 5 0 0 20 0 19 0 225433412 8261857280 30185 33554432000 4194304 4196468 140727897661232 140226114195344 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28657] ppid=28637 vsize=8068220 memory=73140 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28657/stat : 28657 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140226146597136 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28658] ppid=28637 vsize=8068220 memory=804 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28658/stat : 28658 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225946765712 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28659] ppid=28637 vsize=8068220 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28659/stat : 28659 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225945713168 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28660] ppid=28637 vsize=8068220 memory=73064 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28660/stat : 28660 (java) S 28637 28637 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225433413 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225944660624 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28661] ppid=28637 vsize=8068220 memory=73064 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28661/stat : 28661 (java) S 28637 28637 23167 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 225433414 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225588832752 140226142366338 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28662] ppid=28637 vsize=8068220 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28662/stat : 28662 (java) S 28637 28637 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225433415 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224977954208 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28663] ppid=28637 vsize=8068220 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28663/stat : 28663 (java) S 28637 28637 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225433415 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224709518832 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28664] ppid=28637 vsize=8068220 memory=120740 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28664/stat : 28664 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140224335010512 140226142373787 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28665] ppid=28637 vsize=8068220 memory=73068 CPUtime=0.11 cores=0,2,4,6
/proc/28655/task/28665/stat : 28665 (java) S 28637 28637 23167 0 -1 1077944384 787 0 0 0 11 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225587779568 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28666] ppid=28637 vsize=8068220 memory=6580 CPUtime=0.14 cores=0,2,4,6
/proc/28655/task/28666/stat : 28666 (java) S 28637 28637 23167 0 -1 1077944384 588 0 0 0 14 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225586727024 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28667] ppid=28637 vsize=8068220 memory=1296 CPUtime=0.22 cores=0,2,4,6
/proc/28655/task/28667/stat : 28667 (java) S 28637 28637 23167 0 -1 1077944384 632 0 0 0 22 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225585674480 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28668] ppid=28637 vsize=8068220 memory=33 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28668/stat : 28668 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433417 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223837104736 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28669] ppid=28637 vsize=8068220 memory=-7175204567652784766 CPUtime=0.02 cores=0,2,4,6
/proc/28655/task/28669/stat : 28669 (java) S 28637 28637 23167 0 -1 1077944384 7 0 0 0 1 1 0 0 20 0 19 0 225433418 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225584622384 140226142366338 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28671] ppid=28637 vsize=8068220 memory=1468 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28671/stat : 28671 (java) S 28637 28637 23167 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225433488 8261857280 30185 33554432000 4194304 4196468 140727897661232 140225583236672 140226142379801 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28673] ppid=28637 vsize=8068220 memory=120740 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28673/stat : 28673 (java) S 28637 28637 23167 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 225433489 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223300219056 140226142377117 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28674] ppid=28637 vsize=8068220 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28674/stat : 28674 (java) S 28637 28637 23167 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 225433489 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223434439984 140226142377117 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
[pid=28655/tid=28675] ppid=28637 vsize=8068220 memory=61340 CPUtime=0 cores=0,2,4,6
/proc/28655/task/28675/stat : 28675 (java) S 28637 28637 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225433491 8261857280 30185 33554432000 4194304 4196468 140727897661232 140223031794720 140226142365397 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8196096 140727897662645 140727897662769 140727897662769 140727897665487 0
Current children cumulated CPU time: 111.71 s
Current children cumulated vsize: 8273708 KiB
Current children cumulated memory: 195348 KiB

Child status: 0
Real time (s): 97.3855
CPU time (s): 111.829
CPU user time (s): 111.011
CPU system time (s): 0.817274
CPU usage (%): 114.831
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 3073744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.011
system time used= 0.817274
maximum resident set size= 3073616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8840
involuntary context switches= 177


# summary of solver processes directly reported to runsolver:
#   pid: 28637
#   total CPU time (s): 111.829
#   total CPU user time (s): 111.011
#   total CPU system time (s): 0.817274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.750516 second user time and 1.02702 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 14:58:16
IDJOB=4305550
IDBENCH=141452
IDSOLVER=2783
FILE ID=node106/4305550-1534078696
RUNJOBID= node106-1534060601-23198
PBS_JOBID= 21036975
Free space on /tmp= 39820 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -both minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305550-1534078696/watcher-4305550-1534078696 -o /tmp/evaluation-result-4305550-1534078696/solver-4305550-1534078696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23198 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305550-1534078696.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=790080174

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23267056 kB
MemAvailable:   31436732 kB
Buffers:          119172 kB
Cached:          8242176 kB
SwapCached:            0 kB
Active:          4701476 kB
Inactive:        4182688 kB
Active(anon):     465796 kB
Inactive(anon):   109476 kB
Active(file):    4235680 kB
Inactive(file):  4073212 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              7992 kB
Writeback:             0 kB
AnonPages:        529424 kB
Mapped:            63620 kB
Shmem:             49632 kB
Slab:             317892 kB
SReclaimable:     289244 kB
SUnreclaim:        28648 kB
KernelStack:        3936 kB
PageTables:         6736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6207084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39812 MiB
End job on node106 at 2018-08-12 14:59:54