Trace number 4294486

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+MapleCOMSPS (2018-06-13)? (TO) 2520.11 2504.03

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-7-cp_c18.xml
MD5SUM6d0c168c4ed68c601cb94602702970c2
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 variables252
Number of constraints13239
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":252}]
Minimum variable degree212
Maximum variable degree213
Distribution of variable degrees[{"degree":212,"count":216},{"degree":213,"count":36}]
Minimum constraint arity4
Maximum constraint arity252
Distribution of constraint arities[{"arity":4,"count":13230},{"arity":36,"count":8},{"arity":252,"count":1}]
Number of extensional constraints0
Number of intensional constraints13230
Distribution of constraint types[{"type":"intension","count":13230},{"type":"lex","count":1},{"type":"cardinality","count":7},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop both+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.55	c BEGIN-Prog: Mon Jul 23 17:29:58 CEST 2018
0.66/0.55	c PID: 17652
0.66/0.55	c IP: 172.20.3.102
0.66/0.55	c HOST: node102.alineos.net
0.66/0.55	c (0,0) Parsing Begin
6.69/2.68	c (2,2) Parsing End
6.69/2.68	c (2,2) CSP: 252 int (0 aux), 0 bool (0 aux), 13239 ctr, max domain size 6
6.69/2.68	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
6.69/2.68	c (2,2) Constraint Name Generate Begin
7.01/2.76	c (2,2) Ctr:HOME/instance-4294486-1532359797.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
7.01/2.76	c (2,2) Constraint Name Generate End
7.01/2.76	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
7.01/2.76	c (2,2) CSP to CSPinCNF Begin
8.10/3.09	c (2,2) translated 1324 (10%) constraints
8.47/3.17	c (2,2) translated 2648 (20%) constraints
8.73/3.24	c (2,2) translated 3972 (30%) constraints
9.02/3.30	c (2,2) translated 5296 (40%) constraints
9.02/3.35	c (2,2) translated 6620 (50%) constraints
9.02/3.39	c (2,2) translated 7944 (60%) constraints
9.31/3.43	c (2,2) translated 9268 (70%) constraints
9.31/3.47	c (2,2) translated 10592 (80%) constraints
9.58/3.51	c (2,2) translated 11916 (90%) constraints
11.29/4.01	c (3,3) translated 13239 (100%) constraints
13.82/4.86	c (4,4) STATISTICS1:HOME/instance-4294486-1532359797.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,2143,17172,34359738368,6,4,36,34359738368:84;6:23420;1:3921,6:49503;2:5673;1:8239,4:13609;3:1553;2:1891;1:119,36:84;2:27341;1:8769,
13.82/4.86	c (4,4) ===========================================
13.82/4.86	c (4,4) Both Encoding selects:
13.82/4.86	c (4,4) Order
13.82/4.86	c (4,4) ===========================================
14.51/5.01	c (4,4) translated 1718 (10%) constraints
14.83/5.13	c (4,4) translated 3435 (20%) constraints
15.10/5.23	c (4,4) translated 5152 (30%) constraints
15.40/5.32	c (4,4) translated 6869 (40%) constraints
15.60/5.40	c (4,4) translated 8586 (50%) constraints
15.60/5.47	c (4,4) translated 10304 (60%) constraints
15.70/5.54	c (5,5) translated 12021 (70%) constraints
15.81/5.69	c (5,5) translated 13738 (80%) constraints
16.45/5.89	c (5,5) translated 15455 (90%) constraints
16.76/5.99	c (5,5) translated 17172 (100%) constraints
16.76/5.99	c (5,5) CSP to CSPinCNF End
16.76/6.00	c (5,5) CSP: 630 int (378 aux), 3403 bool (3403 aux), 21030 ctr, max domain size 7
16.76/6.00	c (5,5) Heap : 1633 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
16.76/6.00	c (5,5) CSPinCNF Propagation Begin
17.99/6.32	c (5,5) 786 values, 5788 unsatisfiable literals, and 4804 valid clauses are removed
17.99/6.32	c (5,5) CSPinCNF Propagation End
17.99/6.32	c (5,5) CSP: 1092 int (840 aux), 2941 bool (2941 aux), 16226 ctr, max domain size 7
17.99/6.32	c (5,5) Heap : 1746 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
17.99/6.32	c (5,5) Simplify CSPinCNF Begin
18.90/6.68	c (6,6) Simplify CSPinCNF End
18.90/6.68	c (6,6) CSP: 1092 int (840 aux), 10941 bool (10941 aux), 24226 ctr, max domain size 7
18.90/6.68	c (6,6) Heap : 1915 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
18.90/6.68	c (6,6) Calculate Precise Domain Begin
19.20/6.74	c (6,6) 0 values are removed by re-calculation
19.20/6.74	c (6,6) Calculate Precise Domain End
19.20/6.74	c (6,6) CSP: 1092 int (840 aux), 10941 bool (10941 aux), 24226 ctr, max domain size 7
19.20/6.74	c (6,6) Heap : 1915 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
19.20/6.74	c (6,6) CSPinCNF to SatSolver Begin
19.79/6.95	c (6,6) 2423 (10 %) CSP clauses are encoded (13965 SAT variables, 13451 SAT clauses)
20.13/7.05	c (6,6) 4846 (20 %) CSP clauses are encoded (13965 SAT variables, 24929 SAT clauses)
20.43/7.12	c (6,6) 7268 (30 %) CSP clauses are encoded (13965 SAT variables, 35031 SAT clauses)
20.43/7.17	c (6,6) 9691 (40 %) CSP clauses are encoded (13965 SAT variables, 45044 SAT clauses)
20.70/7.21	c (6,6) 12113 (50 %) CSP clauses are encoded (13965 SAT variables, 52396 SAT clauses)
20.70/7.23	c (6,6) 14536 (60 %) CSP clauses are encoded (13965 SAT variables, 54819 SAT clauses)
20.70/7.25	c (6,6) 16959 (70 %) CSP clauses are encoded (13965 SAT variables, 57242 SAT clauses)
20.91/7.36	c (6,6) 19381 (80 %) CSP clauses are encoded (13965 SAT variables, 71388 SAT clauses)
21.22/7.46	c (6,6) 21804 (90 %) CSP clauses are encoded (13965 SAT variables, 90647 SAT clauses)
21.46/7.52	c (6,6) 24226 (100 %) CSP clauses are encoded (13965 SAT variables, 102087 SAT clauses)
21.46/7.52	c (6,6) CSPinCNF to SatSolver End
21.46/7.52	c (6,6) Heap : 2253 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
21.74/7.68	c (7,7) STATISTICS2:HOME/instance-4294486-1532359797.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,12033,24226,64,7,4,7,64:432;49:288;6:8300;1:89,7:1296;6:21009;2:57347;1:89,4:9789;3:909;2:12773;1:755,7:432;3:288;2:8389;1:59075,
21.74/7.68	c (7,7) SatSolver.solve Begin
21.74/7.68	c (7,7) 13965 bool, 102092 clause
21.74/7.68	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-4294486-1532359797.xml-scop-17652.cnf HOME/instance-4294486-1532359797.xml-scop-17652.cnf.out
2520.07/2504.01	c (2503,7) SatSolver is killed by some reasons.
2520.07/2504.01	c (2503,7) 2,2,5,5,6,6,6,TO,TO,STOP-AFTER(DIMACS)
2520.07/2504.01	s UNKNOWN
2520.07/2504.01	c END-Prog: Mon Jul 23 18:11:41 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 (3934 MiB free)
  memory of node 1: 16384 MiB (10503 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294486-1532359797/watcher-4294486-1532359797 -o /tmp/evaluation-result-4294486-1532359797/solver-4294486-1532359797 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532330044-8951 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294486-1532359797.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100059 s]*
/proc/loadavg: 2.37 2.17 2.11 4/220 17667
/proc/meminfo: memFree=14723944/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15011656 memory=73140 CPUtime=0.11 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 7030 0 0 0 9 2 0 0 20 0 15 0 53542898 15371935744 18285 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3752914 18285 2755 1 0 3715374 0
[pid=17652/tid=17654] ppid=17649 vsize=15011656 memory=-6799202250962287440 CPUtime=0.08 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 8919 0 -1 4202560 5224 0 0 0 7 1 0 0 20 0 15 0 53542898 15371935744 18351 33554432000 4194304 4196468 140720893961952 140683943234544 140683951675164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15011656 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542901 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17660] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53542902 15371935744 18417 33554432000 4194304 4196468 140720893961952 140682526189088 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17661] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542902 15371935744 18417 33554432000 4194304 4196468 140720893961952 140682257753456 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17662] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 18417 33554432000 4194304 4196468 140720893961952 140681883244880 140683971418011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17663] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 8919 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683008711024 140683971410562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17664] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 8919 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683007658224 140683971410562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17665] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0.01 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 8919 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 15 0 53542905 15371935744 18417 33554432000 4194304 4196468 140720893961952 140683006605424 140683971410562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17666] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 18483 33554432000 4194304 4196468 140720893961952 140681385339104 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17667] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 18483 33554432000 4194304 4196468 140720893961952 140683005553840 140683971410562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73140 KiB

[startup+0.210749 s]*
/proc/loadavg: 2.37 2.17 2.11 3/220 17667
/proc/meminfo: memFree=14710116/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15011656 memory=86740 CPUtime=0.26 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 10554 0 0 0 23 3 0 0 20 0 15 0 53542898 15371935744 21685 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3752914 21685 2937 1 0 3715374 0
[pid=17652/tid=17654] ppid=17649 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 8919 0 -1 4202560 8451 0 0 0 18 2 0 0 20 0 15 0 53542898 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683943225328 140683971411350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15011656 memory=288370422730454656 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542901 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17660] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53542902 15371935744 21685 33554432000 4194304 4196468 140720893961952 140682526189088 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17661] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542902 15371935744 21685 33554432000 4194304 4196468 140720893961952 140682257753456 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17662] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 21685 33554432000 4194304 4196468 140720893961952 140681883244880 140683971418011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17663] ppid=17649 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) R 17649 17652 8919 0 -1 4202560 464 0 0 0 1 0 0 0 20 0 15 0 53542905 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683008702528 140683964505112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17664] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) R 17649 17652 8919 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683007658224 140683971410562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17665] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0.03 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) R 17649 17652 8919 0 -1 4202560 281 0 0 0 3 0 0 0 20 0 15 0 53542905 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683006605424 140683971411350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17666] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 21685 33554432000 4194304 4196468 140720893961952 140681385339104 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17667] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 21685 33554432000 4194304 4196468 140720893961952 140683005553840 140683971410562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86740 KiB

[startup+0.310751 s]*
/proc/loadavg: 2.37 2.17 2.11 3/220 17667
/proc/meminfo: memFree=14706448/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15011656 memory=89948 CPUtime=0.42 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 11096 0 0 0 39 3 0 0 20 0 15 0 53542898 15371935744 22487 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3752914 22487 2979 1 0 3715374 0
[pid=17652/tid=17654] ppid=17649 vsize=15011656 memory=8389772277269004345 CPUtime=0.29 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 8919 0 -1 4202560 8824 0 0 0 27 2 0 0 20 0 15 0 53542898 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683943203344 140683955443045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15011656 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15011656 memory=288370422730454656 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542901 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17660] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53542902 15371935744 22487 33554432000 4194304 4196468 140720893961952 140682526189088 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17661] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542902 15371935744 22487 33554432000 4194304 4196468 140720893961952 140682257753456 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17662] ppid=17649 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 22487 33554432000 4194304 4196468 140720893961952 140681883244880 140683971418011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17663] ppid=17649 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) R 17649 17652 8919 0 -1 4202560 510 0 0 0 2 0 0 0 20 0 15 0 53542905 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683008711024 140683950645981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17664] ppid=17649 vsize=15011656 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) R 17649 17652 8919 0 -1 1077944384 128 0 0 0 2 0 0 0 20 0 15 0 53542905 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683007658224 140683971410562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17665] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0.07 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) R 17649 17652 8919 0 -1 4202560 302 0 0 0 7 0 0 0 20 0 15 0 53542905 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683006605424 140683950839168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17666] ppid=17649 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 22487 33554432000 4194304 4196468 140720893961952 140681385339104 140683971409621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17667] ppid=17649 vsize=15011656 memory=140046578742912 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542905 15371935744 22487 33554432000 4194304 4196468 140720893961952 140683005553840 140683971410562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89948 KiB

[startup+0.701344 s]
/proc/loadavg: 2.37 2.17 2.11 3/220 17667
/proc/meminfo: memFree=14682388/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15017928 memory=131184 CPUtime=1.04 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 17964 0 0 0 99 5 0 0 20 0 15 0 53542898 15378358272 32796 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3754482 32796 3146 1 0 3715886 0
[pid=17652/tid=17654] ppid=17649 vsize=15017928 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 8919 0 -1 4202560 15300 0 0 0 63 4 0 0 20 0 15 0 53542898 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683943235680 140683473918820 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15017928 memory=215891295885402 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15017928 memory=287128 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53542901 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17660] ppid=17649 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53542902 15378358272 32796 33554432000 4194304 4196468 140720893961952 140682526189088 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17661] ppid=17649 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542902 15378358272 32796 33554432000 4194304 4196468 140720893961952 140682257753456 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17662] ppid=17649 vsize=15017928 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15378358272 32796 33554432000 4194304 4196468 140720893961952 140681883244880 140683971418011 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17663] ppid=17649 vsize=15017928 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) R 17649 17652 8919 0 -1 4202560 559 0 0 0 6 0 0 0 20 0 15 0 53542905 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683008704048 140683963688864 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17664] ppid=17649 vsize=15017928 memory=-3472574513799858009 CPUtime=0.1 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) R 17649 17652 8919 0 -1 4202560 348 0 0 0 10 0 0 0 20 0 15 0 53542905 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683007646896 140683956201347 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17665] ppid=17649 vsize=15017928 memory=6944656592387989600 CPUtime=0.18 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) R 17649 17652 8919 0 -1 4202560 424 0 0 0 18 0 0 0 20 0 15 0 53542905 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683006603384 140683950417758 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17666] ppid=17649 vsize=15017928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53542905 15378358272 32796 33554432000 4194304 4196468 140720893961952 140681385339104 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17667] ppid=17649 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542905 15378358272 32796 33554432000 4194304 4196468 140720893961952 140683005553840 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 131184 KiB

[startup+1.50131 s]
/proc/loadavg: 2.37 2.17 2.11 5/220 17667
/proc/meminfo: memFree=14604284/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15022100 memory=304680 CPUtime=3.41 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 21001 0 0 0 331 10 0 0 20 0 15 0 53542898 15382630400 76170 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3755525 76170 3200 1 0 3716910 0
[pid=17652/tid=17654] ppid=17649 vsize=15022100 memory=127 CPUtime=1.46 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) R 17649 17652 8919 0 -1 4202560 16145 0 0 0 139 7 0 0 20 0 15 0 53542898 15382630400 76170 33554432000 4194304 4196468 140720893961952 140683943233600 140683473903684 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15382630400 76170 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15382630400 76170 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53542900 15382630400 76170 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53542900 15382630400 76170 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53542901 15382630400 76170 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0

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

/proc/meminfo: memFree=4906052/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15683912 memory=2367660 CPUtime=23.66 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 38983 0 0 0 2262 104 0 0 20 0 19 0 53542898 16060325888 591915 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3920978 591915 3243 1 0 3881834 0
[pid=17676] ppid=17652 vsize=126904 memory=104952 CPUtime=2434.66 cores=1,3,5,7
/proc/17676/stat : 17676 (minisat_release) R 17652 17652 8919 0 -1 4202496 174977 0 0 0 243451 15 0 0 20 0 1 0 53543668 129949696 26238 33554432000 4194304 4308513 140734134068672 140734134065672 4275579 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 18108416 140734134076079 140734134076590 140734134076590 140734134079429 0
/proc/17676/statm: 31726 26238 354 28 0 27966 0
[pid=17652/tid=17654] ppid=17649 vsize=15683912 memory=2367660 CPUtime=7.7 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) S 17649 17652 8919 0 -1 1077944384 18522 0 0 0 730 40 0 0 20 0 19 0 53542898 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683943238656 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0.05 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 7 0 0 0 3 2 0 0 20 0 19 0 53542901 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17660] ppid=17649 vsize=15683912 memory=104952 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 53542902 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682526189088 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17661] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542902 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682257753456 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17662] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681883244880 140683971418011 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17663] ppid=17649 vsize=15683912 memory=2367660 CPUtime=6.37 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 8919 0 -1 1077944384 7275 0 0 0 635 2 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683008711024 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17664] ppid=17649 vsize=15683912 memory=2367660 CPUtime=6.5 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 8919 0 -1 1077944384 6555 0 0 0 649 1 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683007658224 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17665] ppid=17649 vsize=15683912 memory=2367660 CPUtime=1.76 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 8919 0 -1 1077944384 5074 0 0 0 173 3 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683006605424 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17666] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681385339104 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17667] ppid=17649 vsize=15683912 memory=2367660 CPUtime=1.23 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 8919 0 -1 1077944384 163 0 0 0 55 68 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683005553840 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17677] ppid=17649 vsize=15683912 memory=104952 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17677/stat : 17677 (java) S 17649 17652 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682997745344 140683971424025 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17679] ppid=17649 vsize=15683912 memory=104952 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17679/stat : 17679 (java) S 17649 17652 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140680848457392 140683971421341 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17680] ppid=17649 vsize=15683912 memory=-7824251494390913125 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17680/stat : 17680 (java) S 17649 17652 8919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140680580021808 140683971421341 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17681] ppid=17649 vsize=15683912 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17681/stat : 17681 (java) S 17649 17652 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 53543671 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681116900512 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
Current children cumulated CPU time: 2458.32 s
Current children cumulated vsize: 15810816 KiB
Current children cumulated memory: 2472612 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.25 2.20 3/221 20466
/proc/meminfo: memFree=3180280/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15683912 memory=2367660 CPUtime=23.69 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 38987 0 0 0 2263 106 0 0 20 0 19 0 53542898 16060325888 591915 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3920978 591915 3243 1 0 3881834 0
[pid=17676] ppid=17652 vsize=126904 memory=104952 CPUtime=2494.66 cores=1,3,5,7
/proc/17676/stat : 17676 (minisat_release) R 17652 17652 8919 0 -1 4202496 179165 0 0 0 249450 16 0 0 20 0 1 0 53543668 129949696 26238 33554432000 4194304 4308513 140734134068672 140734134065672 4276089 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 18108416 140734134076079 140734134076590 140734134076590 140734134079429 0
/proc/17676/statm: 31726 26238 354 28 0 27966 0
[pid=17652/tid=17654] ppid=17649 vsize=15683912 memory=2367660 CPUtime=7.7 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) S 17649 17652 8919 0 -1 1077944384 18522 0 0 0 730 40 0 0 20 0 19 0 53542898 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683943238656 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15683912 memory=104952 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15683912 memory=104952 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15683912 memory=104952 CPUtime=0.05 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 7 0 0 0 3 2 0 0 20 0 19 0 53542901 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17660] ppid=17649 vsize=15683912 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 53542902 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682526189088 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17661] ppid=17649 vsize=15683912 memory=6768 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542902 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682257753456 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17662] ppid=17649 vsize=15683912 memory=832 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681883244880 140683971418011 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17663] ppid=17649 vsize=15683912 memory=4140 CPUtime=6.37 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 8919 0 -1 1077944384 7275 0 0 0 635 2 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683008711024 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17664] ppid=17649 vsize=15683912 memory=17176 CPUtime=6.5 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 8919 0 -1 1077944384 6555 0 0 0 649 1 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683007658224 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17665] ppid=17649 vsize=15683912 memory=2367660 CPUtime=1.76 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 8919 0 -1 1077944384 5074 0 0 0 173 3 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683006605424 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17666] ppid=17649 vsize=15683912 memory=104952 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681385339104 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17667] ppid=17649 vsize=15683912 memory=6791534058613427641 CPUtime=1.26 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 8919 0 -1 1077944384 167 0 0 0 56 70 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683005553840 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17677] ppid=17649 vsize=15683912 memory=3480 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17677/stat : 17677 (java) S 17649 17652 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682997745344 140683971424025 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17679] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17679/stat : 17679 (java) S 17649 17652 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140680848457392 140683971421341 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17680] ppid=17649 vsize=15683912 memory=104952 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17680/stat : 17680 (java) S 17649 17652 8919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140680580021808 140683971421341 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17681] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17681/stat : 17681 (java) S 17649 17652 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 53543671 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681116900512 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
Current children cumulated CPU time: 2518.35 s
Current children cumulated vsize: 15810816 KiB
Current children cumulated memory: 2472612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504 s]*
/proc/loadavg: 2.01 2.25 2.20 3/221 20466
/proc/meminfo: memFree=3180156/32770624 swapFree=67108860/67108860
[pid=17652] ppid=17649 vsize=15683912 memory=2367660 CPUtime=23.7 cores=1,3,5,7
/proc/17652/stat : 17652 (java) S 17649 17652 8919 0 -1 1077944320 38987 0 0 0 2264 106 0 0 20 0 19 0 53542898 16060325888 591915 33554432000 4194304 4196468 140720893961952 140720893944496 140683971399415 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
/proc/17652/statm: 3920978 591915 3243 1 0 3881834 0
[pid=17676] ppid=17652 vsize=126904 memory=104952 CPUtime=2496.37 cores=1,3,5,7
/proc/17676/stat : 17676 (minisat_release) R 17652 17652 8919 0 -1 4202496 179166 0 0 0 249621 16 0 0 20 0 1 0 53543668 129949696 26238 33554432000 4194304 4308513 140734134068672 140734134065672 4276015 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 18108416 140734134076079 140734134076590 140734134076590 140734134079429 0
/proc/17676/statm: 31726 26238 354 28 0 27966 0
[pid=17652/tid=17654] ppid=17649 vsize=15683912 memory=6791534058613427641 CPUtime=7.7 cores=1,3,5,7
/proc/17652/task/17654/stat : 17654 (java) S 17649 17652 8919 0 -1 1077944384 18522 0 0 0 730 40 0 0 20 0 19 0 53542898 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683943238656 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17655] ppid=17649 vsize=15683912 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17655/stat : 17655 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683975641744 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17656] ppid=17649 vsize=15683912 memory=2724 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17656/stat : 17656 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683802458640 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17657] ppid=17649 vsize=15683912 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17657/stat : 17657 (java) S 17649 17652 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683431377296 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17658] ppid=17649 vsize=15683912 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17658/stat : 17658 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542900 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683430324496 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17659] ppid=17649 vsize=15683912 memory=1412 CPUtime=0.05 cores=1,3,5,7
/proc/17652/task/17659/stat : 17659 (java) S 17649 17652 8919 0 -1 1077944384 7 0 0 0 3 2 0 0 20 0 19 0 53542901 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683009764208 140683971410562 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17660] ppid=17649 vsize=15683912 memory=3480 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17660/stat : 17660 (java) S 17649 17652 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 53542902 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682526189088 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17661] ppid=17649 vsize=15683912 memory=2367660 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17661/stat : 17661 (java) S 17649 17652 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53542902 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682257753456 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17662] ppid=17649 vsize=15683912 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17662/stat : 17662 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681883244880 140683971418011 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17663] ppid=17649 vsize=15683912 memory=1928 CPUtime=6.37 cores=1,3,5,7
/proc/17652/task/17663/stat : 17663 (java) S 17649 17652 8919 0 -1 1077944384 7275 0 0 0 635 2 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683008711024 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17664] ppid=17649 vsize=15683912 memory=1008 CPUtime=6.5 cores=1,3,5,7
/proc/17652/task/17664/stat : 17664 (java) S 17649 17652 8919 0 -1 1077944384 6555 0 0 0 649 1 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683007658224 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17665] ppid=17649 vsize=15683912 memory=8384 CPUtime=1.76 cores=1,3,5,7
/proc/17652/task/17665/stat : 17665 (java) S 17649 17652 8919 0 -1 1077944384 5074 0 0 0 173 3 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683006605424 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17666] ppid=17649 vsize=15683912 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17666/stat : 17666 (java) S 17649 17652 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681385339104 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17667] ppid=17649 vsize=15683912 memory=1440 CPUtime=1.26 cores=1,3,5,7
/proc/17652/task/17667/stat : 17667 (java) S 17649 17652 8919 0 -1 1077944384 167 0 0 0 56 70 0 0 20 0 19 0 53542905 16060325888 591915 33554432000 4194304 4196468 140720893961952 140683005553840 140683971410562 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17677] ppid=17649 vsize=15683912 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17677/stat : 17677 (java) S 17649 17652 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140682997745344 140683971424025 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17679] ppid=17649 vsize=15683912 memory=5524 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17679/stat : 17679 (java) S 17649 17652 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140680848457392 140683971421341 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17680] ppid=17649 vsize=15683912 memory=3248 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17680/stat : 17680 (java) S 17649 17652 8919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 53543669 16060325888 591915 33554432000 4194304 4196468 140720893961952 140680580021808 140683971421341 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
[pid=17652/tid=17681] ppid=17649 vsize=15683912 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/17652/task/17681/stat : 17681 (java) S 17649 17652 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 53543671 16060325888 591915 33554432000 4194304 4196468 140720893961952 140681116900512 140683971409621 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14159872 140720893965300 140720893965577 140720893965577 140720893968335 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15810816 KiB
Current children cumulated memory: 2472612 KiB

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

[startup+2504.03 s]
# the end of solver process 17652 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.87 s, system=1.23808 s

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

Child status: 1
Real time (s): 2504.03
CPU time (s): 2520.11
CPU user time (s): 2518.87
CPU system time (s): 1.23808
CPU usage (%): 100.642
Max. virtual memory (cumulated for all children) (KiB): 15810816
Max. memory (cumulated for all children) (KiB): 2472612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.87
system time used= 1.23808
maximum resident set size= 2371644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59111
involuntary context switches= 814


# summary of solver processes directly reported to runsolver:
#   pid: 17652
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.87
#   total CPU system time (s): 1.23808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5665 second user time and 26.0544 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-23 17:29:57
IDJOB=4294486
IDBENCH=141388
IDSOLVER=2755
FILE ID=node102/4294486-1532359797
RUNJOBID= node102-1532330044-8951
PBS_JOBID= 21019000
Free space on /tmp= 53236 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-7-cp_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294486-1532359797/watcher-4294486-1532359797 -o /tmp/evaluation-result-4294486-1532359797/solver-4294486-1532359797 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532330044-8951 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294486-1532359797.xml

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

MD5SUM BENCH= 6d0c168c4ed68c601cb94602702970c2
RANDOM SEED=1435311760

node102.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.51
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.51
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.51
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.51
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:        14785040 kB
MemAvailable:   30024096 kB
Buffers:          259908 kB
Cached:         15066432 kB
SwapCached:            0 kB
Active:          3462204 kB
Inactive:       13830488 kB
Active(anon):    1969056 kB
Inactive(anon):    16888 kB
Active(file):    1493148 kB
Inactive(file): 13813600 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8808 kB
Writeback:             0 kB
AnonPages:       1983228 kB
Mapped:            49432 kB
Shmem:             17036 kB
Slab:             388840 kB
SReclaimable:     360768 kB
SUnreclaim:        28072 kB
KernelStack:        3872 kB
PageTables:         9088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13471644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1804288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53228 MiB
End job on node102 at 2018-07-23 18:11:41