Trace number 4293739

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-06-13)? (MO) 322.44 315.032

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl50-51_c18.xml
MD5SUMa87da95f210b3c94235cbc017ff62562
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 variables5100
Number of constraints202
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5100}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":5100}]
Minimum constraint arity50
Maximum constraint arity51
Distribution of constraint arities[{"arity":50,"count":102},{"arity":51,"count":100}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":202}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
0.67/0.53	scop order+minisat_release (2018-06-13)
0.67/0.53	
0.67/0.55	c BEGIN-Prog: Mon Jul 23 13:48:29 CEST 2018
0.67/0.55	c PID: 6924
0.67/0.55	c IP: 172.20.3.105
0.67/0.55	c HOST: node105.alineos.net
0.67/0.56	c (0,0) Parsing Begin
2.91/1.41	c (0,0) Parsing End
2.91/1.43	c (0,0) CSP: 0 int (0 aux), 5100 bool (0 aux), 202 ctr, max domain size 2
2.91/1.43	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.91/1.43	c (0,0) Constraint Name Generate Begin
2.91/1.44	c (0,0) Ctr:HOME/instance-4293739-1532346509.xml,IntVar:Num:WeightedSum
2.91/1.44	c (0,0) Constraint Name Generate End
2.91/1.44	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.91/1.44	c (0,0) CSP to CSPinCNF Begin
3.60/1.67	c (1,1) translated 21 (10%) constraints
3.93/1.73	c (1,1) translated 41 (20%) constraints
3.93/1.78	c (1,1) translated 61 (30%) constraints
4.24/1.84	c (1,1) translated 81 (40%) constraints
4.24/1.89	c (1,1) translated 101 (50%) constraints
4.54/1.95	c (1,1) translated 122 (60%) constraints
4.54/2.00	c (1,1) translated 142 (70%) constraints
4.88/2.05	c (1,1) translated 162 (80%) constraints
4.88/2.09	c (1,1) translated 182 (90%) constraints
5.20/2.14	c (1,1) translated 202 (100%) constraints
5.79/2.39	c (1,1) STATISTICS1:HOME/instance-4293739-1532346509.xml,IntVar:Num:WeightedSum,5100,202,1125899906842624,2,1,51,1125899906842624:100;562949953421312:102,2:10200,1:202,51:100;50:102,
5.79/2.39	c (1,1) ===========================================
5.79/2.39	c (1,1) Order
5.79/2.39	c (1,1) ===========================================
6.47/2.54	c (2,2) translated 21 (10%) constraints
6.80/2.63	c (2,2) translated 41 (20%) constraints
6.80/2.69	c (2,2) translated 61 (30%) constraints
7.12/2.75	c (2,2) translated 81 (40%) constraints
7.42/2.81	c (2,2) translated 101 (50%) constraints
7.42/2.86	c (2,2) translated 122 (60%) constraints
7.73/2.92	c (2,2) translated 142 (70%) constraints
7.73/2.97	c (2,2) translated 162 (80%) constraints
8.07/3.02	c (2,2) translated 182 (90%) constraints
8.07/3.07	c (2,2) translated 202 (100%) constraints
8.07/3.07	c (2,2) CSP to CSPinCNF End
8.07/3.08	c (2,2) CSP: 1818 int (1818 aux), 5100 bool (0 aux), 2020 ctr, max domain size 18
8.07/3.08	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
8.07/3.08	c (2,2) CSPinCNF Propagation Begin
8.38/3.12	c (2,2) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.38/3.12	c (2,2) CSPinCNF Propagation End
8.38/3.12	c (2,2) CSP: 1818 int (1818 aux), 5100 bool (0 aux), 2020 ctr, max domain size 18
8.38/3.12	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
8.38/3.12	c (2,2) Simplify CSPinCNF Begin
8.38/3.14	c (2,2) Simplify CSPinCNF End
8.38/3.14	c (2,2) CSP: 1818 int (1818 aux), 5100 bool (0 aux), 2020 ctr, max domain size 18
8.38/3.14	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
8.38/3.14	c (2,2) Calculate Precise Domain Begin
8.69/3.21	c (2,2) 0 values are removed by re-calculation
8.69/3.21	c (2,2) Calculate Precise Domain End
8.69/3.21	c (2,2) CSP: 1818 int (1818 aux), 5100 bool (0 aux), 2020 ctr, max domain size 18
8.69/3.21	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
8.69/3.21	c (2,2) CSPinCNF to SatSolver Begin
9.96/3.65	c (3,3) 202 (10 %) CSP clauses are encoded (16200 SAT variables, 55303 SAT clauses)
10.33/3.83	c (3,3) 404 (20 %) CSP clauses are encoded (16200 SAT variables, 102089 SAT clauses)
10.57/4.01	c (3,3) 606 (30 %) CSP clauses are encoded (16200 SAT variables, 148709 SAT clauses)
10.68/4.19	c (3,3) 808 (40 %) CSP clauses are encoded (16200 SAT variables, 195073 SAT clauses)
10.87/4.37	c (3,3) 1010 (50 %) CSP clauses are encoded (16200 SAT variables, 241603 SAT clauses)
11.02/4.42	c (3,3) 1212 (60 %) CSP clauses are encoded (16200 SAT variables, 248832 SAT clauses)
11.02/4.46	c (3,3) 1414 (70 %) CSP clauses are encoded (16200 SAT variables, 254013 SAT clauses)
11.02/4.49	c (3,3) 1616 (80 %) CSP clauses are encoded (16200 SAT variables, 259161 SAT clauses)
11.32/4.52	c (3,3) 1818 (90 %) CSP clauses are encoded (16200 SAT variables, 264300 SAT clauses)
11.32/4.55	c (4,4) 2020 (100 %) CSP clauses are encoded (16200 SAT variables, 269481 SAT clauses)
11.32/4.55	c (4,4) CSPinCNF to SatSolver End
11.32/4.55	c (4,4) Heap : 1577 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
11.59/4.62	c (4,4) STATISTICS2:HOME/instance-4293739-1532346509.xml,IntVar:Num:WeightedSum,6918,2020,512,18,1,10,512:504;306:102;256:708;90:204;81:102;4:400,18:408;17:204;10:408;9:816;2:12000,1:2020,10:504;9:708;3:808,
11.59/4.62	c (4,4) SatSolver.solve Begin
11.59/4.62	c (4,4) 16200 bool, 269484 clause
11.59/4.62	c (4,4) HOME/minisat_release -ccmin-mode=2 -cla-decay=0.9990000000000016 -gc-frac=0.06548219427789823 -min-step-size=0.06000000000000005 -phase-saving=2 -rfirst=100 -rinc=23.20514351897367 -rnd-freq=0.18183188062236774 -step-size=0.0002446387540884631 -step-size-dec=1.0000000000000004e-06 -var-decay=0.07581213234321858 HOME/instance-4293739-1532346509.xml-scop-6924.cnf HOME/instance-4293739-1532346509.xml-scop-6924.cnf.out
322.39/315.01	c (314,0) receiving signal SIGTERM
322.39/315.01	s UNKNOWN
322.39/315.01	c (314,4) SatSolver is killed by some reasons.
322.39/315.01	c (314,4) 0,0,2,2,2,2,4,TO,TO,STOP-AFTER(DIMACS)
322.39/315.01	c END-Prog: Mon Jul 23 13:53:44 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 (4338 MiB free)
  memory of node 1: 16384 MiB (10529 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293739-1532346509/watcher-4293739-1532346509 -o /tmp/evaluation-result-4293739-1532346509/solver-4293739-1532346509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532330128-2302 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4293739-1532346509.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=6924, runsolver pid=6921

[startup+0.100094 s]*
/proc/loadavg: 2.38 2.25 2.13 3/220 6939
/proc/meminfo: memFree=15166164/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15011656 memory=71136 CPUtime=0.11 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 6467 0 0 0 9 2 0 0 20 0 15 0 52214025 15371935744 17784 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3752914 17784 2782 1 0 3715374 0
[pid=6924/tid=6926] ppid=6921 vsize=15011656 memory=4713754368491492243 CPUtime=0.09 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) R 6921 6924 2271 0 -1 4202560 4699 0 0 0 8 1 0 0 20 0 15 0 52214025 15371935744 17916 33554432000 4194304 4196468 140725753814976 139738415493512 139738423957355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15011656 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 17916 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 17916 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 17916 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 17916 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214028 15371935744 17982 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6932] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6932/stat : 6932 (java) S 6921 6924 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52214028 15371935744 17982 33554432000 4194304 4196468 140725753814976 139737029404192 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6933] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6933/stat : 6933 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52214029 15371935744 17982 33554432000 4194304 4196468 140725753814976 139736895182192 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6934] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6934/stat : 6934 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 17982 33554432000 4194304 4196468 140725753814976 139736520677712 139738443700123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6935] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6935/stat : 6935 (java) S 6921 6924 2271 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 17982 33554432000 4194304 4196468 140725753814976 139737849973104 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6936] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6936/stat : 6936 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 17982 33554432000 4194304 4196468 140725753814976 139737848920304 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6937] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0.01 cores=0,2,4,6
/proc/6924/task/6937/stat : 6937 (java) S 6921 6924 2271 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 52214031 15371935744 17982 33554432000 4194304 4196468 140725753814976 139737847867504 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6938] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6938/stat : 6938 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 17982 33554432000 4194304 4196468 140725753814976 139736022771936 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6939] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6939/stat : 6939 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214032 15371935744 17982 33554432000 4194304 4196468 140725753814976 139737846815920 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 71136 KiB

[startup+0.210437 s]*
/proc/loadavg: 2.38 2.25 2.13 3/220 6939
/proc/meminfo: memFree=15152364/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15011656 memory=84256 CPUtime=0.26 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 9998 0 0 0 23 3 0 0 20 0 15 0 52214025 15371935744 21064 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3752914 21064 2901 1 0 3715374 0
[pid=6924/tid=6926] ppid=6921 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) R 6921 6924 2271 0 -1 4202560 7896 0 0 0 18 2 0 0 20 0 15 0 52214025 15371935744 21064 33554432000 4194304 4196468 140725753814976 139738415459232 139738443693462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21064 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15011656 memory=140627144757594 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21064 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214028 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6932] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6932/stat : 6932 (java) S 6921 6924 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52214028 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737029404192 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6933] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6933/stat : 6933 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52214029 15371935744 21064 33554432000 4194304 4196468 140725753814976 139736895182192 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6934] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6934/stat : 6934 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 21064 33554432000 4194304 4196468 140725753814976 139736520677712 139738443700123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6935] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6935/stat : 6935 (java) S 6921 6924 2271 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737849973104 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6936] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6936/stat : 6936 (java) S 6921 6924 2271 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737848920304 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6937] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0.03 cores=0,2,4,6
/proc/6924/task/6937/stat : 6937 (java) S 6921 6924 2271 0 -1 1077944384 294 0 0 0 3 0 0 0 20 0 15 0 52214031 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737847867504 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6938] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6938/stat : 6938 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 21064 33554432000 4194304 4196468 140725753814976 139736022771936 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6939] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6939/stat : 6939 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214032 15371935744 21064 33554432000 4194304 4196468 140725753814976 139737846815920 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 84256 KiB

[startup+0.310389 s]*
/proc/loadavg: 2.38 2.25 2.13 3/220 6939
/proc/meminfo: memFree=15148812/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15011656 memory=87724 CPUtime=0.43 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 10522 0 0 0 40 3 0 0 20 0 15 0 52214025 15371935744 21931 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3752914 21931 2997 1 0 3715374 0
[pid=6924/tid=6926] ppid=6921 vsize=15011656 memory=8389772277269004345 CPUtime=0.29 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) R 6921 6924 2271 0 -1 4202560 8263 0 0 0 27 2 0 0 20 0 15 0 52214025 15371935744 21931 33554432000 4194304 4196468 140725753814976 139738415485680 139738443693462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15011656 memory=317785485869331816 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21931 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15011656 memory=3977017336120228602 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21931 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214028 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6932] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6932/stat : 6932 (java) S 6921 6924 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52214028 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737029404192 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6933] ppid=6921 vsize=15011656 memory=140627144742528 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6933/stat : 6933 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52214029 15371935744 21931 33554432000 4194304 4196468 140725753814976 139736895182192 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6934] ppid=6921 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6934/stat : 6934 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 21931 33554432000 4194304 4196468 140725753814976 139736520677712 139738443700123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6935] ppid=6921 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6924/task/6935/stat : 6935 (java) R 6921 6924 2271 0 -1 1077944384 444 0 0 0 1 0 0 0 20 0 15 0 52214031 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737849973104 139738443692674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6936] ppid=6921 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6924/task/6936/stat : 6936 (java) R 6921 6924 2271 0 -1 4202560 148 0 0 0 2 0 0 0 20 0 15 0 52214031 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737848920304 139738421316176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6937] ppid=6921 vsize=15011656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6924/task/6937/stat : 6937 (java) R 6921 6924 2271 0 -1 4202560 313 0 0 0 7 0 0 0 20 0 15 0 52214031 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737847867504 139738443693462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6938] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6938/stat : 6938 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15371935744 21931 33554432000 4194304 4196468 140725753814976 139736022771936 139738443691733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6939] ppid=6921 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6939/stat : 6939 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214032 15371935744 21931 33554432000 4194304 4196468 140725753814976 139737846815920 139738443692674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 87724 KiB

[startup+0.700706 s]
/proc/loadavg: 2.38 2.25 2.13 3/220 6939
/proc/meminfo: memFree=15124868/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15020052 memory=127400 CPUtime=0.99 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 17542 0 0 0 94 5 0 0 20 0 15 0 52214025 15380533248 31850 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3755013 31850 3142 1 0 3716398 0
[pid=6924/tid=6926] ppid=6921 vsize=15020052 memory=796 CPUtime=0.67 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) R 6921 6924 2271 0 -1 4202560 14888 0 0 0 64 3 0 0 20 0 15 0 52214025 15380533248 31850 33554432000 4194304 4196468 140725753814976 139738415513440 139738443703453 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15020052 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15380533248 31850 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15020052 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15380533248 31850 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15020052 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15020052 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15020052 memory=281254054635296 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 52214028 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6932] ppid=6921 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6932/stat : 6932 (java) S 6921 6924 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52214028 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737029404192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6933] ppid=6921 vsize=15020052 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6933/stat : 6933 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52214029 15380533248 31850 33554432000 4194304 4196468 140725753814976 139736895182192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6934] ppid=6921 vsize=15020052 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6934/stat : 6934 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15380533248 31850 33554432000 4194304 4196468 140725753814976 139736520677712 139738443700123 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6935] ppid=6921 vsize=15020052 memory=8380 CPUtime=0.07 cores=0,2,4,6
/proc/6924/task/6935/stat : 6935 (java) S 6921 6924 2271 0 -1 1077944384 689 0 0 0 7 0 0 0 20 0 15 0 52214031 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737849973104 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6936] ppid=6921 vsize=15020052 memory=7307210974946176466 CPUtime=0.06 cores=0,2,4,6
/proc/6924/task/6936/stat : 6936 (java) S 6921 6924 2271 0 -1 1077944384 172 0 0 0 6 0 0 0 20 0 15 0 52214031 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737848920304 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6937] ppid=6921 vsize=15020052 memory=7302135314614015847 CPUtime=0.16 cores=0,2,4,6
/proc/6924/task/6937/stat : 6937 (java) S 6921 6924 2271 0 -1 1077944384 433 0 0 0 16 0 0 0 20 0 15 0 52214031 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737847867504 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6938] ppid=6921 vsize=15020052 memory=7885635084775281008 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6938/stat : 6938 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52214031 15380533248 31850 33554432000 4194304 4196468 140725753814976 139736022771936 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6939] ppid=6921 vsize=15020052 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6939/stat : 6939 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214032 15380533248 31850 33554432000 4194304 4196468 140725753814976 139737846815920 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 127400 KiB

[startup+1.50093 s]
/proc/loadavg: 2.38 2.25 2.13 4/220 6939
/proc/meminfo: memFree=15089816/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15022100 memory=196780 CPUtime=3.25 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 20592 0 0 0 318 7 0 0 20 0 15 0 52214025 15382630400 49195 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3755525 49195 3210 1 0 3716910 0
[pid=6924/tid=6926] ppid=6921 vsize=15022100 memory=288230377108275491 CPUtime=1.46 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) R 6921 6924 2271 0 -1 4202560 15751 0 0 0 142 4 0 0 20 0 15 0 52214025 15382630400 49195 33554432000 4194304 4196468 140725753814976 139738415512736 139738443693462 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15022100 memory=288293289789228285 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15382630400 49195 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15022100 memory=288285580272600099 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15382630400 49195 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52214027 15382630400 49195 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52214027 15382630400 49195 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 52214028 15382630400 49195 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0

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

/proc/meminfo: memFree=13460000/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15681864 memory=1646508 CPUtime=11.95 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 26404 0 0 0 1157 38 0 0 20 0 19 0 52214025 16058228736 411627 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3920466 411627 3232 1 0 3881322 0
[pid=6940] ppid=6924 vsize=117740 memory=101484 CPUtime=217.67 cores=0,2,4,6
/proc/6940/stat : 6940 (minisat_release) R 6924 6924 2271 0 -1 4202496 54091 0 0 0 21733 34 0 0 20 0 1 0 52214488 120565760 25371 33554432000 4194304 4308513 140727174965872 140727174963320 4276123 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 37421056 140727174972081 140727174972590 140727174972590 140727174975429 0
/proc/6940/statm: 29435 25371 351 28 0 25675 0
[pid=6924/tid=6926] ppid=6921 vsize=15681864 memory=1646508 CPUtime=4.65 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) S 6921 6924 2271 0 -1 1077944384 17490 0 0 0 437 28 0 0 20 0 19 0 52214025 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738415520768 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 52214028 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6932] ppid=6921 vsize=15681864 memory=101484 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6932/stat : 6932 (java) S 6921 6924 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 52214028 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737029404192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6933] ppid=6921 vsize=15681864 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6933/stat : 6933 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 52214029 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736895182192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6934] ppid=6921 vsize=15681864 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6934/stat : 6934 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736520677712 139738443700123 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6935] ppid=6921 vsize=15681864 memory=1646508 CPUtime=3.05 cores=0,2,4,6
/proc/6924/task/6935/stat : 6935 (java) S 6921 6924 2271 0 -1 1077944384 2623 0 0 0 305 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737849973104 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6936] ppid=6921 vsize=15681864 memory=1646508 CPUtime=3.03 cores=0,2,4,6
/proc/6924/task/6936/stat : 6936 (java) S 6921 6924 2271 0 -1 1077944384 2214 0 0 0 302 1 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737848920304 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6937] ppid=6921 vsize=15681864 memory=1646508 CPUtime=1.04 cores=0,2,4,6
/proc/6924/task/6937/stat : 6937 (java) S 6921 6924 2271 0 -1 1077944384 2642 0 0 0 103 1 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737847867504 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6938] ppid=6921 vsize=15681864 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6938/stat : 6938 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736022771936 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6939] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0.12 cores=0,2,4,6
/proc/6924/task/6939/stat : 6939 (java) S 6921 6924 2271 0 -1 1077944384 17 0 0 0 7 5 0 0 20 0 19 0 52214032 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737846815920 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6941] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6941/stat : 6941 (java) S 6921 6924 2271 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 52214488 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738237630144 139738443706137 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6943] ppid=6921 vsize=15681864 memory=164 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6943/stat : 6943 (java) S 6921 6924 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 52214489 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735485890224 139738443703453 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6944] ppid=6921 vsize=15681864 memory=8174723239089013032 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6944/stat : 6944 (java) S 6921 6924 2271 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 52214489 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735217454640 139738443703453 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6945] ppid=6921 vsize=15681864 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6945/stat : 6945 (java) S 6921 6924 2271 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 52214491 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735754333344 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
Current children cumulated CPU time: 229.62 s
Current children cumulated vsize: 15799604 KiB
Current children cumulated memory: 1747992 KiB

[startup+282.301 s]
/proc/loadavg: 2.06 2.12 2.11 3/224 6956
/proc/meminfo: memFree=13461284/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15681864 memory=1646508 CPUtime=11.98 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 26408 0 0 0 1159 39 0 0 20 0 19 0 52214025 16058228736 411627 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3920466 411627 3232 1 0 3881322 0
[pid=6940] ppid=6924 vsize=117740 memory=101484 CPUtime=277.68 cores=0,2,4,6
/proc/6940/stat : 6940 (minisat_release) R 6924 6924 2271 0 -1 4202496 57728 0 0 0 27726 42 0 0 20 0 1 0 52214488 120565760 25371 33554432000 4194304 4308513 140727174965872 140727174963320 4276123 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 37421056 140727174972081 140727174972590 140727174972590 140727174975429 0
/proc/6940/statm: 29435 25371 351 28 0 25675 0
[pid=6924/tid=6926] ppid=6921 vsize=15681864 memory=1412 CPUtime=4.65 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) S 6921 6924 2271 0 -1 1077944384 17490 0 0 0 437 28 0 0 20 0 19 0 52214025 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738415520768 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15681864 memory=101484 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15681864 memory=101484 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 52214028 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6932] ppid=6921 vsize=15681864 memory=164 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6932/stat : 6932 (java) S 6921 6924 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 52214028 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737029404192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6933] ppid=6921 vsize=15681864 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6933/stat : 6933 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 52214029 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736895182192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6934] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6934/stat : 6934 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736520677712 139738443700123 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6935] ppid=6921 vsize=15681864 memory=1646508 CPUtime=3.05 cores=0,2,4,6
/proc/6924/task/6935/stat : 6935 (java) S 6921 6924 2271 0 -1 1077944384 2623 0 0 0 305 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737849973104 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6936] ppid=6921 vsize=15681864 memory=101484 CPUtime=3.03 cores=0,2,4,6
/proc/6924/task/6936/stat : 6936 (java) S 6921 6924 2271 0 -1 1077944384 2214 0 0 0 302 1 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737848920304 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6937] ppid=6921 vsize=15681864 memory=1646508 CPUtime=1.04 cores=0,2,4,6
/proc/6924/task/6937/stat : 6937 (java) S 6921 6924 2271 0 -1 1077944384 2642 0 0 0 103 1 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737847867504 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6938] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6938/stat : 6938 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736022771936 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6939] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0.16 cores=0,2,4,6
/proc/6924/task/6939/stat : 6939 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 9 7 0 0 20 0 19 0 52214032 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737846815920 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6941] ppid=6921 vsize=15681864 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6941/stat : 6941 (java) S 6921 6924 2271 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 52214488 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738237630144 139738443706137 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6943] ppid=6921 vsize=15681864 memory=16896 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6943/stat : 6943 (java) S 6921 6924 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 52214489 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735485890224 139738443703453 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6944] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6944/stat : 6944 (java) S 6921 6924 2271 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 52214489 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735217454640 139738443703453 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6945] ppid=6921 vsize=15681864 memory=1646508 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6945/stat : 6945 (java) S 6921 6924 2271 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 52214491 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735754333344 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
Current children cumulated CPU time: 289.66 s
Current children cumulated vsize: 15799604 KiB
Current children cumulated memory: 1747992 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+315.001 s]*
/proc/loadavg: 2.03 2.10 2.11 3/225 6958
/proc/meminfo: memFree=13410264/32770624 swapFree=67108860/67108860
[pid=6924] ppid=6921 vsize=15681864 memory=1646508 CPUtime=12.01 cores=0,2,4,6
/proc/6924/stat : 6924 (java) S 6921 6924 2271 0 -1 1077944320 26410 0 0 0 1161 40 0 0 20 0 19 0 52214025 16058228736 411627 33554432000 4194304 4196468 140725753814976 140725753797520 139738443681527 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
/proc/6924/statm: 3920466 411627 3232 1 0 3881322 0
[pid=6940] ppid=6924 vsize=197880 memory=153372 CPUtime=310.38 cores=0,2,4,6
/proc/6940/stat : 6940 (minisat_release) R 6924 6924 2271 0 -1 4202496 64050 0 0 0 30989 49 0 0 20 0 1 0 52214488 202629120 38343 33554432000 4194304 4308513 140727174965872 140727174962776 4263979 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 37421056 140727174972081 140727174972590 140727174972590 140727174975429 0
/proc/6940/statm: 49470 38343 351 28 0 45710 0
[pid=6924/tid=6926] ppid=6921 vsize=15681864 memory=-6733704525061579059 CPUtime=4.65 cores=0,2,4,6
/proc/6924/task/6926/stat : 6926 (java) S 6921 6924 2271 0 -1 1077944384 17490 0 0 0 437 28 0 0 20 0 19 0 52214025 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738415520768 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6927] ppid=6921 vsize=15681864 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6927/stat : 6927 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738447923856 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6928] ppid=6921 vsize=15681864 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6928/stat : 6928 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738239007248 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6929] ppid=6921 vsize=15681864 memory=170351287875108 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6929/stat : 6929 (java) S 6921 6924 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737903217040 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6930] ppid=6921 vsize=15681864 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6930/stat : 6930 (java) S 6921 6924 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 52214027 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737902164240 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6931] ppid=6921 vsize=15681864 memory=170351287875110 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6931/stat : 6931 (java) S 6921 6924 2271 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 52214028 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737851026288 139738443692674 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6932] ppid=6921 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6932/stat : 6932 (java) S 6921 6924 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 52214028 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737029404192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6933] ppid=6921 vsize=15681864 memory=7092153831171909223 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6933/stat : 6933 (java) S 6921 6924 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 52214029 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736895182192 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6934] ppid=6921 vsize=15681864 memory=7956001745775388527 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6934/stat : 6934 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736520677712 139738443700123 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6935] ppid=6921 vsize=15681864 memory=16110443225 CPUtime=3.05 cores=0,2,4,6
/proc/6924/task/6935/stat : 6935 (java) S 6921 6924 2271 0 -1 1077944384 2623 0 0 0 305 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737849973104 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6936] ppid=6921 vsize=15681864 memory=6155408480227454052 CPUtime=3.03 cores=0,2,4,6
/proc/6924/task/6936/stat : 6936 (java) S 6921 6924 2271 0 -1 1077944384 2214 0 0 0 302 1 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737848920304 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6937] ppid=6921 vsize=15681864 memory=-8486080722631693414 CPUtime=1.04 cores=0,2,4,6
/proc/6924/task/6937/stat : 6937 (java) S 6921 6924 2271 0 -1 1077944384 2642 0 0 0 103 1 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737847867504 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6938] ppid=6921 vsize=15681864 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6938/stat : 6938 (java) S 6921 6924 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 52214031 16058228736 411627 33554432000 4194304 4196468 140725753814976 139736022771936 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6939] ppid=6921 vsize=15681864 memory=7092153831255402087 CPUtime=0.18 cores=0,2,4,6
/proc/6924/task/6939/stat : 6939 (java) S 6921 6924 2271 0 -1 1077944384 23 0 0 0 10 8 0 0 20 0 19 0 52214032 16058228736 411627 33554432000 4194304 4196468 140725753814976 139737846815920 139738443692674 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6941] ppid=6921 vsize=15681864 memory=7092162704571393128 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6941/stat : 6941 (java) S 6921 6924 2271 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 52214488 16058228736 411627 33554432000 4194304 4196468 140725753814976 139738237630144 139738443706137 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6943] ppid=6921 vsize=15681864 memory=6155673440753112420 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6943/stat : 6943 (java) S 6921 6924 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 52214489 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735485890224 139738443703453 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6944] ppid=6921 vsize=15681864 memory=4639939496134862184 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6944/stat : 6944 (java) S 6921 6924 2271 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 52214489 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735217454640 139738443703453 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
[pid=6924/tid=6945] ppid=6921 vsize=15681864 memory=281254055670312 CPUtime=0 cores=0,2,4,6
/proc/6924/task/6945/stat : 6945 (java) S 6921 6924 2271 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 52214491 16058228736 411627 33554432000 4194304 4196468 140725753814976 139735754333344 139738443691733 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15380480 140725753820147 140725753820425 140725753820425 140725753823183 0
Current children cumulated CPU time: 322.39 s
Current children cumulated vsize: 15879744 KiB
Current children cumulated memory: 1799880 KiB

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

[startup+315.032 s]
# the end of solver process 6924 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=321.515 s, system=0.925077 s

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

Child status: 1
Real time (s): 315.032
CPU time (s): 322.44
CPU user time (s): 321.515
CPU system time (s): 0.925077
CPU usage (%): 102.351
Max. virtual memory (cumulated for all children) (KiB): 15879744
Max. memory (cumulated for all children) (KiB): 1799880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.515
system time used= 0.925077
maximum resident set size= 1649496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10028
involuntary context switches= 118


# summary of solver processes directly reported to runsolver:
#   pid: 6924
#   total CPU time (s): 322.44
#   total CPU user time (s): 321.515
#   total CPU system time (s): 0.925077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2632 second user time and 3.16001 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 13:48:29
IDJOB=4293739
IDBENCH=141230
IDSOLVER=2756
FILE ID=node105/4293739-1532346509
RUNJOBID= node105-1532330128-2302
PBS_JOBID= 21019001
Free space on /tmp= 44840 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl50-51_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -order -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293739-1532346509/watcher-4293739-1532346509 -o /tmp/evaluation-result-4293739-1532346509/solver-4293739-1532346509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532330128-2302 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4293739-1532346509.xml

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

MD5SUM BENCH= a87da95f210b3c94235cbc017ff62562
RANDOM SEED=591134665

node105.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.32
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.32
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.32
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.32
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:        15225632 kB
MemAvailable:   30870384 kB
Buffers:          195824 kB
Cached:         15423268 kB
SwapCached:            0 kB
Active:          2478936 kB
Inactive:       14261800 kB
Active(anon):    1073976 kB
Inactive(anon):    67172 kB
Active(file):    1404960 kB
Inactive(file): 14194628 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8132 kB
Writeback:             0 kB
AnonPages:       1075396 kB
Mapped:            49144 kB
Shmem:             17036 kB
Slab:             501536 kB
SReclaimable:     473624 kB
SUnreclaim:        27912 kB
KernelStack:        3648 kB
PageTables:         7312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13500428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44832 MiB
End job on node105 at 2018-07-23 13:53:44