Trace number 4305392

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-07-31)SAT 4.50394 2.43722

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K03-P03_c18.xml
MD5SUM48ac26f734f5e9f96f30a0090c6e98b4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009559
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":9}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":18},{"degree":2,"count":15},{"degree":4,"count":6},{"degree":5,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":9,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-5014-serial-file.bin HOME/instance-4305392-1534067198.xml
0.53/0.52	
0.66/0.52	scop order+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Sun Aug 12 11:46:38 CEST 2018
0.66/0.54	c PID: 5017
0.66/0.54	c IP: 172.20.3.151
0.66/0.54	c HOST: node151.alineos.net
0.66/0.55	c (0,0) Parsing Begin
1.18/0.83	c (0,0) Parsing End
1.18/0.84	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 17 ctr, max domain size 16
1.18/0.84	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.18/0.84	c (0,0) Constraint Name Generate Begin
1.18/0.84	c (0,0) Ctr:HOME/instance-4305392-1534067198.xml,AllDifferent:Dist:Eq:IntVar
1.18/0.84	c (0,0) Constraint Name Generate End
1.18/0.84	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.18/0.84	c (0,0) CSP to CSPinCNF Begin
1.36/0.93	c (0,0) translated 2 (10%) constraints
1.36/0.95	c (0,0) translated 4 (20%) constraints
1.36/0.96	c (0,0) translated 6 (30%) constraints
1.36/0.96	c (0,0) translated 7 (40%) constraints
1.36/0.97	c (0,0) translated 9 (50%) constraints
1.36/0.98	c (0,0) translated 11 (60%) constraints
1.36/0.98	c (0,0) translated 12 (70%) constraints
1.36/0.99	c (0,0) translated 14 (80%) constraints
1.36/0.99	c (0,0) translated 16 (90%) constraints
1.56/1.02	c (0,0) translated 17 (100%) constraints
1.77/1.15	c (0,0) STATISTICS1:HOME/instance-4305392-1534067198.xml,AllDifferent:Dist:Eq:IntVar,24,190,240,16,15,3,240:60;16:36;15:105,16:210;15:300,15:2;9:2;2:156;1:30,3:60;2:141;1:48,
1.77/1.15	c (0,0) ==========================================
1.77/1.15	c (0,0) Order
1.77/1.15	c (0,0) ==========================================
1.77/1.16	c (0,0) translated 19 (10%) constraints
1.77/1.17	c (0,0) translated 38 (20%) constraints
1.77/1.18	c (0,0) translated 57 (30%) constraints
1.77/1.18	c (0,0) translated 76 (40%) constraints
1.77/1.19	c (0,0) translated 95 (50%) constraints
1.77/1.20	c (0,0) translated 114 (60%) constraints
2.00/1.20	c (0,0) translated 133 (70%) constraints
2.00/1.20	c (0,0) translated 152 (80%) constraints
2.00/1.21	c (0,0) translated 171 (90%) constraints
2.00/1.21	c (0,0) translated 190 (100%) constraints
2.00/1.22	c (0,0) CSP to CSPinCNF End
2.00/1.22	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 190 ctr, max domain size 16
2.00/1.22	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.00/1.22	c (0,0) CSPinCNF Propagation Begin
2.00/1.24	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/1.24	c (0,0) CSPinCNF Propagation End
2.00/1.24	c (0,0) CSP: 24 int (0 aux), 0 bool (0 aux), 190 ctr, max domain size 16
2.00/1.24	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.00/1.24	c (0,0) Simplify CSPinCNF Begin
2.32/1.30	c (0,0) Simplify CSPinCNF End
2.32/1.30	c (0,0) CSP: 24 int (0 aux), 312 bool (312 aux), 502 ctr, max domain size 16
2.32/1.30	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.32/1.30	c (0,0) Calculate Precise Domain Begin
2.32/1.31	c (0,0) 0 values are removed by re-calculation
2.32/1.31	c (0,0) Calculate Precise Domain End
2.32/1.31	c (0,0) CSP: 24 int (0 aux), 312 bool (312 aux), 502 ctr, max domain size 16
2.32/1.31	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.32/1.31	c (0,0) CSPinCNF to SatSolver Begin
2.61/1.44	c (0,0) 51 (10 %) CSP clauses are encoded (657 SAT variables, 5131 SAT clauses)
2.61/1.46	c (0,0) 101 (20 %) CSP clauses are encoded (657 SAT variables, 7801 SAT clauses)
2.61/1.46	c (0,0) 151 (30 %) CSP clauses are encoded (657 SAT variables, 8361 SAT clauses)
2.61/1.47	c (0,0) 201 (40 %) CSP clauses are encoded (657 SAT variables, 8881 SAT clauses)
2.61/1.47	c (0,0) 251 (50 %) CSP clauses are encoded (657 SAT variables, 9393 SAT clauses)
2.61/1.48	c (0,0) 302 (60 %) CSP clauses are encoded (657 SAT variables, 9920 SAT clauses)
2.61/1.49	c (0,0) 352 (70 %) CSP clauses are encoded (657 SAT variables, 10432 SAT clauses)
2.61/1.49	c (0,0) 402 (80 %) CSP clauses are encoded (657 SAT variables, 10958 SAT clauses)
2.61/1.49	c (0,0) 452 (90 %) CSP clauses are encoded (657 SAT variables, 11470 SAT clauses)
2.61/1.50	c (0,0) 502 (100 %) CSP clauses are encoded (657 SAT variables, 11982 SAT clauses)
2.61/1.50	c (0,0) Launch Command will be: minisat_release
2.61/1.50	c (0,0) CSPinCNF to SatSolver End
2.61/1.50	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.97/1.52	c (0,0) STATISTICS2:HOME/instance-4305392-1534067198.xml,AllDifferent:Dist:Eq:IntVar,336,502,240,16,15,3,240:60;16:72;15:210,16:282;15:510;2:624,15:2;9:2;2:468;1:30,3:60;2:282;1:672,
2.97/1.52	c (1,0) 657 bool, 11983 clause
2.97/1.52	c (1,0) Export Begin
2.97/1.60	c (1,1) Export to HOME/scop-5014-serial-file.bin
2.97/1.60	c (1,1) Export End
3.25/1.60	c (1,1) Export File Size: 0.01 MB
3.25/1.60	c (1,1) 0,0,0,0,0,0,0,STOP-AFTER(DIMACS)
3.25/1.60	c END-Prog: Sun Aug 12 11:46:40 CEST 2018
3.25/1.62	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-5014-serial-file.bin
3.77/2.10	c (0,0) Read Serial File Begin
3.77/2.10	c (0,0) HOME/scop-5014-serial-file.bin
4.03/2.25	c (0,0) Read Serial File End
4.03/2.26	
4.03/2.26	scop order+minisat_release (2018-07-31)
4.03/2.27	(Solving Process)
4.03/2.27	
4.03/2.29	c BEGIN-Prog: Sun Aug 12 11:46:40 CEST 2018
4.03/2.29	c PID: 5032
4.03/2.29	c IP: 172.20.3.151
4.03/2.29	c HOST: node151.alineos.net
4.03/2.29	c (0,0) SatSolver.solve Begin
4.03/2.29	c (0,0) 0 bool, 0 clause
4.03/2.29	c (0,0) minisat_release HOME/instance-4305392-1534067198.xml-scop-5017.cnf
4.20/2.34	c (0,0) c This is COMiniSatPS.
4.20/2.34	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.20/2.34	c (0,0) c ============================[ Problem Statistics ]=============================
4.20/2.34	c (0,0) c |                                                                             |
4.20/2.34	c (0,0) c |  Number of variables:           657                                         |
4.20/2.34	c (0,0) c |  Number of clauses:           11983                                         |
4.20/2.34	c (0,0) c |  Parse time:                   0.00 s                                       |
4.20/2.34	c (0,0) c |  Eliminated clauses:           0.00 Mb                                      |
4.20/2.34	c (0,0) c Reduced to 501 vars, 11827 cls (grow=0)
4.20/2.34	c (0,0) c No iterative elimination performed. (vars=501, c/v ratio=23.6)
4.20/2.34	c (0,0) c |  Simplification time:          0.01 s                                       |
4.20/2.34	c (0,0) c |                                                                             |
4.20/2.34	c (0,0) c ============================[ Search Statistics ]==============================
4.20/2.34	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.20/2.34	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.20/2.34	c (0,0) c ===============================================================================
4.20/2.34	c (0,0) c ===============================================================================
4.20/2.34	c (0,0) c restarts              : 1
4.20/2.34	c (0,0) c conflicts             : 589            (25025 /sec)
4.20/2.34	c (0,0) c decisions             : 794            (0.00 % random) (33736 /sec)
4.20/2.34	c (0,0) c propagations          : 44243          (1879801 /sec)
4.20/2.34	c (0,0) c conflict literals     : 8076           (22.26 % deleted)
4.20/2.34	c (0,0) c CPU time              : 0.023536 s
4.20/2.34	c (0,0) 
4.20/2.34	c (0,0) s SATISFIABLE
4.20/2.36	c (0,0) SatSolver.solve End
4.20/2.37	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.20/2.37	c (0,0) Show results Begin
4.42/2.42	s SATISFIABLE
4.42/2.43	v <instantiation>
4.42/2.43	v     <list>cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2]</list>
4.42/2.43	v     <values>0 15 14 13 4 7 1 9 11 15 14 1 9 6 3 8 10 2 13 11 7 12 5 4</values>
4.42/2.43	v </instantiation>
4.42/2.43	c (0,0) Show results End
4.42/2.43	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
4.42/2.43	c (0,0) 0,0,STOP-AFTER(ALL)
4.42/2.43	c END-Prog: Sun Aug 12 11:46:40 CEST 2018

Verifier Data

OK	

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 (2699 MiB free)
  memory of node 1: 16384 MiB (5526 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305392-1534067198/watcher-4305392-1534067198 -o /tmp/evaluation-result-4305392-1534067198/solver-4305392-1534067198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3794 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305392-1534067198.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=5014, runsolver pid=5011
Current StackSize limit: 8192 KiB


[startup+0.100561 s]*
/proc/loadavg: 2.00 2.01 2.05 3/222 5031
/proc/meminfo: memFree=8360676/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224282984 115843072 349 33554432000 4194304 5098028 140721867179232 140721867176488 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 349 296 221 0 87 0
[pid=5017] ppid=5014 vsize=15012476 memory=73088 CPUtime=0.1 cores=1,3,5,7
/proc/5017/stat : 5017 (java) S 5014 5014 3762 0 -1 1077944320 6413 0 0 0 8 2 0 0 20 0 15 0 224282984 15372775424 18272 33554432000 4194304 4196468 140725857034672 140725857017216 139709310480119 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
/proc/5017/statm: 3753119 18272 2738 1 0 3715579 0
[pid=5017/tid=5018] ppid=5014 vsize=15012476 memory=-2843876205189252254 CPUtime=0.09 cores=1,3,5,7
/proc/5017/task/5018/stat : 5018 (java) R 5014 5014 3762 0 -1 4202560 4559 0 0 0 7 2 0 0 20 0 15 0 224282985 15372775424 18272 33554432000 4194304 4196468 140725857034672 139709282274320 139709294560606 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5019] ppid=5014 vsize=15012476 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5019/stat : 5019 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 18272 33554432000 4194304 4196468 140725857034672 139709314722832 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5020] ppid=5014 vsize=15012476 memory=140149715547776 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5020/stat : 5020 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 18272 33554432000 4194304 4196468 140725857034672 139709113498768 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5021] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5021/stat : 5021 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 18272 33554432000 4194304 4196468 140725857034672 139708770278160 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5022] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5022/stat : 5022 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 18272 33554432000 4194304 4196468 140725857034672 139708769225616 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5023] ppid=5014 vsize=15012476 memory=140149715547776 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5023/stat : 5023 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 18272 33554432000 4194304 4196468 140725857034672 139708280695024 139709310491266 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5024] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5024/stat : 5024 (java) S 5014 5014 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 18272 33554432000 4194304 4196468 140725857034672 139707904156832 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5025] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5025/stat : 5025 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 18272 33554432000 4194304 4196468 140725857034672 139707635720944 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5026] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5026/stat : 5026 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 18272 33554432000 4194304 4196468 140725857034672 139707261212624 139709310498715 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5027] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5027/stat : 5027 (java) S 5014 5014 3762 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 18272 33554432000 4194304 4196468 140725857034672 139708279642864 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5028] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5028/stat : 5028 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 18272 33554432000 4194304 4196468 140725857034672 139708278590320 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5029] ppid=5014 vsize=15012476 memory=140149715547776 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5029/stat : 5029 (java) R 5014 5014 3762 0 -1 4202560 260 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 18272 33554432000 4194304 4196468 140725857034672 139708277537264 139709289840712 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5030] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5030/stat : 5030 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 18272 33554432000 4194304 4196468 140725857034672 139706763307872 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5031] ppid=5014 vsize=15012476 memory=140149715547776 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5031/stat : 5031 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 18272 33554432000 4194304 4196468 140725857034672 139708276484656 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74484 KiB

[startup+0.210581 s]*
/proc/loadavg: 2.00 2.01 2.05 3/222 5031
/proc/meminfo: memFree=8346972/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224282984 115843072 349 33554432000 4194304 5098028 140721867179232 140721867176488 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 349 296 221 0 87 0
[pid=5017] ppid=5014 vsize=15012476 memory=86624 CPUtime=0.24 cores=1,3,5,7
/proc/5017/stat : 5017 (java) S 5014 5014 3762 0 -1 1077944320 9993 0 0 0 21 3 0 0 20 0 15 0 224282984 15372775424 21656 33554432000 4194304 4196468 140725857034672 140725857017216 139709310480119 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
/proc/5017/statm: 3753119 21656 2887 1 0 3715579 0
[pid=5017/tid=5018] ppid=5014 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/5017/task/5018/stat : 5018 (java) R 5014 5014 3762 0 -1 4202560 7906 0 0 0 17 2 0 0 20 0 15 0 224282985 15372775424 21656 33554432000 4194304 4196468 140725857034672 139709282297712 139708793433216 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5019] ppid=5014 vsize=15012476 memory=540 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5019/stat : 5019 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 21656 33554432000 4194304 4196468 140725857034672 139709314722832 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5020] ppid=5014 vsize=15012476 memory=4050059517705500320 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5020/stat : 5020 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 21656 33554432000 4194304 4196468 140725857034672 139709113498768 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5021] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5021/stat : 5021 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 21656 33554432000 4194304 4196468 140725857034672 139708770278160 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5022] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5022/stat : 5022 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 21656 33554432000 4194304 4196468 140725857034672 139708769225616 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5023] ppid=5014 vsize=15012476 memory=140149715547776 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5023/stat : 5023 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 21656 33554432000 4194304 4196468 140725857034672 139708280695024 139709310491266 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5024] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5024/stat : 5024 (java) S 5014 5014 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 21656 33554432000 4194304 4196468 140725857034672 139707904156832 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5025] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5025/stat : 5025 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 21656 33554432000 4194304 4196468 140725857034672 139707635720944 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5026] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5026/stat : 5026 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 21656 33554432000 4194304 4196468 140725857034672 139707261212624 139709310498715 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5027] ppid=5014 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5017/task/5027/stat : 5027 (java) S 5014 5014 3762 0 -1 1077944384 416 0 0 0 1 0 0 0 20 0 15 0 224282991 15372775424 21656 33554432000 4194304 4196468 140725857034672 139708279642864 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5028] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5028/stat : 5028 (java) S 5014 5014 3762 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 21656 33554432000 4194304 4196468 140725857034672 139708278590320 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5029] ppid=5014 vsize=15012476 memory=140149715547776 CPUtime=0.03 cores=1,3,5,7
/proc/5017/task/5029/stat : 5029 (java) R 5014 5014 3762 0 -1 4202560 304 0 0 0 3 0 0 0 20 0 15 0 224282991 15372775424 21656 33554432000 4194304 4196468 140725857034672 139708277537264 139709302717246 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5030] ppid=5014 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5030/stat : 5030 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 21656 33554432000 4194304 4196468 140725857034672 139706763307872 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5031] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5031/stat : 5031 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 21656 33554432000 4194304 4196468 140725857034672 139708276484656 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88020 KiB

[startup+0.310768 s]*
/proc/loadavg: 2.00 2.01 2.05 3/222 5031
/proc/meminfo: memFree=8343684/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224282984 115843072 349 33554432000 4194304 5098028 140721867179232 140721867176488 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 349 296 221 0 87 0
[pid=5017] ppid=5014 vsize=15012476 memory=89884 CPUtime=0.41 cores=1,3,5,7
/proc/5017/stat : 5017 (java) S 5014 5014 3762 0 -1 1077944320 10513 0 0 0 38 3 0 0 20 0 15 0 224282984 15372775424 22471 33554432000 4194304 4196468 140725857034672 140725857017216 139709310480119 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
/proc/5017/statm: 3753119 22471 2941 1 0 3715579 0
[pid=5017/tid=5018] ppid=5014 vsize=15012476 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/5017/task/5018/stat : 5018 (java) R 5014 5014 3762 0 -1 4202560 8283 0 0 0 26 2 0 0 20 0 15 0 224282985 15372775424 22471 33554432000 4194304 4196468 140725857034672 139709282275120 139709294560606 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5019] ppid=5014 vsize=15012476 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5019/stat : 5019 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 22471 33554432000 4194304 4196468 140725857034672 139709314722832 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5020] ppid=5014 vsize=15012476 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5020/stat : 5020 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 22471 33554432000 4194304 4196468 140725857034672 139709113498768 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5021] ppid=5014 vsize=15012476 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5021/stat : 5021 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 22471 33554432000 4194304 4196468 140725857034672 139708770278160 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5022] ppid=5014 vsize=15012476 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5022/stat : 5022 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15372775424 22471 33554432000 4194304 4196468 140725857034672 139708769225616 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5023] ppid=5014 vsize=15012476 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5023/stat : 5023 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 22471 33554432000 4194304 4196468 140725857034672 139708280695024 139709310491266 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5024] ppid=5014 vsize=15012476 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5024/stat : 5024 (java) S 5014 5014 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 22471 33554432000 4194304 4196468 140725857034672 139707904156832 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5025] ppid=5014 vsize=15012476 memory=8549982201333320512 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5025/stat : 5025 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282988 15372775424 22471 33554432000 4194304 4196468 140725857034672 139707635720944 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5026] ppid=5014 vsize=15012476 memory=8325818968683490714 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5026/stat : 5026 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 22471 33554432000 4194304 4196468 140725857034672 139707261212624 139709310498715 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5027] ppid=5014 vsize=15012476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5017/task/5027/stat : 5027 (java) S 5014 5014 3762 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 224282991 15372775424 22471 33554432000 4194304 4196468 140725857034672 139708279642864 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5028] ppid=5014 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5017/task/5028/stat : 5028 (java) S 5014 5014 3762 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 15 0 224282991 15372775424 22471 33554432000 4194304 4196468 140725857034672 139708278590320 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5029] ppid=5014 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5017/task/5029/stat : 5029 (java) S 5014 5014 3762 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 15 0 224282991 15372775424 22471 33554432000 4194304 4196468 140725857034672 139708277537264 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5030] ppid=5014 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5030/stat : 5030 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 22471 33554432000 4194304 4196468 140725857034672 139706763307872 139709310490325 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5031] ppid=5014 vsize=15012476 memory=4121135814244710191 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5031/stat : 5031 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282991 15372775424 22471 33554432000 4194304 4196468 140725857034672 139708276484656 139709310491266 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91280 KiB

[startup+0.700832 s]
/proc/loadavg: 2.00 2.01 2.05 3/222 5031
/proc/meminfo: memFree=8319624/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224282984 115843072 349 33554432000 4194304 5098028 140721867179232 140721867176488 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 349 296 221 0 87 0
[pid=5017] ppid=5014 vsize=15020872 memory=129912 CPUtime=0.99 cores=1,3,5,7
/proc/5017/stat : 5017 (java) S 5014 5014 3762 0 -1 1077944320 17605 0 0 0 94 5 0 0 20 0 15 0 224282984 15381372928 32478 33554432000 4194304 4196468 140725857034672 140725857017216 139709310480119 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
/proc/5017/statm: 3755218 32478 3156 1 0 3716603 0
[pid=5017/tid=5018] ppid=5014 vsize=15020872 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/5017/task/5018/stat : 5018 (java) R 5014 5014 3762 0 -1 4202560 14931 0 0 0 63 4 0 0 20 0 15 0 224282985 15381372928 32478 33554432000 4194304 4196468 140725857034672 139709282308704 139709310492054 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5019] ppid=5014 vsize=15020872 memory=6425271076031 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5019/stat : 5019 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282986 15381372928 32478 33554432000 4194304 4196468 140725857034672 139709314722832 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5020] ppid=5014 vsize=15020872 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5020/stat : 5020 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15381372928 32478 33554432000 4194304 4196468 140725857034672 139709113498768 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5021] ppid=5014 vsize=15020872 memory=13850767857552233 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5021/stat : 5021 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15381372928 32478 33554432000 4194304 4196468 140725857034672 139708770278160 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5022] ppid=5014 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5022/stat : 5022 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15381372928 32478 33554432000 4194304 4196468 140725857034672 139708769225616 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5023] ppid=5014 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5023/stat : 5023 (java) S 5014 5014 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224282988 15381372928 32478 33554432000 4194304 4196468 140725857034672 139708280695024 139709310491266 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5024] ppid=5014 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5024/stat : 5024 (java) S 5014 5014 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224282988 15381372928 32478 33554432000 4194304 4196468 140725857034672 139707904156832 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5025] ppid=5014 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5025/stat : 5025 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282988 15381372928 32478 33554432000 4194304 4196468 140725857034672 139707635720944 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5026] ppid=5014 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5026/stat : 5026 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15381372928 32478 33554432000 4194304 4196468 140725857034672 139707261212624 139709310498715 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5027] ppid=5014 vsize=15020872 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5017/task/5027/stat : 5027 (java) S 5014 5014 3762 0 -1 1077944384 752 0 0 0 10 0 0 0 20 0 15 0 224282991 15381372928 32478 33554432000 4194304 4196468 140725857034672 139708279642864 139709310491266 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5028] ppid=5014 vsize=15020872 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5017/task/5028/stat : 5028 (java) S 5014 5014 3762 0 -1 1077944384 164 0 0 0 5 0 0 0 20 0 15 0 224282991 15381372928 32478 33554432000 4194304 4196468 140725857034672 139708278590320 139709310491266 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5029] ppid=5014 vsize=15020872 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/5017/task/5029/stat : 5029 (java) R 5014 5014 3762 0 -1 4202560 423 0 0 0 15 0 0 0 20 0 15 0 224282991 15381372928 32478 33554432000 4194304 4196468 140725857034672 139708277537264 139709310501466 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5030] ppid=5014 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5030/stat : 5030 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15381372928 32478 33554432000 4194304 4196468 140725857034672 139706763307872 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5031] ppid=5014 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5031/stat : 5031 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282991 15381372928 32478 33554432000 4194304 4196468 140725857034672 139708276484656 139709310491266 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131308 KiB

[startup+1.50652 s]
/proc/loadavg: 2.00 2.01 2.05 3/222 5031
/proc/meminfo: memFree=8293136/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224282984 115843072 349 33554432000 4194304 5098028 140721867179232 140721867176488 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 349 296 221 0 87 0

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

/proc/5017/task/5019/stat : 5019 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282986 15387734016 48836 33554432000 4194304 4196468 140725857034672 139709314722832 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5020] ppid=5014 vsize=15027084 memory=844 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5020/stat : 5020 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15387734016 48836 33554432000 4194304 4196468 140725857034672 139709113498768 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5021] ppid=5014 vsize=15027084 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5021/stat : 5021 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15387734016 48836 33554432000 4194304 4196468 140725857034672 139708770278160 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5022] ppid=5014 vsize=15027084 memory=920 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5022/stat : 5022 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15387734016 48836 33554432000 4194304 4196468 140725857034672 139708769225616 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5023] ppid=5014 vsize=15027084 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5023/stat : 5023 (java) S 5014 5014 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224282988 15387734016 48836 33554432000 4194304 4196468 140725857034672 139708280695024 139709310491266 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5024] ppid=5014 vsize=15027084 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5024/stat : 5024 (java) S 5014 5014 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224282988 15387734016 48836 33554432000 4194304 4196468 140725857034672 139707904156832 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5025] ppid=5014 vsize=15027084 memory=2924 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5025/stat : 5025 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282988 15387734016 48836 33554432000 4194304 4196468 140725857034672 139707635720944 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5026] ppid=5014 vsize=15027084 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5026/stat : 5026 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15387734016 48836 33554432000 4194304 4196468 140725857034672 139707261212624 139709310498715 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5027] ppid=5014 vsize=15027084 memory=1408 CPUtime=0.39 cores=1,3,5,7
/proc/5017/task/5027/stat : 5027 (java) R 5014 5014 3762 0 -1 4202560 1184 0 0 0 39 0 0 0 20 0 15 0 224282991 15387734016 48836 33554432000 4194304 4196468 140725857034672 139708279631264 139709310501466 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5028] ppid=5014 vsize=15027084 memory=3568 CPUtime=0.39 cores=1,3,5,7
/proc/5017/task/5028/stat : 5028 (java) R 5014 5014 3762 0 -1 4202560 736 0 0 0 39 0 0 0 20 0 15 0 224282991 15387734016 48836 33554432000 4194304 4196468 140725857034672 139708278568736 139709294887292 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5029] ppid=5014 vsize=15027084 memory=1472 CPUtime=0.68 cores=1,3,5,7
/proc/5017/task/5029/stat : 5029 (java) R 5014 5014 3762 0 -1 4202560 2630 0 0 0 67 1 0 0 20 0 15 0 224282991 15387734016 48836 33554432000 4194304 4196468 140725857034672 139708277537264 139709310492054 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5030] ppid=5014 vsize=15027084 memory=118140 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5030/stat : 5030 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15387734016 48836 33554432000 4194304 4196468 140725857034672 139706763307872 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5031] ppid=5014 vsize=15027084 memory=59620 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5031/stat : 5031 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282991 15387734016 48836 33554432000 4194304 4196468 140725857034672 139708276484656 139709310491266 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 196740 KiB

[startup+2.43718 s]
# the end of solver process 5014 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.33236 s, system=0.17158 s

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

[startup+1.60156 s]
/proc/loadavg: 2.00 2.01 2.05 3/222 5031
/proc/meminfo: memFree=8293136/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 224282984 115843072 349 33554432000 4194304 5098028 140721867179232 140721867176488 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 349 296 221 0 87 0
[pid=5017] ppid=5014 vsize=15027104 memory=202400 CPUtime=3.25 cores=1,3,5,7
/proc/5017/stat : 5017 (java) S 5014 5014 3762 0 -1 1077944320 22988 0 0 0 316 9 0 0 20 0 15 0 224282984 15387754496 50600 33554432000 4194304 4196468 140725857034672 140725857017216 139709310480119 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
/proc/5017/statm: 3756776 50600 3217 1 0 3717627 0
[pid=5017/tid=5018] ppid=5014 vsize=15027104 memory=1396 CPUtime=1.56 cores=1,3,5,7
/proc/5017/task/5018/stat : 5018 (java) R 5014 5014 3762 0 -1 4202560 16774 0 0 0 149 7 0 0 20 0 15 0 224282985 15387754496 50600 33554432000 4194304 4196468 140725857034672 139709282311248 139709296549575 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5019] ppid=5014 vsize=15027104 memory=141688 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5019/stat : 5019 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224282986 15387754496 50600 33554432000 4194304 4196468 140725857034672 139709314722832 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5020] ppid=5014 vsize=15027104 memory=280299229500992 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5020/stat : 5020 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15387754496 50600 33554432000 4194304 4196468 140725857034672 139709113498768 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5021] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5021/stat : 5021 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15387754496 50600 33554432000 4194304 4196468 140725857034672 139708770278160 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5022] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5022/stat : 5022 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282986 15387754496 50600 33554432000 4194304 4196468 140725857034672 139708769225616 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5023] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5023/stat : 5023 (java) S 5014 5014 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224282988 15387754496 50600 33554432000 4194304 4196468 140725857034672 139708280695024 139709310491266 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5024] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5024/stat : 5024 (java) S 5014 5014 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224282988 15387754496 50600 33554432000 4194304 4196468 140725857034672 139707904156832 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5025] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5025/stat : 5025 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282988 15387754496 50600 33554432000 4194304 4196468 140725857034672 139707635720944 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5026] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5026/stat : 5026 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15387754496 50600 33554432000 4194304 4196468 140725857034672 139707261212624 139709310498715 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5027] ppid=5014 vsize=15027104 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/5017/task/5027/stat : 5027 (java) S 5014 5014 3762 0 -1 1077944384 1205 0 0 0 45 0 0 0 20 0 15 0 224282991 15387754496 50600 33554432000 4194304 4196468 140725857034672 139708279642864 139709310491266 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5028] ppid=5014 vsize=15027104 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/5017/task/5028/stat : 5028 (java) R 5014 5014 3762 0 -1 4202560 958 0 0 0 49 0 0 0 20 0 15 0 224282991 15387754496 50600 33554432000 4194304 4196468 140725857034672 139708278571888 139709293890991 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5029] ppid=5014 vsize=15027104 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/5017/task/5029/stat : 5029 (java) S 5014 5014 3762 0 -1 1077944384 2716 0 0 0 71 1 0 0 20 0 15 0 224282991 15387754496 50600 33554432000 4194304 4196468 140725857034672 139708277537264 139709310491266 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5030] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5030/stat : 5030 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224282991 15387754496 50600 33554432000 4194304 4196468 140725857034672 139706763307872 139709310490325 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
[pid=5017/tid=5031] ppid=5014 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5017/task/5031/stat : 5031 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224282991 15387754496 50600 33554432000 4194304 4196468 140725857034672 139708276484656 139709310491266 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17149952 140725857043463 140725857043761 140725857043761 140725857046479 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 15140232 KiB
Current children cumulated memory: 203796 KiB

[startup+2.00031 s]*
/proc/loadavg: 2.00 2.01 2.05 3/222 5046
/proc/meminfo: memFree=8366180/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1472 CPUtime=3.26 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 590 23327 0 0 0 0 316 10 20 0 1 0 224282984 115843072 368 33554432000 4194304 5098028 140721867179232 140721867175976 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 368 311 221 0 87 0
[pid=5032] ppid=5014 vsize=7406364 memory=67788 CPUtime=0.51 cores=1,3,5,7
/proc/5032/stat : 5032 (java) S 5014 5014 3762 0 -1 1077944320 10419 0 0 0 49 2 0 0 20 0 15 0 224283146 7584116736 16947 33554432000 4194304 4196468 140734021753744 140734021736288 139736557809399 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
/proc/5032/statm: 1851591 16947 3020 1 0 1813530 0
[pid=5032/tid=5033] ppid=5014 vsize=7406364 memory=8112282956445269571 CPUtime=0.37 cores=1,3,5,7
/proc/5032/task/5033/stat : 5033 (java) R 5014 5014 3762 0 -1 4202560 8115 0 0 0 35 2 0 0 20 0 15 0 224283147 7584116736 16947 33554432000 4194304 4196468 140734021753744 139736529638056 139736538085547 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5034] ppid=5014 vsize=7406364 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5034/stat : 5034 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224283148 7584116736 16947 33554432000 4194304 4196468 140734021753744 139736562052240 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5035] ppid=5014 vsize=7406364 memory=7013625598284164436 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5035/stat : 5035 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224283148 7584116736 16947 33554432000 4194304 4196468 140734021753744 139736362220560 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5036] ppid=5014 vsize=7406364 memory=7013625594056830292 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5036/stat : 5036 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224283148 7584116736 16947 33554432000 4194304 4196468 140734021753744 139736361167760 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5037] ppid=5014 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5037/stat : 5037 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224283148 7584116736 16947 33554432000 4194304 4196468 140734021753744 139736360114960 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5038] ppid=5014 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5038/stat : 5038 (java) S 5014 5014 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224283149 7584116736 16947 33554432000 4194304 4196468 140734021753744 139735937071472 139736557820546 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5039] ppid=5014 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5039/stat : 5039 (java) S 5014 5014 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224283150 7584116736 16947 33554432000 4194304 4196468 140734021753744 139735418790944 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5040] ppid=5014 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5040/stat : 5040 (java) S 5014 5014 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224283150 7584116736 16947 33554432000 4194304 4196468 140734021753744 139735284568944 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5041] ppid=5014 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5041/stat : 5041 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224283152 7584116736 16947 33554432000 4194304 4196468 140734021753744 139734910064464 139736557827995 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5042] ppid=5014 vsize=7406364 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5042/stat : 5042 (java) S 5014 5014 3762 0 -1 1077944384 424 0 0 0 2 0 0 0 20 0 15 0 224283152 7584116736 16947 33554432000 4194304 4196468 140734021753744 139735936019312 139736557820546 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5043] ppid=5014 vsize=7406364 memory=55 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5043/stat : 5043 (java) S 5014 5014 3762 0 -1 1077944384 207 0 0 0 2 0 0 0 20 0 15 0 224283152 7584116736 16947 33554432000 4194304 4196468 140734021753744 139735934966512 139736557820546 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5044] ppid=5014 vsize=7406364 memory=2588 CPUtime=0.08 cores=1,3,5,7
/proc/5032/task/5044/stat : 5044 (java) S 5014 5014 3762 0 -1 1077944384 320 0 0 0 8 0 0 0 20 0 15 0 224283152 7584116736 16947 33554432000 4194304 4196468 140734021753744 139735933913712 139736557820546 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5045] ppid=5014 vsize=7406364 memory=2924 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5045/stat : 5045 (java) S 5014 5014 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224283152 7584116736 16947 33554432000 4194304 4196468 140734021753744 139734412159712 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5046] ppid=5014 vsize=7406364 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5032/task/5046/stat : 5046 (java) S 5014 5014 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224283152 7584116736 16947 33554432000 4194304 4196468 140734021753744 139735932861104 139736557820546 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
Current children cumulated CPU time: 3.77 s
Current children cumulated vsize: 7519492 KiB
Current children cumulated memory: 69260 KiB

[startup+2.40075 s]
/proc/loadavg: 2.00 2.01 2.05 3/222 5046
/proc/meminfo: memFree=8366180/32770624 swapFree=67108860/67108860
[pid=5014] ppid=5011 vsize=113128 memory=1472 CPUtime=3.26 cores=1,3,5,7
/proc/5014/stat : 5014 (scop.sh) S 5011 5014 3762 0 -1 4202496 590 23327 0 0 0 0 316 10 20 0 1 0 224282984 115843072 368 33554432000 4194304 5098028 140721867179232 140721867175976 140383870071420 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28180480 140721867183168 140721867183367 140721867183367 140721867186125 0
/proc/5014/statm: 28282 368 311 221 0 87 0
[pid=5032] ppid=5014 vsize=7937144 memory=117520 CPUtime=1.16 cores=1,3,5,7
/proc/5032/stat : 5032 (java) S 5014 5014 3762 0 -1 1077944320 17640 939 0 0 109 5 2 0 20 0 17 0 224283146 8127635456 29380 33554432000 4194304 4196468 140734021753744 140734021736288 139736557809399 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
/proc/5032/statm: 1984286 29380 3153 1 0 1945685 0
[pid=5032/tid=5033] ppid=5014 vsize=7937144 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/5032/task/5033/stat : 5033 (java) R 5014 5014 3762 0 -1 4202560 14663 939 0 0 71 4 2 0 20 0 17 0 224283147 8127635456 29380 33554432000 4194304 4196468 140734021753744 139736529618448 139736557821334 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5034] ppid=5014 vsize=7937144 memory=8112282956445269571 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5034/stat : 5034 (java) S 5014 5014 3762 0 -1 1077944384 1 939 0 0 0 0 2 0 20 0 17 0 224283148 8127635456 29380 33554432000 4194304 4196468 140734021753744 139736562052240 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5035] ppid=5014 vsize=7937144 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5035/stat : 5035 (java) S 5014 5014 3762 0 -1 1077944384 2 939 0 0 0 0 2 0 20 0 17 0 224283148 8127635456 29380 33554432000 4194304 4196468 140734021753744 139736362220560 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5036] ppid=5014 vsize=7937144 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5036/stat : 5036 (java) S 5014 5014 3762 0 -1 1077944384 1 939 0 0 0 0 2 0 20 0 17 0 224283148 8127635456 29380 33554432000 4194304 4196468 140734021753744 139736361167760 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5037] ppid=5014 vsize=7937144 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5037/stat : 5037 (java) S 5014 5014 3762 0 -1 1077944384 2 939 0 0 0 0 2 0 20 0 17 0 224283148 8127635456 29380 33554432000 4194304 4196468 140734021753744 139736360114960 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5038] ppid=5014 vsize=7937144 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5038/stat : 5038 (java) S 5014 5014 3762 0 -1 1077944384 5 939 0 0 0 0 2 0 20 0 17 0 224283149 8127635456 29380 33554432000 4194304 4196468 140734021753744 139735937071472 139736557820546 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5039] ppid=5014 vsize=7937144 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5039/stat : 5039 (java) S 5014 5014 3762 0 -1 1077944384 13 939 0 0 0 0 2 0 20 0 17 0 224283150 8127635456 29380 33554432000 4194304 4196468 140734021753744 139735418790944 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5040] ppid=5014 vsize=7937144 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5040/stat : 5040 (java) S 5014 5014 3762 0 -1 1077944384 21 939 0 0 0 0 2 0 20 0 17 0 224283150 8127635456 29380 33554432000 4194304 4196468 140734021753744 139735284568944 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5041] ppid=5014 vsize=7937144 memory=140149715546593 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5041/stat : 5041 (java) S 5014 5014 3762 0 -1 1077944384 3 939 0 0 0 0 2 0 20 0 17 0 224283152 8127635456 29380 33554432000 4194304 4196468 140734021753744 139734910064464 139736557827995 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5042] ppid=5014 vsize=7937144 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/5032/task/5042/stat : 5042 (java) S 5014 5014 3762 0 -1 1077944384 513 939 0 0 9 0 2 0 20 0 17 0 224283152 8127635456 29380 33554432000 4194304 4196468 140734021753744 139735936019312 139736557820546 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5043] ppid=5014 vsize=7937144 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5032/task/5043/stat : 5043 (java) R 5014 5014 3762 0 -1 1077944384 447 939 0 0 7 0 2 0 20 0 17 0 224283152 8127635456 29380 33554432000 4194304 4196468 140734021753744 139735934966512 139736557820546 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5044] ppid=5014 vsize=7937144 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5032/task/5044/stat : 5044 (java) R 5014 5014 3762 0 -1 4202560 542 939 0 0 19 0 2 0 20 0 17 0 224283152 8127635456 29380 33554432000 4194304 4196468 140734021753744 139735933913712 139736557821334 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5045] ppid=5014 vsize=7937144 memory=14755 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5045/stat : 5045 (java) S 5014 5014 3762 0 -1 1077944384 3 939 0 0 0 0 2 0 20 0 17 0 224283152 8127635456 29380 33554432000 4194304 4196468 140734021753744 139734412159712 139736557819605 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
[pid=5032/tid=5046] ppid=5014 vsize=7937144 memory=24359 CPUtime=0.02 cores=1,3,5,7
/proc/5032/task/5046/stat : 5046 (java) S 5014 5014 3762 0 -1 1077944384 1 939 0 0 0 0 2 0 20 0 17 0 224283152 8127635456 29380 33554432000 4194304 4196468 140734021753744 139735932861104 139736557820546 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14295040 140734021756086 140734021756209 140734021756209 140734021758927 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 8050272 KiB
Current children cumulated memory: 118992 KiB

Child status: 0
Real time (s): 2.43722
CPU time (s): 4.50394
CPU user time (s): 4.33236
CPU system time (s): 0.17158
CPU usage (%): 184.799
Max. virtual memory (cumulated for all children) (KiB): 15140232
Max. memory (cumulated for all children) (KiB): 203796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.33236
system time used= 0.17158
maximum resident set size= 204984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42673
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4697
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 5014
#   total CPU time (s): 4.50394
#   total CPU user time (s): 4.33236
#   total CPU system time (s): 0.17158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034701 second user time and 0.07466 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 11:46:38
IDJOB=4305392
IDBENCH=141169
IDSOLVER=2782
FILE ID=node151/4305392-1534067198
RUNJOBID= node151-1534062410-3794
PBS_JOBID= 21036982
Free space on /tmp= 40852 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K03-P03_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -order minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305392-1534067198/watcher-4305392-1534067198 -o /tmp/evaluation-result-4305392-1534067198/solver-4305392-1534067198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3794 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305392-1534067198.xml

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

MD5SUM BENCH= 48ac26f734f5e9f96f30a0090c6e98b4
RANDOM SEED=1560781976

node151.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.87
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.87
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.87
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.87
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:         8423540 kB
MemAvailable:   31739092 kB
Buffers:          260836 kB
Cached:         23009028 kB
SwapCached:            0 kB
Active:         10801100 kB
Inactive:       12690792 kB
Active(anon):     171004 kB
Inactive(anon):   103352 kB
Active(file):   10630096 kB
Inactive(file): 12587440 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7916 kB
Writeback:            12 kB
AnonPages:        229628 kB
Mapped:            71800 kB
Shmem:             49800 kB
Slab:             554800 kB
SReclaimable:     526476 kB
SUnreclaim:        28324 kB
KernelStack:        3616 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5878660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 40844 MiB
End job on node151 at 2018-08-12 11:46:40