Trace number 4292853

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.08 2515.31

General information on the benchmark

NameColouredQueens/
ColouredQueens-11_c18.xml
MD5SUM3da25fcd556a00d93fc440927ef81e89
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 variables121
Number of constraints60
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":117}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":24}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.53	scop order+minisat_release (2018-06-13)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Mon Jul 23 11:21:11 CEST 2018
0.66/0.55	c PID: 3201
0.66/0.55	c IP: 172.20.3.105
0.66/0.55	c HOST: node105.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.42/0.90	c (0,0) Parsing End
1.42/0.90	c (0,0) CSP: 121 int (0 aux), 0 bool (0 aux), 60 ctr, max domain size 11
1.42/0.90	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.42/0.90	c (0,0) Constraint Name Generate Begin
1.42/0.91	c (0,0) Ctr:HOME/instance-4292853-1532337670.xml,AllDifferent:IntVar
1.42/0.91	c (0,0) Constraint Name Generate End
1.42/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.42/0.91	c (0,0) CSP to CSPinCNF Begin
1.83/1.16	c (0,0) translated 6 (10%) constraints
2.10/1.23	c (0,0) translated 12 (20%) constraints
2.10/1.29	c (0,0) translated 18 (30%) constraints
2.41/1.31	c (0,0) translated 24 (40%) constraints
2.41/1.33	c (0,0) translated 30 (50%) constraints
2.41/1.34	c (0,0) translated 36 (60%) constraints
2.41/1.35	c (0,0) translated 42 (70%) constraints
2.41/1.36	c (0,0) translated 48 (80%) constraints
2.41/1.37	c (0,0) translated 54 (90%) constraints
2.41/1.38	c (0,0) translated 60 (100%) constraints
2.75/1.46	c (0,0) STATISTICS1:HOME/instance-4292853-1532337670.xml,AllDifferent:IntVar,121,2100,11,11,11,2,11:1980,11:4920,11:48;10:8;9:8;8:8;7:8;6:8;5:8;4:8;3:8;2:1988,2:1980;1:960,
2.75/1.46	c (0,0) ===========================================
2.75/1.46	c (0,0) Order
2.75/1.46	c (0,0) ===========================================
3.03/1.50	c (0,0) translated 210 (10%) constraints
3.03/1.52	c (0,0) translated 420 (20%) constraints
3.03/1.53	c (1,0) translated 630 (30%) constraints
3.03/1.55	c (1,1) translated 840 (40%) constraints
3.03/1.56	c (1,1) translated 1050 (50%) constraints
3.03/1.58	c (1,1) translated 1260 (60%) constraints
3.03/1.59	c (1,1) translated 1470 (70%) constraints
3.32/1.60	c (1,1) translated 1680 (80%) constraints
3.32/1.62	c (1,1) translated 1890 (90%) constraints
3.32/1.63	c (1,1) translated 2100 (100%) constraints
3.32/1.63	c (1,1) CSP to CSPinCNF End
3.32/1.63	c (1,1) CSP: 121 int (0 aux), 0 bool (0 aux), 2100 ctr, max domain size 11
3.32/1.63	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.32/1.63	c (1,1) CSPinCNF Propagation Begin
3.32/1.67	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.32/1.67	c (1,1) CSPinCNF Propagation End
3.32/1.67	c (1,1) CSP: 121 int (0 aux), 0 bool (0 aux), 2100 ctr, max domain size 11
3.32/1.67	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.32/1.67	c (1,1) Simplify CSPinCNF Begin
3.99/1.87	c (1,1) Simplify CSPinCNF End
3.99/1.87	c (1,1) CSP: 121 int (0 aux), 3960 bool (3960 aux), 6060 ctr, max domain size 11
3.99/1.87	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.99/1.87	c (1,1) Calculate Precise Domain Begin
3.99/1.88	c (1,1) 0 values are removed by re-calculation
3.99/1.88	c (1,1) Calculate Precise Domain End
3.99/1.88	c (1,1) CSP: 121 int (0 aux), 3960 bool (3960 aux), 6060 ctr, max domain size 11
3.99/1.88	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.99/1.88	c (1,1) CSPinCNF to SatSolver Begin
4.61/2.02	c (1,1) 606 (10 %) CSP clauses are encoded (5170 SAT variables, 5684 SAT clauses)
4.61/2.06	c (1,1) 1212 (20 %) CSP clauses are encoded (5170 SAT variables, 10280 SAT clauses)
4.61/2.09	c (1,1) 1818 (30 %) CSP clauses are encoded (5170 SAT variables, 14886 SAT clauses)
4.93/2.12	c (1,1) 2424 (40 %) CSP clauses are encoded (5170 SAT variables, 19472 SAT clauses)
4.93/2.15	c (1,1) 3030 (50 %) CSP clauses are encoded (5170 SAT variables, 24068 SAT clauses)
4.93/2.17	c (1,1) 3636 (60 %) CSP clauses are encoded (5170 SAT variables, 28674 SAT clauses)
5.20/2.20	c (1,1) 4242 (70 %) CSP clauses are encoded (5170 SAT variables, 33240 SAT clauses)
5.20/2.23	c (1,1) 4848 (80 %) CSP clauses are encoded (5170 SAT variables, 37736 SAT clauses)
5.20/2.25	c (1,1) 5454 (90 %) CSP clauses are encoded (5170 SAT variables, 42222 SAT clauses)
5.20/2.27	c (1,1) 6060 (100 %) CSP clauses are encoded (5170 SAT variables, 46748 SAT clauses)
5.20/2.27	c (1,1) CSPinCNF to SatSolver End
5.20/2.27	c (1,1) Heap : 394 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.51/2.33	c (1,1) STATISTICS2:HOME/instance-4292853-1532337670.xml,AllDifferent:IntVar,4081,6060,11,11,11,2,11:3960,11:8880;2:7920,11:48;10:8;9:8;8:8;7:8;6:8;5:8;4:8;3:8;2:5948,2:3960;1:8880,
5.51/2.33	c (1,1) SatSolver.solve Begin
5.51/2.33	c (1,1) 5170 bool, 46749 clause
5.51/2.33	c (1,1) 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-4292853-1532337670.xml-scop-3201.cnf HOME/instance-4292853-1532337670.xml-scop-3201.cnf.out
2520.04/2515.30	c (2514,1) SatSolver is killed by some reasons.
2520.04/2515.30	c (2514,1) 0,0,1,1,1,1,1,TO,TO,STOP-AFTER(DIMACS)
2520.04/2515.30	s UNKNOWN
2520.04/2515.30	c END-Prog: Mon Jul 23 12:03:06 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 (4342 MiB free)
  memory of node 1: 16384 MiB (10768 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292853-1532337670/watcher-4292853-1532337670 -o /tmp/evaluation-result-4292853-1532337670/solver-4292853-1532337670 -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-4292853-1532337670.xml 

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

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


[startup+0.100094 s]*
/proc/loadavg: 2.00 2.04 2.05 4/221 3216
/proc/meminfo: memFree=15416108/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15011656 memory=70368 CPUtime=0.11 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 6801 0 0 0 9 2 0 0 20 0 15 0 51330216 15371935744 17592 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3752914 17592 2780 1 0 3715374 0
[pid=3201/tid=3203] ppid=3198 vsize=15011656 memory=4714882506059518867 CPUtime=0.09 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) R 3198 3201 2271 0 -1 4202560 4901 0 0 0 8 1 0 0 20 0 15 0 51330216 15371935744 17592 33554432000 4194304 4196468 140728646825168 140640590150640 140640598591218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15011656 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 17592 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 17592 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 17658 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 17658 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330219 15371935744 17658 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3209] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3209/stat : 3209 (java) S 3198 3201 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51330220 15371935744 17658 33554432000 4194304 4196468 140728646825168 140639039644832 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3210] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3210/stat : 3210 (java) S 3198 3201 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51330220 15371935744 17658 33554432000 4194304 4196468 140728646825168 140638905422576 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3211] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3211/stat : 3211 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330222 15371935744 17658 33554432000 4194304 4196468 140728646825168 140638530918352 140640618334107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3212] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3212/stat : 3212 (java) S 3198 3201 2271 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 51330222 15371935744 17658 33554432000 4194304 4196468 140728646825168 140639655656176 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3213] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3213/stat : 3213 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330222 15371935744 17658 33554432000 4194304 4196468 140728646825168 140639654603632 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3214] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0.01 cores=0,2,4,6
/proc/3201/task/3214/stat : 3214 (java) S 3198 3201 2271 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 51330222 15371935744 17658 33554432000 4194304 4196468 140728646825168 140639653550576 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3215] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3215/stat : 3215 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330223 15371935744 17658 33554432000 4194304 4196468 140728646825168 140638033013600 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3216] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3216/stat : 3216 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330223 15371935744 17658 33554432000 4194304 4196468 140728646825168 140639652497968 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 70368 KiB

[startup+0.21052 s]*
/proc/loadavg: 2.00 2.04 2.05 3/221 3216
/proc/meminfo: memFree=15401536/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15011656 memory=83716 CPUtime=0.26 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 10417 0 0 0 23 3 0 0 20 0 15 0 51330216 15371935744 20929 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3752914 20929 2883 1 0 3715374 0
[pid=3201/tid=3203] ppid=3198 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) R 3198 3201 2271 0 -1 4202560 8311 0 0 0 18 2 0 0 20 0 15 0 51330216 15371935744 20929 33554432000 4194304 4196468 140728646825168 140640590135424 140640618327446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 20929 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15011656 memory=139953571483994 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 20929 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 20929 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 20929 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330219 15371935744 20929 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3209] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3209/stat : 3209 (java) S 3198 3201 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51330220 15371935744 20929 33554432000 4194304 4196468 140728646825168 140639039644832 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3210] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3210/stat : 3210 (java) S 3198 3201 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51330220 15371935744 20929 33554432000 4194304 4196468 140728646825168 140638905422576 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3211] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3211/stat : 3211 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330222 15371935744 20929 33554432000 4194304 4196468 140728646825168 140638530918352 140640618334107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3212] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3212/stat : 3212 (java) S 3198 3201 2271 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 51330222 15371935744 20929 33554432000 4194304 4196468 140728646825168 140639655656176 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3213] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3213/stat : 3213 (java) S 3198 3201 2271 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 51330222 15371935744 20929 33554432000 4194304 4196468 140728646825168 140639654603632 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3214] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0.03 cores=0,2,4,6
/proc/3201/task/3214/stat : 3214 (java) R 3198 3201 2271 0 -1 4202560 291 0 0 0 3 0 0 0 20 0 15 0 51330222 15371935744 20929 33554432000 4194304 4196468 140728646825168 140639653550576 140640597242964 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3215] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3215/stat : 3215 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330223 15371935744 20929 33554432000 4194304 4196468 140728646825168 140638033013600 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3216] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3216/stat : 3216 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330223 15371935744 20929 33554432000 4194304 4196468 140728646825168 140639652497968 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 83716 KiB

[startup+0.310525 s]*
/proc/loadavg: 2.00 2.04 2.05 3/221 3216
/proc/meminfo: memFree=15397752/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15011656 memory=88100 CPUtime=0.42 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 11029 0 0 0 39 3 0 0 20 0 15 0 51330216 15371935744 22025 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3752914 22025 3033 1 0 3715374 0
[pid=3201/tid=3203] ppid=3198 vsize=15011656 memory=8389772277269004345 CPUtime=0.29 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) R 3198 3201 2271 0 -1 4202560 8736 0 0 0 27 2 0 0 20 0 15 0 51330216 15371935744 22025 33554432000 4194304 4196468 140728646825168 140640590119664 140640602395998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15011656 memory=317785485869331816 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 22025 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15011656 memory=3977017336120228602 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 22025 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 22025 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15371935744 22025 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330219 15371935744 22025 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3209] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3209/stat : 3209 (java) S 3198 3201 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51330220 15371935744 22025 33554432000 4194304 4196468 140728646825168 140639039644832 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3210] ppid=3198 vsize=15011656 memory=139953571468928 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3210/stat : 3210 (java) S 3198 3201 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51330220 15371935744 22025 33554432000 4194304 4196468 140728646825168 140638905422576 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3211] ppid=3198 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3211/stat : 3211 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330222 15371935744 22025 33554432000 4194304 4196468 140728646825168 140638530918352 140640618334107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3212] ppid=3198 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3201/task/3212/stat : 3212 (java) R 3198 3201 2271 0 -1 4202560 541 0 0 0 2 0 0 0 20 0 15 0 51330222 15371935744 22025 33554432000 4194304 4196468 140728646825168 140639655656176 140640597972080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3213] ppid=3198 vsize=15011656 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3201/task/3213/stat : 3213 (java) S 3198 3201 2271 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 51330222 15371935744 22025 33554432000 4194304 4196468 140728646825168 140639654603632 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3214] ppid=3198 vsize=15011656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3201/task/3214/stat : 3214 (java) S 3198 3201 2271 0 -1 1077944384 335 0 0 0 7 0 0 0 20 0 15 0 51330222 15371935744 22025 33554432000 4194304 4196468 140728646825168 140639653550576 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3215] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3215/stat : 3215 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330223 15371935744 22025 33554432000 4194304 4196468 140728646825168 140638033013600 140640618325717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3216] ppid=3198 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3216/stat : 3216 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330223 15371935744 22025 33554432000 4194304 4196468 140728646825168 140639652497968 140640618326658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 88100 KiB

[startup+0.700815 s]
/proc/loadavg: 2.00 2.04 2.05 4/221 3216
/proc/meminfo: memFree=15374188/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15020052 memory=127416 CPUtime=1.01 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 18154 0 0 0 95 6 0 0 20 0 15 0 51330216 15380533248 31854 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3755013 31854 3143 1 0 3716398 0
[pid=3201/tid=3203] ppid=3198 vsize=15020052 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) R 3198 3201 2271 0 -1 4202560 15477 0 0 0 63 4 0 0 20 0 15 0 51330216 15380533248 31854 33554432000 4194304 4196468 140728646825168 140640590147424 140640602396028 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15020052 memory=796 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330218 15380533248 31854 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15020052 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15380533248 31854 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15020052 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15380533248 31854 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15020052 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15380533248 31854 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15020052 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51330219 15380533248 31854 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3209] ppid=3198 vsize=15020052 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3209/stat : 3209 (java) S 3198 3201 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51330220 15380533248 31854 33554432000 4194304 4196468 140728646825168 140639039644832 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3210] ppid=3198 vsize=15020052 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3210/stat : 3210 (java) S 3198 3201 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51330220 15380533248 31854 33554432000 4194304 4196468 140728646825168 140638905422576 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3211] ppid=3198 vsize=15020052 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3211/stat : 3211 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330222 15380533248 31854 33554432000 4194304 4196468 140728646825168 140638530918352 140640618334107 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3212] ppid=3198 vsize=15020052 memory=8380 CPUtime=0.06 cores=0,2,4,6
/proc/3201/task/3212/stat : 3212 (java) S 3198 3201 2271 0 -1 1077944384 593 0 0 0 6 0 0 0 20 0 15 0 51330222 15380533248 31854 33554432000 4194304 4196468 140728646825168 140639655656176 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3213] ppid=3198 vsize=15020052 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/3201/task/3213/stat : 3213 (java) S 3198 3201 2271 0 -1 1077944384 307 0 0 0 8 0 0 0 20 0 15 0 51330222 15380533248 31854 33554432000 4194304 4196468 140728646825168 140639654603632 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3214] ppid=3198 vsize=15020052 memory=1424 CPUtime=0.16 cores=0,2,4,6
/proc/3201/task/3214/stat : 3214 (java) R 3198 3201 2271 0 -1 4202560 419 0 0 0 16 0 0 0 20 0 15 0 51330222 15380533248 31854 33554432000 4194304 4196468 140728646825168 140639653550576 140640618336858 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3215] ppid=3198 vsize=15020052 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3215/stat : 3215 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51330223 15380533248 31854 33554432000 4194304 4196468 140728646825168 140638033013600 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3216] ppid=3198 vsize=15020052 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3216/stat : 3216 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330223 15380533248 31854 33554432000 4194304 4196468 140728646825168 140639652497968 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 127416 KiB

[startup+1.50151 s]
/proc/loadavg: 2.00 2.04 2.05 5/221 3216
/proc/meminfo: memFree=15348260/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15022100 memory=185968 CPUtime=3.03 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 22001 0 0 0 294 9 0 0 20 0 15 0 51330216 15382630400 46492 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3755525 46492 3202 1 0 3716910 0
[pid=3201/tid=3203] ppid=3198 vsize=15022100 memory=16099269136376078 CPUtime=1.46 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) R 3198 3201 2271 0 -1 4202560 16570 0 0 0 141 5 0 0 20 0 15 0 51330216 15382630400 46492 33554432000 4194304 4196468 140728646825168 140640590152320 140640126486770 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51330218 15382630400 46492 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15382630400 46492 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15382630400 46492 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51330218 15382630400 46492 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51330219 15382630400 46492 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0

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

/proc/meminfo: memFree=15234632/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15681864 memory=429828 CPUtime=7.05 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 24957 0 0 0 646 59 0 0 20 0 19 0 51330216 16058228736 107457 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3920466 107457 3228 1 0 3881322 0
[pid=3217] ppid=3201 vsize=99940 memory=72660 CPUtime=2499.98 cores=0,2,4,6
/proc/3217/stat : 3217 (minisat_release) R 3201 3201 2271 0 -1 4202496 161077 0 0 0 249986 12 0 0 20 0 1 0 51330451 102338560 18165 33554432000 4194304 4308513 140733358942432 140733358939336 4280808 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 12378112 140733358944945 140733358945454 140733358945454 140733358948293 0
/proc/3217/statm: 24985 18165 355 28 0 21225 0
[pid=3201/tid=3203] ppid=3198 vsize=15681864 memory=2588 CPUtime=2.37 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) S 3198 3201 2271 0 -1 1077944384 17361 0 0 0 227 10 0 0 20 0 19 0 51330216 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640590154752 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15681864 memory=429828 CPUtime=0.04 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 51330219 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3209] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3209/stat : 3209 (java) S 3198 3201 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51330220 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639039644832 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3210] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3210/stat : 3210 (java) S 3198 3201 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51330220 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638905422576 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3211] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3211/stat : 3211 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638530918352 140640618334107 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3212] ppid=3198 vsize=15681864 memory=429828 CPUtime=1.32 cores=0,2,4,6
/proc/3201/task/3212/stat : 3212 (java) S 3198 3201 2271 0 -1 1077944384 1353 0 0 0 131 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639655656176 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3213] ppid=3198 vsize=15681864 memory=429828 CPUtime=1.28 cores=0,2,4,6
/proc/3201/task/3213/stat : 3213 (java) S 3198 3201 2271 0 -1 1077944384 1710 0 0 0 127 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639654603632 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3214] ppid=3198 vsize=15681864 memory=72660 CPUtime=0.92 cores=0,2,4,6
/proc/3201/task/3214/stat : 3214 (java) S 3198 3201 2271 0 -1 1077944384 2956 0 0 0 91 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639653550576 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3215] ppid=3198 vsize=15681864 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3215/stat : 3215 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51330223 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638033013600 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3216] ppid=3198 vsize=15681864 memory=16740 CPUtime=1.07 cores=0,2,4,6
/proc/3201/task/3216/stat : 3216 (java) S 3198 3201 2271 0 -1 1077944384 167 0 0 0 55 52 0 0 20 0 19 0 51330223 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639652497968 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3218] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3218/stat : 3218 (java) S 3198 3201 2271 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 51330451 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639644689728 140640618340121 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3220] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3220/stat : 3220 (java) S 3198 3201 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51330452 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637496130864 140640618337437 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3221] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3221/stat : 3221 (java) S 3198 3201 2271 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51330452 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637227696048 140640618337437 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3222] ppid=3198 vsize=15681864 memory=72660 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3222/stat : 3222 (java) S 3198 3201 2271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 51330454 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637764575008 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
Current children cumulated CPU time: 2507.03 s
Current children cumulated vsize: 15781804 KiB
Current children cumulated memory: 502488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/226 3484
/proc/meminfo: memFree=15234972/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15681864 memory=429828 CPUtime=7.06 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 24959 0 0 0 646 60 0 0 20 0 19 0 51330216 16058228736 107457 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3920466 107457 3228 1 0 3881322 0
[pid=3217] ppid=3201 vsize=99940 memory=72660 CPUtime=2512.98 cores=0,2,4,6
/proc/3217/stat : 3217 (minisat_release) R 3201 3201 2271 0 -1 4202496 161087 0 0 0 251286 12 0 0 20 0 1 0 51330451 102338560 18165 33554432000 4194304 4308513 140733358942432 140733358938688 4276025 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 12378112 140733358944945 140733358945454 140733358945454 140733358948293 0
/proc/3217/statm: 24985 18165 355 28 0 21225 0
[pid=3201/tid=3203] ppid=3198 vsize=15681864 memory=429828 CPUtime=2.37 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) S 3198 3201 2271 0 -1 1077944384 17361 0 0 0 227 10 0 0 20 0 19 0 51330216 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640590154752 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15681864 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15681864 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15681864 memory=429828 CPUtime=0.04 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 51330219 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3209] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3209/stat : 3209 (java) S 3198 3201 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51330220 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639039644832 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3210] ppid=3198 vsize=15681864 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3210/stat : 3210 (java) S 3198 3201 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51330220 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638905422576 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3211] ppid=3198 vsize=15681864 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3211/stat : 3211 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638530918352 140640618334107 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3212] ppid=3198 vsize=15681864 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/3201/task/3212/stat : 3212 (java) S 3198 3201 2271 0 -1 1077944384 1353 0 0 0 131 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639655656176 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3213] ppid=3198 vsize=15681864 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/3201/task/3213/stat : 3213 (java) S 3198 3201 2271 0 -1 1077944384 1710 0 0 0 127 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639654603632 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3214] ppid=3198 vsize=15681864 memory=429828 CPUtime=0.92 cores=0,2,4,6
/proc/3201/task/3214/stat : 3214 (java) S 3198 3201 2271 0 -1 1077944384 2956 0 0 0 91 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639653550576 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3215] ppid=3198 vsize=15681864 memory=72660 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3215/stat : 3215 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51330223 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638033013600 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3216] ppid=3198 vsize=15681864 memory=429828 CPUtime=1.08 cores=0,2,4,6
/proc/3201/task/3216/stat : 3216 (java) S 3198 3201 2271 0 -1 1077944384 169 0 0 0 55 53 0 0 20 0 19 0 51330223 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639652497968 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3218] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3218/stat : 3218 (java) S 3198 3201 2271 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 51330451 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639644689728 140640618340121 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3220] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3220/stat : 3220 (java) S 3198 3201 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51330452 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637496130864 140640618337437 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3221] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3221/stat : 3221 (java) S 3198 3201 2271 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51330452 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637227696048 140640618337437 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3222] ppid=3198 vsize=15681864 memory=72660 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3222/stat : 3222 (java) S 3198 3201 2271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 51330454 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637764575008 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 15781804 KiB
Current children cumulated memory: 502488 KiB

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

[startup+2515.31 s]
# the end of solver process 3201 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.34 s, system=0.7386 s

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

[startup+2515.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/226 3484
/proc/meminfo: memFree=15234972/32770624 swapFree=67108860/67108860
[pid=3201] ppid=3198 vsize=15681864 memory=429828 CPUtime=7.06 cores=0,2,4,6
/proc/3201/stat : 3201 (java) S 3198 3201 2271 0 -1 1077944320 24959 0 0 0 646 60 0 0 20 0 19 0 51330216 16058228736 107457 33554432000 4194304 4196468 140728646825168 140728646807712 140640618315511 0 0 0 25189583 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
/proc/3201/statm: 3920466 107457 3228 1 0 3881322 0
[pid=3217] ppid=3201 vsize=99940 memory=72660 CPUtime=2512.98 cores=0,2,4,6
/proc/3217/stat : 3217 (minisat_release) R 3201 3201 2271 0 -1 4202496 161087 0 0 0 251286 12 0 0 20 0 1 0 51330451 102338560 18165 33554432000 4194304 4308513 140733358942432 140733358938688 4276025 0 4 0 8396802 0 0 0 17 2 0 0 0 0 0 6409496 6410680 12378112 140733358944945 140733358945454 140733358945454 140733358948293 0
/proc/3217/statm: 24985 18165 355 28 0 21225 0
[pid=3201/tid=3203] ppid=3198 vsize=15681864 memory=429828 CPUtime=2.37 cores=0,2,4,6
/proc/3201/task/3203/stat : 3203 (java) S 3198 3201 2271 0 -1 1077944384 17361 0 0 0 227 10 0 0 20 0 19 0 51330216 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640590154752 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3204] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3204/stat : 3204 (java) S 3198 3201 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640622558224 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3205] ppid=3198 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3205/stat : 3205 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640079051920 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3206] ppid=3198 vsize=15681864 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3206/stat : 3206 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640077998864 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3207] ppid=3198 vsize=15681864 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3207/stat : 3207 (java) S 3198 3201 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51330218 16058228736 107457 33554432000 4194304 4196468 140728646825168 140640076946320 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3208] ppid=3198 vsize=15681864 memory=429828 CPUtime=0.04 cores=0,2,4,6
/proc/3201/task/3208/stat : 3208 (java) S 3198 3201 2271 0 -1 1077944384 5 0 0 0 2 2 0 0 20 0 19 0 51330219 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639656708336 140640618326658 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3209] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3209/stat : 3209 (java) S 3198 3201 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51330220 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639039644832 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3210] ppid=3198 vsize=15681864 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3210/stat : 3210 (java) S 3198 3201 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51330220 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638905422576 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3211] ppid=3198 vsize=15681864 memory=9924 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3211/stat : 3211 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638530918352 140640618334107 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3212] ppid=3198 vsize=15681864 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/3201/task/3212/stat : 3212 (java) S 3198 3201 2271 0 -1 1077944384 1353 0 0 0 131 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639655656176 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3213] ppid=3198 vsize=15681864 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/3201/task/3213/stat : 3213 (java) S 3198 3201 2271 0 -1 1077944384 1710 0 0 0 127 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639654603632 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3214] ppid=3198 vsize=15681864 memory=429828 CPUtime=0.92 cores=0,2,4,6
/proc/3201/task/3214/stat : 3214 (java) S 3198 3201 2271 0 -1 1077944384 2956 0 0 0 91 1 0 0 20 0 19 0 51330222 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639653550576 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3215] ppid=3198 vsize=15681864 memory=72660 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3215/stat : 3215 (java) S 3198 3201 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51330223 16058228736 107457 33554432000 4194304 4196468 140728646825168 140638033013600 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3216] ppid=3198 vsize=15681864 memory=429828 CPUtime=1.08 cores=0,2,4,6
/proc/3201/task/3216/stat : 3216 (java) S 3198 3201 2271 0 -1 1077944384 169 0 0 0 55 53 0 0 20 0 19 0 51330223 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639652497968 140640618326658 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3218] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3218/stat : 3218 (java) S 3198 3201 2271 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 51330451 16058228736 107457 33554432000 4194304 4196468 140728646825168 140639644689728 140640618340121 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3220] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3220/stat : 3220 (java) S 3198 3201 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51330452 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637496130864 140640618337437 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3221] ppid=3198 vsize=15681864 memory=429828 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3221/stat : 3221 (java) S 3198 3201 2271 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51330452 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637227696048 140640618337437 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
[pid=3201/tid=3222] ppid=3198 vsize=15681864 memory=72660 CPUtime=0 cores=0,2,4,6
/proc/3201/task/3222/stat : 3222 (java) S 3198 3201 2271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 51330454 16058228736 107457 33554432000 4194304 4196468 140728646825168 140637764575008 140640618325717 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8302592 140728646829043 140728646829321 140728646829321 140728646832079 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 15781804 KiB
Current children cumulated memory: 502488 KiB

Child status: 1
Real time (s): 2515.31
CPU time (s): 2520.08
CPU user time (s): 2519.34
CPU system time (s): 0.7386
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 15781804
Max. memory (cumulated for all children) (KiB): 502488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.34
system time used= 0.7386
maximum resident set size= 429828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58338
involuntary context switches= 3373


# summary of solver processes directly reported to runsolver:
#   pid: 3201
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.34
#   total CPU system time (s): 0.7386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9312 second user time and 22.3922 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 11:21:10
IDJOB=4292853
IDBENCH=141024
IDSOLVER=2756
FILE ID=node105/4292853-1532337670
RUNJOBID= node105-1532330128-2302
PBS_JOBID= 21019001
Free space on /tmp= 44844 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-11_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-4292853-1532337670/watcher-4292853-1532337670 -o /tmp/evaluation-result-4292853-1532337670/solver-4292853-1532337670 -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-4292853-1532337670.xml

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

MD5SUM BENCH= 3da25fcd556a00d93fc440927ef81e89
RANDOM SEED=1281252026

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:        15473632 kB
MemAvailable:   31105532 kB
Buffers:          191736 kB
Cached:         15415152 kB
SwapCached:            0 kB
Active:          2235908 kB
Inactive:       14257308 kB
Active(anon):     839032 kB
Inactive(anon):    67196 kB
Active(file):    1396876 kB
Inactive(file): 14190112 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7928 kB
Writeback:             0 kB
AnonPages:        966932 kB
Mapped:            48996 kB
Shmem:             17036 kB
Slab:             500584 kB
SReclaimable:     473372 kB
SUnreclaim:        27212 kB
KernelStack:        3984 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13518852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 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= 44836 MiB
End job on node105 at 2018-07-23 12:03:06