Trace number 4295697

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.07 2507.04

General information on the benchmark

NameFrb/
frb-53-24-2-mgd_c18.xml
MD5SUMefa4ad1e7c4e0975e1666af510b5ab46
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1964.13
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints474
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":53}]
Minimum variable degree12
Maximum variable degree26
Distribution of variable degrees[{"degree":12,"count":1},{"degree":14,"count":6},{"degree":15,"count":3},{"degree":16,"count":9},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":4},{"degree":20,"count":5},{"degree":21,"count":3},{"degree":22,"count":7},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":474}]
Number of extensional constraints474
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":474}]
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.55	c BEGIN-Prog: Thu Jul 26 07:17:01 CEST 2018
0.66/0.55	c PID: 5627
0.66/0.55	c IP: 172.20.3.150
0.66/0.55	c HOST: node150.alineos.net
0.66/0.55	c (0,0) Parsing Begin
2.64/1.25	c (0,0) Parsing End
2.64/1.26	c (0,0) CSP: 53 int (0 aux), 0 bool (0 aux), 474 ctr, max domain size 24
2.64/1.26	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.64/1.26	c (0,0) Constraint Name Generate Begin
2.64/1.27	c (0,0) Ctr:HOME/instance-4295697-1532582221.xml,ExtensionConflict:ExtensionSupport:IntVar
2.64/1.27	c (0,0) Constraint Name Generate End
2.64/1.27	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.64/1.27	c (0,0) CSP to CSPinCNF Begin
5.97/2.35	c (1,1) translated 48 (10%) constraints
7.20/2.79	c (2,2) translated 95 (20%) constraints
8.73/3.21	c (2,2) translated 143 (30%) constraints
9.63/3.57	c (3,3) translated 190 (40%) constraints
10.84/3.93	c (3,3) translated 237 (50%) constraints
11.76/4.24	c (3,3) translated 285 (60%) constraints
12.45/4.53	c (4,3) translated 332 (70%) constraints
13.10/4.78	c (4,4) translated 380 (80%) constraints
13.40/4.97	c (4,4) translated 427 (90%) constraints
13.67/5.16	c (4,4) translated 474 (100%) constraints
14.71/5.53	c (5,4) STATISTICS1:HOME/instance-4295697-1532582221.xml,ExtensionConflict:ExtensionSupport:IntVar,293,57205,-1,24,25,1,,24:216577;2:3380,25:10;4:48763;3:7801;2:631,1:219957;0:10,
14.71/5.53	c (5,4) ===========================================
14.71/5.53	c (5,4) Order
14.71/5.53	c (5,4) ===========================================
15.26/5.71	c (5,5) translated 5721 (10%) constraints
15.53/5.83	c (5,5) translated 11441 (20%) constraints
15.79/5.94	c (5,5) translated 17162 (30%) constraints
15.92/6.03	c (5,5) translated 22882 (40%) constraints
16.03/6.13	c (5,5) translated 28603 (50%) constraints
16.12/6.23	c (5,5) translated 34323 (60%) constraints
16.22/6.33	c (5,5) translated 40044 (70%) constraints
16.32/6.43	c (5,5) translated 45764 (80%) constraints
16.42/6.53	c (6,5) translated 51485 (90%) constraints
16.52/6.63	c (6,6) translated 57205 (100%) constraints
16.52/6.63	c (6,6) CSP to CSPinCNF End
16.52/6.63	c (6,6) CSP: 53 int (0 aux), 240 bool (240 aux), 57205 ctr, max domain size 24
16.52/6.63	c (6,6) Heap : 2309 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
16.52/6.63	c (6,6) CSPinCNF Propagation Begin
17.55/7.05	c (6,6) 0 values, 5589 unsatisfiable literals, and 0 valid clauses are removed
17.55/7.05	c (6,6) CSPinCNF Propagation End
17.55/7.05	c (6,6) CSP: 53 int (0 aux), 240 bool (240 aux), 57205 ctr, max domain size 24
17.55/7.05	c (6,6) Heap : 2591 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
17.55/7.05	c (6,6) Simplify CSPinCNF Begin
17.74/7.19	c (6,6) Simplify CSPinCNF End
17.74/7.19	c (6,6) CSP: 53 int (0 aux), 240 bool (240 aux), 57205 ctr, max domain size 24
17.74/7.19	c (6,6) Heap : 2647 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
17.74/7.19	c (6,6) Calculate Precise Domain Begin
17.74/7.19	c (6,6) 0 values are removed by re-calculation
17.74/7.19	c (6,6) Calculate Precise Domain End
17.74/7.19	c (6,6) CSP: 53 int (0 aux), 240 bool (240 aux), 57205 ctr, max domain size 24
17.74/7.19	c (6,6) Heap : 2647 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
17.74/7.19	c (6,6) CSPinCNF to SatSolver Begin
18.14/7.36	c (6,6) 5721 (10 %) CSP clauses are encoded (1459 SAT variables, 6886 SAT clauses)
18.44/7.43	c (6,6) 11441 (20 %) CSP clauses are encoded (1459 SAT variables, 12606 SAT clauses)
18.44/7.48	c (6,6) 17162 (30 %) CSP clauses are encoded (1459 SAT variables, 18327 SAT clauses)
18.72/7.51	c (6,6) 22882 (40 %) CSP clauses are encoded (1459 SAT variables, 24047 SAT clauses)
18.72/7.55	c (7,7) 28603 (50 %) CSP clauses are encoded (1459 SAT variables, 29768 SAT clauses)
18.72/7.59	c (7,7) 34323 (60 %) CSP clauses are encoded (1459 SAT variables, 35488 SAT clauses)
19.21/7.72	c (7,7) 40044 (70 %) CSP clauses are encoded (1459 SAT variables, 41209 SAT clauses)
19.21/7.75	c (7,7) 45764 (80 %) CSP clauses are encoded (1459 SAT variables, 46929 SAT clauses)
19.21/7.78	c (7,7) 51485 (90 %) CSP clauses are encoded (1459 SAT variables, 52650 SAT clauses)
19.33/7.81	c (7,7) 57205 (100 %) CSP clauses are encoded (1459 SAT variables, 58370 SAT clauses)
19.33/7.81	c (7,7) CSPinCNF to SatSolver End
19.33/7.81	c (7,7) Heap : 265 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
19.80/8.01	c (7,7) STATISTICS2:HOME/instance-4295697-1532582221.xml,ExtensionConflict:ExtensionSupport:IntVar,293,57205,-1,24,24,1,,24:210998;2:3380,24:10;4:43598;3:12552;2:1045,1:214378,
19.80/8.01	c (7,7) SatSolver.solve Begin
19.80/8.01	c (7,7) 1459 bool, 58371 clause
19.80/8.01	c (7,7) 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-4295697-1532582221.xml-scop-5627.cnf HOME/instance-4295697-1532582221.xml-scop-5627.cnf.out
2520.03/2507.01	c (2506,7) SatSolver is killed by some reasons.
2520.03/2507.01	c (2506,7) 0,0,6,6,6,6,7,TO,TO,STOP-AFTER(DIMACS)
2520.03/2507.01	s UNKNOWN
2520.03/2507.01	c END-Prog: Thu Jul 26 07:58:48 CEST 2018
2520.03/2507.01	c (2506,0) receiving signal SIGTERM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295697-1532582221/watcher-4295697-1532582221 -o /tmp/evaluation-result-4295697-1532582221/solver-4295697-1532582221 -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-4295697-1532582221.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=5627, runsolver pid=5624
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 2.16 2.09 2.07 3/220 5642
/proc/meminfo: memFree=21329700/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15011656 memory=73408 CPUtime=0.11 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 6577 0 0 0 10 1 0 0 20 0 15 0 75785342 15371935744 18352 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3752914 18352 2758 1 0 3715374 0
[pid=5627/tid=5629] ppid=5624 vsize=15011656 memory=7100839887183514216 CPUtime=0.09 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 32649 0 -1 4202560 4920 0 0 0 8 1 0 0 20 0 15 0 75785343 15371935744 18616 33554432000 4194304 4196468 140725908966480 140537165619592 140537174082544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 18616 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 18616 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 18616 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 18616 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785346 15371935744 18616 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5635] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 75785346 15371935744 18616 33554432000 4194304 4196468 140725908966480 140535759102880 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5636] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785347 15371935744 18616 33554432000 4194304 4196468 140725908966480 140535490667504 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5637] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 18616 33554432000 4194304 4196468 140725908966480 140535116159184 140537193826203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5638] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 32649 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 18616 33554432000 4194304 4196468 140725908966480 140536230898160 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5639] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 18616 33554432000 4194304 4196468 140725908966480 140536161757808 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5640] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 32649 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 18682 33554432000 4194304 4196468 140725908966480 140536160705264 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5641] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 18682 33554432000 4194304 4196468 140725908966480 140534618254432 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5642] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 18682 33554432000 4194304 4196468 140725908966480 140536159652144 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73408 KiB

[startup+0.210332 s]*
/proc/loadavg: 2.16 2.09 2.07 3/220 5642
/proc/meminfo: memFree=21315696/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15011656 memory=86760 CPUtime=0.26 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 10093 0 0 0 24 2 0 0 20 0 15 0 75785342 15371935744 21690 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3752914 21690 2888 1 0 3715374 0
[pid=5627/tid=5629] ppid=5624 vsize=15011656 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 32649 0 -1 4202560 8011 0 0 0 19 1 0 0 20 0 15 0 75785343 15371935744 21756 33554432000 4194304 4196468 140725908966480 140537165632816 140537186044734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15011656 memory=288230617609666583 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 21756 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15011656 memory=3761271519142332064 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785346 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5635] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 75785346 15371935744 21756 33554432000 4194304 4196468 140725908966480 140535759102880 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5636] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785347 15371935744 21756 33554432000 4194304 4196468 140725908966480 140535490667504 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5637] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 21756 33554432000 4194304 4196468 140725908966480 140535116159184 140537193826203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5638] ppid=5624 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5627/task/5638/stat : 5638 (java) R 5624 5627 32649 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 15 0 75785349 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536230898256 140537193817813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5639] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5639/stat : 5639 (java) R 5624 5627 32649 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536161749312 140537177193092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5640] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0.03 cores=0,2,4,6
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 32649 0 -1 1077944384 285 0 0 0 3 0 0 0 20 0 15 0 75785349 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536160705264 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5641] ppid=5624 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 21756 33554432000 4194304 4196468 140725908966480 140534618254432 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5642] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 21756 33554432000 4194304 4196468 140725908966480 140536159652144 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86760 KiB

[startup+0.310413 s]*
/proc/loadavg: 2.16 2.09 2.07 3/220 5642
/proc/meminfo: memFree=21312680/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15011656 memory=90232 CPUtime=0.42 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 10623 0 0 0 40 2 0 0 20 0 15 0 75785342 15371935744 22558 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3752914 22558 2989 1 0 3715374 0
[pid=5627/tid=5629] ppid=5624 vsize=15011656 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 32649 0 -1 4202560 8384 0 0 0 28 1 0 0 20 0 15 0 75785343 15371935744 22558 33554432000 4194304 4196468 140725908966480 140537165611800 140537177888094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15011656 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 22558 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15011656 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15011656 memory=139988150886607 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785346 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5635] ppid=5624 vsize=15011656 memory=139988150907343 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 75785346 15371935744 22558 33554432000 4194304 4196468 140725908966480 140535759102880 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5636] ppid=5624 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785347 15371935744 22558 33554432000 4194304 4196468 140725908966480 140535490667504 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5637] ppid=5624 vsize=15011656 memory=2273 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 22558 33554432000 4194304 4196468 140725908966480 140535116159184 140537193826203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5638] ppid=5624 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 32649 0 -1 1077944384 378 0 0 0 1 0 0 0 20 0 15 0 75785349 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536230898160 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5639] ppid=5624 vsize=15011656 memory=139988150919055 CPUtime=0.03 cores=0,2,4,6
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 32649 0 -1 1077944384 231 0 0 0 3 0 0 0 20 0 15 0 75785349 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536161757808 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5640] ppid=5624 vsize=15011656 memory=139988289308288 CPUtime=0.07 cores=0,2,4,6
/proc/5627/task/5640/stat : 5640 (java) R 5624 5627 32649 0 -1 4202560 303 0 0 0 7 0 0 0 20 0 15 0 75785349 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536160705264 140537172454649 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5641] ppid=5624 vsize=15011656 memory=139988150924191 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 22558 33554432000 4194304 4196468 140725908966480 140534618254432 140537193817813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5642] ppid=5624 vsize=15011656 memory=139988365093630 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785349 15371935744 22558 33554432000 4194304 4196468 140725908966480 140536159652144 140537193818754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90232 KiB

[startup+0.702156 s]
/proc/loadavg: 2.16 2.09 2.07 3/220 5642
/proc/meminfo: memFree=21288620/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15017928 memory=129332 CPUtime=1.04 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 17499 0 0 0 100 4 0 0 20 0 15 0 75785342 15378358272 32333 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3754482 32333 3140 1 0 3715886 0
[pid=5627/tid=5629] ppid=5624 vsize=15017928 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 32649 0 -1 4202560 14759 0 0 0 64 3 0 0 20 0 15 0 75785343 15378358272 32333 33554432000 4194304 4196468 140725908966480 140537165643232 140536650396385 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15378358272 32333 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15017928 memory=79 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15017928 memory=1 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785345 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15017928 memory=164185996536161 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75785346 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5635] ppid=5624 vsize=15017928 memory=445774 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 75785346 15378358272 32333 33554432000 4194304 4196468 140725908966480 140535759102880 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5636] ppid=5624 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785347 15378358272 32333 33554432000 4194304 4196468 140725908966480 140535490667504 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5637] ppid=5624 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15378358272 32333 33554432000 4194304 4196468 140725908966480 140535116159184 140537193826203 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5638] ppid=5624 vsize=15017928 memory=7809523229951467574 CPUtime=0.09 cores=0,2,4,6
/proc/5627/task/5638/stat : 5638 (java) R 5624 5627 32649 0 -1 4202560 627 0 0 0 9 0 0 0 20 0 15 0 75785349 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536230898456 140537177276238 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5639] ppid=5624 vsize=15017928 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5627/task/5639/stat : 5639 (java) R 5624 5627 32649 0 -1 4202560 301 0 0 0 7 0 0 0 20 0 15 0 75785349 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536161757808 140537173643959 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5640] ppid=5624 vsize=15017928 memory=-3535359994705171810 CPUtime=0.18 cores=0,2,4,6
/proc/5627/task/5640/stat : 5640 (java) R 5624 5627 32649 0 -1 4202560 480 0 0 0 18 0 0 0 20 0 15 0 75785349 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536160705392 140537193819542 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5641] ppid=5624 vsize=15017928 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75785349 15378358272 32333 33554432000 4194304 4196468 140725908966480 140534618254432 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5642] ppid=5624 vsize=15017928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785349 15378358272 32333 33554432000 4194304 4196468 140725908966480 140536159652144 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 129332 KiB

[startup+1.51018 s]
/proc/loadavg: 2.16 2.09 2.07 5/220 5642
/proc/meminfo: memFree=21190576/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15022100 memory=255220 CPUtime=3.39 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 21955 0 0 0 330 9 0 0 20 0 15 0 75785342 15382630400 63805 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3755525 63805 3200 1 0 3716910 0
[pid=5627/tid=5629] ppid=5624 vsize=15022100 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) R 5624 5627 32649 0 -1 4202560 16020 0 0 0 142 6 0 0 20 0 15 0 75785343 15382630400 63805 33554432000 4194304 4196468 140725908966480 140537165638512 140536654276734 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15022100 memory=6440244689502689125 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15382630400 63805 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15022100 memory=7013623395016729944 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15382630400 63805 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15022100 memory=7013623395016729944 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75785345 15382630400 63805 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15022100 memory=7013623395016729944 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75785345 15382630400 63805 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75785346 15382630400 63805 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0

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

/proc/meminfo: memFree=18079092/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15683912 memory=3043144 CPUtime=21.22 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 38134 0 0 0 2013 109 0 0 20 0 19 0 75785342 16060325888 760786 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3920978 760786 3231 1 0 3881834 0
[pid=5643] ppid=5627 vsize=130640 memory=103144 CPUtime=2434.07 cores=0,2,4,6
/proc/5643/stat : 5643 (minisat_release) R 5627 5627 32649 0 -1 4202496 169758 0 0 0 243389 18 0 0 20 0 1 0 75786145 133775360 25786 33554432000 4194304 4308513 140727958968608 140727958965512 4275992 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 35639296 140727958971057 140727958971566 140727958971566 140727958974405 0
/proc/5643/statm: 32660 25786 354 28 0 28900 0
[pid=5627/tid=5629] ppid=5624 vsize=15683912 memory=3043144 CPUtime=7.92 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) S 5624 5627 32649 0 -1 1077944384 19094 0 0 0 747 45 0 0 20 0 19 0 75785343 16060325888 760786 33554432000 4194304 4196468 140725908966480 140537165646848 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15683912 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 56 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 98 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 39 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0.04 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 19 0 75785346 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5635] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 75785346 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535759102880 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5636] ppid=5624 vsize=15683912 memory=103144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785347 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535490667504 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5637] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535116159184 140537193826203 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5638] ppid=5624 vsize=15683912 memory=3043144 CPUtime=5.12 cores=0,2,4,6
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 32649 0 -1 1077944384 6085 0 0 0 510 2 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536230898160 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5639] ppid=5624 vsize=15683912 memory=7740112642092393809 CPUtime=5.06 cores=0,2,4,6
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 32649 0 -1 1077944384 5560 0 0 0 504 2 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536161757808 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5640] ppid=5624 vsize=15683912 memory=103144 CPUtime=1.42 cores=0,2,4,6
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 32649 0 -1 1077944384 5574 0 0 0 139 3 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536160705264 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5641] ppid=5624 vsize=15683912 memory=101096 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534618254432 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5642] ppid=5624 vsize=15683912 memory=3043144 CPUtime=1.24 cores=0,2,4,6
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 32649 0 -1 1077944384 163 0 0 0 66 58 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536159652144 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5644] ppid=5624 vsize=15683912 memory=103144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5644/stat : 5644 (java) S 5624 5627 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536229844032 140537193832217 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5646] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5646/stat : 5646 (java) S 5624 5627 32649 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534081367600 140537193829533 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5647] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5647/stat : 5647 (java) S 5624 5627 32649 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534215589552 140537193829533 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5648] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5648/stat : 5648 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 75786147 16060325888 760786 33554432000 4194304 4196468 140725908966480 140533812944416 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
Current children cumulated CPU time: 2455.29 s
Current children cumulated vsize: 15814552 KiB
Current children cumulated memory: 3146288 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/225 5891
/proc/meminfo: memFree=18079008/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15683912 memory=3043144 CPUtime=21.25 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 38138 0 0 0 2016 109 0 0 20 0 19 0 75785342 16060325888 760786 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3920978 760786 3231 1 0 3881834 0
[pid=5643] ppid=5627 vsize=130640 memory=103144 CPUtime=2494.06 cores=0,2,4,6
/proc/5643/stat : 5643 (minisat_release) R 5627 5627 32649 0 -1 4202496 173629 0 0 0 249388 18 0 0 20 0 1 0 75786145 133775360 25786 33554432000 4194304 4308513 140727958968608 140727958965512 4276015 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 35639296 140727958971057 140727958971566 140727958971566 140727958974405 0
/proc/5643/statm: 32660 25786 354 28 0 28900 0
[pid=5627/tid=5629] ppid=5624 vsize=15683912 memory=103144 CPUtime=7.92 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) S 5624 5627 32649 0 -1 1077944384 19094 0 0 0 747 45 0 0 20 0 19 0 75785343 16060325888 760786 33554432000 4194304 4196468 140725908966480 140537165646848 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15683912 memory=103144 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 56 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15683912 memory=103144 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 98 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 39 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0.04 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 19 0 75785346 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5635] ppid=5624 vsize=15683912 memory=3043144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 75785346 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535759102880 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5636] ppid=5624 vsize=15683912 memory=23008 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785347 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535490667504 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5637] ppid=5624 vsize=15683912 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535116159184 140537193826203 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5638] ppid=5624 vsize=15683912 memory=279976303788000 CPUtime=5.12 cores=0,2,4,6
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 32649 0 -1 1077944384 6085 0 0 0 510 2 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536230898160 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5639] ppid=5624 vsize=15683912 memory=6944656575208382560 CPUtime=5.06 cores=0,2,4,6
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 32649 0 -1 1077944384 5560 0 0 0 504 2 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536161757808 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5640] ppid=5624 vsize=15683912 memory=3043144 CPUtime=1.42 cores=0,2,4,6
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 32649 0 -1 1077944384 5574 0 0 0 139 3 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536160705264 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5641] ppid=5624 vsize=15683912 memory=103144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534618254432 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5642] ppid=5624 vsize=15683912 memory=5792 CPUtime=1.28 cores=0,2,4,6
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 32649 0 -1 1077944384 167 0 0 0 69 59 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536159652144 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5644] ppid=5624 vsize=15683912 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5644/stat : 5644 (java) S 5624 5627 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536229844032 140537193832217 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5646] ppid=5624 vsize=15683912 memory=103144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5646/stat : 5646 (java) S 5624 5627 32649 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534081367600 140537193829533 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5647] ppid=5624 vsize=15683912 memory=6935054825532540783 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5647/stat : 5647 (java) S 5624 5627 32649 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534215589552 140537193829533 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5648] ppid=5624 vsize=15683912 memory=103144 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5648/stat : 5648 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 75786147 16060325888 760786 33554432000 4194304 4196468 140725908966480 140533812944416 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
Current children cumulated CPU time: 2515.31 s
Current children cumulated vsize: 15814552 KiB
Current children cumulated memory: 3146288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507 s]*
/proc/loadavg: 2.00 2.01 2.05 3/225 5891
/proc/meminfo: memFree=18079208/32770624 swapFree=67108860/67108860
[pid=5627] ppid=5624 vsize=15683912 memory=3043144 CPUtime=21.26 cores=0,2,4,6
/proc/5627/stat : 5627 (java) S 5624 5627 32649 0 -1 1077944320 38140 0 0 0 2016 110 0 0 20 0 19 0 75785342 16060325888 760786 33554432000 4194304 4196468 140725908966480 140725908949024 140537193807607 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
/proc/5627/statm: 3920978 760786 3231 1 0 3881834 0
[pid=5643] ppid=5627 vsize=130640 memory=103144 CPUtime=2498.77 cores=0,2,4,6
/proc/5643/stat : 5643 (minisat_release) R 5627 5627 32649 0 -1 4202496 173634 0 0 0 249859 18 0 0 20 0 1 0 75786145 133775360 25786 33554432000 4194304 4308513 140727958968608 140727958965512 4276465 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 35639296 140727958971057 140727958971566 140727958971566 140727958974405 0
/proc/5643/statm: 32660 25786 354 28 0 28900 0
[pid=5627/tid=5629] ppid=5624 vsize=15683912 memory=6935054825532540783 CPUtime=7.92 cores=0,2,4,6
/proc/5627/task/5629/stat : 5629 (java) S 5624 5627 32649 0 -1 1077944384 19094 0 0 0 747 45 0 0 20 0 19 0 75785343 16060325888 760786 33554432000 4194304 4196468 140725908966480 140537165646848 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5630] ppid=5624 vsize=15683912 memory=4639939496134862184 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5630/stat : 5630 (java) S 5624 5627 32649 0 -1 1077944384 41 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140537198050064 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5631] ppid=5624 vsize=15683912 memory=279976302866792 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5631/stat : 5631 (java) S 5624 5627 32649 0 -1 1077944384 56 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536973753232 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5632] ppid=5624 vsize=15683912 memory=8243111693910894928 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5632/stat : 5632 (java) S 5624 5627 32649 0 -1 1077944384 98 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536972700688 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5633] ppid=5624 vsize=15683912 memory=8243111693910894928 CPUtime=0.08 cores=0,2,4,6
/proc/5627/task/5633/stat : 5633 (java) S 5624 5627 32649 0 -1 1077944384 39 0 0 0 6 2 0 0 20 0 19 0 75785345 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536971648144 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5634] ppid=5624 vsize=15683912 memory=8243111693910894928 CPUtime=0.04 cores=0,2,4,6
/proc/5627/task/5634/stat : 5634 (java) S 5624 5627 32649 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 19 0 75785346 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536231950320 140537193818754 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5635] ppid=5624 vsize=15683912 memory=8243111693910894928 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5635/stat : 5635 (java) S 5624 5627 32649 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 75785346 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535759102880 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5636] ppid=5624 vsize=15683912 memory=-3535470213243961690 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5636/stat : 5636 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785347 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535490667504 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5637] ppid=5624 vsize=15683912 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5637/stat : 5637 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140535116159184 140537193826203 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5638] ppid=5624 vsize=15683912 memory=6944656592455359580 CPUtime=5.12 cores=0,2,4,6
/proc/5627/task/5638/stat : 5638 (java) S 5624 5627 32649 0 -1 1077944384 6085 0 0 0 510 2 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536230898160 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5639] ppid=5624 vsize=15683912 memory=6944656592387989600 CPUtime=5.06 cores=0,2,4,6
/proc/5627/task/5639/stat : 5639 (java) S 5624 5627 32649 0 -1 1077944384 5560 0 0 0 504 2 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536161757808 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5640] ppid=5624 vsize=15683912 memory=-7684191407570971757 CPUtime=1.42 cores=0,2,4,6
/proc/5627/task/5640/stat : 5640 (java) S 5624 5627 32649 0 -1 1077944384 5574 0 0 0 139 3 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536160705264 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5641] ppid=5624 vsize=15683912 memory=3055806049457170787 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5641/stat : 5641 (java) S 5624 5627 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534618254432 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5642] ppid=5624 vsize=15683912 memory=6944656592455360569 CPUtime=1.28 cores=0,2,4,6
/proc/5627/task/5642/stat : 5642 (java) S 5624 5627 32649 0 -1 1077944384 169 0 0 0 69 59 0 0 20 0 19 0 75785349 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536159652144 140537193818754 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5644] ppid=5624 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5644/stat : 5644 (java) S 5624 5627 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140536229844032 140537193832217 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5646] ppid=5624 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5646/stat : 5646 (java) S 5624 5627 32649 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534081367600 140537193829533 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5647] ppid=5624 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5647/stat : 5647 (java) S 5624 5627 32649 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 75786145 16060325888 760786 33554432000 4194304 4196468 140725908966480 140534215589552 140537193829533 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
[pid=5627/tid=5648] ppid=5624 vsize=15683912 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5627/task/5648/stat : 5648 (java) S 5624 5627 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 75786147 16060325888 760786 33554432000 4194304 4196468 140725908966480 140533812944416 140537193817813 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14999552 140725908972531 140725908972809 140725908972809 140725908975567 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 15814552 KiB
Current children cumulated memory: 3146288 KiB

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

[startup+2507.04 s]
# the end of solver process 5627 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.76 s, system=1.30785 s

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

Child status: 1
Real time (s): 2507.04
CPU time (s): 2520.07
CPU user time (s): 2518.76
CPU system time (s): 1.30785
CPU usage (%): 100.52
Max. virtual memory (cumulated for all children) (KiB): 15814552
Max. memory (cumulated for all children) (KiB): 3146288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.76
system time used= 1.30785
maximum resident set size= 3044100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58886
involuntary context switches= 3190


# summary of solver processes directly reported to runsolver:
#   pid: 5627
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.76
#   total CPU system time (s): 1.30785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7066 second user time and 27.6575 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 07:17:01
IDJOB=4295697
IDBENCH=141591
IDSOLVER=2756
FILE ID=node150/4295697-1532582221
RUNJOBID= node150-1532562189-32680
PBS_JOBID= 21021956
Free space on /tmp= 53096 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Frb/frb-53-24-2-mgd_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-4295697-1532582221/watcher-4295697-1532582221 -o /tmp/evaluation-result-4295697-1532582221/solver-4295697-1532582221 -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-4295697-1532582221.xml

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

MD5SUM BENCH= efa4ad1e7c4e0975e1666af510b5ab46
RANDOM SEED=1927457853

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:        21391368 kB
MemAvailable:   28891524 kB
Buffers:          195700 kB
Cached:          7521880 kB
SwapCached:            0 kB
Active:          5176592 kB
Inactive:        5628404 kB
Active(anon):    3039300 kB
Inactive(anon):    76676 kB
Active(file):    2137292 kB
Inactive(file):  5551728 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8448 kB
Writeback:             0 kB
AnonPages:       3099124 kB
Mapped:            52524 kB
Shmem:             25224 kB
Slab:             267136 kB
SReclaimable:     239596 kB
SUnreclaim:        27540 kB
KernelStack:        3776 kB
PageTables:        11564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13540860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2916352 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 07:58:48