Trace number 4305330

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.06877 2.36318

General information on the benchmark

NameColouredQueens/
ColouredQueens-05_c18.xml
MD5SUM776f6c8909d7db26eed6858afed1e777
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.004525
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints24
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":21}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":24}]
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-16663-serial-file.bin HOME/instance-4305330-1534064712.xml
0.66/0.52	
0.66/0.52	scop order+minisat_release (2018-07-31)
0.66/0.53	(Encoding Process)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Sun Aug 12 11:05:13 CEST 2018
0.66/0.56	c PID: 16670
0.66/0.56	c IP: 172.20.3.107
0.66/0.56	c HOST: node107.alineos.net
0.66/0.57	c (0,0) Parsing Begin
1.17/0.83	c (0,0) Parsing End
1.17/0.83	c (0,0) CSP: 25 int (0 aux), 0 bool (0 aux), 24 ctr, max domain size 5
1.17/0.83	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.17/0.83	c (0,0) Constraint Name Generate Begin
1.17/0.84	c (0,0) Ctr:HOME/instance-4305330-1534064712.xml,AllDifferent:IntVar
1.17/0.84	c (0,0) Constraint Name Generate End
1.17/0.84	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.17/0.84	c (0,0) CSP to CSPinCNF Begin
1.34/0.99	c (0,0) translated 3 (10%) constraints
1.53/1.01	c (0,0) translated 5 (20%) constraints
1.53/1.04	c (0,0) translated 8 (30%) constraints
1.53/1.05	c (0,0) translated 10 (40%) constraints
1.53/1.07	c (0,0) translated 12 (50%) constraints
1.53/1.08	c (0,0) translated 15 (60%) constraints
1.53/1.09	c (0,0) translated 17 (70%) constraints
1.53/1.09	c (0,0) translated 20 (80%) constraints
1.53/1.10	c (0,0) translated 22 (90%) constraints
1.53/1.11	c (0,0) translated 24 (100%) constraints
1.82/1.15	c (0,0) STATISTICS1:HOME/instance-4305330-1534064712.xml,AllDifferent:IntVar,25,208,5,5,5,2,5:160,5:512,5:24;4:8;3:8;2:168,2:160;1:192,
1.82/1.15	c (0,0) ==========================================
1.82/1.15	c (0,0) Order
1.82/1.15	c (0,0) ==========================================
1.82/1.17	c (0,0) translated 21 (10%) constraints
1.82/1.18	c (0,0) translated 42 (20%) constraints
1.82/1.19	c (0,0) translated 63 (30%) constraints
1.82/1.20	c (0,0) translated 84 (40%) constraints
2.03/1.20	c (0,0) translated 104 (50%) constraints
2.03/1.21	c (0,0) translated 125 (60%) constraints
2.03/1.21	c (0,0) translated 146 (70%) constraints
2.03/1.22	c (0,0) translated 167 (80%) constraints
2.03/1.22	c (0,0) translated 188 (90%) constraints
2.03/1.23	c (0,0) translated 208 (100%) constraints
2.03/1.23	c (0,0) CSP to CSPinCNF End
2.03/1.23	c (0,0) CSP: 25 int (0 aux), 0 bool (0 aux), 208 ctr, max domain size 5
2.03/1.23	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.03/1.23	c (0,0) CSPinCNF Propagation Begin
2.03/1.25	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/1.25	c (0,0) CSPinCNF Propagation End
2.03/1.25	c (0,0) CSP: 25 int (0 aux), 0 bool (0 aux), 208 ctr, max domain size 5
2.03/1.25	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.03/1.25	c (0,0) Simplify CSPinCNF Begin
2.28/1.31	c (0,0) Simplify CSPinCNF End
2.28/1.31	c (0,0) CSP: 25 int (0 aux), 320 bool (320 aux), 528 ctr, max domain size 5
2.28/1.31	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.28/1.31	c (0,0) Calculate Precise Domain Begin
2.28/1.31	c (0,0) 0 values are removed by re-calculation
2.28/1.31	c (0,0) Calculate Precise Domain End
2.28/1.31	c (0,0) CSP: 25 int (0 aux), 320 bool (320 aux), 528 ctr, max domain size 5
2.28/1.31	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.28/1.31	c (0,0) CSPinCNF to SatSolver Begin
2.28/1.37	c (0,0) 53 (10 %) CSP clauses are encoded (420 SAT variables, 259 SAT clauses)
2.28/1.38	c (0,0) 106 (20 %) CSP clauses are encoded (420 SAT variables, 444 SAT clauses)
2.28/1.39	c (0,0) 159 (30 %) CSP clauses are encoded (420 SAT variables, 633 SAT clauses)
2.28/1.40	c (0,0) 212 (40 %) CSP clauses are encoded (420 SAT variables, 814 SAT clauses)
2.52/1.41	c (0,0) 264 (50 %) CSP clauses are encoded (420 SAT variables, 994 SAT clauses)
2.52/1.41	c (0,0) 317 (60 %) CSP clauses are encoded (420 SAT variables, 1183 SAT clauses)
2.52/1.42	c (0,0) 370 (70 %) CSP clauses are encoded (420 SAT variables, 1368 SAT clauses)
2.52/1.42	c (0,0) 423 (80 %) CSP clauses are encoded (420 SAT variables, 1537 SAT clauses)
2.52/1.43	c (0,0) 476 (90 %) CSP clauses are encoded (420 SAT variables, 1710 SAT clauses)
2.52/1.44	c (0,0) 528 (100 %) CSP clauses are encoded (420 SAT variables, 1882 SAT clauses)
2.52/1.44	c (0,0) Launch Command will be: minisat_release
2.52/1.44	c (0,0) CSPinCNF to SatSolver End
2.52/1.44	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.52/1.45	c (0,0) STATISTICS2:HOME/instance-4305330-1534064712.xml,AllDifferent:IntVar,345,528,5,5,5,2,5:320,5:832;2:640,5:24;4:8;3:8;2:488,2:320;1:832,
2.52/1.46	c (0,0) 420 bool, 1883 clause
2.52/1.46	c (0,0) Export Begin
2.78/1.53	c (0,0) Export to HOME/scop-16663-serial-file.bin
2.78/1.53	c (0,0) Export End
2.78/1.53	c (1,0) Export File Size: 0.01 MB
2.78/1.53	c (1,0) 0,0,0,0,0,0,0,STOP-AFTER(DIMACS)
2.78/1.53	c END-Prog: Sun Aug 12 11:05:14 CEST 2018
2.78/1.54	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-16663-serial-file.bin
3.45/2.03	c (0,0) Read Serial File Begin
3.45/2.03	c (0,0) HOME/scop-16663-serial-file.bin
3.59/2.18	c (0,0) Read Serial File End
3.59/2.19	
3.59/2.19	scop order+minisat_release (2018-07-31)
3.59/2.19	(Solving Process)
3.59/2.19	
3.73/2.21	c BEGIN-Prog: Sun Aug 12 11:05:14 CEST 2018
3.73/2.21	c PID: 16701
3.73/2.21	c IP: 172.20.3.107
3.73/2.21	c HOST: node107.alineos.net
3.73/2.22	c (0,0) SatSolver.solve Begin
3.73/2.22	c (0,0) 0 bool, 0 clause
3.73/2.22	c (0,0) minisat_release HOME/instance-4305330-1534064712.xml-scop-16670.cnf
3.73/2.25	c (0,0) c This is COMiniSatPS.
3.73/2.25	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
3.73/2.25	c (0,0) c ============================[ Problem Statistics ]=============================
3.73/2.25	c (0,0) c |                                                                             |
3.73/2.25	c (0,0) c |  Number of variables:           420                                         |
3.73/2.25	c (0,0) c |  Number of clauses:            1883                                         |
3.73/2.25	c (0,0) c |  Parse time:                   0.00 s                                       |
3.73/2.25	c (0,0) c |  Eliminated clauses:           0.00 Mb                                      |
3.73/2.25	c (0,0) c Reduced to 260 vars, 1723 cls (grow=0)
3.73/2.25	c (0,0) c No iterative elimination performed. (vars=260, c/v ratio=6.6)
3.73/2.25	c (0,0) c |  Simplification time:          0.00 s                                       |
3.73/2.25	c (0,0) c |                                                                             |
3.73/2.25	c (0,0) c ============================[ Search Statistics ]==============================
3.73/2.25	c (0,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.73/2.25	c (0,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.73/2.25	c (0,0) c ===============================================================================
3.73/2.25	c (0,0) c ===============================================================================
3.73/2.25	c (0,0) c restarts              : 1
3.73/2.25	c (0,0) c conflicts             : 10             (2407 /sec)
3.73/2.25	c (0,0) c decisions             : 22             (0.00 % random) (5296 /sec)
3.73/2.25	c (0,0) c propagations          : 431            (103755 /sec)
3.73/2.25	c (0,0) c conflict literals     : 73             (0.00 % deleted)
3.73/2.25	c (0,0) c CPU time              : 0.004154 s
3.73/2.25	c (0,0) 
3.73/2.25	c (0,0) s SATISFIABLE
3.73/2.29	c (0,0) SatSolver.solve End
3.73/2.29	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
3.73/2.29	c (0,0) Show results Begin
3.95/2.34	s SATISFIABLE
3.95/2.35	v <instantiation>
3.95/2.35	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]</list>
3.95/2.35	v     <values>0 4 3 1 2 3 1 2 0 4 2 0 4 3 1 4 3 1 2 0 1 2 0 4 3</values>
3.95/2.35	v </instantiation>
3.95/2.35	c (0,0) Show results End
3.95/2.35	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
3.95/2.35	c (0,0) 0,0,STOP-AFTER(ALL)
3.95/2.35	c END-Prog: Sun Aug 12 11:05:14 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 (12867 MiB free)
  memory of node 1: 16384 MiB (11320 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305330-1534064712/watcher-4305330-1534064712 -o /tmp/evaluation-result-4305330-1534064712/solver-4305330-1534064712 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534064712-16637 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305330-1534064712.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=16663, runsolver pid=16658
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 0.66 0.68 0.99 3/218 16700
/proc/meminfo: memFree=24650392/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224034392 115843072 349 33554432000 4194304 5098028 140733513654336 140733513651592 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 349 296 221 0 87 0
[pid=16670] ppid=16663 vsize=15012476 memory=70724 CPUtime=0.1 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16663 16663 16605 0 -1 1077944320 6338 0 0 0 8 2 0 0 20 0 15 0 224034392 15372775424 17681 33554432000 4194304 4196468 140723094172624 140723094155168 139891978358519 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
/proc/16670/statm: 3753119 17681 2734 1 0 3715579 0
[pid=16670/tid=16673] ppid=16663 vsize=15012476 memory=4639423674102481040 CPUtime=0.08 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) R 16663 16663 16605 0 -1 4202560 4462 0 0 0 7 1 0 0 20 0 15 0 224034393 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891950184848 139891978380445 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16679] ppid=16663 vsize=15012476 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891982600592 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16680] ppid=16663 vsize=15012476 memory=139663842223744 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891796756752 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16681] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891795704464 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16682] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891794651664 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16684] ppid=16663 vsize=15012476 memory=139663842223744 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034396 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891015977584 139891978369666 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16685] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16663 16663 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224034396 15372775424 17681 33554432000 4194304 4196468 140723094172624 139890574484768 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16687] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034397 15372775424 17681 33554432000 4194304 4196468 140723094172624 139890306049648 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16690] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16690/stat : 16690 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 17681 33554432000 4194304 4196468 140723094172624 139889931541072 139891978377115 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16693] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16693/stat : 16693 (java) S 16663 16663 16605 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891014924400 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16695] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16695/stat : 16695 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891013871600 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16696] ppid=16663 vsize=15012476 memory=139663842223744 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) R 16663 16663 16605 0 -1 4202560 250 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891012819312 139891978379866 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16698] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034400 15372775424 17681 33554432000 4194304 4196468 140723094172624 139889433635296 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16699] ppid=16663 vsize=15012476 memory=139663842223744 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034400 15372775424 17681 33554432000 4194304 4196468 140723094172624 139891011767216 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 72120 KiB

[startup+0.210698 s]*
/proc/loadavg: 0.66 0.68 0.99 3/218 16700
/proc/meminfo: memFree=24621612/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224034392 115843072 349 33554432000 4194304 5098028 140733513654336 140733513651592 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 349 296 221 0 87 0
[pid=16670] ppid=16663 vsize=15012476 memory=85408 CPUtime=0.24 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16663 16663 16605 0 -1 1077944320 10238 0 0 0 21 3 0 0 20 0 15 0 224034392 15372775424 21352 33554432000 4194304 4196468 140723094172624 140723094155168 139891978358519 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
/proc/16670/statm: 3753119 21352 2881 1 0 3715579 0
[pid=16670/tid=16673] ppid=16663 vsize=15012476 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) R 16663 16663 16605 0 -1 4202560 8136 0 0 0 17 2 0 0 20 0 15 0 224034393 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891950174576 139891963727327 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16679] ppid=16663 vsize=15012476 memory=10657 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891982600592 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16680] ppid=16663 vsize=15012476 memory=288370039993935488 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891796756752 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16681] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891795704464 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16682] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891794651664 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16684] ppid=16663 vsize=15012476 memory=139663842223744 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034396 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891015977584 139891978369666 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16685] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16663 16663 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224034396 15372775424 21352 33554432000 4194304 4196468 140723094172624 139890574484768 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16687] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034397 15372775424 21352 33554432000 4194304 4196468 140723094172624 139890306049648 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16690] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16690/stat : 16690 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 21352 33554432000 4194304 4196468 140723094172624 139889931541072 139891978377115 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16693] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16693/stat : 16693 (java) S 16663 16663 16605 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891014924400 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16695] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16695/stat : 16695 (java) S 16663 16663 16605 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891013871600 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16696] ppid=16663 vsize=15012476 memory=139663842223744 CPUtime=0.03 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) S 16663 16663 16605 0 -1 1077944384 313 0 0 0 3 0 0 0 20 0 15 0 224034399 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891012819312 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16698] ppid=16663 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034400 15372775424 21352 33554432000 4194304 4196468 140723094172624 139889433635296 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16699] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034400 15372775424 21352 33554432000 4194304 4196468 140723094172624 139891011767216 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 86804 KiB

[startup+0.310583 s]*
/proc/loadavg: 0.66 0.68 0.99 3/218 16700
/proc/meminfo: memFree=24612796/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224034392 115843072 349 33554432000 4194304 5098028 140733513654336 140733513651592 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 349 296 221 0 87 0
[pid=16670] ppid=16663 vsize=15012476 memory=89604 CPUtime=0.42 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16663 16663 16605 0 -1 1077944320 10879 0 0 0 38 4 0 0 20 0 15 0 224034392 15372775424 22401 33554432000 4194304 4196468 140723094172624 140723094155168 139891978358519 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
/proc/16670/statm: 3753119 22401 2974 1 0 3715579 0
[pid=16670/tid=16673] ppid=16663 vsize=15012476 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) R 16663 16663 16605 0 -1 4202560 8583 0 0 0 26 2 0 0 20 0 15 0 224034393 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891950153968 139891962439006 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16679] ppid=16663 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891982600592 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16680] ppid=16663 vsize=15012476 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891796756752 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16681] ppid=16663 vsize=15012476 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891795704464 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16682] ppid=16663 vsize=15012476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891794651664 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16684] ppid=16663 vsize=15012476 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034396 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891015977584 139891978369666 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16685] ppid=16663 vsize=15012476 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16663 16663 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224034396 15372775424 22401 33554432000 4194304 4196468 140723094172624 139890574484768 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16687] ppid=16663 vsize=15012476 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034397 15372775424 22401 33554432000 4194304 4196468 140723094172624 139890306049648 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16690] ppid=16663 vsize=15012476 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16690/stat : 16690 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034399 15372775424 22401 33554432000 4194304 4196468 140723094172624 139889931541072 139891978377115 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16693] ppid=16663 vsize=15012476 memory=-8813974798734826869 CPUtime=0.02 cores=1,3,5,7
/proc/16670/task/16693/stat : 16693 (java) S 16663 16663 16605 0 -1 1077944384 507 0 0 0 2 0 0 0 20 0 15 0 224034399 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891014924400 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16695] ppid=16663 vsize=15012476 memory=7031125463459224206 CPUtime=0.01 cores=1,3,5,7
/proc/16670/task/16695/stat : 16695 (java) S 16663 16663 16605 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 15 0 224034399 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891013871600 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16696] ppid=16663 vsize=15012476 memory=4426078206164241782 CPUtime=0.07 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) S 16663 16663 16605 0 -1 1077944384 358 0 0 0 7 0 0 0 20 0 15 0 224034399 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891012819312 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16698] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034400 15372775424 22401 33554432000 4194304 4196468 140723094172624 139889433635296 139891978368725 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16699] ppid=16663 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034400 15372775424 22401 33554432000 4194304 4196468 140723094172624 139891011767216 139891978369666 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91000 KiB

[startup+0.710491 s]
/proc/loadavg: 0.66 0.68 0.99 3/218 16700
/proc/meminfo: memFree=24563776/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224034392 115843072 349 33554432000 4194304 5098028 140733513654336 140733513651592 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 349 296 221 0 87 0
[pid=16670] ppid=16663 vsize=15020872 memory=129708 CPUtime=1 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16663 16663 16605 0 -1 1077944320 18083 0 0 0 94 6 0 0 20 0 15 0 224034392 15381372928 32427 33554432000 4194304 4196468 140723094172624 140723094155168 139891978358519 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
/proc/16670/statm: 3755218 32427 3159 1 0 3716603 0
[pid=16670/tid=16673] ppid=16663 vsize=15020872 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) R 16663 16663 16605 0 -1 4202560 15364 0 0 0 62 5 0 0 20 0 15 0 224034393 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891950196528 139891463819264 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16679] ppid=16663 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891982600592 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16680] ppid=16663 vsize=15020872 memory=60892 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891796756752 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16681] ppid=16663 vsize=15020872 memory=1064 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034395 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891795704464 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16682] ppid=16663 vsize=15020872 memory=2072 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034395 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891794651664 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16684] ppid=16663 vsize=15020872 memory=1740 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16663 16663 16605 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224034396 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891015977584 139891978369666 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16685] ppid=16663 vsize=15020872 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16663 16663 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224034396 15381372928 32427 33554432000 4194304 4196468 140723094172624 139890574484768 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16687] ppid=16663 vsize=15020872 memory=752 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034397 15381372928 32427 33554432000 4194304 4196468 140723094172624 139890306049648 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16690] ppid=16663 vsize=15020872 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16690/stat : 16690 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034399 15381372928 32427 33554432000 4194304 4196468 140723094172624 139889931541072 139891978377115 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16693] ppid=16663 vsize=15020872 memory=1120 CPUtime=0.06 cores=1,3,5,7
/proc/16670/task/16693/stat : 16693 (java) R 16663 16663 16605 0 -1 4202560 565 0 0 0 6 0 0 0 20 0 15 0 224034399 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891014902064 139891959902678 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16695] ppid=16663 vsize=15020872 memory=6116 CPUtime=0.09 cores=1,3,5,7
/proc/16670/task/16695/stat : 16695 (java) R 16663 16663 16605 0 -1 4202560 344 0 0 0 9 0 0 0 20 0 15 0 224034399 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891013857856 139891955959969 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16696] ppid=16663 vsize=15020872 memory=1724 CPUtime=0.15 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) S 16663 16663 16605 0 -1 1077944384 475 0 0 0 15 0 0 0 20 0 15 0 224034399 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891012819312 139891978369666 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16698] ppid=16663 vsize=15020872 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034400 15381372928 32427 33554432000 4194304 4196468 140723094172624 139889433635296 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16699] ppid=16663 vsize=15020872 memory=3516 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034400 15381372928 32427 33554432000 4194304 4196468 140723094172624 139891011767216 139891978369666 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131104 KiB

[startup+1.50518 s]
/proc/loadavg: 0.66 0.68 0.99 6/218 16700
/proc/meminfo: memFree=24510244/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224034392 115843072 349 33554432000 4194304 5098028 140733513654336 140733513651592 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 349 296 221 0 87 0

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

/proc/16670/task/16685/stat : 16685 (java) S 16663 16663 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224034396 15387754496 44522 33554432000 4194304 4196468 140723094172624 139890574484768 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16687] ppid=16663 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034397 15387754496 44522 33554432000 4194304 4196468 140723094172624 139890306049648 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16690] ppid=16663 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16690/stat : 16690 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034399 15387754496 44522 33554432000 4194304 4196468 140723094172624 139889931541072 139891978377115 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16693] ppid=16663 vsize=15027104 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/16670/task/16693/stat : 16693 (java) S 16663 16663 16605 0 -1 1077944384 950 0 0 0 30 1 0 0 20 0 15 0 224034399 15387754496 44522 33554432000 4194304 4196468 140723094172624 139891014924400 139891978369666 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16695] ppid=16663 vsize=15027104 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/16670/task/16695/stat : 16695 (java) R 16663 16663 16605 0 -1 4202560 504 0 0 0 31 0 0 0 20 0 15 0 224034399 15387754496 44522 33554432000 4194304 4196468 140723094172624 139891013871600 139891963482554 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16696] ppid=16663 vsize=15027104 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) R 16663 16663 16605 0 -1 1077944384 2561 0 0 0 66 1 0 0 20 0 15 0 224034399 15387754496 44522 33554432000 4194304 4196468 140723094172624 139891012819312 139891978369666 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16698] ppid=16663 vsize=15027104 memory=-3975169645217720909 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034400 15387754496 44522 33554432000 4194304 4196468 140723094172624 139889433635296 139891978368725 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
[pid=16670/tid=16699] ppid=16663 vsize=15027104 memory=7811890895399250020 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034400 15387754496 44522 33554432000 4194304 4196468 140723094172624 139891011767216 139891978369666 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723094176774 140723094177073 140723094177073 140723094179791 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 15140232 KiB
Current children cumulated memory: 179484 KiB

[startup+2.36312 s]
# the end of solver process 16663 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.88184 s, system=0.18693 s

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

[startup+1.6009 s]
/proc/loadavg: 0.66 0.68 0.99 6/218 16700
/proc/meminfo: memFree=24510244/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1472 CPUtime=2.85 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 590 22906 0 0 0 0 274 11 20 0 1 0 224034392 115843072 368 33554432000 4194304 5098028 140733513654336 140733513651080 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+2.00035 s]*
/proc/loadavg: 0.66 0.68 0.99 2/218 16715
/proc/meminfo: memFree=24444640/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1472 CPUtime=2.85 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 590 22906 0 0 0 0 274 11 20 0 1 0 224034392 115843072 368 33554432000 4194304 5098028 140733513654336 140733513651080 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 368 311 221 0 87 0
[pid=16701] ppid=16663 vsize=7406364 memory=80236 CPUtime=0.6 cores=1,3,5,7
/proc/16701/stat : 16701 (java) S 16663 16663 16605 0 -1 1077944320 12628 0 0 0 56 4 0 0 20 0 15 0 224034546 7584116736 20059 33554432000 4194304 4196468 140721335961392 140721335943936 139721394040567 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
/proc/16701/statm: 1851591 20059 3029 1 0 1813530 0
[pid=16701/tid=16702] ppid=16663 vsize=7406364 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/16701/task/16702/stat : 16702 (java) R 16663 16663 16605 0 -1 4202560 10380 0 0 0 41 3 0 0 20 0 15 0 224034547 7584116736 20125 33554432000 4194304 4196468 140721335961392 139721365852208 139721374316327 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16703] ppid=16663 vsize=7406364 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16703/stat : 16703 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034548 7584116736 20125 33554432000 4194304 4196468 140721335961392 139721398282768 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16704] ppid=16663 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16704/stat : 16704 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034548 7584116736 20125 33554432000 4194304 4196468 140721335961392 139721198451344 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16705] ppid=16663 vsize=7406364 memory=211226491650622 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16705/stat : 16705 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034548 7584116736 20125 33554432000 4194304 4196468 140721335961392 139721197398288 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16706] ppid=16663 vsize=7406364 memory=279327359008384 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16706/stat : 16706 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034548 7584116736 20125 33554432000 4194304 4196468 140721335961392 139721196345744 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16707] ppid=16663 vsize=7406364 memory=139663679529344 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16707/stat : 16707 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034549 7584116736 20125 33554432000 4194304 4196468 140721335961392 139720773270256 139721394051714 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16708] ppid=16663 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16708/stat : 16708 (java) S 16663 16663 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224034550 7584116736 20125 33554432000 4194304 4196468 140721335961392 139720319297184 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16709] ppid=16663 vsize=7406364 memory=4 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16709/stat : 16709 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034550 7584116736 20125 33554432000 4194304 4196468 140721335961392 139720050861296 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16710] ppid=16663 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16710/stat : 16710 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034552 7584116736 20191 33554432000 4194304 4196468 140721335961392 139719676352976 139721394059163 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16711] ppid=16663 vsize=7406364 memory=4 CPUtime=0.02 cores=1,3,5,7
/proc/16701/task/16711/stat : 16711 (java) S 16663 16663 16605 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 15 0 224034552 7584116736 20191 33554432000 4194304 4196468 140721335961392 139720772217072 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16712] ppid=16663 vsize=7406364 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16701/task/16712/stat : 16712 (java) S 16663 16663 16605 0 -1 1077944384 207 0 0 0 2 0 0 0 20 0 15 0 224034552 7584116736 20191 33554432000 4194304 4196468 140721335961392 139720771164528 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16713] ppid=16663 vsize=7406364 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16701/task/16713/stat : 16713 (java) S 16663 16663 16605 0 -1 1077944384 331 0 0 0 9 0 0 0 20 0 15 0 224034552 7584116736 20191 33554432000 4194304 4196468 140721335961392 139720770111472 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16714] ppid=16663 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16714/stat : 16714 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034553 7584116736 20191 33554432000 4194304 4196468 140721335961392 139719178447200 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16715] ppid=16663 vsize=7406364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16715/stat : 16715 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034553 7584116736 20191 33554432000 4194304 4196468 140721335961392 139720769059888 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 7519492 KiB
Current children cumulated memory: 81708 KiB

[startup+2.20472 s]
/proc/loadavg: 0.66 0.68 0.99 2/218 16715
/proc/meminfo: memFree=24444640/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1472 CPUtime=2.85 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 590 22906 0 0 0 0 274 11 20 0 1 0 224034392 115843072 368 33554432000 4194304 5098028 140733513654336 140733513651080 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 368 311 221 0 87 0
[pid=16701] ppid=16663 vsize=7408432 memory=102280 CPUtime=0.88 cores=1,3,5,7
/proc/16701/stat : 16701 (java) S 16663 16663 16605 0 -1 1077944320 16737 0 0 0 83 5 0 0 20 0 15 0 224034546 7586234368 25570 33554432000 4194304 4196468 140721335961392 140721335943936 139721394040567 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
/proc/16701/statm: 1852108 25570 3051 1 0 1814042 0
[pid=16701/tid=16702] ppid=16663 vsize=7408432 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/16701/task/16702/stat : 16702 (java) R 16663 16663 16605 0 -1 4202560 14335 0 0 0 59 4 0 0 20 0 15 0 224034547 7586234368 25570 33554432000 4194304 4196468 140721335961392 139721365878576 139721386719789 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16703] ppid=16663 vsize=7408432 memory=33740 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16703/stat : 16703 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034548 7586234368 25570 33554432000 4194304 4196468 140721335961392 139721398282768 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16704] ppid=16663 vsize=7408432 memory=3312 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16704/stat : 16704 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034548 7586234368 25570 33554432000 4194304 4196468 140721335961392 139721198451344 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16705] ppid=16663 vsize=7408432 memory=15712 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16705/stat : 16705 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034548 7586234368 25570 33554432000 4194304 4196468 140721335961392 139721197398288 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16706] ppid=16663 vsize=7408432 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16706/stat : 16706 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034548 7586234368 25570 33554432000 4194304 4196468 140721335961392 139721196345744 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16707] ppid=16663 vsize=7408432 memory=504 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16707/stat : 16707 (java) S 16663 16663 16605 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224034549 7586234368 25570 33554432000 4194304 4196468 140721335961392 139720773270256 139721394051714 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16708] ppid=16663 vsize=7408432 memory=924 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16708/stat : 16708 (java) S 16663 16663 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224034550 7586234368 25570 33554432000 4194304 4196468 140721335961392 139720319297184 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16709] ppid=16663 vsize=7408432 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16709/stat : 16709 (java) S 16663 16663 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224034550 7586234368 25570 33554432000 4194304 4196468 140721335961392 139720050861296 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16710] ppid=16663 vsize=7408464 memory=2140 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16710/stat : 16710 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034552 7586267136 25570 33554432000 4194304 4196468 140721335961392 139719676352976 139721394059163 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16711] ppid=16663 vsize=7408464 memory=2180 CPUtime=0.04 cores=1,3,5,7
/proc/16701/task/16711/stat : 16711 (java) S 16663 16663 16605 0 -1 1077944384 416 0 0 0 4 0 0 0 20 0 15 0 224034552 7586267136 25570 33554432000 4194304 4196468 140721335961392 139720772217072 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16712] ppid=16663 vsize=7408464 memory=924 CPUtime=0.04 cores=1,3,5,7
/proc/16701/task/16712/stat : 16712 (java) S 16663 16663 16605 0 -1 1077944384 221 0 0 0 4 0 0 0 20 0 15 0 224034552 7586267136 25570 33554432000 4194304 4196468 140721335961392 139720771164528 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16713] ppid=16663 vsize=7408432 memory=1576 CPUtime=0.15 cores=1,3,5,7
/proc/16701/task/16713/stat : 16713 (java) R 16663 16663 16605 0 -1 4202560 428 0 0 0 15 0 0 0 20 0 15 0 224034552 7586234368 25576 33554432000 4194304 4196468 140721335961392 139720770111472 139721373757537 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16714] ppid=16663 vsize=7408432 memory=3980 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16714/stat : 16714 (java) S 16663 16663 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224034553 7586234368 25576 33554432000 4194304 4196468 140721335961392 139719178447200 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16715] ppid=16663 vsize=7408432 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16715/stat : 16715 (java) S 16663 16663 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224034553 7586234368 25576 33554432000 4194304 4196468 140721335961392 139720769059888 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
Current children cumulated CPU time: 3.73 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 103752 KiB

[startup+2.30068 s]
/proc/loadavg: 0.66 0.68 0.99 2/218 16715
/proc/meminfo: memFree=24444640/32770624 swapFree=67108860/67108860
[pid=16663] ppid=16658 vsize=113128 memory=1472 CPUtime=2.85 cores=1,3,5,7
/proc/16663/stat : 16663 (scop.sh) S 16658 16663 16605 0 -1 4202496 590 22906 0 0 0 0 274 11 20 0 1 0 224034392 115843072 368 33554432000 4194304 5098028 140733513654336 140733513651080 139645660099196 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12185600 140733513659456 140733513659655 140733513659655 140733513662413 0
/proc/16663/statm: 28282 368 311 221 0 87 0
[pid=16701] ppid=16663 vsize=7740532 memory=118612 CPUtime=1.1 cores=1,3,5,7
/proc/16701/stat : 16701 (java) S 16663 16663 16605 0 -1 1077944320 17928 509 0 0 104 6 0 0 20 0 17 0 224034546 7926304768 29653 33554432000 4194304 4196468 140721335961392 140721335943936 139721394040567 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
/proc/16701/statm: 1935133 29653 3153 1 0 1896532 0
[pid=16701/tid=16702] ppid=16663 vsize=7740532 memory=1472 CPUtime=0.72 cores=1,3,5,7
/proc/16701/task/16702/stat : 16702 (java) D 16663 16663 16605 0 -1 1077944384 14990 509 0 0 68 4 0 0 20 0 17 0 224034547 7926304768 29653 33554432000 4194304 4196468 140721335961392 139721365849472 139721386719789 0 4 2 25189581 18446744072101785124 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16703] ppid=16663 vsize=7740532 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16703/stat : 16703 (java) S 16663 16663 16605 0 -1 1077944384 1 509 0 0 0 0 0 0 20 0 17 0 224034548 7926304768 29653 33554432000 4194304 4196468 140721335961392 139721398282768 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16704] ppid=16663 vsize=7740532 memory=96100 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16704/stat : 16704 (java) S 16663 16663 16605 0 -1 1077944384 2 509 0 0 0 0 0 0 20 0 17 0 224034548 7926304768 29653 33554432000 4194304 4196468 140721335961392 139721198451344 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16705] ppid=16663 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16705/stat : 16705 (java) S 16663 16663 16605 0 -1 1077944384 1 509 0 0 0 0 0 0 20 0 17 0 224034548 7926304768 29653 33554432000 4194304 4196468 140721335961392 139721197398288 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16706] ppid=16663 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16706/stat : 16706 (java) S 16663 16663 16605 0 -1 1077944384 2 509 0 0 0 0 0 0 20 0 17 0 224034548 7926304768 29653 33554432000 4194304 4196468 140721335961392 139721196345744 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16707] ppid=16663 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16707/stat : 16707 (java) S 16663 16663 16605 0 -1 1077944384 5 509 0 0 0 0 0 0 20 0 17 0 224034549 7926304768 29653 33554432000 4194304 4196468 140721335961392 139720773270256 139721394051714 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16708] ppid=16663 vsize=7740564 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16708/stat : 16708 (java) S 16663 16663 16605 0 -1 1077944384 13 509 0 0 0 0 0 0 20 0 17 0 224034550 7926337536 29653 33554432000 4194304 4196468 140721335961392 139720319297184 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16709] ppid=16663 vsize=7740564 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16709/stat : 16709 (java) S 16663 16663 16605 0 -1 1077944384 1 509 0 0 0 0 0 0 20 0 17 0 224034550 7926337536 29653 33554432000 4194304 4196468 140721335961392 139720050861296 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16710] ppid=16663 vsize=7740564 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16710/stat : 16710 (java) S 16663 16663 16605 0 -1 1077944384 3 509 0 0 0 0 0 0 20 0 17 0 224034552 7926337536 29653 33554432000 4194304 4196468 140721335961392 139719676352976 139721394059163 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16711] ppid=16663 vsize=7740532 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16701/task/16711/stat : 16711 (java) S 16663 16663 16605 0 -1 1077944384 625 509 0 0 8 0 0 0 20 0 17 0 224034552 7926304768 29653 33554432000 4194304 4196468 140721335961392 139720772217072 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16712] ppid=16663 vsize=7740532 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16701/task/16712/stat : 16712 (java) S 16663 16663 16605 0 -1 1077944384 321 509 0 0 8 0 0 0 20 0 17 0 224034552 7926304768 29653 33554432000 4194304 4196468 140721335961392 139720771164528 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16713] ppid=16663 vsize=7740532 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/16701/task/16713/stat : 16713 (java) S 16663 16663 16605 0 -1 1077944384 514 509 0 0 18 0 0 0 20 0 17 0 224034552 7926304768 29653 33554432000 4194304 4196468 140721335961392 139720770111472 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16714] ppid=16663 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16714/stat : 16714 (java) S 16663 16663 16605 0 -1 1077944384 3 509 0 0 0 0 0 0 20 0 17 0 224034553 7926304768 29653 33554432000 4194304 4196468 140721335961392 139719178447200 139721394050773 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
[pid=16701/tid=16715] ppid=16663 vsize=7740532 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16701/task/16715/stat : 16715 (java) S 16663 16663 16605 0 -1 1077944384 2 509 0 0 0 0 0 0 20 0 17 0 224034553 7926304768 29653 33554432000 4194304 4196468 140721335961392 139720769059888 139721394051714 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38379520 140721335964853 140721335964977 140721335964977 140721335967695 0
Current children cumulated CPU time: 3.95 s
Current children cumulated vsize: 7853660 KiB
Current children cumulated memory: 120084 KiB

Child status: 0
Real time (s): 2.36318
CPU time (s): 4.06877
CPU user time (s): 3.88184
CPU system time (s): 0.18693
CPU usage (%): 172.174
Max. virtual memory (cumulated for all children) (KiB): 15140232
Max. memory (cumulated for all children) (KiB): 179484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.88184
system time used= 0.18693
maximum resident set size= 182892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42306
page faults= 0
swaps= 0
block input operations= 1392
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4748
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 16663
#   total CPU time (s): 4.06877
#   total CPU user time (s): 3.88184
#   total CPU system time (s): 0.18693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039081 second user time and 0.069935 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 11:05:12
IDJOB=4305330
IDBENCH=141025
IDSOLVER=2782
FILE ID=node107/4305330-1534064712
RUNJOBID= node107-1534064712-16637
PBS_JOBID= 21036990
Free space on /tmp= 39308 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-05_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-4305330-1534064712/watcher-4305330-1534064712 -o /tmp/evaluation-result-4305330-1534064712/solver-4305330-1534064712 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534064712-16637 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305330-1534064712.xml

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

MD5SUM BENCH= 776f6c8909d7db26eed6858afed1e777
RANDOM SEED=1043396008

node107.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.40
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.40
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.40
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.40
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:        24769492 kB
MemAvailable:   31903808 kB
Buffers:          197604 kB
Cached:          7128680 kB
SwapCached:            0 kB
Active:          3693584 kB
Inactive:        3686544 kB
Active(anon):       3144 kB
Inactive(anon):   103432 kB
Active(file):    3690440 kB
Inactive(file):  3583112 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15528 kB
Writeback:             0 kB
AnonPages:         61180 kB
Mapped:            51664 kB
Shmem:             49804 kB
Slab:             317632 kB
SReclaimable:     289224 kB
SUnreclaim:        28408 kB
KernelStack:        3136 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39292 MiB
End job on node107 at 2018-08-12 11:05:15