Trace number 4295877

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.14 2509.82

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-16_c18.xml
MD5SUMfff017207be5e3895e33195d340205a8
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 variables512
Number of constraints482
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":496}]
Minimum variable degree0
Maximum variable degree33
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":240},{"degree":32,"count":16},{"degree":33,"count":240}]
Minimum constraint arity16
Maximum constraint arity256
Distribution of constraint arities[{"arity":16,"count":1},{"arity":18,"count":480},{"arity":256,"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":480}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
0.67/0.53	scop order+minisat_release (2018-06-13)
0.67/0.53	
0.67/0.55	c BEGIN-Prog: Thu Jul 26 08:59:43 CEST 2018
0.67/0.55	c PID: 7472
0.67/0.55	c IP: 172.20.3.150
0.67/0.55	c HOST: node150.alineos.net
0.67/0.56	c (0,0) Parsing Begin
2.23/1.15	c (0,0) Parsing End
2.23/1.16	c (0,0) CSP: 496 int (0 aux), 0 bool (0 aux), 482 ctr, max domain size 16
2.23/1.16	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.23/1.16	c (0,0) Constraint Name Generate Begin
2.23/1.18	c (0,0) Ctr:HOME/instance-4295877-1532588383.xml,AllDifferentMatrix:Element:Instantiation:IntVar
2.23/1.18	c (0,0) Constraint Name Generate End
2.23/1.18	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.23/1.18	c (0,0) CSP to CSPinCNF Begin
4.27/1.80	c (1,1) translated 49 (10%) constraints
4.27/1.86	c (1,1) translated 97 (20%) constraints
4.56/1.91	c (1,1) translated 145 (30%) constraints
4.56/1.97	c (1,1) translated 193 (40%) constraints
4.90/2.02	c (1,1) translated 241 (50%) constraints
4.90/2.07	c (1,1) translated 290 (60%) constraints
5.21/2.11	c (1,1) translated 338 (70%) constraints
5.21/2.14	c (1,1) translated 386 (80%) constraints
5.21/2.18	c (1,1) translated 434 (90%) constraints
5.48/2.21	c (1,1) translated 482 (100%) constraints
6.12/2.41	c (1,1) STATISTICS1:HOME/instance-4295877-1532588383.xml,AllDifferentMatrix:Element:Instantiation:IntVar,496,11600,16,16,16,2,16:17760;1:1440,16:30720;1:1040,16:64;3:7680;2:3840;1:16,2:19200;1:8736,
6.12/2.41	c (1,1) ===========================================
6.12/2.41	c (1,1) Order
6.12/2.41	c (1,1) ===========================================
6.51/2.50	c (1,1) translated 1160 (10%) constraints
6.51/2.55	c (2,2) translated 2320 (20%) constraints
6.51/2.59	c (2,2) translated 3480 (30%) constraints
7.13/2.76	c (2,2) translated 4640 (40%) constraints
7.76/2.91	c (2,2) translated 5800 (50%) constraints
8.09/3.05	c (2,2) translated 6960 (60%) constraints
8.39/3.18	c (2,2) translated 8120 (70%) constraints
8.96/3.30	c (2,2) translated 9280 (80%) constraints
9.21/3.43	c (2,2) translated 10440 (90%) constraints
9.48/3.53	c (3,2) translated 11600 (100%) constraints
9.48/3.54	c (3,2) CSP to CSPinCNF End
9.48/3.54	c (3,3) CSP: 496 int (0 aux), 7440 bool (7440 aux), 26976 ctr, max domain size 16
9.48/3.54	c (3,3) Heap : 675 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
9.48/3.54	c (3,3) CSPinCNF Propagation Begin
10.42/3.85	c (3,3) 2 values, 1332 unsatisfiable literals, and 288 valid clauses are removed
10.42/3.85	c (3,3) CSPinCNF Propagation End
10.42/3.86	c (3,3) CSP: 496 int (0 aux), 7440 bool (7440 aux), 26688 ctr, max domain size 16
10.42/3.86	c (3,3) Heap : 788 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
10.42/3.86	c (3,3) Simplify CSPinCNF Begin
11.06/4.08	c (3,3) Simplify CSPinCNF End
11.06/4.08	c (3,3) CSP: 496 int (0 aux), 14992 bool (14992 aux), 34240 ctr, max domain size 16
11.06/4.08	c (3,3) Heap : 901 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
11.06/4.08	c (3,3) Calculate Precise Domain Begin
11.06/4.09	c (3,3) 0 values are removed by re-calculation
11.06/4.09	c (3,3) Calculate Precise Domain End
11.06/4.09	c (3,3) CSP: 496 int (0 aux), 14992 bool (14992 aux), 34240 ctr, max domain size 16
11.06/4.09	c (3,3) Heap : 901 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
11.06/4.09	c (3,3) CSPinCNF to SatSolver Begin
12.31/4.40	c (3,3) 3424 (10 %) CSP clauses are encoded (22128 SAT variables, 39599 SAT clauses)
12.61/4.56	c (4,4) 6848 (20 %) CSP clauses are encoded (22128 SAT variables, 72608 SAT clauses)
12.90/4.67	c (4,4) 10272 (30 %) CSP clauses are encoded (22128 SAT variables, 105381 SAT clauses)
13.14/4.77	c (4,4) 13696 (40 %) CSP clauses are encoded (22128 SAT variables, 138628 SAT clauses)
13.26/4.87	c (4,4) 17120 (50 %) CSP clauses are encoded (22128 SAT variables, 171867 SAT clauses)
13.37/4.96	c (4,4) 20544 (60 %) CSP clauses are encoded (22128 SAT variables, 205106 SAT clauses)
13.47/5.06	c (4,4) 23968 (70 %) CSP clauses are encoded (22128 SAT variables, 238524 SAT clauses)
13.58/5.16	c (4,4) 27392 (80 %) CSP clauses are encoded (22128 SAT variables, 271852 SAT clauses)
13.67/5.25	c (4,4) 30816 (90 %) CSP clauses are encoded (22128 SAT variables, 305178 SAT clauses)
13.77/5.35	c (4,4) 34240 (100 %) CSP clauses are encoded (22128 SAT variables, 338511 SAT clauses)
13.77/5.35	c (4,4) CSPinCNF to SatSolver End
13.77/5.35	c (4,4) Heap : 1746 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
14.27/5.53	c (5,4) STATISTICS2:HOME/instance-4295877-1532588383.xml,AllDifferentMatrix:Element:Instantiation:IntVar,15488,34240,16,16,14,2,16:15288;15:5144;14:688;1:1732,16:48788;15:9152;14:1016;2:37956;1:1732,14:60;3:6592;2:27588,2:22852;1:52940,
14.27/5.53	c (5,4) SatSolver.solve Begin
14.27/5.53	c (5,4) 22128 bool, 338512 clause
14.27/5.54	c (5,4) 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-4295877-1532588383.xml-scop-7472.cnf HOME/instance-4295877-1532588383.xml-scop-7472.cnf.out
2520.09/2509.80	c (2509,0) receiving signal SIGTERM
2520.09/2509.80	s UNKNOWN
2520.09/2509.80	c (2509,5) SatSolver is killed by some reasons.
2520.09/2509.80	c (2509,5) 0,0,3,3,3,3,4,TO,TO,STOP-AFTER(DIMACS)
2520.09/2509.80	c END-Prog: Thu Jul 26 09:41:32 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 (9861 MiB free)
  memory of node 1: 16384 MiB (10821 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295877-1532588383/watcher-4295877-1532588383 -o /tmp/evaluation-result-4295877-1532588383/solver-4295877-1532588383 -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-4295877-1532588383.xml 

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

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

solver pid=7472, runsolver pid=7469

[startup+0.100091 s]*
/proc/loadavg: 2.08 2.04 2.05 3/220 7487
/proc/meminfo: memFree=21118000/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15011656 memory=73632 CPUtime=0.11 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 6591 0 0 0 9 2 0 0 20 0 15 0 76401528 15371935744 18408 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3752914 18408 2778 1 0 3715374 0
[pid=7472/tid=7474] ppid=7469 vsize=15011656 memory=7100839887217068648 CPUtime=0.08 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) R 7469 7472 32649 0 -1 4202560 4747 0 0 0 7 1 0 0 20 0 15 0 76401528 15371935744 18474 33554432000 4194304 4196468 140723323058448 140102610491792 140102618941291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 18474 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 18474 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 18474 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 18474 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401531 15371935744 18540 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7480] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7480/stat : 7480 (java) S 7469 7472 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76401532 15371935744 18540 33554432000 4194304 4196468 140723323058448 140101296317472 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7481] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7481/stat : 7481 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401532 15371935744 18540 33554432000 4194304 4196468 140723323058448 140101027881840 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7482] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7482/stat : 7482 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401534 15371935744 18540 33554432000 4194304 4196468 140723323058448 140100653373264 140102638684059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7483] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7483/stat : 7483 (java) S 7469 7472 32649 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 76401534 15371935744 18540 33554432000 4194304 4196468 140723323058448 140101407411056 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7484] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7484/stat : 7484 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401534 15371935744 18540 33554432000 4194304 4196468 140723323058448 140101406358256 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7485] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0.01 cores=0,2,4,6
/proc/7472/task/7485/stat : 7485 (java) S 7469 7472 32649 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 76401534 15371935744 18540 33554432000 4194304 4196468 140723323058448 140101405305456 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7486] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7486/stat : 7486 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401535 15371935744 18540 33554432000 4194304 4196468 140723323058448 140100155468512 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7487] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7487/stat : 7487 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401535 15371935744 18540 33554432000 4194304 4196468 140723323058448 140101404252848 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73632 KiB

[startup+0.210407 s]*
/proc/loadavg: 2.08 2.04 2.05 3/220 7487
/proc/meminfo: memFree=21104544/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15011656 memory=86696 CPUtime=0.25 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 10092 0 0 0 22 3 0 0 20 0 15 0 76401528 15371935744 21674 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3752914 21674 2890 1 0 3715374 0
[pid=7472/tid=7474] ppid=7469 vsize=15011656 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) R 7469 7472 32649 0 -1 4202560 7994 0 0 0 18 2 0 0 20 0 15 0 76401528 15371935744 21674 33554432000 4194304 4196468 140723323058448 140102610491856 140102638677398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15011656 memory=288230617609666583 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 21674 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15011656 memory=288370033193584256 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 21674 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 21674 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 21674 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401531 15371935744 21674 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7480] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7480/stat : 7480 (java) S 7469 7472 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76401532 15371935744 21674 33554432000 4194304 4196468 140723323058448 140101296317472 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7481] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7481/stat : 7481 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401532 15371935744 21674 33554432000 4194304 4196468 140723323058448 140101027881840 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7482] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7482/stat : 7482 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401534 15371935744 21674 33554432000 4194304 4196468 140723323058448 140100653373264 140102638684059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7483] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7483/stat : 7483 (java) S 7469 7472 32649 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 76401534 15371935744 21674 33554432000 4194304 4196468 140723323058448 140101407411056 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7484] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7484/stat : 7484 (java) S 7469 7472 32649 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 76401534 15371935744 21674 33554432000 4194304 4196468 140723323058448 140101406358256 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7485] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0.03 cores=0,2,4,6
/proc/7472/task/7485/stat : 7485 (java) R 7469 7472 32649 0 -1 4202560 298 0 0 0 3 0 0 0 20 0 15 0 76401534 15371935744 21674 33554432000 4194304 4196468 140723323058448 140101405305456 140102638686810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7486] ppid=7469 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7486/stat : 7486 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401535 15371935744 21674 33554432000 4194304 4196468 140723323058448 140100155468512 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7487] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7487/stat : 7487 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401535 15371935744 21674 33554432000 4194304 4196468 140723323058448 140101404252848 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86696 KiB

[startup+0.310395 s]*
/proc/loadavg: 2.08 2.04 2.05 3/220 7487
/proc/meminfo: memFree=21101256/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15011656 memory=90428 CPUtime=0.42 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 10621 0 0 0 39 3 0 0 20 0 15 0 76401528 15371935744 22607 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3752914 22607 3022 1 0 3715374 0
[pid=7472/tid=7474] ppid=7469 vsize=15011656 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) R 7469 7472 32649 0 -1 4202560 8363 0 0 0 27 2 0 0 20 0 15 0 76401528 15371935744 22607 33554432000 4194304 4196468 140723323058448 140102610469616 140102638687389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15011656 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 22607 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 22607 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15011656 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 22607 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15011656 memory=139656901533903 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401530 15371935744 22607 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401531 15371935744 22607 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7480] ppid=7469 vsize=15011656 memory=139656901554639 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7480/stat : 7480 (java) S 7469 7472 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76401532 15371935744 22607 33554432000 4194304 4196468 140723323058448 140101296317472 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7481] ppid=7469 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7481/stat : 7481 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401532 15371935744 22607 33554432000 4194304 4196468 140723323058448 140101027881840 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7482] ppid=7469 vsize=15011656 memory=279313803081600 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7482/stat : 7482 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401534 15371935744 22607 33554432000 4194304 4196468 140723323058448 140100653373264 140102638684059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7483] ppid=7469 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7472/task/7483/stat : 7483 (java) R 7469 7472 32649 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 15 0 76401534 15371935744 22607 33554432000 4194304 4196468 140723323058448 140101407411056 140102638676610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7484] ppid=7469 vsize=15011656 memory=139656901566351 CPUtime=0.01 cores=0,2,4,6
/proc/7472/task/7484/stat : 7484 (java) R 7469 7472 32649 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 15 0 76401534 15371935744 22607 33554432000 4194304 4196468 140723323058448 140101406358256 140102620186729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7485] ppid=7469 vsize=15011656 memory=139657041872512 CPUtime=0.07 cores=0,2,4,6
/proc/7472/task/7485/stat : 7485 (java) R 7469 7472 32649 0 -1 4202560 316 0 0 0 7 0 0 0 20 0 15 0 76401534 15371935744 22607 33554432000 4194304 4196468 140723323058448 140101405305456 140102617370376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7486] ppid=7469 vsize=15011656 memory=139656901571487 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7486/stat : 7486 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401535 15371935744 22607 33554432000 4194304 4196468 140723323058448 140100155468512 140102638675669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7487] ppid=7469 vsize=15011656 memory=139657118274040 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7487/stat : 7487 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401535 15371935744 22607 33554432000 4194304 4196468 140723323058448 140101404252848 140102638676610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90428 KiB

[startup+0.704009 s]
/proc/loadavg: 2.08 2.04 2.05 3/220 7487
/proc/meminfo: memFree=21077004/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15017928 memory=131464 CPUtime=1.03 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 17512 0 0 0 98 5 0 0 20 0 15 0 76401528 15378358272 32866 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3754482 32866 3151 1 0 3715886 0
[pid=7472/tid=7474] ppid=7469 vsize=15017928 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) R 7469 7472 32649 0 -1 4202560 14758 0 0 0 63 4 0 0 20 0 15 0 76401528 15378358272 32866 33554432000 4194304 4196468 140723323058448 140102610501024 140102622709093 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401530 15378358272 32866 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15017928 memory=79 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15378358272 32866 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15017928 memory=1 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15378358272 32866 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401530 15378358272 32866 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15017928 memory=171778961846422 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76401531 15378358272 32866 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7480] ppid=7469 vsize=15017928 memory=448785 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7480/stat : 7480 (java) S 7469 7472 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76401532 15378358272 32866 33554432000 4194304 4196468 140723323058448 140101296317472 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7481] ppid=7469 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7481/stat : 7481 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401532 15378358272 32866 33554432000 4194304 4196468 140723323058448 140101027881840 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7482] ppid=7469 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7482/stat : 7482 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401534 15378358272 32866 33554432000 4194304 4196468 140723323058448 140100653373264 140102638684059 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7483] ppid=7469 vsize=15017928 memory=7809523229951467574 CPUtime=0.09 cores=0,2,4,6
/proc/7472/task/7483/stat : 7483 (java) R 7469 7472 32649 0 -1 1077944384 760 0 0 0 9 0 0 0 20 0 15 0 76401534 15378358272 32866 33554432000 4194304 4196468 140723323058448 140101407400848 140102638675669 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7484] ppid=7469 vsize=15017928 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/7472/task/7484/stat : 7484 (java) R 7469 7472 32649 0 -1 4202560 160 0 0 0 6 0 0 0 20 0 15 0 76401534 15378358272 32866 33554432000 4194304 4196468 140723323058448 140101406348048 140102638677398 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7485] ppid=7469 vsize=15017928 memory=-3535359994705171810 CPUtime=0.18 cores=0,2,4,6
/proc/7472/task/7485/stat : 7485 (java) R 7469 7472 32649 0 -1 4202560 493 0 0 0 18 0 0 0 20 0 15 0 76401534 15378358272 32866 33554432000 4194304 4196468 140723323058448 140101405300720 140102638677398 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7486] ppid=7469 vsize=15017928 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7486/stat : 7486 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401535 15378358272 32866 33554432000 4194304 4196468 140723323058448 140100155468512 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7487] ppid=7469 vsize=15017928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7487/stat : 7487 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401535 15378358272 32866 33554432000 4194304 4196468 140723323058448 140101404252848 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 131464 KiB

[startup+1.50639 s]
/proc/loadavg: 2.08 2.04 2.05 6/220 7487
/proc/meminfo: memFree=21046164/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15022100 memory=193312 CPUtime=3.34 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 21752 0 0 0 327 7 0 0 20 0 15 0 76401528 15382630400 48328 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3755525 48328 3201 1 0 3716910 0
[pid=7472/tid=7474] ppid=7469 vsize=15022100 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) R 7469 7472 32649 0 -1 4202560 15977 0 0 0 142 5 0 0 20 0 15 0 76401528 15382630400 48328 33554432000 4194304 4196468 140723323058448 140102610494128 140102118698464 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15022100 memory=5794254098867966571 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76401530 15382630400 48328 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15022100 memory=7013630013527649110 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15382630400 48328 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15022100 memory=7013630013527649110 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76401530 15382630400 48328 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15022100 memory=7013630013527649110 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76401530 15382630400 48328 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76401531 15382630400 48328 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0

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

/proc/meminfo: memFree=19194908/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15683912 memory=1926120 CPUtime=16.02 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 29946 0 0 0 1511 91 0 0 20 0 19 0 76401528 16060325888 481530 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3920978 481530 3236 1 0 3881834 0
[pid=7488] ppid=7472 vsize=116628 memory=98180 CPUtime=2436.53 cores=0,2,4,6
/proc/7488/stat : 7488 (minisat_release) R 7472 7472 32649 0 -1 4202496 362583 0 0 0 243628 25 0 0 20 0 1 0 76402083 119427072 24545 33554432000 4194304 4308513 140736227725712 140736227722712 4276418 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 11874304 140736227734193 140736227734702 140736227734702 140736227737541 0
/proc/7488/statm: 29157 24545 354 28 0 25397 0
[pid=7472/tid=7474] ppid=7469 vsize=15683912 memory=1926120 CPUtime=5.55 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) S 7469 7472 32649 0 -1 1077944384 17733 0 0 0 525 30 0 0 20 0 19 0 76401528 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102610504704 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15683912 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 6 0 0 0 6 4 0 0 20 0 19 0 76401531 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7480] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7480/stat : 7480 (java) S 7469 7472 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76401532 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101296317472 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7481] ppid=7469 vsize=15683912 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7481/stat : 7481 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401532 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101027881840 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7482] ppid=7469 vsize=15683912 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7482/stat : 7482 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140100653373264 140102638684059 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7483] ppid=7469 vsize=15683912 memory=1232 CPUtime=3.82 cores=0,2,4,6
/proc/7472/task/7483/stat : 7483 (java) S 7469 7472 32649 0 -1 1077944384 2884 0 0 0 381 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101407411056 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7484] ppid=7469 vsize=15683912 memory=-5059952977386882957 CPUtime=3.8 cores=0,2,4,6
/proc/7472/task/7484/stat : 7484 (java) S 7469 7472 32649 0 -1 1077944384 3900 0 0 0 379 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101406358256 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7485] ppid=7469 vsize=15683912 memory=3464 CPUtime=1.33 cores=0,2,4,6
/proc/7472/task/7485/stat : 7485 (java) S 7469 7472 32649 0 -1 1077944384 3849 0 0 0 132 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101405305456 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7486] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7486/stat : 7486 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401535 16060325888 481530 33554432000 4194304 4196468 140723323058448 140100155468512 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7487] ppid=7469 vsize=15683912 memory=1926120 CPUtime=1.36 cores=0,2,4,6
/proc/7472/task/7487/stat : 7487 (java) S 7469 7472 32649 0 -1 1077944384 163 0 0 0 71 65 0 0 20 0 19 0 76401535 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101404252848 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7489] ppid=7469 vsize=15683912 memory=98180 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7489/stat : 7489 (java) S 7469 7472 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101387986112 140102638690073 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7491] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7491/stat : 7491 (java) S 7469 7472 32649 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099618581680 140102638687389 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7492] ppid=7469 vsize=15683912 memory=98180 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7492/stat : 7492 (java) S 7469 7472 32649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099752804400 140102638687389 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7493] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7493/stat : 7493 (java) S 7469 7472 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 76402086 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099350159008 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
Current children cumulated CPU time: 2452.55 s
Current children cumulated vsize: 15800540 KiB
Current children cumulated memory: 2024300 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/226 7677
/proc/meminfo: memFree=19195280/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15683912 memory=1926120 CPUtime=16.06 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 29950 0 0 0 1514 92 0 0 20 0 19 0 76401528 16060325888 481530 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3920978 481530 3236 1 0 3881834 0
[pid=7488] ppid=7472 vsize=116628 memory=98180 CPUtime=2496.53 cores=0,2,4,6
/proc/7488/stat : 7488 (minisat_release) R 7472 7472 32649 0 -1 4202496 370939 0 0 0 249627 26 0 0 20 0 1 0 76402083 119427072 24545 33554432000 4194304 4308513 140736227725712 140736227722712 4276465 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 11874304 140736227734193 140736227734702 140736227734702 140736227737541 0
/proc/7488/statm: 29157 24545 354 28 0 25397 0
[pid=7472/tid=7474] ppid=7469 vsize=15683912 memory=98180 CPUtime=5.55 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) S 7469 7472 32649 0 -1 1077944384 17733 0 0 0 525 30 0 0 20 0 19 0 76401528 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102610504704 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15683912 memory=98180 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15683912 memory=98180 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15683912 memory=98180 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15683912 memory=142160867885074 CPUtime=0.1 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 6 0 0 0 6 4 0 0 20 0 19 0 76401531 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7480] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7480/stat : 7480 (java) S 7469 7472 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76401532 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101296317472 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7481] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7481/stat : 7481 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401532 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101027881840 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7482] ppid=7469 vsize=15683912 memory=1926120 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7482/stat : 7482 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140100653373264 140102638684059 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7483] ppid=7469 vsize=15683912 memory=1292 CPUtime=3.82 cores=0,2,4,6
/proc/7472/task/7483/stat : 7483 (java) S 7469 7472 32649 0 -1 1077944384 2884 0 0 0 381 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101407411056 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7484] ppid=7469 vsize=15683912 memory=2436 CPUtime=3.8 cores=0,2,4,6
/proc/7472/task/7484/stat : 7484 (java) S 7469 7472 32649 0 -1 1077944384 3900 0 0 0 379 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101406358256 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7485] ppid=7469 vsize=15683912 memory=4136 CPUtime=1.33 cores=0,2,4,6
/proc/7472/task/7485/stat : 7485 (java) S 7469 7472 32649 0 -1 1077944384 3849 0 0 0 132 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101405305456 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7486] ppid=7469 vsize=15683912 memory=23132 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7486/stat : 7486 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401535 16060325888 481530 33554432000 4194304 4196468 140723323058448 140100155468512 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7487] ppid=7469 vsize=15683912 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/7472/task/7487/stat : 7487 (java) S 7469 7472 32649 0 -1 1077944384 167 0 0 0 74 66 0 0 20 0 19 0 76401535 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101404252848 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7489] ppid=7469 vsize=15683912 memory=6082489010537208492 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7489/stat : 7489 (java) S 7469 7472 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101387986112 140102638690073 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7491] ppid=7469 vsize=15683912 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7491/stat : 7491 (java) S 7469 7472 32649 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099618581680 140102638687389 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7492] ppid=7469 vsize=15683912 memory=9920 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7492/stat : 7492 (java) S 7469 7472 32649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099752804400 140102638687389 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7493] ppid=7469 vsize=15683912 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7493/stat : 7493 (java) S 7469 7472 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 76402086 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099350159008 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
Current children cumulated CPU time: 2512.59 s
Current children cumulated vsize: 15800540 KiB
Current children cumulated memory: 2024300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.8 s]
/proc/loadavg: 2.00 2.01 2.05 4/226 7677
/proc/meminfo: memFree=19195336/32770624 swapFree=67108860/67108860
[pid=7472] ppid=7469 vsize=15683912 memory=1926120 CPUtime=16.06 cores=0,2,4,6
/proc/7472/stat : 7472 (java) S 7469 7472 32649 0 -1 1077944320 29952 0 0 0 1514 92 0 0 20 0 19 0 76401528 16060325888 481530 33554432000 4194304 4196468 140723323058448 140723323040992 140102638665463 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
/proc/7472/statm: 3920978 481530 3236 1 0 3881834 0
[pid=7488] ppid=7472 vsize=116628 memory=98180 CPUtime=2504.03 cores=0,2,4,6
/proc/7488/stat : 7488 (minisat_release) R 7472 7472 32649 0 -1 4202496 370951 0 0 0 250377 26 0 0 20 0 1 0 76402083 119427072 24545 33554432000 4194304 4308513 140736227725712 140736227721984 4269966 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 11874304 140736227734193 140736227734702 140736227734702 140736227737541 0
/proc/7488/statm: 29157 24545 354 28 0 25397 0
[pid=7472/tid=7474] ppid=7469 vsize=15683912 memory=6944656592387989600 CPUtime=5.55 cores=0,2,4,6
/proc/7472/task/7474/stat : 7474 (java) S 7469 7472 32649 0 -1 1077944384 17733 0 0 0 525 30 0 0 20 0 19 0 76401528 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102610504704 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7475] ppid=7469 vsize=15683912 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7475/stat : 7475 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102642908304 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7476] ppid=7469 vsize=15683912 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7476/stat : 7476 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102441683984 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7477] ppid=7469 vsize=15683912 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7477/stat : 7477 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102440631184 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7478] ppid=7469 vsize=15683912 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7478/stat : 7478 (java) S 7469 7472 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 76401530 16060325888 481530 33554432000 4194304 4196468 140723323058448 140102439578384 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7479] ppid=7469 vsize=15683912 memory=2592 CPUtime=0.1 cores=0,2,4,6
/proc/7472/task/7479/stat : 7479 (java) S 7469 7472 32649 0 -1 1077944384 6 0 0 0 6 4 0 0 20 0 19 0 76401531 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101408463216 140102638676610 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7480] ppid=7469 vsize=15683912 memory=956 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7480/stat : 7480 (java) S 7469 7472 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76401532 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101296317472 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7481] ppid=7469 vsize=15683912 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7481/stat : 7481 (java) S 7469 7472 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 76401532 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101027881840 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7482] ppid=7469 vsize=15683912 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7482/stat : 7482 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140100653373264 140102638684059 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7483] ppid=7469 vsize=15683912 memory=2424 CPUtime=3.82 cores=0,2,4,6
/proc/7472/task/7483/stat : 7483 (java) S 7469 7472 32649 0 -1 1077944384 2884 0 0 0 381 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101407411056 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7484] ppid=7469 vsize=15683912 memory=1576 CPUtime=3.8 cores=0,2,4,6
/proc/7472/task/7484/stat : 7484 (java) S 7469 7472 32649 0 -1 1077944384 3900 0 0 0 379 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101406358256 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7485] ppid=7469 vsize=15683912 memory=928 CPUtime=1.33 cores=0,2,4,6
/proc/7472/task/7485/stat : 7485 (java) S 7469 7472 32649 0 -1 1077944384 3849 0 0 0 132 1 0 0 20 0 19 0 76401534 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101405305456 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7486] ppid=7469 vsize=15683912 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7486/stat : 7486 (java) S 7469 7472 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76401535 16060325888 481530 33554432000 4194304 4196468 140723323058448 140100155468512 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7487] ppid=7469 vsize=15683912 memory=2436 CPUtime=1.4 cores=0,2,4,6
/proc/7472/task/7487/stat : 7487 (java) S 7469 7472 32649 0 -1 1077944384 169 0 0 0 74 66 0 0 20 0 19 0 76401535 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101404252848 140102638676610 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7489] ppid=7469 vsize=15683912 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7489/stat : 7489 (java) S 7469 7472 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140101387986112 140102638690073 0 4 0 25189583 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7491] ppid=7469 vsize=15683912 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7491/stat : 7491 (java) S 7469 7472 32649 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099618581680 140102638687389 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7492] ppid=7469 vsize=15683912 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7492/stat : 7492 (java) S 7469 7472 32649 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 76402084 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099752804400 140102638687389 0 4 0 25189583 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
[pid=7472/tid=7493] ppid=7469 vsize=15683912 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/7472/task/7493/stat : 7493 (java) S 7469 7472 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 76402086 16060325888 481530 33554432000 4194304 4196468 140723323058448 140099350159008 140102638675669 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12177408 140723323065331 140723323065609 140723323065609 140723323068367 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 15800540 KiB
Current children cumulated memory: 2024300 KiB

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

[startup+2509.82 s]
# the end of solver process 7472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.93 s, system=1.21245 s

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

Child status: 1
Real time (s): 2509.82
CPU time (s): 2520.14
CPU user time (s): 2518.93
CPU system time (s): 1.21245
CPU usage (%): 100.411
Max. virtual memory (cumulated for all children) (KiB): 15800540
Max. memory (cumulated for all children) (KiB): 2024300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.93
system time used= 1.21245
maximum resident set size= 1933208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400972
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58903
involuntary context switches= 3192


# summary of solver processes directly reported to runsolver:
#   pid: 7472
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2518.93
#   total CPU system time (s): 1.21245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2694 second user time and 26.6493 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 08:59:43
IDJOB=4295877
IDBENCH=141611
IDSOLVER=2756
FILE ID=node150/4295877-1532588383
RUNJOBID= node150-1532562189-32680
PBS_JOBID= 21021956
Free space on /tmp= 53084 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-16_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-4295877-1532588383/watcher-4295877-1532588383 -o /tmp/evaluation-result-4295877-1532588383/solver-4295877-1532588383 -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-4295877-1532588383.xml

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

MD5SUM BENCH= fff017207be5e3895e33195d340205a8
RANDOM SEED=1549197202

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:        21179788 kB
MemAvailable:   28700120 kB
Buffers:          198076 kB
Cached:          7538632 kB
SwapCached:            0 kB
Active:          5385040 kB
Inactive:        5631268 kB
Active(anon):    3230512 kB
Inactive(anon):    76676 kB
Active(file):    2154528 kB
Inactive(file):  5554592 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8224 kB
Writeback:             0 kB
AnonPages:       3211448 kB
Mapped:            52528 kB
Shmem:             25224 kB
Slab:             267560 kB
SReclaimable:     239672 kB
SUnreclaim:        27888 kB
KernelStack:        3968 kB
PageTables:        11376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13575268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2977792 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= 53088 MiB
End job on node150 at 2018-07-26 09:41:33