Trace number 4295886

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-14_c18.xml
MD5SUM0e107aeb1163eb9d4573d4ca0ed1edf8
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 variables392
Number of constraints366
Number of domains2
Minimum domain size14
Maximum domain size196
Distribution of domain sizes[{"size":14,"count":196},{"size":196,"count":182}]
Minimum variable degree0
Maximum variable degree185
Distribution of variable degrees[{"degree":0,"count":14},{"degree":2,"count":182},{"degree":184,"count":14},{"degree":185,"count":182}]
Minimum constraint arity3
Maximum constraint arity197
Distribution of constraint arities[{"arity":3,"count":182},{"arity":14,"count":1},{"arity":196,"count":1},{"arity":197,"count":182}]
Number of extensional constraints0
Number of intensional constraints182
Distribution of constraint types[{"type":"intension","count":182},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":182}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Thu Jul 26 09:15:38 CEST 2018
0.66/0.54	c PID: 7606
0.66/0.55	c IP: 172.20.3.150
0.66/0.55	c HOST: node150.alineos.net
0.66/0.55	c (0,0) Parsing Begin
2.04/1.19	c (0,0) Parsing End
2.04/1.19	c (0,0) CSP: 378 int (0 aux), 0 bool (0 aux), 366 ctr, max domain size 196
2.04/1.19	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.04/1.19	c (0,0) Constraint Name Generate Begin
2.32/1.22	c (0,0) Ctr:HOME/instance-4295886-1532589338.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num
2.32/1.22	c (0,0) Constraint Name Generate End
2.32/1.22	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.32/1.22	c (0,0) CSP to CSPinCNF Begin
4.61/2.05	c (1,1) translated 37 (10%) constraints
5.49/2.30	c (1,1) translated 74 (20%) constraints
5.82/2.50	c (1,1) translated 110 (30%) constraints
5.92/2.69	c (2,2) translated 147 (40%) constraints
6.13/2.88	c (2,2) translated 183 (50%) constraints
6.13/2.90	c (2,2) translated 220 (60%) constraints
6.13/2.90	c (2,2) translated 257 (70%) constraints
6.27/2.91	c (2,2) translated 293 (80%) constraints
6.27/2.92	c (2,2) translated 330 (90%) constraints
6.27/2.93	c (2,2) translated 366 (100%) constraints
7.20/3.22	c (2,2) STATISTICS1:HOME/instance-4295886-1532589338.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,378,38472,196,196,14,3,196:364;14:2184;1:364,196:35854;14:38948;1:2982,14:56;3:35672;2:2548;1:196,3:364;2:2548;1:107828,
7.20/3.22	c (2,2) ===========================================
7.20/3.22	c (2,2) Order
7.20/3.22	c (2,2) ===========================================
8.25/3.54	c (3,3) translated 3848 (10%) constraints
9.18/3.87	c (3,3) translated 7695 (20%) constraints
10.00/4.11	c (3,3) translated 11542 (30%) constraints
10.23/4.32	c (3,3) translated 15389 (40%) constraints
10.48/4.53	c (4,3) translated 19236 (50%) constraints
10.69/4.74	c (4,4) translated 23084 (60%) constraints
10.89/4.95	c (4,4) translated 26931 (70%) constraints
11.10/5.16	c (4,4) translated 30778 (80%) constraints
11.29/5.37	c (4,4) translated 34625 (90%) constraints
11.54/5.58	c (5,5) translated 38472 (100%) constraints
11.54/5.58	c (5,5) CSP to CSPinCNF End
11.54/5.60	c (5,5) CSP: 378 int (0 aux), 2744 bool (2744 aux), 110012 ctr, max domain size 196
11.54/5.60	c (5,5) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
11.54/5.60	c (5,5) CSPinCNF Propagation Begin
14.00/6.49	c (5,5) 658 values, 7968 unsatisfiable literals, and 12600 valid clauses are removed
14.00/6.49	c (5,5) CSPinCNF Propagation End
14.00/6.49	c (5,5) CSP: 616 int (238 aux), 2506 bool (2506 aux), 97412 ctr, max domain size 194
14.00/6.49	c (5,5) Heap : 1915 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
14.00/6.49	c (5,5) Simplify CSPinCNF Begin
15.00/6.82	c (6,6) Simplify CSPinCNF End
15.00/6.82	c (6,6) CSP: 616 int (238 aux), 7490 bool (7490 aux), 102396 ctr, max domain size 194
15.00/6.82	c (6,6) Heap : 2027 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
15.00/6.82	c (6,6) Calculate Precise Domain Begin
15.00/6.83	c (6,6) 0 values are removed by re-calculation
15.00/6.83	c (6,6) Calculate Precise Domain End
15.00/6.83	c (6,6) CSP: 616 int (238 aux), 7490 bool (7490 aux), 102396 ctr, max domain size 194
15.00/6.83	c (6,6) Heap : 2084 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
15.00/6.83	c (6,6) CSPinCNF to SatSolver Begin
16.51/7.34	c (6,6) 10240 (10 %) CSP clauses are encoded (44062 SAT variables, 101167 SAT clauses)
16.79/7.40	c (6,6) 20480 (20 %) CSP clauses are encoded (44062 SAT variables, 111407 SAT clauses)
16.79/7.44	c (6,6) 30719 (30 %) CSP clauses are encoded (44062 SAT variables, 121646 SAT clauses)
16.79/7.49	c (6,6) 40959 (40 %) CSP clauses are encoded (44062 SAT variables, 131886 SAT clauses)
16.89/7.54	c (7,6) 51198 (50 %) CSP clauses are encoded (44062 SAT variables, 142125 SAT clauses)
16.89/7.59	c (7,7) 61438 (60 %) CSP clauses are encoded (44062 SAT variables, 152365 SAT clauses)
16.98/7.63	c (7,7) 71678 (70 %) CSP clauses are encoded (44062 SAT variables, 162605 SAT clauses)
16.98/7.68	c (7,7) 81917 (80 %) CSP clauses are encoded (44062 SAT variables, 172844 SAT clauses)
17.09/7.73	c (7,7) 92157 (90 %) CSP clauses are encoded (44062 SAT variables, 183084 SAT clauses)
17.54/7.92	c (7,7) 102396 (100 %) CSP clauses are encoded (44062 SAT variables, 260386 SAT clauses)
17.54/7.92	c (7,7) CSPinCNF to SatSolver End
17.54/7.92	c (7,7) Heap : 2703 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
18.86/8.37	c (7,7) STATISTICS2:HOME/instance-4295886-1532589338.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,8106,102396,196,194,12,3,196:264;169:88;144:12;14:2640;13:1448;12:280;1:616,194:42680;193:8492;179:15036;178:712;164:1968;14:52536;13:16192;12:2036;2:102166;1:616,12:52;3:31774;2:70206;1:364,3:364;2:4984;1:231374,
18.86/8.37	c (7,7) SatSolver.solve Begin
18.86/8.37	c (7,7) 44062 bool, 260528 clause
18.86/8.37	c (7,7) HOME/minisat_release -ccmin-mode=2 -cla-decay=0.9990000000000016 -gc-frac=0.06548219427789823 -min-step-size=0.06000000000000005 -phase-saving=2 -rfirst=100 -rinc=23.20514351897367 -rnd-freq=0.18183188062236774 -step-size=0.0002446387540884631 -step-size-dec=1.0000000000000004e-06 -var-decay=0.07581213234321858 HOME/instance-4295886-1532589338.xml-scop-7606.cnf HOME/instance-4295886-1532589338.xml-scop-7606.cnf.out
2520.06/2507.60	c (2507,0) receiving signal SIGTERM
2520.06/2507.60	s UNKNOWN
2520.06/2507.60	c (2507,7) SatSolver is killed by some reasons.
2520.06/2507.60	c (2507,7) 0,0,5,5,6,6,7,TO,TO,STOP-AFTER(DIMACS)
2520.06/2507.60	c END-Prog: Thu Jul 26 09:57:26 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 (7899 MiB free)
  memory of node 1: 16384 MiB (13994 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295886-1532589338/watcher-4295886-1532589338 -o /tmp/evaluation-result-4295886-1532589338/solver-4295886-1532589338 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295886-1532589338.xml 

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

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


[startup+0.10014 s]*
/proc/loadavg: 2.00 2.02 2.05 3/220 7621
/proc/meminfo: memFree=22359680/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15011656 memory=72544 CPUtime=0.11 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 6834 0 0 0 10 1 0 0 20 0 15 0 76497058 15371935744 18136 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3752914 18136 2782 1 0 3715374 0
[pid=7606/tid=7608] ppid=7603 vsize=15011656 memory=7100839887217068648 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) R 7603 7606 32649 0 -1 4202560 5204 0 0 0 8 1 0 0 20 0 15 0 76497058 15371935744 18400 33554432000 4194304 4196468 140732933534736 140607797821832 140607806285596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 18466 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 18466 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 18466 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 18466 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497061 15371935744 18466 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7614] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7614/stat : 7614 (java) S 7603 7606 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76497062 15371935744 18466 33554432000 4194304 4196468 140732933534736 140606424737056 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7615] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7615/stat : 7615 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497062 15371935744 18466 33554432000 4194304 4196468 140732933534736 140606156301936 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7616] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7616/stat : 7616 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497064 15371935744 18466 33554432000 4194304 4196468 140732933534736 140605781793360 140607826028443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7617] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7617/stat : 7617 (java) S 7603 7606 32649 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 76497064 15371935744 18466 33554432000 4194304 4196468 140732933534736 140606795901040 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7618] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7618/stat : 7618 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497064 15371935744 18466 33554432000 4194304 4196468 140732933534736 140606794848240 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7619] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0.01 cores=1,3,5,7
/proc/7606/task/7619/stat : 7619 (java) S 7603 7606 32649 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 76497064 15371935744 18466 33554432000 4194304 4196468 140732933534736 140606793795952 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7620] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7620/stat : 7620 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497065 15371935744 18466 33554432000 4194304 4196468 140732933534736 140605283887584 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7621] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7621/stat : 7621 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497065 15371935744 18532 33554432000 4194304 4196468 140732933534736 140606792743856 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 72544 KiB

[startup+0.210338 s]*
/proc/loadavg: 2.00 2.02 2.05 3/220 7621
/proc/meminfo: memFree=22345736/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15011656 memory=85608 CPUtime=0.25 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 10365 0 0 0 23 2 0 0 20 0 15 0 76497058 15371935744 21402 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3752914 21402 2884 1 0 3715374 0
[pid=7606/tid=7608] ppid=7603 vsize=15011656 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) R 7603 7606 32649 0 -1 4202560 8264 0 0 0 18 1 0 0 20 0 15 0 76497058 15371935744 21402 33554432000 4194304 4196468 140732933534736 140607797835504 140607810090334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15011656 memory=288230617609666583 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 21402 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15011656 memory=288370808820283008 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 21402 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 21402 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 21402 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497061 15371935744 21402 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7614] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7614/stat : 7614 (java) S 7603 7606 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76497062 15371935744 21402 33554432000 4194304 4196468 140732933534736 140606424737056 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7615] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7615/stat : 7615 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497062 15371935744 21402 33554432000 4194304 4196468 140732933534736 140606156301936 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7616] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7616/stat : 7616 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497064 15371935744 21402 33554432000 4194304 4196468 140732933534736 140605781793360 140607826028443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7617] ppid=7603 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7606/task/7617/stat : 7617 (java) R 7603 7606 32649 0 -1 1077944384 452 0 0 0 1 0 0 0 20 0 15 0 76497064 15371935744 21402 33554432000 4194304 4196468 140732933534736 140606795901040 140607826020994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7618] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7618/stat : 7618 (java) R 7603 7606 32649 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 15 0 76497064 15371935744 21402 33554432000 4194304 4196468 140732933534736 140606794848240 140607807532494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7619] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0.03 cores=1,3,5,7
/proc/7606/task/7619/stat : 7619 (java) S 7603 7606 32649 0 -1 1077944384 298 0 0 0 3 0 0 0 20 0 15 0 76497064 15371935744 21402 33554432000 4194304 4196468 140732933534736 140606793795952 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7620] ppid=7603 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7620/stat : 7620 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497065 15371935744 21402 33554432000 4194304 4196468 140732933534736 140605283887584 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7621] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7621/stat : 7621 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497065 15371935744 21402 33554432000 4194304 4196468 140732933534736 140606792743856 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 85608 KiB

[startup+0.310511 s]*
/proc/loadavg: 2.00 2.02 2.05 3/220 7621
/proc/meminfo: memFree=22342324/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15011656 memory=89940 CPUtime=0.43 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 10989 0 0 0 40 3 0 0 20 0 15 0 76497058 15371935744 22485 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3752914 22485 3020 1 0 3715374 0
[pid=7606/tid=7608] ppid=7603 vsize=15011656 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) R 7603 7606 32649 0 -1 4202560 8695 0 0 0 27 2 0 0 20 0 15 0 76497058 15371935744 22485 33554432000 4194304 4196468 140732933534736 140607797839152 140607826031194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15011656 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 22485 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 22485 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15011656 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 22485 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15011656 memory=140432545784015 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15371935744 22485 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497061 15371935744 22485 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7614] ppid=7603 vsize=15011656 memory=140432545804751 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7614/stat : 7614 (java) S 7603 7606 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76497062 15371935744 22485 33554432000 4194304 4196468 140732933534736 140606424737056 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7615] ppid=7603 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7615/stat : 7615 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497062 15371935744 22485 33554432000 4194304 4196468 140732933534736 140606156301936 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7616] ppid=7603 vsize=15011656 memory=280865091581824 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7616/stat : 7616 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497064 15371935744 22485 33554432000 4194304 4196468 140732933534736 140605781793360 140607826028443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7617] ppid=7603 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7606/task/7617/stat : 7617 (java) S 7603 7606 32649 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 15 0 76497064 15371935744 22485 33554432000 4194304 4196468 140732933534736 140606795901040 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7618] ppid=7603 vsize=15011656 memory=140432545816463 CPUtime=0.02 cores=1,3,5,7
/proc/7606/task/7618/stat : 7618 (java) S 7603 7606 32649 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 76497064 15371935744 22485 33554432000 4194304 4196468 140732933534736 140606794848240 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7619] ppid=7603 vsize=15011656 memory=140432668571264 CPUtime=0.07 cores=1,3,5,7
/proc/7606/task/7619/stat : 7619 (java) S 7603 7606 32649 0 -1 1077944384 342 0 0 0 7 0 0 0 20 0 15 0 76497064 15371935744 22485 33554432000 4194304 4196468 140732933534736 140606793795952 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7620] ppid=7603 vsize=15011656 memory=140432545821599 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7620/stat : 7620 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497065 15371935744 22485 33554432000 4194304 4196468 140732933534736 140605283887584 140607826020053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7621] ppid=7603 vsize=15011656 memory=140432745068322 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7621/stat : 7621 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497065 15371935744 22485 33554432000 4194304 4196468 140732933534736 140606792743856 140607826020994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89940 KiB

[startup+0.706715 s]
/proc/loadavg: 2.00 2.02 2.05 3/220 7621
/proc/meminfo: memFree=22317768/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15020052 memory=130252 CPUtime=1.02 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 18234 0 0 0 97 5 0 0 20 0 15 0 76497058 15380533248 32563 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3755013 32563 3176 1 0 3716398 0
[pid=7606/tid=7608] ppid=7603 vsize=15020052 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) R 7603 7606 32649 0 -1 4202560 15446 0 0 0 63 5 0 0 20 0 15 0 76497058 15380533248 32563 33554432000 4194304 4196468 140732933534736 140607797826432 140607826021782 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15380533248 32563 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15020052 memory=79 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15380533248 32563 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15020052 memory=1 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15380533248 32563 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15380533248 32563 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15020052 memory=173130131714332 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76497061 15380533248 32563 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7614] ppid=7603 vsize=15020052 memory=276804 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7614/stat : 7614 (java) S 7603 7606 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 76497062 15380533248 32563 33554432000 4194304 4196468 140732933534736 140606424737056 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7615] ppid=7603 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7615/stat : 7615 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497062 15380533248 32563 33554432000 4194304 4196468 140732933534736 140606156301936 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7616] ppid=7603 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7616/stat : 7616 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497064 15380533248 32563 33554432000 4194304 4196468 140732933534736 140605781793360 140607826028443 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7617] ppid=7603 vsize=15020052 memory=7809523229951467574 CPUtime=0.06 cores=1,3,5,7
/proc/7606/task/7617/stat : 7617 (java) S 7603 7606 32649 0 -1 1077944384 601 0 0 0 6 0 0 0 20 0 15 0 76497064 15380533248 32563 33554432000 4194304 4196468 140732933534736 140606795901040 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7618] ppid=7603 vsize=15020052 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7618/stat : 7618 (java) S 7603 7606 32649 0 -1 1077944384 330 0 0 0 9 0 0 0 20 0 15 0 76497064 15380533248 32563 33554432000 4194304 4196468 140732933534736 140606794848240 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7619] ppid=7603 vsize=15020052 memory=-3535359994705171810 CPUtime=0.17 cores=1,3,5,7
/proc/7606/task/7619/stat : 7619 (java) S 7603 7606 32649 0 -1 1077944384 516 0 0 0 17 0 0 0 20 0 15 0 76497064 15380533248 32563 33554432000 4194304 4196468 140732933534736 140606793795952 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7620] ppid=7603 vsize=15020052 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7620/stat : 7620 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76497065 15380533248 32563 33554432000 4194304 4196468 140732933534736 140605283887584 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7621] ppid=7603 vsize=15020052 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7621/stat : 7621 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497065 15380533248 32563 33554432000 4194304 4196468 140732933534736 140606792743856 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 130252 KiB

[startup+1.50248 s]
/proc/loadavg: 2.00 2.02 2.05 4/220 7621
/proc/meminfo: memFree=22285508/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15022100 memory=205600 CPUtime=3.06 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 21240 0 0 0 298 8 0 0 20 0 15 0 76497058 15382630400 51400 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3755525 51400 3208 1 0 3716910 0
[pid=7606/tid=7608] ppid=7603 vsize=15022100 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) R 7603 7606 32649 0 -1 4202560 16536 0 0 0 141 6 0 0 20 0 15 0 76497058 15382630400 51400 33554432000 4194304 4196468 140732933534736 140607797836992 140607320880850 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15022100 memory=6296122904306733416 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15382630400 51400 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15022100 memory=7013623412061922896 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15382630400 51400 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15022100 memory=7013623412061922896 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76497060 15382630400 51400 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15022100 memory=7013623412061922896 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76497060 15382630400 51400 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76497061 15382630400 51400 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0

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

/proc/meminfo: memFree=19889568/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15683912 memory=3101444 CPUtime=20.92 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 35393 0 0 0 1960 132 0 0 20 0 19 0 76497058 16060325888 775361 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3920978 775361 3241 1 0 3881834 0
[pid=7622] ppid=7606 vsize=137120 memory=119000 CPUtime=2433.8 cores=1,3,5,7
/proc/7622/stat : 7622 (minisat_release) R 7606 7606 32649 0 -1 4202496 357143 0 0 0 243352 28 0 0 20 0 1 0 76497897 140410880 29750 33554432000 4194304 4308513 140730122481072 140730122478072 140258893169202 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 19873792 140730122486449 140730122486958 140730122486958 140730122489797 0
/proc/7622/statm: 34280 29750 353 28 0 30520 0
[pid=7606/tid=7608] ppid=7603 vsize=15683912 memory=3101444 CPUtime=8.28 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) S 7603 7606 32649 0 -1 1077944384 19018 0 0 0 779 49 0 0 20 0 19 0 76497058 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607797849088 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 62 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 52 0 0 0 8 1 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 74 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15683912 memory=280865091564576 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 66 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.06 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 24 0 0 0 3 3 0 0 20 0 19 0 76497061 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7614] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7614/stat : 7614 (java) S 7603 7606 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76497062 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606424737120 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7615] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7615/stat : 7615 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497062 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606156301936 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7616] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7616/stat : 7616 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140605781793360 140607826028443 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7617] ppid=7603 vsize=15683912 memory=119000 CPUtime=4.58 cores=1,3,5,7
/proc/7606/task/7617/stat : 7617 (java) S 7603 7606 32649 0 -1 1077944384 6005 0 0 0 456 2 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606795901040 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7618] ppid=7603 vsize=15683912 memory=3101444 CPUtime=4.76 cores=1,3,5,7
/proc/7606/task/7618/stat : 7618 (java) S 7603 7606 32649 0 -1 1077944384 4434 0 0 0 474 2 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606794848240 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7619] ppid=7603 vsize=15683912 memory=3101444 CPUtime=1.36 cores=1,3,5,7
/proc/7606/task/7619/stat : 7619 (java) S 7603 7606 32649 0 -1 1077944384 4111 0 0 0 135 1 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606793795952 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7620] ppid=7603 vsize=15683912 memory=23136 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7620/stat : 7620 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497065 16060325888 775361 33554432000 4194304 4196468 140732933534736 140605283887584 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7621] ppid=7603 vsize=15683912 memory=1292 CPUtime=1.4 cores=1,3,5,7
/proc/7606/task/7621/stat : 7621 (java) S 7603 7606 32649 0 -1 1077944384 165 0 0 0 64 76 0 0 20 0 19 0 76497065 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606792743856 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7623] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7623/stat : 7623 (java) S 7603 7606 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76497897 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606776808896 140607826034457 0 4 0 25189583 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7625] ppid=7603 vsize=15683912 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7625/stat : 7625 (java) S 7603 7606 32649 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 76497898 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604747001776 140607826031773 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7626] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7626/stat : 7626 (java) S 7603 7606 32649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 76497898 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604612779312 140607826031773 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7627] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7627/stat : 7627 (java) S 7603 7606 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 76497900 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604881230752 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
Current children cumulated CPU time: 2454.72 s
Current children cumulated vsize: 15821032 KiB
Current children cumulated memory: 3220444 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/225 7944
/proc/meminfo: memFree=19889444/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15683912 memory=3101444 CPUtime=20.95 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 35397 0 0 0 1961 134 0 0 20 0 19 0 76497058 16060325888 775361 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3920978 775361 3241 1 0 3881834 0
[pid=7622] ppid=7606 vsize=137120 memory=119000 CPUtime=2493.8 cores=1,3,5,7
/proc/7622/stat : 7622 (minisat_release) R 7606 7606 32649 0 -1 4202496 364622 0 0 0 249351 29 0 0 20 0 1 0 76497897 140410880 29750 33554432000 4194304 4308513 140730122481072 140730122478072 4275783 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 19873792 140730122486449 140730122486958 140730122486958 140730122489797 0
/proc/7622/statm: 34280 29750 353 28 0 30520 0
[pid=7606/tid=7608] ppid=7603 vsize=15683912 memory=3101444 CPUtime=8.28 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) S 7603 7606 32649 0 -1 1077944384 19018 0 0 0 779 49 0 0 20 0 19 0 76497058 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607797849088 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 62 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 52 0 0 0 8 1 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 74 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 66 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0.06 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 24 0 0 0 3 3 0 0 20 0 19 0 76497061 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7614] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7614/stat : 7614 (java) S 7603 7606 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76497062 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606424737120 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7615] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7615/stat : 7615 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497062 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606156301936 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7616] ppid=7603 vsize=15683912 memory=119000 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7616/stat : 7616 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140605781793360 140607826028443 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7617] ppid=7603 vsize=15683912 memory=3101444 CPUtime=4.58 cores=1,3,5,7
/proc/7606/task/7617/stat : 7617 (java) S 7603 7606 32649 0 -1 1077944384 6005 0 0 0 456 2 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606795901040 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7618] ppid=7603 vsize=15683912 memory=119000 CPUtime=4.76 cores=1,3,5,7
/proc/7606/task/7618/stat : 7618 (java) S 7603 7606 32649 0 -1 1077944384 4434 0 0 0 474 2 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606794848240 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7619] ppid=7603 vsize=15683912 memory=4136 CPUtime=1.36 cores=1,3,5,7
/proc/7606/task/7619/stat : 7619 (java) S 7603 7606 32649 0 -1 1077944384 4111 0 0 0 135 1 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606793795952 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7620] ppid=7603 vsize=15683912 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7620/stat : 7620 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497065 16060325888 775361 33554432000 4194304 4196468 140732933534736 140605283887584 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7621] ppid=7603 vsize=15683912 memory=23136 CPUtime=1.45 cores=1,3,5,7
/proc/7606/task/7621/stat : 7621 (java) S 7603 7606 32649 0 -1 1077944384 169 0 0 0 66 79 0 0 20 0 19 0 76497065 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606792743856 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7623] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7623/stat : 7623 (java) S 7603 7606 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76497897 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606776808896 140607826034457 0 4 0 25189583 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7625] ppid=7603 vsize=15683912 memory=119000 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7625/stat : 7625 (java) S 7603 7606 32649 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 76497898 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604747001776 140607826031773 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7626] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7626/stat : 7626 (java) S 7603 7606 32649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 76497898 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604612779312 140607826031773 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7627] ppid=7603 vsize=15683912 memory=3101444 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7627/stat : 7627 (java) S 7603 7606 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 76497900 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604881230752 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
Current children cumulated CPU time: 2514.75 s
Current children cumulated vsize: 15821032 KiB
Current children cumulated memory: 3220444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.6 s]
/proc/loadavg: 2.00 2.02 2.05 3/225 7944
/proc/meminfo: memFree=19889444/32770624 swapFree=67108860/67108860
[pid=7606] ppid=7603 vsize=15683912 memory=3101444 CPUtime=20.96 cores=1,3,5,7
/proc/7606/stat : 7606 (java) S 7603 7606 32649 0 -1 1077944320 35397 0 0 0 1962 134 0 0 20 0 19 0 76497058 16060325888 775361 33554432000 4194304 4196468 140732933534736 140732933517280 140607826009847 0 0 0 25189583 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
/proc/7606/statm: 3920978 775361 3241 1 0 3881834 0
[pid=7622] ppid=7606 vsize=137120 memory=119000 CPUtime=2499.1 cores=1,3,5,7
/proc/7622/stat : 7622 (minisat_release) R 7606 7606 32649 0 -1 4202496 364627 0 0 0 249881 29 0 0 20 0 1 0 76497897 140410880 29750 33554432000 4194304 4308513 140730122481072 140730122478072 4275873 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 19873792 140730122486449 140730122486958 140730122486958 140730122489797 0
/proc/7622/statm: 34280 29750 353 28 0 30520 0
[pid=7606/tid=7608] ppid=7603 vsize=15683912 memory=1292 CPUtime=8.28 cores=1,3,5,7
/proc/7606/task/7608/stat : 7608 (java) S 7603 7606 32649 0 -1 1077944384 19018 0 0 0 779 49 0 0 20 0 19 0 76497058 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607797849088 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7609] ppid=7603 vsize=15683912 memory=2436 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7609/stat : 7609 (java) S 7603 7606 32649 0 -1 1077944384 62 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607830251920 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7610] ppid=7603 vsize=15683912 memory=1728 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7610/stat : 7610 (java) S 7603 7606 32649 0 -1 1077944384 52 0 0 0 8 1 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607644408080 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7611] ppid=7603 vsize=15683912 memory=1708 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7611/stat : 7611 (java) S 7603 7606 32649 0 -1 1077944384 74 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607643355792 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7612] ppid=7603 vsize=15683912 memory=5792 CPUtime=0.09 cores=1,3,5,7
/proc/7606/task/7612/stat : 7612 (java) S 7603 7606 32649 0 -1 1077944384 66 0 0 0 7 2 0 0 20 0 19 0 76497060 16060325888 775361 33554432000 4194304 4196468 140732933534736 140607642302992 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7613] ppid=7603 vsize=15683912 memory=4612 CPUtime=0.06 cores=1,3,5,7
/proc/7606/task/7613/stat : 7613 (java) S 7603 7606 32649 0 -1 1077944384 24 0 0 0 3 3 0 0 20 0 19 0 76497061 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606796954224 140607826020994 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7614] ppid=7603 vsize=15683912 memory=-5059952977386882957 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7614/stat : 7614 (java) S 7603 7606 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 76497062 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606424737120 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7615] ppid=7603 vsize=15683912 memory=-8316900901535099443 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7615/stat : 7615 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497062 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606156301936 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7616] ppid=7603 vsize=15683912 memory=7976406965554101975 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7616/stat : 7616 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140605781793360 140607826028443 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7617] ppid=7603 vsize=15683912 memory=-7751062316387021378 CPUtime=4.58 cores=1,3,5,7
/proc/7606/task/7617/stat : 7617 (java) S 7603 7606 32649 0 -1 1077944384 6005 0 0 0 456 2 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606795901040 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7618] ppid=7603 vsize=15683912 memory=-9001728533042062950 CPUtime=4.76 cores=1,3,5,7
/proc/7606/task/7618/stat : 7618 (java) S 7603 7606 32649 0 -1 1077944384 4434 0 0 0 474 2 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606794848240 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7619] ppid=7603 vsize=15683912 memory=10869 CPUtime=1.36 cores=1,3,5,7
/proc/7606/task/7619/stat : 7619 (java) S 7603 7606 32649 0 -1 1077944384 4111 0 0 0 135 1 0 0 20 0 19 0 76497064 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606793795952 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7620] ppid=7603 vsize=15683912 memory=4639948313719891052 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7620/stat : 7620 (java) S 7603 7606 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 76497065 16060325888 775361 33554432000 4194304 4196468 140732933534736 140605283887584 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7621] ppid=7603 vsize=15683912 memory=7301848269281322578 CPUtime=1.45 cores=1,3,5,7
/proc/7606/task/7621/stat : 7621 (java) S 7603 7606 32649 0 -1 1077944384 169 0 0 0 66 79 0 0 20 0 19 0 76497065 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606792743856 140607826020994 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7623] ppid=7603 vsize=15683912 memory=7878572921589032020 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7623/stat : 7623 (java) S 7603 7606 32649 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 76497897 16060325888 775361 33554432000 4194304 4196468 140732933534736 140606776808896 140607826034457 0 4 0 25189583 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7625] ppid=7603 vsize=15683912 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7625/stat : 7625 (java) S 7603 7606 32649 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 76497898 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604747001776 140607826031773 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7626] ppid=7603 vsize=15683912 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7626/stat : 7626 (java) S 7603 7606 32649 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 76497898 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604612779312 140607826031773 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
[pid=7606/tid=7627] ppid=7603 vsize=15683912 memory=8532 CPUtime=0 cores=1,3,5,7
/proc/7606/task/7627/stat : 7627 (java) S 7603 7606 32649 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 76497900 16060325888 775361 33554432000 4194304 4196468 140732933534736 140604881230752 140607826020053 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37068800 140732933538803 140732933539081 140732933539081 140732933541839 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 15821032 KiB
Current children cumulated memory: 3220444 KiB

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

[startup+2507.63 s]
# the end of solver process 7606 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.44 s, system=1.66534 s

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

Child status: 1
Real time (s): 2507.63
CPU time (s): 2520.11
CPU user time (s): 2518.44
CPU system time (s): 1.66534
CPU usage (%): 100.498
Max. virtual memory (cumulated for all children) (KiB): 15821032
Max. memory (cumulated for all children) (KiB): 3220444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.44
system time used= 1.66534
maximum resident set size= 3104948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400092
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59603
involuntary context switches= 753


# summary of solver processes directly reported to runsolver:
#   pid: 7606
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.44
#   total CPU system time (s): 1.66534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.662 second user time and 27.6684 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 09:15:38
IDJOB=4295886
IDBENCH=141612
IDSOLVER=2756
FILE ID=node150/4295886-1532589338
RUNJOBID= node150-1532562189-32681
PBS_JOBID= 21021956
Free space on /tmp= 53092 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-14_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-4295886-1532589338/watcher-4295886-1532589338 -o /tmp/evaluation-result-4295886-1532589338/solver-4295886-1532589338 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4295886-1532589338.xml

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

MD5SUM BENCH= 0e107aeb1163eb9d4573d4ca0ed1edf8
RANDOM SEED=1674415042

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22419984 kB
MemAvailable:   29930552 kB
Buffers:          198428 kB
Cached:          7529024 kB
SwapCached:            0 kB
Active:          4146044 kB
Inactive:        5631800 kB
Active(anon):    2001812 kB
Inactive(anon):    76676 kB
Active(file):    2144232 kB
Inactive(file):  5555124 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7776 kB
Writeback:             0 kB
AnonPages:       2053860 kB
Mapped:            52564 kB
Shmem:             25224 kB
Slab:             267264 kB
SReclaimable:     239672 kB
SUnreclaim:        27592 kB
KernelStack:        3968 kB
PageTables:         9432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13508364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1869824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53088 MiB
End job on node150 at 2018-07-26 09:57:26