Trace number 4295832

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-06-13)? (TO) 2520.13 2513.03

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-12_c18.xml
MD5SUM70b2a7c07aa80f8552a525257c8c3e20
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints266
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":276}]
Minimum variable degree0
Maximum variable degree25
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":24,"count":12},{"degree":25,"count":132}]
Minimum constraint arity12
Maximum constraint arity144
Distribution of constraint arities[{"arity":12,"count":1},{"arity":14,"count":264},{"arity":144,"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":264}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Thu Jul 26 08:17:43 CEST 2018
0.66/0.54	c PID: 6991
0.66/0.54	c IP: 172.20.3.150
0.66/0.55	c HOST: node150.alineos.net
0.66/0.55	c (0,0) Parsing Begin
1.67/1.02	c (0,0) Parsing End
1.67/1.03	c (0,0) CSP: 276 int (0 aux), 0 bool (0 aux), 266 ctr, max domain size 12
1.67/1.03	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.67/1.03	c (0,0) Constraint Name Generate Begin
1.67/1.04	c (0,0) Ctr:HOME/instance-4295832-1532585863.xml,AllDifferentMatrix:Element:Instantiation:IntVar
1.67/1.04	c (0,0) Constraint Name Generate End
1.67/1.04	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.67/1.04	c (0,0) CSP to CSPinCNF Begin
3.01/1.52	c (0,0) translated 27 (10%) constraints
3.01/1.55	c (1,1) translated 54 (20%) constraints
3.01/1.58	c (1,1) translated 80 (30%) constraints
3.29/1.60	c (1,1) translated 107 (40%) constraints
3.29/1.63	c (1,1) translated 133 (50%) constraints
3.29/1.65	c (1,1) translated 160 (60%) constraints
3.29/1.67	c (1,1) translated 187 (70%) constraints
3.60/1.70	c (1,1) translated 213 (80%) constraints
3.60/1.72	c (1,1) translated 240 (90%) constraints
3.60/1.74	c (1,1) translated 266 (100%) constraints
3.95/1.86	c (1,1) STATISTICS1:HOME/instance-4295832-1532585863.xml,AllDifferentMatrix:Element:Instantiation:IntVar,276,4812,12,12,12,2,12:7128;1:792,12:12672;1:588,12:48;3:3168;2:1584;1:12,2:7920;1:3768,
3.95/1.86	c (1,1) ===========================================
3.95/1.86	c (1,1) Order
3.95/1.86	c (1,1) ===========================================
4.29/1.93	c (1,1) translated 482 (10%) constraints
4.29/1.97	c (1,1) translated 963 (20%) constraints
4.29/1.99	c (1,1) translated 1444 (30%) constraints
4.68/2.09	c (1,1) translated 1925 (40%) constraints
5.01/2.18	c (1,1) translated 2406 (50%) constraints
5.30/2.25	c (1,1) translated 2888 (60%) constraints
5.60/2.32	c (1,1) translated 3369 (70%) constraints
5.60/2.38	c (1,1) translated 3850 (80%) constraints
5.91/2.44	c (1,1) translated 4331 (90%) constraints
6.21/2.50	c (1,1) translated 4812 (100%) constraints
6.21/2.50	c (1,1) CSP to CSPinCNF End
6.21/2.51	c (1,1) CSP: 276 int (0 aux), 3036 bool (3036 aux), 11160 ctr, max domain size 12
6.21/2.51	c (1,1) Heap : 394 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
6.21/2.51	c (1,1) CSPinCNF Propagation Begin
6.54/2.66	c (2,2) 2 values, 804 unsatisfiable literals, and 216 valid clauses are removed
6.54/2.66	c (2,2) CSPinCNF Propagation End
6.54/2.67	c (2,2) CSP: 276 int (0 aux), 3036 bool (3036 aux), 10944 ctr, max domain size 12
6.54/2.67	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
6.54/2.67	c (2,2) Simplify CSPinCNF Begin
6.87/2.78	c (2,2) Simplify CSPinCNF End
6.87/2.78	c (2,2) CSP: 276 int (0 aux), 6108 bool (6108 aux), 14016 ctr, max domain size 12
6.87/2.78	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
6.87/2.78	c (2,2) Calculate Precise Domain Begin
6.87/2.78	c (2,2) 0 values are removed by re-calculation
6.87/2.78	c (2,2) Calculate Precise Domain End
6.87/2.78	c (2,2) CSP: 276 int (0 aux), 6108 bool (6108 aux), 14016 ctr, max domain size 12
6.87/2.78	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
6.87/2.78	c (2,2) CSPinCNF to SatSolver Begin
7.55/2.96	c (2,2) 1402 (10 %) CSP clauses are encoded (8964 SAT variables, 12284 SAT clauses)
7.89/3.03	c (2,2) 2804 (20 %) CSP clauses are encoded (8964 SAT variables, 21953 SAT clauses)
7.89/3.10	c (2,2) 4205 (30 %) CSP clauses are encoded (8964 SAT variables, 31696 SAT clauses)
8.19/3.16	c (2,2) 5607 (40 %) CSP clauses are encoded (8964 SAT variables, 41607 SAT clauses)
8.47/3.21	c (2,2) 7008 (50 %) CSP clauses are encoded (8964 SAT variables, 51467 SAT clauses)
8.47/3.25	c (2,2) 8410 (60 %) CSP clauses are encoded (8964 SAT variables, 61348 SAT clauses)
8.47/3.29	c (2,2) 9812 (70 %) CSP clauses are encoded (8964 SAT variables, 71336 SAT clauses)
8.77/3.33	c (2,2) 11213 (80 %) CSP clauses are encoded (8964 SAT variables, 81241 SAT clauses)
8.77/3.36	c (2,2) 12615 (90 %) CSP clauses are encoded (8964 SAT variables, 91185 SAT clauses)
9.06/3.40	c (2,2) 14016 (100 %) CSP clauses are encoded (8964 SAT variables, 101103 SAT clauses)
9.06/3.40	c (2,2) CSPinCNF to SatSolver End
9.06/3.40	c (2,2) Heap : 732 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
9.36/3.50	c (2,2) STATISTICS2:HOME/instance-4295832-1532585863.xml,AllDifferentMatrix:Element:Instantiation:IntVar,6384,14016,12,12,10,2,12:5400;11:2552;10:496;1:916,12:18532;11:4608;10:728;2:15508;1:916,10:44;3:2544;2:11428,2:9364;1:21564,
9.36/3.50	c (2,2) SatSolver.solve Begin
9.36/3.50	c (2,2) 8964 bool, 101104 clause
9.36/3.50	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-4295832-1532585863.xml-scop-6991.cnf HOME/instance-4295832-1532585863.xml-scop-6991.cnf.out
2520.09/2513.01	c (2512,3) SatSolver is killed by some reasons.
2520.09/2513.01	c (2512,3) 0,0,1,2,2,2,2,TO,TO,STOP-AFTER(DIMACS)
2520.09/2513.01	s UNKNOWN
2520.09/2513.01	c END-Prog: Thu Jul 26 08:59:36 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 (9862 MiB free)
  memory of node 1: 16384 MiB (13053 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295832-1532585863/watcher-4295832-1532585863 -o /tmp/evaluation-result-4295832-1532585863/solver-4295832-1532585863 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32680 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295832-1532585863.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=6991, runsolver pid=6988
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 2.00 2.12 2.12 4/220 7006
/proc/meminfo: memFree=23406576/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15011656 memory=72284 CPUtime=0.12 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 6231 0 0 0 10 2 0 0 20 0 15 0 76149555 15371935744 18071 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3752914 18071 2782 1 0 3715374 0
[pid=6991/tid=6993] ppid=6988 vsize=15011656 memory=7100839887183514216 CPUtime=0.08 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) R 6988 6991 32649 0 -1 4202560 4597 0 0 0 7 1 0 0 20 0 15 0 76149555 15371935744 18335 33554432000 4194304 4196468 140731828601792 140514737650064 140514746099495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 18335 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 18335 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 18335 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 18335 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149558 15371935744 18335 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6999] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6999/stat : 6999 (java) S 6988 6991 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76149559 15371935744 18335 33554432000 4194304 4196468 140731828601792 140513411851680 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7000] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7000/stat : 7000 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149559 15371935744 18401 33554432000 4194304 4196468 140731828601792 140513143416304 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7001] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7001/stat : 7001 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149561 15371935744 18401 33554432000 4194304 4196468 140731828601792 140512768907984 140514765842331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7002] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7002/stat : 7002 (java) S 6988 6991 32649 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 76149561 15371935744 18401 33554432000 4194304 4196468 140731828601792 140513534490608 140514765834882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7003] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7003/stat : 7003 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149561 15371935744 18401 33554432000 4194304 4196468 140731828601792 140513533438064 140514765834882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7004] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0.01 cores=0,2,4,6
/proc/6991/task/7004/stat : 7004 (java) S 6988 6991 32649 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 76149561 15371935744 18401 33554432000 4194304 4196468 140731828601792 140513532385520 140514765834882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7005] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7005/stat : 7005 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149562 15371935744 18401 33554432000 4194304 4196468 140731828601792 140512271002208 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7006] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7006/stat : 7006 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149562 15371935744 18401 33554432000 4194304 4196468 140731828601792 140513531333424 140514765834882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 72284 KiB

[startup+0.210367 s]*
/proc/loadavg: 2.00 2.12 2.12 3/220 7006
/proc/meminfo: memFree=23389772/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15011656 memory=88140 CPUtime=0.26 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 10451 0 0 0 23 3 0 0 20 0 15 0 76149555 15371935744 22035 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3752914 22035 2918 1 0 3715374 0
[pid=6991/tid=6993] ppid=6988 vsize=15011656 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) R 6988 6991 32649 0 -1 4202560 8358 0 0 0 18 2 0 0 20 0 15 0 76149555 15371935744 22035 33554432000 4194304 4196468 140731828601792 140514737614400 140514765835670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15011656 memory=288230617609666583 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22035 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15011656 memory=288370512344454784 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22035 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22035 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22035 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149558 15371935744 22035 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6999] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6999/stat : 6999 (java) S 6988 6991 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76149559 15371935744 22035 33554432000 4194304 4196468 140731828601792 140513411851680 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7000] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7000/stat : 7000 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149559 15371935744 22035 33554432000 4194304 4196468 140731828601792 140513143416304 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7001] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7001/stat : 7001 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149561 15371935744 22035 33554432000 4194304 4196468 140731828601792 140512768907984 140514765842331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7002] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7002/stat : 7002 (java) R 6988 6991 32649 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 76149561 15371935744 22035 33554432000 4194304 4196468 140731828601792 140513534490608 140514765834882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7003] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7003/stat : 7003 (java) R 6988 6991 32649 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 15 0 76149561 15371935744 22035 33554432000 4194304 4196468 140731828601792 140513533438064 140514758808777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7004] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0.03 cores=0,2,4,6
/proc/6991/task/7004/stat : 7004 (java) R 6988 6991 32649 0 -1 4202560 285 0 0 0 3 0 0 0 20 0 15 0 76149561 15371935744 22035 33554432000 4194304 4196468 140731828601792 140513532385520 140514765845082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7005] ppid=6988 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7005/stat : 7005 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149562 15371935744 22035 33554432000 4194304 4196468 140731828601792 140512271002208 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7006] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7006/stat : 7006 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149562 15371935744 22035 33554432000 4194304 4196468 140731828601792 140513531333424 140514765834882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 88140 KiB

[startup+0.310312 s]*
/proc/loadavg: 2.00 2.12 2.12 3/220 7006
/proc/meminfo: memFree=23386856/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15011656 memory=91592 CPUtime=0.43 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 10997 0 0 0 40 3 0 0 20 0 15 0 76149555 15371935744 22898 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3752914 22898 2979 1 0 3715374 0
[pid=6991/tid=6993] ppid=6988 vsize=15011656 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) R 6988 6991 32649 0 -1 4202560 8719 0 0 0 28 2 0 0 20 0 15 0 76149555 15371935744 22898 33554432000 4194304 4196468 140731828601792 140514737627888 140514750989288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15011656 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22898 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22898 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15011656 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22898 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15011656 memory=140136058822863 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15371935744 22898 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149558 15371935744 22898 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6999] ppid=6988 vsize=15011656 memory=140136058843599 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6999/stat : 6999 (java) S 6988 6991 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76149559 15371935744 22898 33554432000 4194304 4196468 140731828601792 140513411851680 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7000] ppid=6988 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7000/stat : 7000 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149559 15371935744 22898 33554432000 4194304 4196468 140731828601792 140513143416304 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7001] ppid=6988 vsize=15011656 memory=280272117659520 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7001/stat : 7001 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149561 15371935744 22898 33554432000 4194304 4196468 140731828601792 140512768907984 140514765842331 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7002] ppid=6988 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6991/task/7002/stat : 7002 (java) R 6988 6991 32649 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 15 0 76149561 15371935744 22898 33554432000 4194304 4196468 140731828601792 140513534490608 140514765834882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7003] ppid=6988 vsize=15011656 memory=140136058855311 CPUtime=0.01 cores=0,2,4,6
/proc/6991/task/7003/stat : 7003 (java) R 6988 6991 32649 0 -1 4202560 242 0 0 0 1 0 0 0 20 0 15 0 76149561 15371935744 22898 33554432000 4194304 4196468 140731828601792 140513533438064 140514747345079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7004] ppid=6988 vsize=15011656 memory=140136192743040 CPUtime=0.07 cores=0,2,4,6
/proc/6991/task/7004/stat : 7004 (java) R 6988 6991 32649 0 -1 4202560 327 0 0 0 7 0 0 0 20 0 15 0 76149561 15371935744 22898 33554432000 4194304 4196468 140731828601792 140513532385520 140514744408728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7005] ppid=6988 vsize=15011656 memory=140136058860447 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7005/stat : 7005 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149562 15371935744 22898 33554432000 4194304 4196468 140731828601792 140512271002208 140514765833941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7006] ppid=6988 vsize=15011656 memory=140136268892595 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7006/stat : 7006 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149562 15371935744 22898 33554432000 4194304 4196468 140731828601792 140513531333424 140514765834882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 91592 KiB

[startup+0.700747 s]
/proc/loadavg: 2.00 2.12 2.12 3/220 7006
/proc/meminfo: memFree=23364780/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15020052 memory=129948 CPUtime=1.03 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 17661 0 0 0 97 6 0 0 20 0 15 0 76149555 15380533248 32487 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3755013 32487 3171 1 0 3716398 0
[pid=6991/tid=6993] ppid=6988 vsize=15020052 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) R 6988 6991 32649 0 -1 4202560 14862 0 0 0 63 4 0 0 20 0 15 0 76149555 15380533248 32487 33554432000 4194304 4196468 140731828601792 140514737653072 140514749904222 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15380533248 32487 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15020052 memory=79 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15380533248 32487 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15020052 memory=1 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15380533248 32487 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15380533248 32487 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15020052 memory=170192239865525 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76149558 15380533248 32487 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6999] ppid=6988 vsize=15020052 memory=446415 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6999/stat : 6999 (java) S 6988 6991 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76149559 15380533248 32487 33554432000 4194304 4196468 140731828601792 140513411851680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7000] ppid=6988 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7000/stat : 7000 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149559 15380533248 32487 33554432000 4194304 4196468 140731828601792 140513143416304 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7001] ppid=6988 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7001/stat : 7001 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149561 15380533248 32487 33554432000 4194304 4196468 140731828601792 140512768907984 140514765842331 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7002] ppid=6988 vsize=15020052 memory=7809523229951467574 CPUtime=0.06 cores=0,2,4,6
/proc/6991/task/7002/stat : 7002 (java) S 6988 6991 32649 0 -1 1077944384 460 0 0 0 6 0 0 0 20 0 15 0 76149561 15380533248 32487 33554432000 4194304 4196468 140731828601792 140513534490608 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7003] ppid=6988 vsize=15020052 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6991/task/7003/stat : 7003 (java) S 6988 6991 32649 0 -1 1077944384 472 0 0 0 9 0 0 0 20 0 15 0 76149561 15380533248 32487 33554432000 4194304 4196468 140731828601792 140513533438064 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7004] ppid=6988 vsize=15020052 memory=-3535359994705171810 CPUtime=0.18 cores=0,2,4,6
/proc/6991/task/7004/stat : 7004 (java) S 6988 6991 32649 0 -1 1077944384 530 0 0 0 18 0 0 0 20 0 15 0 76149561 15380533248 32487 33554432000 4194304 4196468 140731828601792 140513532385520 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7005] ppid=6988 vsize=15020052 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7005/stat : 7005 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76149562 15380533248 32487 33554432000 4194304 4196468 140731828601792 140512271002208 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7006] ppid=6988 vsize=15020052 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7006/stat : 7006 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149562 15380533248 32487 33554432000 4194304 4196468 140731828601792 140513531333424 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 129948 KiB

[startup+1.50095 s]
/proc/loadavg: 2.00 2.12 2.12 6/220 7006
/proc/meminfo: memFree=23336244/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15022100 memory=184044 CPUtime=3.01 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 21468 0 0 0 293 8 0 0 20 0 15 0 76149555 15382630400 46011 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3755525 46011 3202 1 0 3716910 0
[pid=6991/tid=6993] ppid=6988 vsize=15022100 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) R 6988 6991 32649 0 -1 4202560 15994 0 0 0 141 5 0 0 20 0 15 0 76149555 15382630400 46011 33554432000 4194304 4196468 140731828601792 140514737655344 140514765835670 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15022100 memory=5936400048801272937 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15382630400 46011 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15022100 memory=7013621208894891864 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15382630400 46011 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15022100 memory=7013621208894891864 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76149557 15382630400 46011 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15022100 memory=7013621208894891864 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76149557 15382630400 46011 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76149558 15382630400 46011 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0

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

/proc/meminfo: memFree=20314984/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15683912 memory=811036 CPUtime=10.95 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 27165 0 0 0 1027 68 0 0 20 0 19 0 76149555 16060325888 202759 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3920978 202759 3234 1 0 3881834 0
[pid=7007] ppid=6991 vsize=77764 memory=61644 CPUtime=2438.4 cores=0,2,4,6
/proc/7007/stat : 7007 (minisat_release) R 6991 6991 32649 0 -1 4202496 189513 0 0 0 243826 14 0 0 20 0 1 0 76149907 79630336 15411 33554432000 4194304 4308513 140727839052384 140727839049384 4276392 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 32681984 140727839060657 140727839061166 140727839061166 140727839064005 0
/proc/7007/statm: 19441 15411 352 28 0 15681 0
[pid=6991/tid=6993] ppid=6988 vsize=15683912 memory=811036 CPUtime=3.53 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) S 6988 6991 32649 0 -1 1077944384 17097 0 0 0 337 16 0 0 20 0 19 0 76149555 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514737662976 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15683912 memory=811036 CPUtime=0.04 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 76149558 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6999] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6999/stat : 6999 (java) S 6988 6991 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76149559 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513411851680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7000] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7000/stat : 7000 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149559 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513143416304 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7001] ppid=6988 vsize=15683912 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7001/stat : 7001 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512768907984 140514765842331 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7002] ppid=6988 vsize=15683912 memory=1228 CPUtime=2.45 cores=0,2,4,6
/proc/6991/task/7002/stat : 7002 (java) S 6988 6991 32649 0 -1 1077944384 2231 0 0 0 245 0 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513534490608 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7003] ppid=6988 vsize=15683912 memory=811036 CPUtime=2.49 cores=0,2,4,6
/proc/6991/task/7003/stat : 7003 (java) S 6988 6991 32649 0 -1 1077944384 2567 0 0 0 247 2 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513533438064 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7004] ppid=6988 vsize=15683912 memory=811036 CPUtime=1.17 cores=0,2,4,6
/proc/6991/task/7004/stat : 7004 (java) S 6988 6991 32649 0 -1 1077944384 3713 0 0 0 115 2 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513532385520 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7005] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7005/stat : 7005 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76149562 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512271002208 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7006] ppid=6988 vsize=15683912 memory=61644 CPUtime=1.22 cores=0,2,4,6
/proc/6991/task/7006/stat : 7006 (java) S 6988 6991 32649 0 -1 1077944384 165 0 0 0 62 60 0 0 20 0 19 0 76149562 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513531333424 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7008] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7008/stat : 7008 (java) S 6988 6991 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513515398720 140514765848345 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7010] ppid=6988 vsize=15683912 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7010/stat : 7010 (java) S 6988 6991 32649 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140511734120496 140514765845661 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7011] ppid=6988 vsize=15683912 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7011/stat : 7011 (java) S 6988 6991 32649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140511465684144 140514765845661 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7012] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7012/stat : 7012 (java) S 6988 6991 32649 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 76149910 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512002563104 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
Current children cumulated CPU time: 2449.35 s
Current children cumulated vsize: 15761676 KiB
Current children cumulated memory: 872680 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/225 7250
/proc/meminfo: memFree=20314984/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15683912 memory=811036 CPUtime=10.98 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 27169 0 0 0 1029 69 0 0 20 0 19 0 76149555 16060325888 202759 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3920978 202759 3234 1 0 3881834 0
[pid=7007] ppid=6991 vsize=77764 memory=61644 CPUtime=2498.4 cores=0,2,4,6
/proc/7007/stat : 7007 (minisat_release) R 6991 6991 32649 0 -1 4202496 194235 0 0 0 249825 15 0 0 20 0 1 0 76149907 79630336 15411 33554432000 4194304 4308513 140727839052384 140727839049384 4276146 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 32681984 140727839060657 140727839061166 140727839061166 140727839064005 0
/proc/7007/statm: 19441 15411 352 28 0 15681 0
[pid=6991/tid=6993] ppid=6988 vsize=15683912 memory=61644 CPUtime=3.53 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) S 6988 6991 32649 0 -1 1077944384 17097 0 0 0 337 16 0 0 20 0 19 0 76149555 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514737662976 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15683912 memory=811036 CPUtime=0.04 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 76149558 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6999] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6999/stat : 6999 (java) S 6988 6991 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76149559 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513411851680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7000] ppid=6988 vsize=15683912 memory=792 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7000/stat : 7000 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149559 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513143416304 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7001] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7001/stat : 7001 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512768907984 140514765842331 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7002] ppid=6988 vsize=15683912 memory=811036 CPUtime=2.45 cores=0,2,4,6
/proc/6991/task/7002/stat : 7002 (java) S 6988 6991 32649 0 -1 1077944384 2231 0 0 0 245 0 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513534490608 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7003] ppid=6988 vsize=15683912 memory=811036 CPUtime=2.49 cores=0,2,4,6
/proc/6991/task/7003/stat : 7003 (java) S 6988 6991 32649 0 -1 1077944384 2567 0 0 0 247 2 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513533438064 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7004] ppid=6988 vsize=15683912 memory=61644 CPUtime=1.17 cores=0,2,4,6
/proc/6991/task/7004/stat : 7004 (java) S 6988 6991 32649 0 -1 1077944384 3713 0 0 0 115 2 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513532385520 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7005] ppid=6988 vsize=15683912 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7005/stat : 7005 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76149562 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512271002208 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7006] ppid=6988 vsize=15683912 memory=811036 CPUtime=1.25 cores=0,2,4,6
/proc/6991/task/7006/stat : 7006 (java) S 6988 6991 32649 0 -1 1077944384 169 0 0 0 63 62 0 0 20 0 19 0 76149562 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513531333424 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7008] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7008/stat : 7008 (java) S 6988 6991 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513515398720 140514765848345 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7010] ppid=6988 vsize=15683912 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7010/stat : 7010 (java) S 6988 6991 32649 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140511734120496 140514765845661 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7011] ppid=6988 vsize=15683912 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7011/stat : 7011 (java) S 6988 6991 32649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140511465684144 140514765845661 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7012] ppid=6988 vsize=15683912 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7012/stat : 7012 (java) S 6988 6991 32649 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 76149910 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512002563104 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
Current children cumulated CPU time: 2509.38 s
Current children cumulated vsize: 15761676 KiB
Current children cumulated memory: 872680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513 s]*
/proc/loadavg: 2.00 2.03 2.05 3/225 7250
/proc/meminfo: memFree=20314984/32770624 swapFree=67108860/67108860
[pid=6991] ppid=6988 vsize=15683912 memory=811036 CPUtime=10.98 cores=0,2,4,6
/proc/6991/stat : 6991 (java) S 6988 6991 32649 0 -1 1077944320 27169 0 0 0 1029 69 0 0 20 0 19 0 76149555 16060325888 202759 33554432000 4194304 4196468 140731828601792 140731828584336 140514765823735 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
/proc/6991/statm: 3920978 202759 3234 1 0 3881834 0
[pid=7007] ppid=6991 vsize=77764 memory=61644 CPUtime=2509.11 cores=0,2,4,6
/proc/7007/stat : 7007 (minisat_release) R 6991 6991 32649 0 -1 4202496 194271 0 0 0 250896 15 0 0 20 0 1 0 76149907 79630336 15411 33554432000 4194304 4308513 140727839052384 140727839048640 4276465 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 32681984 140727839060657 140727839061166 140727839061166 140727839064005 0
/proc/7007/statm: 19441 15411 352 28 0 15681 0
[pid=6991/tid=6993] ppid=6988 vsize=15683912 memory=6935054825532540783 CPUtime=3.53 cores=0,2,4,6
/proc/6991/task/6993/stat : 6993 (java) S 6988 6991 32649 0 -1 1077944384 17097 0 0 0 337 16 0 0 20 0 19 0 76149555 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514737662976 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6994] ppid=6988 vsize=15683912 memory=30916 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6994/stat : 6994 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514770065680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6995] ppid=6988 vsize=15683912 memory=33124 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6995/stat : 6995 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514561149328 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6996] ppid=6988 vsize=15683912 memory=35332 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6996/stat : 6996 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514560096784 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6997] ppid=6988 vsize=15683912 memory=37540 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6997/stat : 6997 (java) S 6988 6991 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76149557 16060325888 202759 33554432000 4194304 4196468 140731828601792 140514559044240 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6998] ppid=6988 vsize=15683912 memory=39748 CPUtime=0.04 cores=0,2,4,6
/proc/6991/task/6998/stat : 6998 (java) S 6988 6991 32649 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 76149558 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513535543792 140514765834882 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=6999] ppid=6988 vsize=15683912 memory=41956 CPUtime=0 cores=0,2,4,6
/proc/6991/task/6999/stat : 6999 (java) S 6988 6991 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76149559 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513411851680 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7000] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7000/stat : 7000 (java) S 6988 6991 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76149559 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513143416304 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7001] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7001/stat : 7001 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512768907984 140514765842331 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7002] ppid=6988 vsize=15683912 memory=61644 CPUtime=2.45 cores=0,2,4,6
/proc/6991/task/7002/stat : 7002 (java) S 6988 6991 32649 0 -1 1077944384 2231 0 0 0 245 0 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513534490608 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7003] ppid=6988 vsize=15683912 memory=1412 CPUtime=2.49 cores=0,2,4,6
/proc/6991/task/7003/stat : 7003 (java) S 6988 6991 32649 0 -1 1077944384 2567 0 0 0 247 2 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513533438064 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7004] ppid=6988 vsize=15683912 memory=1428 CPUtime=1.17 cores=0,2,4,6
/proc/6991/task/7004/stat : 7004 (java) S 6988 6991 32649 0 -1 1077944384 3713 0 0 0 115 2 0 0 20 0 19 0 76149561 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513532385520 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7005] ppid=6988 vsize=15683912 memory=8532 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7005/stat : 7005 (java) S 6988 6991 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76149562 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512271002208 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7006] ppid=6988 vsize=15683912 memory=4136 CPUtime=1.26 cores=0,2,4,6
/proc/6991/task/7006/stat : 7006 (java) S 6988 6991 32649 0 -1 1077944384 169 0 0 0 64 62 0 0 20 0 19 0 76149562 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513531333424 140514765834882 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7008] ppid=6988 vsize=15683912 memory=23088 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7008/stat : 7008 (java) S 6988 6991 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140513515398720 140514765848345 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7010] ppid=6988 vsize=15683912 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7010/stat : 7010 (java) S 6988 6991 32649 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140511734120496 140514765845661 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7011] ppid=6988 vsize=15683912 memory=811036 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7011/stat : 7011 (java) S 6988 6991 32649 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 76149907 16060325888 202759 33554432000 4194304 4196468 140731828601792 140511465684144 140514765845661 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
[pid=6991/tid=7012] ppid=6988 vsize=15683912 memory=61644 CPUtime=0 cores=0,2,4,6
/proc/6991/task/7012/stat : 7012 (java) S 6988 6991 32649 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 76149910 16060325888 202759 33554432000 4194304 4196468 140731828601792 140512002563104 140514765833941 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7532544 140731828605939 140731828606217 140731828606217 140731828608975 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 15761676 KiB
Current children cumulated memory: 872680 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2513.03 s]
# the end of solver process 6991 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.27 s, system=0.865915 s

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

Child status: 1
Real time (s): 2513.03
CPU time (s): 2520.13
CPU user time (s): 2519.27
CPU system time (s): 0.865915
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 15765972
Max. memory (cumulated for all children) (KiB): 875440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.27
system time used= 0.865915
maximum resident set size= 811036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58714
involuntary context switches= 1954


# summary of solver processes directly reported to runsolver:
#   pid: 6991
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2519.27
#   total CPU system time (s): 0.865915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9262 second user time and 24.4179 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 08:17:43
IDJOB=4295832
IDBENCH=141606
IDSOLVER=2756
FILE ID=node150/4295832-1532585863
RUNJOBID= node150-1532562189-32680
PBS_JOBID= 21021956
Free space on /tmp= 53100 MiB

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

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

MD5SUM BENCH= 70b2a7c07aa80f8552a525257c8c3e20
RANDOM SEED=84368861

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23466476 kB
MemAvailable:   30969200 kB
Buffers:          197388 kB
Cached:          7522308 kB
SwapCached:            0 kB
Active:          3103544 kB
Inactive:        5630400 kB
Active(anon):     965784 kB
Inactive(anon):    76676 kB
Active(file):    2137760 kB
Inactive(file):  5553724 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8020 kB
Writeback:             0 kB
AnonPages:       1022236 kB
Mapped:            52452 kB
Shmem:             25224 kB
Slab:             267308 kB
SReclaimable:     239700 kB
SUnreclaim:        27608 kB
KernelStack:        3664 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13464840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53076 MiB
End job on node150 at 2018-07-26 08:59:36