Trace number 4295921

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+MapleCOMSPS (2018-06-13)UNSAT 1623.38 1618.29

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-10_c18.xml
MD5SUM527aaa9849fb01578545f5f3ea53e2c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1431.43
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints182
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":190}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":10},{"degree":2,"count":90},{"degree":20,"count":10},{"degree":21,"count":90}]
Minimum constraint arity10
Maximum constraint arity100
Distribution of constraint arities[{"arity":10,"count":1},{"arity":12,"count":180},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":180}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop both+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Thu Jul 26 11:25:12 CEST 2018
0.66/0.55	c PID: 8114
0.66/0.55	c IP: 172.20.3.107
0.66/0.55	c HOST: node107.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.43/0.98	c (0,0) Parsing End
1.43/0.98	c (0,0) CSP: 190 int (0 aux), 0 bool (0 aux), 182 ctr, max domain size 10
1.43/0.98	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.43/0.98	c (0,0) Constraint Name Generate Begin
1.43/0.99	c (0,0) Ctr:HOME/instance-4295921-1532597111.xml,AllDifferentMatrix:Element:Instantiation:IntVar
1.43/0.99	c (0,0) Constraint Name Generate End
1.43/0.99	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.43/0.99	c (0,0) CSP to CSPinCNF Begin
2.66/1.40	c (0,0) translated 19 (10%) constraints
2.66/1.43	c (0,0) translated 37 (20%) constraints
2.66/1.46	c (0,0) translated 55 (30%) constraints
2.66/1.47	c (0,0) translated 73 (40%) constraints
2.66/1.49	c (0,0) translated 91 (50%) constraints
2.98/1.51	c (0,0) translated 110 (60%) constraints
2.98/1.53	c (1,0) translated 128 (70%) constraints
2.98/1.55	c (1,1) translated 146 (80%) constraints
2.98/1.56	c (1,1) translated 164 (90%) constraints
2.98/1.58	c (1,1) translated 182 (100%) constraints
3.27/1.65	c (1,1) STATISTICS1:HOME/instance-4295921-1532597111.xml,AllDifferentMatrix:Element:Instantiation:IntVar,190,2750,10,10,10,2,10:3960;1:540,10:7200;1:410,10:40;3:1800;2:900;1:10,2:4500;1:2220,
3.27/1.65	c (1,1) ===========================================
3.27/1.65	c (1,1) Both Encoding selects:
3.27/1.65	c (1,1) Order
3.27/1.65	c (1,1) ===========================================
3.27/1.70	c (1,1) translated 275 (10%) constraints
3.58/1.71	c (1,1) translated 550 (20%) constraints
3.58/1.73	c (1,1) translated 825 (30%) constraints
3.58/1.79	c (1,1) translated 1100 (40%) constraints
3.91/1.86	c (1,1) translated 1375 (50%) constraints
4.21/1.92	c (1,1) translated 1650 (60%) constraints
4.21/1.97	c (1,1) translated 1925 (70%) constraints
4.54/2.01	c (1,1) translated 2200 (80%) constraints
4.54/2.05	c (1,1) translated 2475 (90%) constraints
4.54/2.09	c (1,1) translated 2750 (100%) constraints
4.54/2.10	c (1,1) CSP to CSPinCNF End
4.86/2.11	c (1,1) CSP: 190 int (0 aux), 1710 bool (1710 aux), 6360 ctr, max domain size 10
4.86/2.11	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.86/2.11	c (1,1) CSPinCNF Propagation Begin
5.17/2.20	c (1,1) 2 values, 588 unsatisfiable literals, and 180 valid clauses are removed
5.17/2.20	c (1,1) CSPinCNF Propagation End
5.17/2.20	c (1,1) CSP: 190 int (0 aux), 1710 bool (1710 aux), 6180 ctr, max domain size 10
5.17/2.20	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
5.17/2.20	c (1,1) Simplify CSPinCNF Begin
5.17/2.28	c (1,1) Simplify CSPinCNF End
5.17/2.28	c (1,1) CSP: 190 int (0 aux), 3430 bool (3430 aux), 7900 ctr, max domain size 10
5.17/2.28	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.17/2.28	c (1,1) Calculate Precise Domain Begin
5.17/2.28	c (1,1) 0 values are removed by re-calculation
5.17/2.28	c (1,1) Calculate Precise Domain End
5.17/2.28	c (1,1) CSP: 190 int (0 aux), 3430 bool (3430 aux), 7900 ctr, max domain size 10
5.17/2.28	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.17/2.28	c (1,1) CSPinCNF to SatSolver Begin
5.74/2.42	c (1,1) 790 (10 %) CSP clauses are encoded (5010 SAT variables, 5797 SAT clauses)
5.74/2.45	c (1,1) 1580 (20 %) CSP clauses are encoded (5010 SAT variables, 10233 SAT clauses)
5.74/2.49	c (1,1) 2370 (30 %) CSP clauses are encoded (5010 SAT variables, 14577 SAT clauses)
6.04/2.52	c (1,1) 3160 (40 %) CSP clauses are encoded (5010 SAT variables, 19135 SAT clauses)
6.04/2.55	c (2,2) 3950 (50 %) CSP clauses are encoded (5010 SAT variables, 23649 SAT clauses)
6.04/2.58	c (2,2) 4740 (60 %) CSP clauses are encoded (5010 SAT variables, 28164 SAT clauses)
6.34/2.61	c (2,2) 5530 (70 %) CSP clauses are encoded (5010 SAT variables, 32750 SAT clauses)
6.34/2.64	c (2,2) 6320 (80 %) CSP clauses are encoded (5010 SAT variables, 37302 SAT clauses)
6.34/2.66	c (2,2) 7110 (90 %) CSP clauses are encoded (5010 SAT variables, 41840 SAT clauses)
6.34/2.69	c (2,2) 7900 (100 %) CSP clauses are encoded (5010 SAT variables, 46395 SAT clauses)
6.34/2.69	c (2,2) CSPinCNF to SatSolver End
6.34/2.69	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
6.65/2.75	c (2,2) STATISTICS2:HOME/instance-4295921-1532597111.xml,AllDifferentMatrix:Element:Instantiation:IntVar,3620,7900,10,10,8,2,10:2688;9:1592;8:400;1:604,10:9836;9:2912;8:584;2:8724;1:604,8:36;3:1360;2:6504,2:5284;1:12092,
6.65/2.75	c (2,2) SatSolver.solve Begin
6.65/2.75	c (2,2) 5010 bool, 46396 clause
6.65/2.75	c (2,2) HOME/minisat_release -ccmin-mode=2 -cla-decay=0.9990000000000016 -gc-frac=0.06548219427789823 -min-step-size=0.06000000000000005 -phase-saving=2 -rfirst=100 -rinc=23.20514351897367 -rnd-freq=0.18183188062236774 -step-size=0.0002446387540884631 -step-size-dec=1.0000000000000004e-06 -var-decay=0.07581213234321858 HOME/instance-4295921-1532597111.xml-scop-8114.cnf HOME/instance-4295921-1532597111.xml-scop-8114.cnf.out
1623.27/1618.27	c (1617,0) c This is COMiniSatPS.
1623.27/1618.27	c (1617,0) c WARNING: for repeatability, setting FPU to use double precision
1623.27/1618.27	c (1617,0) c ============================[ Problem Statistics ]=============================
1623.27/1618.27	c (1617,0) c |                                                                             |
1623.27/1618.27	c (1617,0) c |  Number of variables:          5010                                         |
1623.27/1618.27	c (1617,0) c |  Number of clauses:           46396                                         |
1623.27/1618.27	c (1617,0) c |  Parse time:                   0.01 s                                       |
1623.27/1618.27	c (1617,0) c |  Eliminated clauses:           0.05 Mb                                      |
1623.27/1618.27	c (1617,0) c Reduced to 2264 vars, 39380 cls (grow=0)
1623.27/1618.27	c (1617,0) c No iterative elimination performed. (vars=2264, c/v ratio=17.4)
1623.27/1618.27	c (1617,0) c |  Simplification time:          0.04 s                                       |
1623.27/1618.27	c (1617,0) c |                                                                             |
1623.27/1618.27	c (1617,0) c ============================[ Search Statistics ]==============================
1623.27/1618.27	c (1617,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1623.27/1618.27	c (1617,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1623.27/1618.27	c (1617,0) c ===============================================================================
1623.27/1618.27	c (1617,0) c ===============================================================================
1623.27/1618.27	c (1617,0) c restarts              : 84
1623.27/1618.27	c (1617,0) c conflicts             : 7375330        (4565 /sec)
1623.27/1618.27	c (1617,0) c decisions             : 7677807        (0.00 % random) (4753 /sec)
1623.27/1618.27	c (1617,0) c propagations          : 2231752909     (1381461 /sec)
1623.27/1618.27	c (1617,0) c conflict literals     : 204953309      (41.30 % deleted)
1623.27/1618.27	c (1617,0) c CPU time              : 1615.5 s
1623.27/1618.27	c (1617,0) 
1623.27/1618.27	c (1617,0) s UNSATISFIABLE
1623.27/1618.28	c (1617,2) SatSolver.solve End
1623.27/1618.28	c (1617,2) Heap : 732 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
1623.27/1618.28	c (1617,2) Show results Begin
1623.27/1618.28	s UNSATISFIABLE
1623.27/1618.28	c (1617,2) Show results End
1623.27/1618.28	c (1617,2) Heap : 732 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
1623.27/1618.28	c (1617,2) 0,0,1,1,1,1,2,1617,1617,STOP-AFTER(ALL)
1623.27/1618.28	c END-Prog: Thu Jul 26 11:52:09 CEST 2018

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4905 MiB free)
  memory of node 1: 16384 MiB (6513 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295921-1532597111/watcher-4295921-1532597111 -o /tmp/evaluation-result-4295921-1532597111/solver-4295921-1532597111 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532594602-7724 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295921-1532597111.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100162 s]*
/proc/loadavg: 2.00 2.01 1.95 3/220 8129
/proc/meminfo: memFree=11633328/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15011656 memory=71264 CPUtime=0.11 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 7032 0 0 0 9 2 0 0 20 0 15 0 77274282 15371935744 17816 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3752914 17816 2777 1 0 3715374 0
[pid=8114/tid=8116] ppid=8111 vsize=15011656 memory=-8393745925659800667 CPUtime=0.09 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6157 0 -1 4202560 5325 0 0 0 7 2 0 0 20 0 15 0 77274283 15371935744 18014 33554432000 4194304 4196468 140732573058928 140248341955232 140248350435165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15011656 memory=3472468219012334800 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 18014 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 18080 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 18080 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 18080 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 18080 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8122] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6157 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 18080 33554432000 4194304 4196468 140732573058928 140246989660960 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8123] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 18080 33554432000 4194304 4196468 140732573058928 140246855439472 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8124] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 18080 33554432000 4194304 4196468 140732573058928 140246480934992 140248370177947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8125] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6157 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 18080 33554432000 4194304 4196468 140732573058928 140247407573616 140248370170498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8126] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 18080 33554432000 4194304 4196468 140732573058928 140247406520816 140248370170498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8127] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0.01 cores=0,2,4,6
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6157 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 77274289 15371935744 18080 33554432000 4194304 4196468 140732573058928 140247405468528 140248370170498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8128] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 18146 33554432000 4194304 4196468 140732573058928 140245983030240 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8129] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 18146 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 71264 KiB

[startup+0.210621 s]*
/proc/loadavg: 2.00 2.01 1.95 3/220 8129
/proc/meminfo: memFree=11619768/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15011656 memory=84352 CPUtime=0.25 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 10545 0 0 0 22 3 0 0 20 0 15 0 77274282 15371935744 21088 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3752914 21088 2887 1 0 3715374 0
[pid=8114/tid=8116] ppid=8111 vsize=15011656 memory=-8340259002029870941 CPUtime=0.2 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6157 0 -1 4202560 8431 0 0 0 17 3 0 0 20 0 15 0 77274283 15371935744 21088 33554432000 4194304 4196468 140732573058928 140248341985200 140248353530111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15011656 memory=5793855341127076281 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 21088 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 21088 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 21088 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 21088 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 21088 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8122] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6157 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 21088 33554432000 4194304 4196468 140732573058928 140246989660960 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8123] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 21088 33554432000 4194304 4196468 140732573058928 140246855439472 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8124] ppid=8111 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 21088 33554432000 4194304 4196468 140732573058928 140246480934992 140248370177947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8125] ppid=8111 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8114/task/8125/stat : 8125 (java) R 8111 8114 6157 0 -1 4202560 446 0 0 0 1 0 0 0 20 0 15 0 77274289 15371935744 21088 33554432000 4194304 4196468 140732573058928 140247407565152 140248370180698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8126] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8126/stat : 8126 (java) R 8111 8114 6157 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 21088 33554432000 4194304 4196468 140732573058928 140247406520912 140248370169557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8127] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0.03 cores=0,2,4,6
/proc/8114/task/8127/stat : 8127 (java) R 8111 8114 6157 0 -1 4202560 293 0 0 0 3 0 0 0 20 0 15 0 77274289 15371935744 21088 33554432000 4194304 4196468 140732573058928 140247405468528 140248362396478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8128] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 21088 33554432000 4194304 4196468 140732573058928 140245983030240 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8129] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 21088 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 84352 KiB

[startup+0.31061 s]*
/proc/loadavg: 2.00 2.01 1.95 3/220 8129
/proc/meminfo: memFree=11616604/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15011656 memory=88096 CPUtime=0.43 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 11080 0 0 0 39 4 0 0 20 0 15 0 77274282 15371935744 22024 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3752914 22024 3023 1 0 3715374 0
[pid=8114/tid=8116] ppid=8111 vsize=15011656 memory=-8340259002029870941 CPUtime=0.3 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6157 0 -1 4202560 8803 0 0 0 27 3 0 0 20 0 15 0 77274283 15371935744 22024 33554432000 4194304 4196468 140732573058928 140248341963280 140248355526931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15011656 memory=5793855341127076281 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 22024 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15011656 memory=280180072223360 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 22024 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15011656 memory=280179910108160 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 22024 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15011656 memory=140089955040271 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15371935744 22024 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15011656 memory=280180072230272 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 22024 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8122] ppid=8111 vsize=15011656 memory=140089955044879 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6157 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 22024 33554432000 4194304 4196468 140732573058928 140246989660960 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8123] ppid=8111 vsize=15011656 memory=140089955054909 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77274286 15371935744 22024 33554432000 4194304 4196468 140732573058928 140246855439472 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8124] ppid=8111 vsize=15011656 memory=140089955057421 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 22024 33554432000 4194304 4196468 140732573058928 140246480934992 140248370177947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8125] ppid=8111 vsize=15011656 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8114/task/8125/stat : 8125 (java) R 8111 8114 6157 0 -1 4202560 536 0 0 0 3 0 0 0 20 0 15 0 77274289 15371935744 22024 33554432000 4194304 4196468 140732573058928 140247407573616 140248353545888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8126] ppid=8111 vsize=15011656 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8114/task/8126/stat : 8126 (java) R 8111 8114 6157 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 77274289 15371935744 22024 33554432000 4194304 4196468 140732573058928 140247406520816 140248370170498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8127] ppid=8111 vsize=15011656 memory=140090117183104 CPUtime=0.07 cores=0,2,4,6
/proc/8114/task/8127/stat : 8127 (java) R 8111 8114 6157 0 -1 4202560 312 0 0 0 7 0 0 0 20 0 15 0 77274289 15371935744 22024 33554432000 4194304 4196468 140732573058928 140247405468528 140248349109120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8128] ppid=8111 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 22024 33554432000 4194304 4196468 140732573058928 140245983030240 140248370169557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8129] ppid=8111 vsize=15011656 memory=140090117254368 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274289 15371935744 22024 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 88096 KiB

[startup+0.700748 s]
/proc/loadavg: 2.00 2.01 1.95 3/220 8129
/proc/meminfo: memFree=11591904/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15020052 memory=127768 CPUtime=1.02 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 18141 0 0 0 96 6 0 0 20 0 15 0 77274282 15380533248 31942 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3755013 31942 3168 1 0 3716398 0
[pid=8114/tid=8116] ppid=8111 vsize=15020052 memory=55 CPUtime=0.67 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6157 0 -1 4202560 15426 0 0 0 63 4 0 0 20 0 15 0 77274283 15380533248 31942 33554432000 4194304 4196468 140732573058928 140248341991264 140248354239838 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15380533248 31942 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15380533248 31942 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15020052 memory=7886766292050916917 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15380533248 31942 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15020052 memory=5787495302107849536 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15380533248 31942 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15020052 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77274286 15380533248 31942 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8122] ppid=8111 vsize=15020052 memory=8540 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6157 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 77274286 15380533248 31942 33554432000 4194304 4196468 140732573058928 140246989660960 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8123] ppid=8111 vsize=15020052 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77274286 15380533248 31942 33554432000 4194304 4196468 140732573058928 140246855439472 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8124] ppid=8111 vsize=15020052 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15380533248 31942 33554432000 4194304 4196468 140732573058928 140246480934992 140248370177947 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8125] ppid=8111 vsize=15020052 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/8114/task/8125/stat : 8125 (java) R 8111 8114 6157 0 -1 1077944384 746 0 0 0 8 0 0 0 20 0 15 0 77274289 15380533248 31942 33554432000 4194304 4196468 140732573058928 140247407573616 140248370170498 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8126] ppid=8111 vsize=15020052 memory=1012 CPUtime=0.07 cores=0,2,4,6
/proc/8114/task/8126/stat : 8126 (java) R 8111 8114 6157 0 -1 4202560 185 0 0 0 7 0 0 0 20 0 15 0 77274289 15380533248 31942 33554432000 4194304 4196468 140732573058928 140247406520816 140248348575706 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8127] ppid=8111 vsize=15020052 memory=1436 CPUtime=0.17 cores=0,2,4,6
/proc/8114/task/8127/stat : 8127 (java) R 8111 8114 6157 0 -1 4202560 426 0 0 0 17 0 0 0 20 0 15 0 77274289 15380533248 31942 33554432000 4194304 4196468 140732573058928 140247405468528 140248370180698 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8128] ppid=8111 vsize=15020052 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77274289 15380533248 31942 33554432000 4194304 4196468 140732573058928 140245983030240 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8129] ppid=8111 vsize=15020052 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274289 15380533248 31942 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 127768 KiB

[startup+1.50067 s]
/proc/loadavg: 2.00 2.01 1.95 3/220 8129
/proc/meminfo: memFree=11565912/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15022100 memory=181640 CPUtime=2.98 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 21927 0 0 0 290 8 0 0 20 0 15 0 77274282 15382630400 45410 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3755525 45410 3201 1 0 3716910 0
[pid=8114/tid=8116] ppid=8111 vsize=15022100 memory=4140 CPUtime=1.46 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) R 8111 8114 6157 0 -1 4202560 16539 0 0 0 141 5 0 0 20 0 15 0 77274283 15382630400 45410 33554432000 4194304 4196468 140732573058928 140248341991200 140247880104224 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15022100 memory=23040 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15382630400 45410 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15382630400 45410 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77274284 15382630400 45410 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15022100 memory=55 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77274284 15382630400 45410 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77274286 15382630400 45410 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0

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

/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 109 0 0 0 38 41 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8131] ppid=8111 vsize=15681864 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6157 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246716953536 140248370183961 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8133] ppid=8111 vsize=15681864 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6157 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245446143408 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8134] ppid=8111 vsize=15681864 memory=640 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8134/stat : 8134 (java) S 8111 8114 6157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 77274560 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245580365616 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8135] ppid=8111 vsize=15681864 memory=952 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8135/stat : 8135 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 77274561 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245177720224 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 1621.07 s
Current children cumulated vsize: 15741552 KiB
Current children cumulated memory: 548512 KiB

[startup+1617.6 s]
/proc/loadavg: 1.60 1.68 1.87 2/199 8891
/proc/meminfo: memFree=12483480/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15681864 memory=505988 CPUtime=7.76 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 26423 0 0 0 724 52 0 0 20 0 19 0 77274282 16058228736 126497 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3920466 126497 3227 1 0 3881322 0
[pid=8130] ppid=8114 vsize=59688 memory=42524 CPUtime=1614.9 cores=0,2,4,6
/proc/8130/stat : 8130 (minisat_release) R 8114 8114 6157 0 -1 4202496 77317 0 0 0 161482 8 0 0 20 0 1 0 77274559 61120512 10631 33554432000 4194304 4308513 140737126397744 140737126394744 4276436 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 41168896 140737126404785 140737126405294 140737126405294 140737126408133 0
/proc/8130/statm: 14922 10631 354 28 0 11162 0
[pid=8114/tid=8116] ppid=8111 vsize=15681864 memory=-5059952977386882957 CPUtime=2.77 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) S 8111 8114 6157 0 -1 1077944384 17487 0 0 0 267 10 0 0 20 0 19 0 77274283 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248341998592 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15681864 memory=42524 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15681864 memory=932 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15681864 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15681864 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15681864 memory=-5059952977386882957 CPUtime=0.02 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 1 1 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8122] ppid=8111 vsize=15681864 memory=932 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6157 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246989660960 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8123] ppid=8111 vsize=15681864 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246855439472 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8124] ppid=8111 vsize=15681864 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246480934992 140248370177947 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8125] ppid=8111 vsize=15681864 memory=2200 CPUtime=1.59 cores=0,2,4,6
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6157 0 -1 1077944384 1691 0 0 0 158 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247407573616 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8126] ppid=8111 vsize=15681864 memory=505988 CPUtime=1.54 cores=0,2,4,6
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6157 0 -1 1077944384 2668 0 0 0 153 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247406520816 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8127] ppid=8111 vsize=15681864 memory=42524 CPUtime=1 cores=0,2,4,6
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6157 0 -1 1077944384 3035 0 0 0 99 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247405468528 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8128] ppid=8111 vsize=15681864 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245983030240 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8129] ppid=8111 vsize=15681864 memory=15876 CPUtime=0.79 cores=0,2,4,6
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 109 0 0 0 38 41 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8131] ppid=8111 vsize=15681864 memory=13560 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6157 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246716953536 140248370183961 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8133] ppid=8111 vsize=15681864 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6157 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245446143408 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8134] ppid=8111 vsize=15681864 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8134/stat : 8134 (java) S 8111 8114 6157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 77274560 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245580365616 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8135] ppid=8111 vsize=15681864 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8135/stat : 8135 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 77274561 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245177720224 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 1622.66 s
Current children cumulated vsize: 15741552 KiB
Current children cumulated memory: 548512 KiB

[startup+1618 s]*
/proc/loadavg: 1.55 1.66 1.87 2/199 8891
/proc/meminfo: memFree=12483480/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15681864 memory=505988 CPUtime=7.77 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 26423 0 0 0 725 52 0 0 20 0 19 0 77274282 16058228736 126497 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3920466 126497 3227 1 0 3881322 0
[pid=8130] ppid=8114 vsize=59688 memory=42524 CPUtime=1615.31 cores=0,2,4,6
/proc/8130/stat : 8130 (minisat_release) R 8114 8114 6157 0 -1 4202496 77317 0 0 0 161523 8 0 0 20 0 1 0 77274559 61120512 10631 33554432000 4194304 4308513 140737126397744 140737126394744 4275873 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 41168896 140737126404785 140737126405294 140737126405294 140737126408133 0
/proc/8130/statm: 14922 10631 354 28 0 11162 0
[pid=8114/tid=8116] ppid=8111 vsize=15681864 memory=2200 CPUtime=2.77 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) S 8111 8114 6157 0 -1 1077944384 17487 0 0 0 267 10 0 0 20 0 19 0 77274283 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248341998592 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15681864 memory=505988 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15681864 memory=42524 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15681864 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15681864 memory=932 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15681864 memory=1584 CPUtime=0.02 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 1 1 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8122] ppid=8111 vsize=15681864 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6157 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246989660960 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8123] ppid=8111 vsize=15681864 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246855439472 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8124] ppid=8111 vsize=15681864 memory=7288 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246480934992 140248370177947 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8125] ppid=8111 vsize=15681864 memory=840 CPUtime=1.59 cores=0,2,4,6
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6157 0 -1 1077944384 1691 0 0 0 158 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247407573616 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8126] ppid=8111 vsize=15681864 memory=1796 CPUtime=1.54 cores=0,2,4,6
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6157 0 -1 1077944384 2668 0 0 0 153 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247406520816 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8127] ppid=8111 vsize=15681864 memory=916 CPUtime=1 cores=0,2,4,6
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6157 0 -1 1077944384 3035 0 0 0 99 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247405468528 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8128] ppid=8111 vsize=15681864 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245983030240 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8129] ppid=8111 vsize=15681864 memory=4104 CPUtime=0.79 cores=0,2,4,6
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 109 0 0 0 38 41 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8131] ppid=8111 vsize=15681864 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6157 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246716953536 140248370183961 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8133] ppid=8111 vsize=15681864 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6157 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245446143408 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8134] ppid=8111 vsize=15681864 memory=3380 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8134/stat : 8134 (java) S 8111 8114 6157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 77274560 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245580365616 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8135] ppid=8111 vsize=15681864 memory=505988 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8135/stat : 8135 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 77274561 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245177720224 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 1623.08 s
Current children cumulated vsize: 15741552 KiB
Current children cumulated memory: 548512 KiB

[startup+1618.2 s]
/proc/loadavg: 1.55 1.66 1.87 2/199 8891
/proc/meminfo: memFree=12483480/32770624 swapFree=67108860/67108860
[pid=8114] ppid=8111 vsize=15681864 memory=505988 CPUtime=7.77 cores=0,2,4,6
/proc/8114/stat : 8114 (java) S 8111 8114 6157 0 -1 1077944320 26423 0 0 0 725 52 0 0 20 0 19 0 77274282 16058228736 126497 33554432000 4194304 4196468 140732573058928 140732573041472 140248370159351 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
/proc/8114/statm: 3920466 126497 3227 1 0 3881322 0
[pid=8130] ppid=8114 vsize=59688 memory=42524 CPUtime=1615.5 cores=0,2,4,6
/proc/8130/stat : 8130 (minisat_release) R 8114 8114 6157 0 -1 4202496 77317 0 0 0 161542 8 0 0 20 0 1 0 77274559 61120512 10631 33554432000 4194304 4308513 140737126397744 140737126394744 4276465 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 41168896 140737126404785 140737126405294 140737126405294 140737126408133 0
/proc/8130/statm: 14922 10631 354 28 0 11162 0
[pid=8114/tid=8116] ppid=8111 vsize=15681864 memory=15258134151170443 CPUtime=2.77 cores=0,2,4,6
/proc/8114/task/8116/stat : 8116 (java) S 8111 8114 6157 0 -1 1077944384 17487 0 0 0 267 10 0 0 20 0 19 0 77274283 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248341998592 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8117] ppid=8111 vsize=15681864 memory=932 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248374401936 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8118] ppid=8111 vsize=15681864 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140248199043856 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8119] ppid=8111 vsize=15681864 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6157 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247829916816 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8120] ppid=8111 vsize=15681864 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6157 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 77274284 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247828864016 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8121] ppid=8111 vsize=15681864 memory=7288 CPUtime=0.02 cores=0,2,4,6
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 1 1 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247408625776 140248370170498 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8122] ppid=8111 vsize=15681864 memory=840 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6157 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246989660960 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8123] ppid=8111 vsize=15681864 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6157 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 77274286 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246855439472 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8124] ppid=8111 vsize=15681864 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246480934992 140248370177947 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8125] ppid=8111 vsize=15681864 memory=23060 CPUtime=1.59 cores=0,2,4,6
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6157 0 -1 1077944384 1691 0 0 0 158 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247407573616 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8126] ppid=8111 vsize=15681864 memory=1296 CPUtime=1.54 cores=0,2,4,6
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6157 0 -1 1077944384 2668 0 0 0 153 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247406520816 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8127] ppid=8111 vsize=15681864 memory=2400 CPUtime=1 cores=0,2,4,6
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6157 0 -1 1077944384 3035 0 0 0 99 1 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247405468528 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8128] ppid=8111 vsize=15681864 memory=42524 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6157 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245983030240 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8129] ppid=8111 vsize=15681864 memory=-5059952977386882957 CPUtime=0.79 cores=0,2,4,6
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6157 0 -1 1077944384 109 0 0 0 38 41 0 0 20 0 19 0 77274289 16058228736 126497 33554432000 4194304 4196468 140732573058928 140247404415408 140248370170498 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8131] ppid=8111 vsize=15681864 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6157 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140246716953536 140248370183961 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8133] ppid=8111 vsize=15681864 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6157 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 77274559 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245446143408 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8134] ppid=8111 vsize=15681864 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8134/stat : 8134 (java) S 8111 8114 6157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 77274560 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245580365616 140248370181277 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
[pid=8114/tid=8135] ppid=8111 vsize=15681864 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/8114/task/8135/stat : 8135 (java) S 8111 8114 6157 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 77274561 16058228736 126497 33554432000 4194304 4196468 140732573058928 140245177720224 140248370169557 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140732573062132 140732573062409 140732573062409 140732573065167 0
Current children cumulated CPU time: 1623.27 s
Current children cumulated vsize: 15741552 KiB
Current children cumulated memory: 548512 KiB

Child status: 0
Real time (s): 1618.29
CPU time (s): 1623.38
CPU user time (s): 1622.76
CPU system time (s): 0.624121
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 15752328
Max. memory (cumulated for all children) (KiB): 559932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1622.76
system time used= 0.624121
maximum resident set size= 510540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39446
involuntary context switches= 590


# summary of solver processes directly reported to runsolver:
#   pid: 8114
#   total CPU time (s): 1623.38
#   total CPU user time (s): 1622.76
#   total CPU system time (s): 0.624121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8257 second user time and 16.4212 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 11:25:11
IDJOB=4295921
IDBENCH=141616
IDSOLVER=2755
FILE ID=node107/4295921-1532597111
RUNJOBID= node107-1532594602-7724
PBS_JOBID= 21021966
Free space on /tmp= 54512 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-10_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295921-1532597111/watcher-4295921-1532597111 -o /tmp/evaluation-result-4295921-1532597111/solver-4295921-1532597111 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532594602-7724 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295921-1532597111.xml

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

MD5SUM BENCH= 527aaa9849fb01578545f5f3ea53e2c8
RANDOM SEED=235736602

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:        11693100 kB
MemAvailable:   30614372 kB
Buffers:          295160 kB
Cached:         18745292 kB
SwapCached:            0 kB
Active:          5571184 kB
Inactive:       14837108 kB
Active(anon):    1370904 kB
Inactive(anon):    25036 kB
Active(file):    4200280 kB
Inactive(file): 14812072 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7916 kB
Writeback:             4 kB
AnonPages:       1336256 kB
Mapped:            52792 kB
Shmem:             25228 kB
Slab:             364800 kB
SReclaimable:     337380 kB
SUnreclaim:        27420 kB
KernelStack:        3568 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13492276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1165312 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= 54516 MiB
End job on node107 at 2018-07-26 11:52:09