Trace number 4294432

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.12 2505.32

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-6-cp_c18.xml
MD5SUMe65b09bddae1c8c6b556de8535bf6786
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 variables216
Number of constraints9458
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":216}]
Minimum variable degree177
Maximum variable degree178
Distribution of variable degrees[{"degree":177,"count":180},{"degree":178,"count":36}]
Minimum constraint arity4
Maximum constraint arity216
Distribution of constraint arities[{"arity":4,"count":9450},{"arity":36,"count":7},{"arity":216,"count":1}]
Number of extensional constraints0
Number of intensional constraints9450
Distribution of constraint types[{"type":"intension","count":9450},{"type":"lex","count":1},{"type":"cardinality","count":6},{"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:22:22 CEST 2018
0.80/0.63	c PID: 17157
0.80/0.63	c IP: 172.20.3.102
0.80/0.63	c HOST: node102.alineos.net
0.80/0.63	c (0,0) Parsing Begin
5.79/2.30	c (1,1) Parsing End
5.79/2.31	c (1,1) CSP: 216 int (0 aux), 0 bool (0 aux), 9458 ctr, max domain size 6
5.79/2.31	c (1,1) Heap : 563 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
5.79/2.31	c (1,1) Constraint Name Generate Begin
5.79/2.36	c (1,1) Ctr:HOME/instance-4294432-1532359342.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
5.79/2.36	c (1,1) Constraint Name Generate End
5.79/2.36	c (1,1) Heap : 563 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
5.79/2.36	c (1,1) CSP to CSPinCNF Begin
6.72/2.65	c (2,2) translated 946 (10%) constraints
7.04/2.73	c (2,2) translated 1892 (20%) constraints
7.04/2.78	c (2,2) translated 2838 (30%) constraints
7.33/2.83	c (2,2) translated 3784 (40%) constraints
7.33/2.87	c (2,2) translated 4729 (50%) constraints
7.63/2.91	c (2,2) translated 5675 (60%) constraints
7.63/2.94	c (2,2) translated 6621 (70%) constraints
7.63/2.97	c (2,2) translated 7567 (80%) constraints
7.96/3.01	c (2,2) translated 8513 (90%) constraints
9.33/3.46	c (2,2) translated 9458 (100%) constraints
11.49/4.17	c (3,3) STATISTICS1:HOME/instance-4294432-1532359342.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,1822,12814,34359738368,6,4,36,34359738368:72;6:16349;1:3291,6:34929;2:4818;1:6979,4:9760;3:1336;2:1606;1:112,36:72;2:19640;1:7482,
11.49/4.17	c (3,3) ===========================================
11.49/4.17	c (3,3) Both Encoding selects:
11.49/4.17	c (3,3) Order
11.49/4.17	c (3,3) ===========================================
11.78/4.28	c (3,3) translated 1282 (10%) constraints
12.09/4.38	c (3,3) translated 2563 (20%) constraints
12.39/4.48	c (3,3) translated 3845 (30%) constraints
12.70/4.57	c (4,4) translated 5126 (40%) constraints
13.00/4.66	c (4,4) translated 6407 (50%) constraints
13.29/4.73	c (4,4) translated 7689 (60%) constraints
13.60/4.81	c (4,4) translated 8970 (70%) constraints
13.95/4.96	c (4,4) translated 10252 (80%) constraints
14.60/5.11	c (4,4) translated 11533 (90%) constraints
14.88/5.20	c (4,4) translated 12814 (100%) constraints
14.88/5.21	c (4,4) CSP to CSPinCNF End
14.88/5.22	c (4,4) CSP: 540 int (324 aux), 2902 bool (2902 aux), 16126 ctr, max domain size 7
14.88/5.22	c (4,4) Heap : 1295 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
14.88/5.22	c (4,4) CSPinCNF Propagation Begin
15.50/5.47	c (4,4) 786 values, 4996 unsatisfiable literals, and 4192 valid clauses are removed
15.50/5.47	c (4,4) CSPinCNF Propagation End
15.50/5.47	c (4,4) CSP: 1002 int (786 aux), 2440 bool (2440 aux), 11934 ctr, max domain size 7
15.50/5.47	c (4,4) Heap : 1408 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
15.50/5.47	c (4,4) Simplify CSPinCNF Begin
16.41/5.77	c (5,5) Simplify CSPinCNF End
16.41/5.78	c (5,5) CSP: 1002 int (786 aux), 9109 bool (9109 aux), 18603 ctr, max domain size 7
16.41/5.78	c (5,5) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
16.41/5.78	c (5,5) Calculate Precise Domain Begin
16.72/5.84	c (5,5) 0 values are removed by re-calculation
16.72/5.84	c (5,5) Calculate Precise Domain End
16.72/5.84	c (5,5) CSP: 1002 int (786 aux), 9109 bool (9109 aux), 18603 ctr, max domain size 7
16.72/5.84	c (5,5) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
16.72/5.84	c (5,5) CSPinCNF to SatSolver Begin
17.38/6.03	c (5,5) 1861 (10 %) CSP clauses are encoded (11629 SAT variables, 10410 SAT clauses)
17.68/6.11	c (5,5) 3721 (20 %) CSP clauses are encoded (11629 SAT variables, 19540 SAT clauses)
17.68/6.18	c (5,5) 5581 (30 %) CSP clauses are encoded (11629 SAT variables, 27560 SAT clauses)
17.96/6.24	c (5,5) 7442 (40 %) CSP clauses are encoded (11629 SAT variables, 35296 SAT clauses)
17.96/6.28	c (5,5) 9302 (50 %) CSP clauses are encoded (11629 SAT variables, 42871 SAT clauses)
17.96/6.30	c (5,5) 11162 (60 %) CSP clauses are encoded (11629 SAT variables, 44731 SAT clauses)
18.25/6.31	c (5,5) 13023 (70 %) CSP clauses are encoded (11629 SAT variables, 46592 SAT clauses)
18.54/6.42	c (5,5) 14883 (80 %) CSP clauses are encoded (11629 SAT variables, 60228 SAT clauses)
18.83/6.50	c (5,5) 16743 (90 %) CSP clauses are encoded (11629 SAT variables, 75240 SAT clauses)
18.83/6.55	c (6,5) 18603 (100 %) CSP clauses are encoded (11629 SAT variables, 83404 SAT clauses)
18.83/6.55	c (6,5) CSPinCNF to SatSolver End
18.83/6.55	c (6,5) Heap : 1802 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
19.11/6.69	c (6,6) STATISTICS2:HOME/instance-4294432-1532359342.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,10111,18603,64,7,4,7,64:360;49:240;6:6899;1:89,7:1080;6:17487;2:41448;1:89,4:6570;3:764;2:10635;1:634,7:360;3:240;2:6988;1:42888,
19.11/6.69	c (6,6) SatSolver.solve Begin
19.11/6.69	c (6,6) 11629 bool, 83409 clause
19.11/6.69	c (6,6) 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-4294432-1532359342.xml-scop-17157.cnf HOME/instance-4294432-1532359342.xml-scop-17157.cnf.out
2520.07/2505.30	c (2504,6) SatSolver is killed by some reasons.
2520.07/2505.30	c (2504,6) 1,1,4,4,5,5,6,TO,TO,STOP-AFTER(DIMACS)
2520.07/2505.30	s UNKNOWN
2520.07/2505.30	c (2504,0) receiving signal SIGTERM
2520.07/2505.30	c END-Prog: Mon Jul 23 18:04:07 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 (5805 MiB free)
  memory of node 1: 16384 MiB (7372 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=17157, runsolver pid=17154

[startup+0.100122 s]*
/proc/loadavg: 2.10 2.13 2.09 3/220 17172
/proc/meminfo: memFree=13433148/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15011656 memory=72208 CPUtime=0.11 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 6218 0 0 0 10 1 0 0 20 0 15 0 53497352 15371935744 18052 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3752914 18052 2782 1 0 3715374 0
[pid=17157/tid=17159] ppid=17154 vsize=15011656 memory=-6871259845000215376 CPUtime=0.09 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) R 17154 17157 8919 0 -1 4202560 4425 0 0 0 8 1 0 0 20 0 15 0 53497352 15371935744 18184 33554432000 4194304 4196468 140724910384816 140106747224456 140106760060832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15011656 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 18184 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 18184 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 18184 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 18184 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497355 15371935744 18184 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17165] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17165/stat : 17165 (java) S 17154 17157 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53497356 15371935744 18184 33554432000 4194304 4196468 140724910384816 140105322849952 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17166] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17166/stat : 17166 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497356 15371935744 18184 33554432000 4194304 4196468 140724910384816 140105054414064 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17167] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17167/stat : 17167 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497358 15371935744 18184 33554432000 4194304 4196468 140724910384816 140104679905744 140106775431067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17168] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17168/stat : 17168 (java) S 17154 17157 8919 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 53497358 15371935744 18184 33554432000 4194304 4196468 140724910384816 140105812793584 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17169] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17169/stat : 17169 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497358 15371935744 18250 33554432000 4194304 4196468 140724910384816 140105811741040 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17170] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0.01 cores=0,2,4,6
/proc/17157/task/17170/stat : 17170 (java) S 17154 17157 8919 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 53497358 15371935744 18250 33554432000 4194304 4196468 140724910384816 140105810687984 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17171] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17171/stat : 17171 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497359 15371935744 18250 33554432000 4194304 4196468 140724910384816 140104181999968 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17172] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17172/stat : 17172 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497359 15371935744 18250 33554432000 4194304 4196468 140724910384816 140105809636400 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 72208 KiB

[startup+0.21059 s]*
/proc/loadavg: 2.10 2.13 2.09 3/220 17172
/proc/meminfo: memFree=13419228/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15011656 memory=85532 CPUtime=0.25 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 9871 0 0 0 23 2 0 0 20 0 15 0 53497352 15371935744 21383 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3752914 21383 2915 1 0 3715374 0
[pid=17157/tid=17159] ppid=17154 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) R 17154 17157 8919 0 -1 4202560 7748 0 0 0 18 2 0 0 20 0 15 0 53497352 15371935744 21383 33554432000 4194304 4196468 140724910384816 140106747238864 140106775424406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 21383 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15011656 memory=288370093889017472 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 21383 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 21383 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 21383 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497355 15371935744 21383 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17165] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17165/stat : 17165 (java) S 17154 17157 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53497356 15371935744 21383 33554432000 4194304 4196468 140724910384816 140105322849952 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17166] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17166/stat : 17166 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497356 15371935744 21383 33554432000 4194304 4196468 140724910384816 140105054414064 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17167] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17167/stat : 17167 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497358 15371935744 21383 33554432000 4194304 4196468 140724910384816 140104679905744 140106775431067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17168] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17168/stat : 17168 (java) S 17154 17157 8919 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 53497358 15371935744 21383 33554432000 4194304 4196468 140724910384816 140105812793584 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17169] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17169/stat : 17169 (java) S 17154 17157 8919 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 15 0 53497358 15371935744 21383 33554432000 4194304 4196468 140724910384816 140105811741040 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17170] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0.03 cores=0,2,4,6
/proc/17157/task/17170/stat : 17170 (java) R 17154 17157 8919 0 -1 4202560 318 0 0 0 3 0 0 0 20 0 15 0 53497358 15371935744 21383 33554432000 4194304 4196468 140724910384816 140105810687984 140106754834201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17171] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17171/stat : 17171 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497359 15371935744 21383 33554432000 4194304 4196468 140724910384816 140104181999968 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17172] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17172/stat : 17172 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497359 15371935744 21383 33554432000 4194304 4196468 140724910384816 140105809636400 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 85532 KiB

[startup+0.310512 s]*
/proc/loadavg: 2.10 2.13 2.09 3/220 17172
/proc/meminfo: memFree=13415444/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15011656 memory=89660 CPUtime=0.43 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 10489 0 0 0 40 3 0 0 20 0 15 0 53497352 15371935744 22415 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3752914 22415 2983 1 0 3715374 0
[pid=17157/tid=17159] ppid=17154 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) R 17154 17157 8919 0 -1 4202560 8173 0 0 0 28 2 0 0 20 0 15 0 53497352 15371935744 22415 33554432000 4194304 4196468 140724910384816 140106747216624 140106759492958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15011656 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 22415 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15011656 memory=288370093889017472 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 22415 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 22415 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15371935744 22415 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497355 15371935744 22415 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17165] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17165/stat : 17165 (java) S 17154 17157 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53497356 15371935744 22415 33554432000 4194304 4196468 140724910384816 140105322849952 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17166] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17166/stat : 17166 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497356 15371935744 22415 33554432000 4194304 4196468 140724910384816 140105054414064 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17167] ppid=17154 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17167/stat : 17167 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497358 15371935744 22415 33554432000 4194304 4196468 140724910384816 140104679905744 140106775431067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17168] ppid=17154 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17157/task/17168/stat : 17168 (java) R 17154 17157 8919 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 53497358 15371935744 22415 33554432000 4194304 4196468 140724910384816 140105812793584 140106775423618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17169] ppid=17154 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17157/task/17169/stat : 17169 (java) R 17154 17157 8919 0 -1 4202560 246 0 0 0 2 0 0 0 20 0 15 0 53497358 15371935744 22415 33554432000 4194304 4196468 140724910384816 140105811741040 140106753047120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17170] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0.07 cores=0,2,4,6
/proc/17157/task/17170/stat : 17170 (java) R 17154 17157 8919 0 -1 4202560 365 0 0 0 7 0 0 0 20 0 15 0 53497358 15371935744 22415 33554432000 4194304 4196468 140724910384816 140105810687984 140106775424406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17171] ppid=17154 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17171/stat : 17171 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497359 15371935744 22415 33554432000 4194304 4196468 140724910384816 140104181999968 140106775422677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17172] ppid=17154 vsize=15011656 memory=139717737305728 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17172/stat : 17172 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497359 15371935744 22415 33554432000 4194304 4196468 140724910384816 140105809636400 140106775423618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89660 KiB

[startup+0.703573 s]
/proc/loadavg: 2.10 2.13 2.09 3/220 17172
/proc/meminfo: memFree=13391508/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15017928 memory=131140 CPUtime=1.04 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 17498 0 0 0 99 5 0 0 20 0 15 0 53497352 15378358272 32785 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3754482 32785 3151 1 0 3715886 0
[pid=17157/tid=17159] ppid=17154 vsize=15017928 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) R 17154 17157 8919 0 -1 4202560 14701 0 0 0 64 4 0 0 20 0 15 0 53497352 15378358272 32785 33554432000 4194304 4196468 140724910384816 140106747248256 140106277049550 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15378358272 32785 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15378358272 32785 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15378358272 32785 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15017928 memory=213436453639787 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15378358272 32785 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15017928 memory=287128 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53497355 15378358272 32785 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17165] ppid=17154 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17165/stat : 17165 (java) S 17154 17157 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53497356 15378358272 32785 33554432000 4194304 4196468 140724910384816 140105322849952 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17166] ppid=17154 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17166/stat : 17166 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497356 15378358272 32785 33554432000 4194304 4196468 140724910384816 140105054414064 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17167] ppid=17154 vsize=15017928 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17167/stat : 17167 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497358 15378358272 32785 33554432000 4194304 4196468 140724910384816 140104679905744 140106775431067 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17168] ppid=17154 vsize=15017928 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17157/task/17168/stat : 17168 (java) R 17154 17157 8919 0 -1 4202560 623 0 0 0 9 0 0 0 20 0 15 0 53497358 15378358272 32785 33554432000 4194304 4196468 140724910384816 140105812793712 140106756956705 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17169] ppid=17154 vsize=15017928 memory=-3472574513799858009 CPUtime=0.07 cores=0,2,4,6
/proc/17157/task/17169/stat : 17169 (java) R 17154 17157 8919 0 -1 1077944384 310 0 0 0 7 0 0 0 20 0 15 0 53497358 15378358272 32785 33554432000 4194304 4196468 140724910384816 140105811731152 140106775422677 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17170] ppid=17154 vsize=15017928 memory=6944656592387989600 CPUtime=0.17 cores=0,2,4,6
/proc/17157/task/17170/stat : 17170 (java) R 17154 17157 8919 0 -1 4202560 523 0 0 0 17 0 0 0 20 0 15 0 53497358 15378358272 32785 33554432000 4194304 4196468 140724910384816 140105810685776 140106755050496 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17171] ppid=17154 vsize=15017928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17171/stat : 17171 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53497359 15378358272 32785 33554432000 4194304 4196468 140724910384816 140104181999968 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17172] ppid=17154 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17172/stat : 17172 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497359 15378358272 32785 33554432000 4194304 4196468 140724910384816 140105809636400 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 131140 KiB

[startup+1.50659 s]
/proc/loadavg: 2.10 2.13 2.09 5/220 17172
/proc/meminfo: memFree=13313168/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15022100 memory=270284 CPUtime=3.43 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 20551 0 0 0 335 8 0 0 20 0 15 0 53497352 15382630400 67571 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3755525 67571 3201 1 0 3716910 0
[pid=17157/tid=17159] ppid=17154 vsize=15022100 memory=127 CPUtime=1.47 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) R 17154 17157 8919 0 -1 4202560 15550 0 0 0 141 6 0 0 20 0 15 0 53497352 15382630400 67571 33554432000 4194304 4196468 140724910384816 140106747246128 140106282466734 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15382630400 67571 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15382630400 67571 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53497354 15382630400 67571 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53497354 15382630400 67571 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53497355 15382630400 67571 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0

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

/proc/meminfo: memFree=12283900/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15683912 memory=1863292 CPUtime=21.52 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 36584 0 0 0 2053 99 0 0 20 0 19 0 53497352 16060325888 465823 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3920978 465823 3243 1 0 3881834 0
[pid=17173] ppid=17157 vsize=112156 memory=96072 CPUtime=2495.55 cores=0,2,4,6
/proc/17173/stat : 17173 (minisat_release) R 17157 17157 8919 0 -1 4202496 223589 0 0 0 249535 20 0 0 20 0 1 0 53498022 114847744 24018 33554432000 4194304 4308513 140731240540272 140731240537272 4269801 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 36593664 140731240542895 140731240543406 140731240543406 140731240546245 0
/proc/17173/statm: 28039 24018 353 28 0 24279 0
[pid=17157/tid=17159] ppid=17154 vsize=15683912 memory=1863292 CPUtime=6.7 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) S 17154 17157 8919 0 -1 1077944384 17683 0 0 0 640 30 0 0 20 0 19 0 53497352 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106747251712 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0.05 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 6 0 0 0 2 3 0 0 20 0 19 0 53497355 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17165] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17165/stat : 17165 (java) S 17154 17157 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 53497356 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105322849952 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17166] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17166/stat : 17166 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497356 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105054414064 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17167] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17167/stat : 17167 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140104679905744 140106775431067 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17168] ppid=17154 vsize=15683912 memory=1863292 CPUtime=5.8 cores=0,2,4,6
/proc/17157/task/17168/stat : 17168 (java) S 17154 17157 8919 0 -1 1077944384 8074 0 0 0 578 2 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105812793584 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17169] ppid=17154 vsize=15683912 memory=1863292 CPUtime=5.85 cores=0,2,4,6
/proc/17157/task/17169/stat : 17169 (java) S 17154 17157 8919 0 -1 1077944384 5185 0 0 0 584 1 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105811741040 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17170] ppid=17154 vsize=15683912 memory=96072 CPUtime=1.61 cores=0,2,4,6
/proc/17157/task/17170/stat : 17170 (java) S 17154 17157 8919 0 -1 1077944384 4084 0 0 0 159 2 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105810687984 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17171] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17171/stat : 17171 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53497359 16060325888 465823 33554432000 4194304 4196468 140724910384816 140104181999968 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17172] ppid=17154 vsize=15683912 memory=1863292 CPUtime=1.46 cores=0,2,4,6
/proc/17157/task/17172/stat : 17172 (java) S 17154 17157 8919 0 -1 1077944384 166 0 0 0 78 68 0 0 20 0 19 0 53497359 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105809636400 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17174] ppid=17154 vsize=15683912 memory=96072 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17174/stat : 17174 (java) S 17154 17157 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 53498023 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105793369920 140106775437081 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17176] ppid=17154 vsize=15683912 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17176/stat : 17176 (java) S 17154 17157 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53498023 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103645118256 140106775434397 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17177] ppid=17154 vsize=15683912 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17177/stat : 17177 (java) S 17154 17157 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53498024 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103376682416 140106775434397 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17178] ppid=17154 vsize=15683912 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17178/stat : 17178 (java) S 17154 17157 8919 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 53498026 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103913561376 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
Current children cumulated CPU time: 2517.07 s
Current children cumulated vsize: 15796068 KiB
Current children cumulated memory: 1959364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/226 17764
/proc/meminfo: memFree=12283900/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15683912 memory=1863292 CPUtime=21.52 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 36584 0 0 0 2053 99 0 0 20 0 19 0 53497352 16060325888 465823 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3920978 465823 3243 1 0 3881834 0
[pid=17173] ppid=17157 vsize=112156 memory=96072 CPUtime=2498.55 cores=0,2,4,6
/proc/17173/stat : 17173 (minisat_release) R 17157 17157 8919 0 -1 4202496 223612 0 0 0 249835 20 0 0 20 0 1 0 53498022 114847744 24018 33554432000 4194304 4308513 140731240540272 140731240537272 4275941 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 36593664 140731240542895 140731240543406 140731240543406 140731240546245 0
/proc/17173/statm: 28039 24018 353 28 0 24279 0
[pid=17157/tid=17159] ppid=17154 vsize=15683912 memory=1863292 CPUtime=6.7 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) S 17154 17157 8919 0 -1 1077944384 17683 0 0 0 640 30 0 0 20 0 19 0 53497352 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106747251712 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0.05 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 6 0 0 0 2 3 0 0 20 0 19 0 53497355 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17165] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17165/stat : 17165 (java) S 17154 17157 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 53497356 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105322849952 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17166] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17166/stat : 17166 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497356 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105054414064 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17167] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17167/stat : 17167 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140104679905744 140106775431067 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17168] ppid=17154 vsize=15683912 memory=1863292 CPUtime=5.8 cores=0,2,4,6
/proc/17157/task/17168/stat : 17168 (java) S 17154 17157 8919 0 -1 1077944384 8074 0 0 0 578 2 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105812793584 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17169] ppid=17154 vsize=15683912 memory=1863292 CPUtime=5.85 cores=0,2,4,6
/proc/17157/task/17169/stat : 17169 (java) S 17154 17157 8919 0 -1 1077944384 5185 0 0 0 584 1 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105811741040 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17170] ppid=17154 vsize=15683912 memory=1728 CPUtime=1.61 cores=0,2,4,6
/proc/17157/task/17170/stat : 17170 (java) S 17154 17157 8919 0 -1 1077944384 4084 0 0 0 159 2 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105810687984 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17171] ppid=17154 vsize=15683912 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17171/stat : 17171 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53497359 16060325888 465823 33554432000 4194304 4196468 140724910384816 140104181999968 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17172] ppid=17154 vsize=15683912 memory=1412 CPUtime=1.46 cores=0,2,4,6
/proc/17157/task/17172/stat : 17172 (java) S 17154 17157 8919 0 -1 1077944384 166 0 0 0 78 68 0 0 20 0 19 0 53497359 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105809636400 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17174] ppid=17154 vsize=15683912 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17174/stat : 17174 (java) S 17154 17157 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 53498023 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105793369920 140106775437081 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17176] ppid=17154 vsize=15683912 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17176/stat : 17176 (java) S 17154 17157 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53498023 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103645118256 140106775434397 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17177] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17177/stat : 17177 (java) S 17154 17157 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53498024 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103376682416 140106775434397 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17178] ppid=17154 vsize=15683912 memory=96072 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17178/stat : 17178 (java) S 17154 17157 8919 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 53498026 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103913561376 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15796068 KiB
Current children cumulated memory: 1959364 KiB

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

[startup+2505.32 s]
# the end of solver process 17157 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.9 s, system=1.21949 s

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

[startup+2505.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/226 17764
/proc/meminfo: memFree=12283900/32770624 swapFree=67108860/67108860
[pid=17157] ppid=17154 vsize=15683912 memory=1863292 CPUtime=21.52 cores=0,2,4,6
/proc/17157/stat : 17157 (java) S 17154 17157 8919 0 -1 1077944320 36584 0 0 0 2053 99 0 0 20 0 19 0 53497352 16060325888 465823 33554432000 4194304 4196468 140724910384816 140724910367360 140106775412471 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
/proc/17157/statm: 3920978 465823 3243 1 0 3881834 0
[pid=17173] ppid=17157 vsize=112156 memory=96072 CPUtime=2498.55 cores=0,2,4,6
/proc/17173/stat : 17173 (minisat_release) R 17157 17157 8919 0 -1 4202496 223612 0 0 0 249835 20 0 0 20 0 1 0 53498022 114847744 24018 33554432000 4194304 4308513 140731240540272 140731240537272 4275941 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 36593664 140731240542895 140731240543406 140731240543406 140731240546245 0
/proc/17173/statm: 28039 24018 353 28 0 24279 0
[pid=17157/tid=17159] ppid=17154 vsize=15683912 memory=1863292 CPUtime=6.7 cores=0,2,4,6
/proc/17157/task/17159/stat : 17159 (java) S 17154 17157 8919 0 -1 1077944384 17683 0 0 0 640 30 0 0 20 0 19 0 53497352 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106747251712 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17160] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17160/stat : 17160 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106779654672 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17161] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17161/stat : 17161 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106599950992 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17162] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17162/stat : 17162 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106234558736 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17163] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17163/stat : 17163 (java) S 17154 17157 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53497354 16060325888 465823 33554432000 4194304 4196468 140724910384816 140106233506192 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17164] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0.05 cores=0,2,4,6
/proc/17157/task/17164/stat : 17164 (java) S 17154 17157 8919 0 -1 1077944384 6 0 0 0 2 3 0 0 20 0 19 0 53497355 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105813846768 140106775423618 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17165] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17165/stat : 17165 (java) S 17154 17157 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 53497356 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105322849952 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17166] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17166/stat : 17166 (java) S 17154 17157 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53497356 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105054414064 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17167] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17167/stat : 17167 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140104679905744 140106775431067 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17168] ppid=17154 vsize=15683912 memory=1863292 CPUtime=5.8 cores=0,2,4,6
/proc/17157/task/17168/stat : 17168 (java) S 17154 17157 8919 0 -1 1077944384 8074 0 0 0 578 2 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105812793584 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17169] ppid=17154 vsize=15683912 memory=1863292 CPUtime=5.85 cores=0,2,4,6
/proc/17157/task/17169/stat : 17169 (java) S 17154 17157 8919 0 -1 1077944384 5185 0 0 0 584 1 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105811741040 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17170] ppid=17154 vsize=15683912 memory=1728 CPUtime=1.61 cores=0,2,4,6
/proc/17157/task/17170/stat : 17170 (java) S 17154 17157 8919 0 -1 1077944384 4084 0 0 0 159 2 0 0 20 0 19 0 53497358 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105810687984 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17171] ppid=17154 vsize=15683912 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17171/stat : 17171 (java) S 17154 17157 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53497359 16060325888 465823 33554432000 4194304 4196468 140724910384816 140104181999968 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17172] ppid=17154 vsize=15683912 memory=1412 CPUtime=1.46 cores=0,2,4,6
/proc/17157/task/17172/stat : 17172 (java) S 17154 17157 8919 0 -1 1077944384 166 0 0 0 78 68 0 0 20 0 19 0 53497359 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105809636400 140106775423618 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17174] ppid=17154 vsize=15683912 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17174/stat : 17174 (java) S 17154 17157 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 53498023 16060325888 465823 33554432000 4194304 4196468 140724910384816 140105793369920 140106775437081 0 4 0 25189583 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17176] ppid=17154 vsize=15683912 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17176/stat : 17176 (java) S 17154 17157 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53498023 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103645118256 140106775434397 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17177] ppid=17154 vsize=15683912 memory=1863292 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17177/stat : 17177 (java) S 17154 17157 8919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 53498024 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103376682416 140106775434397 0 4 0 25189583 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
[pid=17157/tid=17178] ppid=17154 vsize=15683912 memory=96072 CPUtime=0 cores=0,2,4,6
/proc/17157/task/17178/stat : 17178 (java) S 17154 17157 8919 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 53498026 16060325888 465823 33554432000 4194304 4196468 140724910384816 140103913561376 140106775422677 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10805248 140724910388212 140724910388489 140724910388489 140724910391247 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15796068 KiB
Current children cumulated memory: 1959364 KiB

Child status: 1
Real time (s): 2505.32
CPU time (s): 2520.12
CPU user time (s): 2518.9
CPU system time (s): 1.21949
CPU usage (%): 100.59
Max. virtual memory (cumulated for all children) (KiB): 15796068
Max. memory (cumulated for all children) (KiB): 1959364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.9
system time used= 1.21949
maximum resident set size= 1866724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260296
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59016
involuntary context switches= 3406


# summary of solver processes directly reported to runsolver:
#   pid: 17157
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.9
#   total CPU system time (s): 1.21949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2413 second user time and 24.5384 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-23 17:22:22
IDJOB=4294432
IDBENCH=141382
IDSOLVER=2755
FILE ID=node102/4294432-1532359342
RUNJOBID= node102-1532330044-8950
PBS_JOBID= 21019000
Free space on /tmp= 53236 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-6-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-4294432-1532359342/watcher-4294432-1532359342 -o /tmp/evaluation-result-4294432-1532359342/solver-4294432-1532359342 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532330044-8950 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294432-1532359342.xml

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

MD5SUM BENCH= e65b09bddae1c8c6b556de8535bf6786
RANDOM SEED=528651778

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:        13493532 kB
MemAvailable:   28734108 kB
Buffers:          259816 kB
Cached:         15067868 kB
SwapCached:            0 kB
Active:          4751864 kB
Inactive:       13830524 kB
Active(anon):    3257236 kB
Inactive(anon):    16888 kB
Active(file):    1494628 kB
Inactive(file): 13813636 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8108 kB
Writeback:             0 kB
AnonPages:       3148876 kB
Mapped:            49384 kB
Shmem:             17036 kB
Slab:             388428 kB
SReclaimable:     360772 kB
SUnreclaim:        27656 kB
KernelStack:        3968 kB
PageTables:        10832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13555508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2965504 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:04:07